Reduce dependencies.
[gnus] / lisp / ChangeLog
1 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * mailcap.el: Reduce dependencies.
4         (mail-header-parse-content-type): Autoload.
5         (mailcap-delete-duplicates): New alias.
6         (mailcap-mime-info): Add optional argument NO-DECODE.
7         (mailcap-mime-types): Use mailcap-delete-duplicates.
8
9         * message.el (message-ignored-supersedes-headers): Add "X-ID".
10
11 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
12
13         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14         (imap-parse-status): Upcase status-att for broken servers that sends
15         them lower-case (e.g., MS Exchange 2007).
16
17 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18
19         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
20         function.
21
22         * gnus-uu.el (gnus-uu-decode-yenc): New command.
23         (gnus-uu-yenc-article): New function.
24
25         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
26
27         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
28         buffer.
29
30 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
31
32         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
33         matches on patches.
34
35         * gnus-art.el (gnus-article-browse-html-article): Mention
36         `mm-text-html-renderer' in the doc string.
37
38         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
39         string.  Add comments.
40
41         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
42         if rhs is ASCII.
43
44 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
45
46         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
47
48 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
49
50         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
51         certs should be verified and what is to be done in the event of a
52         verification failure.
53
54         * gnus.el (gnus-method-to-server): Add an optional parameter so the
55         caller can indicate whether the cache should be disregarded for this
56         call.  This way the result of the call is reproducible at all times and
57         can be considered a canonical server name for the supplied method.
58         (gnus-agent-method-p): Canonicalize server names by pushing their
59         method through `gnus-method-to-server' using the no-cache argument.
60
61         * gnus-srvr.el (gnus-server-insert-server-line): Call
62         `gnus-method-to-server' with `no-cache' argument.
63
64         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
65         gnus-agent-possibly-synchronize-flags as this should be called when the
66         server is actually being opened.
67         (gnus-agent-possibly-synchronize-flags)
68         (gnus-agent-possibly-synchronize-flags-server): Move check for the
69         flags file of an agentized server to the latter function.
70
71         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
72         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
73         after a connection has been established successfully.
74
75 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
76
77         * gnus-art.el (article-display-face): Force to display face if called
78         interactively; check if gnus-article-x-face-too-ugly matches author.
79         (article-display-x-face): Display face even if From header is missing
80         as article-display-face does.
81
82 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
83
84         * mail-source.el (mail-sources): Default to fetch from file for
85         compatibility with default of nnmail-spool-file.
86
87 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
88
89         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
90         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
91         to look for encoded word that should be encoded again.
92         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
93         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
94         encoding pattern.
95         (rfc2047-decode-region): Switch strict regexp and loose one according
96         to rfc2047-allow-irregular-q-encoded-words.
97
98 2007-11-25  Romain Francoise  <romain@orebokech.com>
99
100         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
101
102 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
103
104         * tls.el (tls-program): Provide more custom choices from
105         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
106         (tls-process-connection-type, tls-success): Remove "*" in doc string.
107
108 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
109
110         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
111         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
112
113         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
114         `nnmail-spool-file'.
115
116         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
117         `nnmail-spool-file'.
118
119         * gnus-move.el (gnus-change-server): Ditto.
120
121         * gnus-kill.el (gnus-batch-score): Ditto.
122
123         * gnus-cache.el (gnus-jog-cache): Ditto.
124
125         * gnus-msg.el (gnus-summary-reply): Ignore
126         gnus-confirm-mail-reply-to-news for wide and very wide replies.
127
128 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
129
130         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
131         version.  Minor improvement to doc strings.
132         (tls-program): Add comment.
133
134 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
135
136         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
137         (tls-checktrust): New variable.  Check if GNU TLS complained about a
138         mismatch between the hostname provided in the certificate and the name
139         of the host connnecting to.
140         (open-tls-stream): Use them.  Check certificates against trusted root
141         certificates.
142
143 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
144
145         * gnus-cache.el (gnus-cache-generate-nov-databases): Use
146         nnml-generate-nov-databases-directory instead of
147         nnml-generate-nov-databases-1.
148
149 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
150
151         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
152         `smime-ldap-search' for Emacs 22 and up.
153
154 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
155
156         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
157         been checked if they have never been read and those group levels are
158         higher than the one that a user specified.
159
160 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
161
162         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
163         foreign groups unless a group level is specified by a user.
164         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
165
166 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
167
168         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
169         macros.
170         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
171         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
172         copy data from unibyte buffer to multibyte current buffer.
173         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
174         to copy data from unibyte current buffer to multibyte buffer.
175         (nntp-make-process-buffer): Make process buffer unibyte.
176
177         * pop3.el (pop3-open-server): Fix typo in Lisp code.
178
179 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
180
181         * pop3.el (pop3-open-server): Accept and process data more robustly at
182         connexion start to avoid spurious "POP SSL connexion failed" errors.
183
184 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
185
186         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
187         read group names.
188
189 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
190
191         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
192
193 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
194
195         * nnmail.el (nnmail-parse-active): Make group names unibyte.
196         (nnmail-save-active): Use a unibyte buffer when saving active file,
197         which may contain non-ASCII group names.
198
199         * nnml.el (nnml-request-group): Decode group names in messages.
200
201 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
202
203         * message.el (message-citation-line-function)
204         (message-insert-formatted-citation-line): Fix spelling of
205         `message-insert-formated-citation-line'.
206
207 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
208
209         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
210
211 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
212
213         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
214         nnmail-pathname-coding-system.
215
216         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
217         that a user enters; decode group names in messages.
218
219         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
220
221 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
222
223         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
224
225         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
226
227         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
228         risky local variable.
229
230         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
231
232 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
233
234         * encrypt.el: Improve documentation to fix function name typo.
235         Reported by Daiki Ueno <ueno@unixuser.org>.
236
237 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
238
239         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
240         even if the point is not in the last page of an article.
241         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
242         back to the previous page.
243
244 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
245
246         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
247
248 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
249
250         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
251
252 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
253
254         * message.el (message-remove-blank-cited-lines): Fix if remove is
255         given.
256         (message-bogus-address-regexp): New variable.
257         (message-bogus-recipient-p): New function.
258         (message-check-recipients): New command.
259         (message-syntax-checks): Add `bogus-recipient'.
260         (message-fix-before-sending): Add `bogus-recipient'.
261
262         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
263         (gnus-treat-emphasize, gnus-treat-body-boundary): Don't test
264         window-system.
265
266 2007-10-28  Miles Bader  <miles@gnu.org>
267
268         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
269         at compile-time too.
270
271 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
272
273         * gnus-msg.el (gnus-message-setup-hook): Add
274         `message-remove-blank-cited-lines' to options.
275
276 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
277
278         * message.el (message-remove-blank-cited-lines): New function.
279         Suggested by Karl Pl\e,Ad\e(Bsterer.
280
281 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
282
283         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
284         mapc.
285
286         * imap.el (imap-open): Replace mapcar called for effect with mapc.
287         (top-level): Use mapc to set functions to be traced for debugging.
288
289         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
290         called for effect with while loop.
291
292         * message.el (message-talkative-question): Replace mapcar called for
293         effect with mapc.
294
295         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
296         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
297         called for effect with dolist.
298
299         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
300
301         * nndiary.el: Use dolist instead of mapcar to add diary headers to
302         gnus-extra-headers and nnmail-extra-headers.
303
304         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
305         called for effect with dolist.
306         (top-level): Use mapc to set functions to be traced for debugging.
307
308         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
309         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
310         dolist.
311
312         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
313         Replace mapcar called for effect with mapc.
314         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
315         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
316         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
317         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
318
319         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
320         remove-if that's a cl function.
321
322         * webmail.el (webmail-debug): Replace mapcar called for effect with
323         dolist.
324
325         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
326         with mapc.
327
328 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
329
330         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
331         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
332         with while loop.
333
334         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
335         functions from article-* functions.
336         (gnus-multi-decode-header): Replace mapcar called for effect with
337         dolist.
338
339         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
340         (gnus-bookmark-show-details): Replace mapcar called for effect with
341         while loop.
342
343         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
344         called for effect with while loop.
345
346         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
347         with dolist.
348
349         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
350         mapcar called for effect with dolist.
351
352         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
353
354         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
355         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
356         Replace mapcar called for effect with dolist.
357         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
358         mapc.
359
360         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
361         Replace mapcar called for effect with dolist.
362         (gnus-topic-list): Replace mapcar called for effect with mapc.
363
364         * gnus.el: Use mapc instead of mapcar to add autoloads.
365
366 2007-10-23  Richard Stallman  <rms@gnu.org>
367
368         * gnus-group.el (gnus-group-highlight): Mark as risky.
369
370 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
371
372         * gnus.el (gnus-server-to-method): Return method found first in
373         gnus-newsrc-alist.
374
375         * gnus-art.el (gnus-article-highlight-signature)
376         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
377         button overlay without the front stickiness.
378
379 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
380
381         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
382         overview buffer needed a catch to receive its throw.
383         (gnus-agent-flush-cache): Declared as interactive to make this function
384         easier to use.
385
386 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
387
388         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
389         `next-line'.
390
391 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
392
393         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
394         exclude address matching message-dont-reply-to-names.
395
396 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
397
398         * gnus-util.el (gnus-string<): New function.
399
400         * gnus-sum.el (gnus-article-sort-by-author)
401         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
402
403 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
404
405         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
406         the frame-focus tag is set in gnus-buffer-configuration.
407
408 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
409
410         * gnus-art.el (gnus-article-add-button): Make a button overlay without
411         the front stickiness.
412
413 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
414
415         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
416         url pattern; remove duplicate one.
417         (gnus-article-extend-url-button): New function.
418         (gnus-article-add-buttons): Use it.
419         (gnus-button-push): Use concatenated url that it makes.
420
421 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
422
423         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
424
425 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
426
427         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
428         Don't hardcode point-min==1.
429
430 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
431
432         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
433         Fix comment about "iso8859-1".
434
435 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
436
437         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
438         ones returned from the verify-function.
439
440         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
441         mml2015-extract-cleartext-signature if extraction failed.
442
443 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
444
445         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
446         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
447         failed.
448
449 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
450
451         * Relicense "GPLv2 or later" files to "GPLv3 or later".
452
453 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
454
455         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
456         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
457         recommends to use EasyPG instead of PGG.
458
459         * pgg.el: Revert to revision 6.23.2.16
460
461         * pgg-def.el: Revert to revision 6.6.2.14.
462
463         * pgg-gpg.el: Revert to revision 6.23.2.34.
464
465 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
466
467         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
468         to mark a thread as expirable.  Add variable `hide' to handle hiding of
469         thread for both the null and zero (kill/expire thread) universal prefix
470         cases.
471         (gnus-summary-expire-thread): Add new function to expire a thread,
472         using gnus-summary-kill-thread.
473         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
474         shortcuts for gnus-summary-expire-thread.
475         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
476         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
477
478 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
479
480         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
481         extras value, so an extras entry can be deleted.
482         (gnus-registry-delete-extra-entry): Use it.
483         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
484         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
485         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
486          storage through the gnus-registry, and provide an appropriate API for
487          it.
488
489 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
490
491         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
492         Suggested by Leo <sdl.web@gmail.com>.
493
494         * gnus.el: Do.
495
496 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
497
498         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
499         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
500
501         * gnus-agent.el (gnus-agent-fetch-headers): Do.
502
503         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
504         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
505
506 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
507
508         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
509         newline.
510         (nnmbox-request-accept-article): Don't change article in source buffer;
511         narrow to header to use message-fetch-field rather than
512         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
513         (nnmbox-request-replace-article): Quote lines that'll be misidentified
514         as delimiters; make sure article ends with newline.
515         (nnmbox-delete-mail): Correct last position of article to be deleted;
516         ignore X-Gnus-Newsgroup header in article body.
517         (nnmbox-save-mail): Quote lines looking like delimiters at the right
518         positions; make sure article ends with newline.
519
520         * message.el (message-display-abbrev): Don't infloop when a user
521         inserts SPC in the beginning of header.
522
523         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
524         coding-system-for-read and coding-system-for-write for XEmacs having no
525         file-coding feature.
526
527         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
528
529 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
530
531         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
532         list of groups not followed by default.  Fix type to be regexp.
533         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
534
535 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
536
537         * hmac-def.el (define-hmac-function): Switch from old-style to
538         new-style backquotes.
539
540         * md4.el (md4-make-step): likewise.
541
542 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
543
544         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
545         raw-text coding system when saving .newsrc file, which may contain
546         non-ASCII group names.
547
548 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
549
550         * gnus-cus.el (gnus-score-extra): New widget.
551         (gnus-score-extra-convert): New function.
552         (gnus-score-customize): Use it for Extra.
553
554 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
555
556         * mml2015.el (mml2015-extract-cleartext-signature): New function.
557         (mml2015-mailcrypt-clear-verify): Use it.
558         (mml2015-gpg-clear-verify): Use it.
559         (mml2015-pgg-clear-verify): Use it.
560         (mml2015-epg-clear-verify): Replace the current part with the output
561         from GnuPG; don't extract the plaintext by itself.
562
563         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
564         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
565         mml2015-clear-verify-function; don't touch the armor headers or
566         dash-escaped text here.
567
568 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
569
570         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
571         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
572         parts, or application/octet-stream as a last resort.
573         (gnus-mime-view-part-as-type): Don't toggle display.
574         (gnus-mime-view-part-as-charset): Don't turn off display before
575         querying charset.
576
577         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
578         stuff to undisplayer function in Emacs.
579         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
580
581         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
582         text/calendar parts.
583
584 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
585
586         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
587         decoding text/calendar parts.
588
589         * message.el (message-forward-make-body-mime): Always mark body as
590         having no illegible text; remove signed-or-encrypted argument.
591         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
592
593         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
594         (mml-generate-mime-1): Don't encode body if it is specified to be in
595         raw form; don't make buffer be unibyte when inserting multibyte string.
596
597 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
598
599         * sha1.el: Fix up comment style.
600         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
601         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
602
603         * hex-util.el: Fix up comment style.
604         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
605
606         * gnus-salt.el: Use with-current-buffer.
607         (gnus-pick-setup-message): Fix long-standing typo.
608
609 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
610
611         * imap.el (imap-logout-timeout): New variable.
612         (imap-logout, imap-logout-wait): New functions.
613         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
614
615         * nnimap.el (nnimap-logout-timeout): New server variable.
616         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
617         nnimap-logout-timeout.
618
619         * gnus-art.el (gnus-article-summary-command-nosave)
620         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
621
622 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
623
624         * gnus.el (gnus-maximum-newsgroup): New variable.
625
626         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
627         according to gnus-maximum-newsgroup.
628
629         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
630         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
631         Limit the range of articles according to gnus-maximum-newsgroup.
632
633 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
634
635         * gnus-art.el (gnus-sticky-article): Fixed problems described in
636         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
637         Don't perform gnus-configure-windows here; reuse existing sticky
638         article buffer.
639
640         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
641         it doesn't exist in gnus-article-mode.
642
643 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
644
645         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
646         (gnus-agent-decoded-group-name): New function.
647         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
648         (gnus-agent-expire-group-1): Use it; decode group name in messages.
649
650 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
651
652         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
653         Add binding for gnus-sticky-article.
654         (gnus-summary-exit): Don't kill sticky article buffers.
655
656         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
657         article buffer.
658         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
659         (gnus-kill-sticky-article-buffers): New commands.
660
661 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
662
663         * nntp.el (nntp-xref-number-is-evil): New server variable.
664         (nntp-find-group-and-number): If it is non-nil, don't trust article
665         numbers in the Xref header.
666
667 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
668
669         * gnus-agent.el (gnus-agent-read-group): New function.
670         (gnus-agent-flush-group, gnus-agent-expire-group)
671         (gnus-agent-regenerate-group): Use it.
672         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
673         nnmail-pathname-coding-system.
674
675 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
676
677         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
678
679         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
680         that are unread as unread, and also as selected so that information of
681         marks having been changed by a user may be updated when exiting group.
682
683 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
684
685         * gnus-art.el (gnus-mime-display-single): Pass part number that is
686         calculated ignoring signature parts to gnus-treat-article.
687
688 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
689
690         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
691         a point here in order to keep the window start.
692         (gnus-insert-mime-security-button): Make a button overlay without the
693         front stickiness.
694         (gnus-mime-display-security): Goto the end of a button.
695
696         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
697
698 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
699
700         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
701         group-name-at-point.
702         (gnus-group-completing-read): New function that offers decoded
703         non-ASCII group names for completion.
704         (gnus-fetch-group, gnus-group-read-ephemeral-group)
705         (gnus-group-jump-to-group, gnus-group-make-group-simple)
706         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
707         (gnus-group-fetch-control): Use it.
708         (gnus-fetch-group): Use group-name-at-point for the initial value
709         rather than the default value; use gnus-alive-p.
710
711         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
712         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
713         (gnus-summary-post-news): Use gnus-group-completing-read.
714
715         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
716         (gnus-read-move-group-name): Decode group name for completion.
717
718 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
719
720         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
721         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
722         Yamaoka slightly modified the code).
723
724 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
725
726         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
727         (nnmail-split-incoming): Bind it.
728
729         * nnml.el (nnml-group-name-charset): New function.
730         (nnml-decoded-group-name): Use it; don't decode group name if
731         nnmail-group-names-not-encoded-p is non-nil.
732         (nnml-encoded-group-name): New function.
733         (nnml-group-pathname): Inline nnml-decoded-group-name.
734         (nnml-request-expire-articles): Decode group name in message.
735         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
736         nnmail-pathname-coding-system.
737         (nnml-save-mail, nnml-active-number): Work with decoded group names and
738         not decoded ones according to nnmail-group-names-not-encoded-p.
739         (nnml-generate-active-info): Use nnml-encoded-group-name.
740
741 2007-08-08  Glenn Morris  <rgm@gnu.org>
742
743         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
744         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
745         doc-strings and comments.
746
747 2007-07-25  Glenn Morris  <rgm@gnu.org>
748
749         * Relicense all FSF files to GPLv3 or later.
750
751 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
752
753         * gnus-sum.el (gnus-summary-move-article): Make
754         gnus-summary-respool-article work.
755
756 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
757
758         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
759         string.
760
761 2007-07-20  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
762
763         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
764         that should be ignored when comparing distant RSS articles with local
765         ones.
766         (nnrss-make-hash-index): New function.  Create a hash index according
767         to the ignored fields.
768         (nnrss-check-group): Use it.
769
770 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
771
772         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
773
774         * gnus-art.el (article-decode-group-name): Decode Xref header too.
775
776         * gnus-group.el (gnus-group-make-group): Encode group name here unless
777         the new optional argument ENCODED is non-nil.
778         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
779         coding system for encoding group name.
780         (gnus-group-make-rss-group): Pass un-encoded group name to
781         gnus-group-make-group.
782         (gnus-group-set-info): Tell gnus-group-make-group that group name is
783         encoded.
784
785         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
786         Encode group name to which articles are moved or copied.
787         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
788         coding system for encoding Newsgroup, Followup-To and Xref headers.
789
790         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
791         marks; use nnheader-file-coding-system to write a file.
792         (nnagent-retrieve-headers): Bind file-name-coding-system to
793         nnmail-pathname-coding-system.
794
795         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
796
797         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
798         (nnml-request-article, nnml-request-create-group)
799         (nnml-request-rename-group, nnml-find-id)
800         (nnml-possibly-change-directory, nnml-possibly-create-directory)
801         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
802         (nnml-save-marks): Use nnml-group-pathname instead of
803         nnmail-group-pathname.
804
805         (nnml-request-create-group, nnml-request-expire-articles)
806         (nnml-request-move-article, nnml-request-delete-group)
807         (nnml-deletable-article-p, nnml-possibly-create-directory)
808         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
809         (nnml-open-marks): Bind file-name-coding-system to
810         nnmail-pathname-coding-system.
811
812         (nnml-request-article): Pass server argument to nnml-find-group-number.
813         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
814         server argument to nnml-possibly-create-directory.
815         (nnml-request-accept-article): Pass server argument to
816         nnml-active-number and nnml-save-mail.
817         (nnml-find-group-number): Pass server argument to nnml-find-id.
818         (nnml-request-update-info): Pass server argument to
819         nnml-marks-changed-p.
820
821         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
822         (nnml-save-mail, nnml-active-number): Add server argument.
823
824         (nnml-request-delete-group): Warn if group is missing.
825         (nnml-get-nov-buffer): Decode group name.
826         (nnml-generate-active-info): Encode group name.
827         (nnml-open-marks): Decode group name in messages.
828
829 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
830
831         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
832         if it is not specified.
833         (gnus-article-pipe-part, gnus-article-save-part)
834         (gnus-article-interactively-view-part, gnus-article-copy-part)
835         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
836         (gnus-article-inline-part, gnus-article-save-part-and-strip)
837         (gnus-article-replace-part, gnus-article-delete-part)
838         (gnus-article-view-part-as-type): Pass raw prefix argument to
839         gnus-article-part-wrapper.
840
841 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
842
843         * gnus-agent.el (gnus-agent-save-active): Bind
844         nnheader-file-coding-system to gnus-agent-file-coding-system.
845
846         * gnus-cache.el (gnus-cache-save-buffers)
847         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
848         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
849         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
850         (gnus-cache-braid-nov, gnus-cache-braid-heads)
851         (gnus-cache-generate-active, gnus-cache-rename-group)
852         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
853         (gnus-cache-update-overview-total-fetched-for): Bind
854         file-name-coding-system to nnmail-pathname-coding-system.
855         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
856         variables.
857         (gnus-cache-decoded-group-name): New function.
858         (gnus-cache-file-name): Use it.
859         (gnus-cache-generate-active): Use non-decoded group name for active.
860
861         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
862         right place.
863         (gnus-write-active-file): Don't break non-ASCII group names.
864
865         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
866         nnmail-pathname-coding-system.
867
868         * lpath.el: Bind default-file-name-coding-system,
869         file-name-coding-system and language-info-alist for XEmacs.
870
871         * gnus-uu.el (gnus-uu-decode-save): Typo.
872
873 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
874
875         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
876
877 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
878
879         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
880         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
881         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
882         (gnus-agent-flush-group, gnus-agent-flush-cache)
883         (gnus-agent-fetch-headers, gnus-agent-load-alist)
884         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
885         (gnus-agent-retrieve-headers, gnus-agent-request-article)
886         (gnus-agent-regenerate-group)
887         (gnus-agent-update-files-total-fetched-for)
888         (gnus-agent-update-view-total-fetched-for): Bind
889         file-name-coding-system to nnmail-pathname-coding-system.
890         (gnus-agent-group-pathname): Don't encode file names by
891         nnmail-pathname-coding-system.
892         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
893         coding-system-for-write instead of buffer-file-coding-system to
894         gnus-agent-file-coding-system.
895
896         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
897         Decode group name.
898
899         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
900
901         * gnus-start.el (gnus-update-active-hashtb-from-killed)
902         (gnus-read-newsrc-el-file): Make group names unibyte.
903
904         * nnmail.el (nnmail-group-pathname): Don't encode file names by
905         nnmail-pathname-coding-system.
906
907         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
908         (nnrss-request-delete-group): Bind file-name-coding-system to
909         nnmail-pathname-coding-system.
910         (nnrss-read-server-data, nnrss-read-group-data): Bind
911         file-name-coding-system correctly.
912         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
913
914         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
915         (nntp-server-to-method-cache): New variable.
916         (nntp-group-pathname): New function that decodes non-ASCII group names.
917         (nntp-possibly-create-directory, nntp-marks-changed-p)
918         (nntp-save-marks, nntp-open-marks): Use it.
919         (nntp-possibly-create-directory, nntp-open-marks):
920         Bind file-name-coding-system to nnmail-pathname-coding-system.
921         (nntp-open-marks): Decode group names when bootstrapping marks.
922
923         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
924         Newsgroups and Folowup-To headers.
925
926 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
927
928         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
929         (gnus-server-closed-face, gnus-server-denied-face)
930         (gnus-server-offline-face): Remove variable.
931         (gnus-server-font-lock-keywords): Use faces that are not aliases.
932
933         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
934         of modifying message-stack directly for XEmacs.
935
936         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
937         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
938         if the coding-system argument is nil for XEmacs.
939
940         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
941         mm-charset-override-alist.
942
943         * rfc2047.el: Don't require base64; require rfc2045 for the function
944         rfc2045-encode-string.
945         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
946         to quote the parameter value.
947
948 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
949
950         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
951         form in gnus-group-name-charset-method-alist.
952
953         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
954         overrides the default layout edit-form.
955
956         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
957
958         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
959
960 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
961
962         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
963         as unfetched articles.
964
965 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
966
967         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
968
969 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
970
971         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
972         original back end that keeps marks in the local system.
973
974 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
975
976         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
977         arg of pop-to-buffer for XEmacs.
978         (gnus-article-read-summary-keys): Ditto; don't restore window
979         configuration if summary command ends up with neither article buffer
980         nor summary buffer; describe bindings if summary keys end with C-h.
981
982 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
983
984         * message.el (message-fix-before-sending): Skip raw message part to be
985         forwarded while checking illegible text.
986         (message-forward-make-body-mime, message-forward-make-body): Mark
987         signed or encrypted raw message as having no illegible text.
988
989 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
990
991         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
992         (gnus-message-with-timestamp-1): New macro.
993         (gnus-message-with-timestamp): New function.
994         (gnus-message): Use them.
995
996         * nnheader.el (nnheader-message): Use them.
997
998 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
999
1000         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
1001         .newsrc.eld file.
1002
1003 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1004
1005         * gnus-agent.el (gnus-agent-fetch-headers)
1006         (gnus-agent-retrieve-headers): Bind
1007         gnus-decode-encoded-address-function to identity.
1008
1009         * nntp.el (nntp-send-xover-command): Recognize an xover command is
1010         available also when the server returns simply a dot.
1011
1012         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
1013
1014 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1015
1016         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
1017
1018 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1019
1020         * gnus-ems.el (gnus-x-splash): Make it work.
1021
1022         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
1023         from being used.
1024
1025         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
1026
1027 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1028
1029         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
1030         4th and the 5th arguments.
1031
1032         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
1033         the front stickiness.
1034         (gnus-article-summary-command-nosave): Correct the order of the
1035         arguments passed to pop-to-buffer.
1036         (gnus-article-read-summary-keys): Ditto; make it work properly when the
1037         summary command ends up with the article buffer.
1038
1039         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
1040         the same faces.
1041
1042 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1043
1044         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
1045
1046 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1047
1048         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
1049         * gnus-sum.el (gnus-summary-highlight):
1050         * pgg.el (pgg-sign-region, pgg-sign):
1051         * mail-source.el (mail-source-delete-old-incoming-confirm):
1052         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
1053
1054 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1055
1056         * gnus-art.el (gnus-mime-view-part-externally)
1057         (gnus-mime-view-part-internally): Fix predicate function passed to
1058         completing-read.
1059
1060         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
1061
1062         * gnus.el (gnus-update-message-archive-method): Add :version.
1063
1064 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1065
1066         * gnus.el (gnus-update-message-archive-method): New variable.
1067
1068         * gnus-start.el (gnus-setup-news): Update saved "archive" method
1069         according to gnus-message-archive-method if
1070         gnus-update-message-archive-method is non-nil.
1071
1072 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1073
1074         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
1075         by Loic Dachary <loic@dachary.org>.
1076         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
1077
1078 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1079
1080         * message.el (message-pop-to-buffer): Add switch-function argument.
1081         (message-mail): Pass switch-function argument to it.
1082
1083 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
1084
1085         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
1086         Improve doc string.
1087
1088 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1089
1090         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
1091         (gnus-header-content)
1092         * gnus-cite.el (gnus-cite-10)
1093         * gnus-srvr.el (gnus-server-closed)
1094         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
1095         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
1096         (gnus-group-mail-3-empty, gnus-group-mail-low)
1097         (gnus-group-mail-low-empty, gnus-splash)
1098         * message.el (message-header-to, message-header-cc)
1099         (message-header-subject, message-header-other, message-header-name)
1100         (message-header-xheader, message-separator, message-cited-text)
1101         (message-mml): Lighten colors of faces used for dark background.
1102
1103 2007-05-24  Simon Josefsson  <simon@josefsson.org>
1104
1105         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
1106         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
1107
1108 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1109
1110         * message.el (message-narrow-to-headers-or-head): Ignore
1111         mail-header-separator in the body.
1112
1113 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1114
1115         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
1116         same as window size.
1117
1118 2007-05-22  Kevin Ryde  <user42@zip.com.au>
1119
1120         * message.el (message-font-lock-keywords): Use message-header-xheader
1121         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
1122         ahead of the anything pattern, to get it recognised.
1123
1124 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1125
1126         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
1127         spam.el loads uses it in the compiled defadvice form.
1128
1129 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1130
1131         * gnus-sum.el (gnus-articles-to-read)
1132         (gnus-summary-insert-old-articles): Don't truncate group name for
1133         `read-string'.
1134
1135         * gnus-util.el (gnus-limit-string): Delete this function.
1136
1137         * gnus-sum.el (gnus-simplify-subject-fully): Use
1138         `truncate-string-to-width' instead.
1139
1140 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1141
1142         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
1143         if, on summary exit, the next group has to be selected.
1144         (gnus-summary-exit): Use it.
1145
1146 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
1147
1148         * gnus-art.el (gnus-article-mode): Fix comment about displaying
1149         non-break space.
1150
1151 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1152
1153         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
1154         Check if group is not a directory.
1155         (nnfolder-request-expire-articles): Don't delete articles if the target
1156         group is not available.
1157
1158         * nnml.el (nnml-request-create-group): Properly check if group is not a
1159         file.
1160         (nnml-request-expire-articles): Don't delete articles if the target
1161         group is not available.
1162
1163         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1164         Don't quote characters that are within parentheses.
1165
1166 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1167
1168         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
1169         (gnus-handle-ephemeral-exit): Select article according to it.
1170
1171 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
1172
1173         * message.el (message-insert-formated-citation-line): Remove newline.
1174         (message-citation-line-format): Add final \n here so that the user can
1175         avoid a blank line.
1176
1177 2007-05-03  Dan Christensen  <jdc@uwo.ca>
1178
1179         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
1180         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
1181         Update lanl/arXiv support.
1182
1183 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1184
1185         * gnus.el: Bump version number.
1186
1187 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1188
1189         * gnus.el (gnus-version-number): Bump version.
1190
1191 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1192
1193         * gnus.el: No Gnus v0.6 is released.
1194
1195 2007-04-27  Didier Verna  <didier@xemacs.org>
1196
1197         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
1198         * gmm-utils.el (gmm-regexp-concat): here.
1199         * message.el: Don't require 'gnus-util.
1200         (message-dont-reply-to-names): Handle name change above.
1201         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
1202
1203 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1204
1205         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
1206         since the initial value varies according to the system.
1207
1208 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1209
1210         * mm-util.el (mm-charset-synonym-alist): Defcustom.
1211
1212 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
1213
1214         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
1215
1216 2007-04-24  Didier Verna  <didier@xemacs.org>
1217
1218         Improve the type of gnus-ignored-from-addresses.
1219         * gnus-util.el (gnus-orify-regexp): New function.
1220         * message.el (gnus-util): Require it.
1221         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
1222         * gnus-sum.el (gnus-ignored-from-addresses): New function.
1223         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
1224
1225 2007-04-24  Didier Verna  <didier@xemacs.org>
1226
1227         * gnus-sum.el:
1228         * gnus-utils.el: Fix some trailing whitespaces.
1229
1230 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1231
1232         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
1233         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
1234         article's Message-ID; refer parent article in summary buffer.
1235
1236         * message.el (message-bounce): Call mime-to-mml.
1237
1238         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
1239         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
1240         optimize and/or forms properly.
1241
1242 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
1243
1244         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
1245         URL.
1246
1247 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1248
1249         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
1250
1251 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1252
1253         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
1254         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
1255         displayed of multipart/alternative part if it is invoked from summary
1256         buffer.
1257
1258         * mm-view.el (mm-inline-text-html-render-with-w3m)
1259         (mm-inline-text-html-render-with-w3m-standalone)
1260         (mm-inline-render-with-function): Use mail-parse-charset by default.
1261
1262 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
1263
1264         * parse-time.el (parse-time-string-chars): Check if CHAR
1265         is less than the length of parse-time-syntax.
1266
1267 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1268
1269         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
1270         from gnus-newsgroup-processable.
1271
1272 2007-04-16  Didier Verna  <didier@xemacs.org>
1273
1274         * gnus-msg.el (gnus-configure-posting-styles): Handle
1275         message-signature-directory properly with :file syntax. Reported by
1276         "Leo".
1277
1278 2007-04-11  Didier Verna  <didier@xemacs.org>
1279
1280         New user option: message-signature-directory.
1281         * gnus-msg.el (gnus-configure-posting-styles): Support it.
1282         * message.el (message-insert-signature): Ditto.
1283         * message.el (message-signature-file): Doc update.
1284         * message.el (message-signature-directory): New.
1285
1286 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1287
1288         * gnus-msg.el (gnus-inews-yank-articles): Use
1289         message-exchange-point-and-mark instead of exchange-point-and-mark.
1290
1291 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1292
1293         * message.el (message-yank-original): Make sure cited text ends with
1294         newline; don't exchange point and mark.
1295
1296 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
1297
1298         * tls.el (open-tls-stream): Properly handle case where there
1299         is no associated buffer.
1300
1301 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
1302
1303         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
1304         message-yank-original, make sure (< mark TEXT point).
1305
1306 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1307
1308         * message.el (message-fill-column): New variable.
1309         (message-mode): Use it.  Add comment on a possible new hook.
1310
1311         * nnmail.el (nnmail-spool-file): Mark as obsolete.
1312         (nnmail-get-new-mail): Reformat.
1313
1314         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
1315
1316         * gmm-utils.el: Fix Commentary.
1317         (gmm-tool-bar-from-list): Fix typo in doc string.
1318
1319 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
1320
1321         * message.el (message-yank-original): Don't switch point and mark
1322         unnecessarily to put point and mark as documented.
1323
1324 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1325
1326         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
1327         from the message heads.
1328
1329 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
1330
1331         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
1332         article buffer does not have a window.  This may not be the best
1333         solution but is certainly better than setting the start of the null,
1334         that is the current, window.
1335
1336 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1337
1338         * gnus-draft.el (gnus-draft-setup-hook): New hook.
1339         (gnus-draft-setup): Run it.
1340
1341         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
1342         gnus-score-fast-scoring.  Allow regexp.
1343         (gnus-score-headers): Use it.
1344
1345         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
1346         XEmacs.
1347
1348         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
1349         string.
1350         (gnus-button-alist): Also catch `<f1> k ...'.
1351         (gnus-treat-display-x-face): Fix doc string.
1352
1353 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1354
1355         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
1356         evaluation of gnus-extended-version to ensure correct generation of the
1357         User-Agent header when message-generate-headers-first is used.
1358
1359 2007-03-24  Simon Josefsson  <simon@josefsson.org>
1360
1361         * hashcash.el (hashcash-generate-payment-async): Don't crash if
1362         hashcash-path is nil.  Don't call callback with incorrect number of
1363         parameters if val is 0.
1364
1365 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1366
1367         * message.el (message-required-news-headers):
1368         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
1369
1370 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
1371
1372         * tls.el (open-tls-stream): In handshake-waiting loop,
1373         don't wait more if there is output available to process.
1374
1375 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
1376
1377         * tls.el (tls-program): Doc fix.
1378
1379 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1380
1381         * message.el (message-generate-new-buffers): Change the meaning of the
1382         nil value; add `standard' to the choices; treat t as `unique'; improve
1383         doc string.
1384         (gnus-select-frame-set-input-focus): Autoload.
1385         (message-buffer-name): Search for the existing message buffer if
1386         message-generate-new-buffers is nil or `standard'; treat the value t of
1387         message-generate-new-buffers as `unique'.
1388         (message-pop-to-buffer): Raise the frame already displaying the message
1389         buffer; clear the echo area after querying.
1390         (message-setup): Pass the `continue' argument to compose-mail.
1391         (message-mail): Prefer `switch-function' if it is given; search for the
1392         existing message buffer if the `continue' argument is non-nil; pass
1393         continue and switch-function arguments to compose-mail by way of
1394         message-setup.
1395         (message-mail-other-window): Adjust argument of message-setup.
1396         (message-mail-other-frame): Ditto.
1397
1398 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1399
1400         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
1401         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
1402         to turn font-lock on when turning gnus-message-citation-mode on.
1403
1404 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
1405
1406         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
1407         (mml-smime-function-alist): New variable; add epg as the backend.
1408         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
1409         mml-smime- functions instead.
1410         * mm-view.el: Require smime.
1411
1412 2007-03-05  Didier Verna  <didier@xemacs.org>
1413
1414         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
1415         instead of just inheritance for posting styles.
1416         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
1417
1418 2007-02-24  Chris Moore  <dooglus@gmail.com>
1419
1420         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1421         * pgg-pgp.el (pgg-pgp-encrypt-region):
1422         * pgg-gpg.el (pgg-gpg-encrypt-region):
1423         Check pgg-encrypt-for-me if no other recipients.
1424
1425 2007-02-24  John Paul Wallington  <jpw@pobox.com>
1426
1427         * tls.el (tls-certtool-program): Fix custom type.
1428
1429 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1430
1431         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
1432         and point-at-eol instead of line-(beginning|end)-position.
1433
1434         * assistant.el (assistant-parse-buffer): Ditto.
1435
1436         * netrc.el (netrc-parse-services): Ditto.
1437
1438 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
1439
1440         * mml2015.el (mml2015-epg-find-usable-key): New function.
1441         (mml2015-epg-sign): Use it.
1442         (mml2015-epg-encrypt): Use it.
1443
1444 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1445
1446         * message.el (message-make-in-reply-to): Quote name containing
1447         non-ASCII characters.  It will make the RFC2047 encoder cause an error
1448         if there are special characters.  Reported by NAKAJI Hiroyuki
1449         <nakaji@jp.freebsd.org>.
1450
1451 2007-02-27  Didier Verna  <didier@xemacs.org>
1452
1453         Include the group parameters as well as the topic ones in the
1454         inheritance filter process.
1455         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
1456         argument GROUP-PARAMS-LIST.
1457         * gnus-topic.el (gnus-group-topic-parameters): Use it.
1458
1459 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1460
1461         * nntp.el (nntp-never-echoes-commands)
1462         (nntp-open-connection-functions-never-echo-commands): New variables.
1463         (nntp-send-command): Use them.
1464
1465 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
1466
1467         * mml2015.el (mml2015-epg-verify): Simplified.
1468
1469 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1470
1471         * mml.el (mml-content-disposition-alist): New user option.
1472         (mml-content-disposition): New function.
1473         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
1474         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
1475
1476 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
1477
1478         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
1479         verification.
1480
1481 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1482
1483         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
1484         articles posted in the last 24 hours.
1485
1486 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
1487
1488         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
1489
1490 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1491
1492         * nntp.el (nntp-send-command): Don't wait for echoes when
1493         nntp-open-ssl-stream is used.
1494
1495 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1496
1497         * gnus-cite.el (gnus-test-font-lock-add-keywords)
1498         (gnus-message-add-citation-keywords)
1499         (gnus-message-remove-citation-keywords): Remove.
1500         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
1501         directly, make the variables in font-lock-defaults buffer-local, add
1502         gnus-message-citation-keywords to them and then update the value of
1503         font-lock-keywords.
1504
1505 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1506
1507         * message.el (message-cite-original-1): Don't call
1508         gnus-article-highlight-citation.
1509
1510         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
1511         citations; fix line count.
1512
1513 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1514
1515         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
1516         (gnus-message-add-citation-keywords)
1517         (gnus-message-remove-citation-keywords): Use it; fix the emulating
1518         versions of font-lock-add-keywords and font-lock-remove-keywords to
1519         work with XEmacs correctly.
1520
1521 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1522
1523         * gnus-cite.el (gnus-cite-face-list): Set the values of
1524         gnus-message-max-citation-depth and gnus-message-citation-keywords.
1525         (gnus-message-max-citation-depth): Use defvar rather than defconst.
1526         (gnus-message-cite-prefix-regexp): New variable.
1527         (gnus-message-search-citation-line): Use it; protect against long
1528         citation prefix; fill match data with nil rather than 0 for XEmacs; set
1529         the 0th match data for Emacs.
1530         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
1531         (gnus-message-add-citation-keywords): Append keywords rather than
1532         prepending; emulate font-lock-add-keywords if it is not available.
1533         (gnus-message-remove-citation-keywords): Emulate
1534         font-lock-remove-keywords if it is not available.
1535
1536         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
1537
1538         * message.el (message-cite-prefix-regexp): Set the value of
1539         gnus-message-cite-prefix-regexp.
1540
1541 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1542
1543         * nnweb.el (nnweb-google-parse-1): Update parser.
1544
1545 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
1546
1547         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
1548
1549 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1550
1551         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1552         regexp.
1553
1554 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1555
1556         * uudecode.el (uudecode-string-to-multibyte): New function emulating
1557         string-to-multibyte.
1558         (uudecode-decode-region-internal): Use it.
1559
1560         * lpath.el: Fbind string-as-multibyte for XEmacs.
1561
1562 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
1563
1564         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
1565         custom choice.
1566
1567         * gnus-art.el (gnus-signature-limit): Fix custom choice.
1568
1569 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
1570
1571         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
1572
1573         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
1574         `write-region' to respect `mm-inhibit-file-name-handlers'.
1575
1576 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
1577
1578         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
1579         Use gnus-home-directory instead of "~/" or "$HOME".
1580
1581 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
1582
1583         * encrypt.el (encrypt-insert-file-contents): Add better prompt
1584         to mention filename.
1585         Add comments at beginning regarding usage.
1586         (encrypt-write-file-contents): Change interactive so a string is
1587         acceptable.  If the file has no associated model, show an error instead
1588         of a nonsense prompt.
1589
1590 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1591
1592         * spam.el (spam-bsfilter-ham-switch): Fix typo.
1593         Thanks to Yoshihiko Yamada for kind notification of this typo.
1594
1595 2007-01-12  Kenichi Handa  <handa@m17n.org>
1596
1597         * uudecode.el (uudecode-decode-region-internal): Make it work in a
1598         multibyte buffer.
1599
1600 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1601
1602         * gnus-score.el (gnus-score-fast-scoring): New variable.
1603         (gnus-score-headers): Use it.
1604
1605         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
1606
1607         * message.el (message-cite-original-1): Call
1608         gnus-article-highlight-citation if requested.
1609         (message-make-from): Allow name and address as optional arguments.
1610
1611         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
1612
1613         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
1614         bugs to doc string.
1615         (gnus-button-alist): Add mid\\|message-id.
1616         (gnus-button-fetch-group): Extend for use in
1617         `browse-url-browser-function'.
1618         (gnus-button-url-regexp): Try to catch paired parentheses like in
1619         Wikipedia URLs.
1620
1621         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
1622         Suggested by Simon Krahnke <overlord@gmx.li>.
1623
1624 2007-01-13  Romain Francoise  <romain@orebokech.com>
1625
1626         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
1627         Update copyright.
1628
1629 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
1630
1631         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
1632
1633 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1634
1635         * gnus-registry.el (gnus-registry-unfollowed-groups)
1636         (gnus-registry-split-fancy-with-parent): Fix documentation.
1637
1638 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1639
1640         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
1641         from nnweb groups.
1642
1643 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1644
1645         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
1646         Xref urls.  Erase buffer before requesting head.
1647
1648 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1649
1650         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
1651         customizable.
1652
1653 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
1654
1655         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
1656         no signing key is found.
1657         (mml2015-epg-encrypt): Ask user whether to skip or abort if
1658         no encrypting and/or signing key is found.
1659
1660 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1661
1662         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
1663
1664 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1665
1666         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
1667         headers read from disk with the ones newly found in the current search.
1668         This should no longer cause problems, because the article numbers in
1669         Gmane's `nov.php' output are ignored since the previous change.
1670
1671 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1672
1673         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
1674
1675 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1676
1677         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
1678         replace-regexp-in-string; bind url-version; fbind display-images-p and
1679         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
1680         find-face and set-itimer-function for Emacs; bind itimer-list for
1681         Emacs.
1682
1683         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
1684
1685 2007-01-01  Romain Francoise  <romain@orebokech.com>
1686
1687         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
1688
1689 2006-12-31  Steve Youngs  <steve@sxemacs.org>
1690
1691         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
1692         `define-minor-mode' macro definition expanded properly.
1693         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
1694         exclude it there.
1695
1696         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
1697         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
1698         `fboundp' test.
1699         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
1700         This is OK to autoload in (S)XEmacs now.
1701
1702 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1703
1704         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
1705         keystroke.
1706         (gnus-summary-limit-to-singletons): Fix typo.
1707
1708         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
1709         else fails.
1710
1711 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1712
1713         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
1714         docstring.
1715
1716         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
1717         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
1718         (gnus-summary-insert-dormant-articles): Fix typo in message.
1719
1720 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1721
1722         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
1723         nil for XEmacs.
1724         (gnus-message-citation-mode): Don't autoload in XEmacs.
1725
1726         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
1727
1728 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1729
1730         * nnimap.el (nnimap-expunge-search-string): Mention
1731         nnimap-search-uids-not-since-is-evil in docstring.
1732
1733 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1734
1735         * spam.el: Revert to make-obsolete-variable because
1736         define-obsolete-variable-alias is not supported in Emacs 21.
1737
1738         * spam.el (spam-ifile-path, spam-ifile-database-path)
1739         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
1740         make-obsolete-variable.
1741         (spam-bsfilter-path, spam-bsfilter-program)
1742         (spam-spamassassin-path, spam-spamassassin-program)
1743         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
1744         use "path" inappropriately.
1745         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
1746         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
1747         variable names.
1748
1749 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
1750
1751         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
1752         summary buffer.
1753
1754         * password.el (password-cache-remove): Use clear-string to burn
1755         password, if available.
1756
1757 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1758
1759         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
1760
1761         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
1762
1763         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
1764         (gnus-message-highlight-citation): Move defcustom here from
1765         gnus-cite.el.
1766         (gnus-message-citation-mode): Autoload.
1767
1768         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
1769         checks to make it compile with XEmacs.
1770         (gnus-message-citation-mode): New minor mode.
1771         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
1772         (gnus-message-highlight-citation): New variables.
1773         (gnus-message-search-citation-line)
1774         (gnus-message-add-citation-keywords)
1775         (gnus-message-remove-citation-keywords)
1776         (turn-on-gnus-message-citation-mode)
1777         (turn-off-gnus-message-citation-mode): New functions.
1778
1779 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
1780
1781         * gnus-cite.el: Enable highlighting of different citation levels in
1782         message-mode.
1783
1784 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1785
1786         * message.el (message-make-fqdn): Fix comment.
1787         (message-bogus-system-names): Add ".local".
1788
1789         * spam.el (spam-ifile-path, spam-ifile-program)
1790         (spam-ifile-database-path, spam-ifile-database)
1791         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
1792         Don't use "path" inappropriately.
1793         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
1794         strings.
1795         (spam-check-ifile, spam-ifile-register-with-ifile)
1796         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
1797         new variable names.
1798
1799         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
1800         (gnus-treat-display-smileys): Simplify using
1801         gnus-image-type-available-p.
1802
1803         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
1804         available.
1805
1806         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
1807         `display-images-p' if available.
1808
1809 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1810
1811         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
1812         one after turning on the buffer's multibyteness instead of decoding
1813         them directly in the unibyte buffer that causes unexpected conversion
1814         in Emacs 23 (unicode).
1815
1816 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1817
1818         * message.el (message-generate-hashcash): Fix custom type.
1819
1820 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1821
1822         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
1823
1824 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1825
1826         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
1827         disconnect icons.  Add help text.
1828
1829 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
1830
1831         * spam.el (spam-extra-header-to-number): CRM114 spam score is
1832         negated to be consistent with the others we handle.
1833
1834 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1835
1836         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
1837         version of gnus-summary-buffer to something, so that we can use two
1838         article buffers at the same time.
1839
1840 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1841
1842         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
1843         trigger all the extra headers.
1844         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
1845         sorting.
1846
1847 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1848
1849         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
1850         solid groups.
1851
1852 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
1853
1854         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
1855
1856 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1857
1858         * legacy-gnus-agent.el: Add Copyright notice.
1859
1860 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
1861
1862         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
1863
1864 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1865
1866         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
1867
1868         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
1869         to make it work reliably in CVS Emacs.
1870         (gnus-summary-limit-strange-charsets-predicate)
1871         (gnus-summary-limit-to-predicate): New functions.
1872
1873 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
1874
1875         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
1876         specifying array size.
1877         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
1878         array if it is too small.
1879         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
1880         (gnus-sort-threads-loop): New function.
1881
1882 2006-12-06  Chris Moore  <dooglus@gmail.com>
1883
1884         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
1885         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
1886
1887 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1888
1889         * mm-url.el (mm-url-predefined-programs): Call curl with correct
1890         options.
1891
1892 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1893
1894         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
1895         DOS-ing the recipient.
1896
1897         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
1898         the headers when creating the mapping to avoid mismappings.
1899         (nnweb-gmane-create-mapping): Always nix out old mapping.
1900
1901 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1902
1903         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
1904         and mm-verify-option to never.
1905
1906 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1907
1908         * message.el (message-signed-or-encrypted-p): New function.
1909         (message-forward-make-body): Use it.
1910
1911         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
1912         Replace encode-coding-string with mm-encode-coding-string.
1913
1914 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1915
1916         * nneething.el (nneething-decode-file-name): Replace
1917         decode-coding-string with mm-decode-coding-string.
1918
1919         * gnus-int.el (gnus-open-server): Say failed server's name.
1920
1921 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1922
1923         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
1924         strings to a single string.  Quote `errors-file-name'.
1925         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1926         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1927         Adjust calls.  Use `shell-quote-argument'.
1928
1929 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
1930
1931         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
1932         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
1933
1934         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
1935         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
1936         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
1937         (gnus-group-make-directory-group, gnus-group-transpose-groups):
1938         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
1939         (gnus-subscribe-newsgroup, gnus-1):
1940         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
1941         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
1942         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
1943         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
1944
1945 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1946
1947         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
1948         keystroke.
1949         (gnus-summary-limit-to-bodies): Implement headersp.
1950
1951 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1952
1953         * dns.el (query-dns): Protect against "Process dns deleted" strings.
1954
1955 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1956
1957         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
1958
1959 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1960
1961         * message.el (message-generate-hashcash): Expand range of values to
1962         include `opportunistic'.
1963         (message-send-mail): Use it.
1964
1965 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1966
1967         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
1968         and comment it.
1969
1970         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
1971
1972 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
1973
1974         * gnus-util.el (gnus-extract-address-components): Improve comment.
1975
1976 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1977
1978         * gnus-util.el (gnus-extract-address-components): Work with address in
1979         which the name portion contains @.
1980
1981         * lpath.el: Fbind custom-autoload.
1982
1983 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1984
1985         * gnus.el (gnus-start): Move custom group up.
1986         (gnus-select-method): Don't autoload, but make it available for
1987         `customize-variable'.
1988         (gnus-getenv-nntpserver): Don't autoload.
1989
1990 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
1991
1992         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
1993
1994 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1995
1996         * message.el (message-sendmail-extra-arguments): New variable.
1997         (message-send-mail-with-sendmail): Use it.
1998
1999 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2000
2001         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
2002         mm-with-unibyte-current-buffer to make string unibyte.
2003
2004         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
2005         mm-string-as-multibyte.
2006
2007 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
2008
2009         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
2010         Reported by Werner Koch <wk@gnupg.org>.
2011
2012 2006-11-14  Daiki Ueno  <ueno@p360>
2013
2014         * mml2015.el: Autoload epa-select-keys when compiling.
2015
2016 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
2017
2018         * mml2015.el (mml2015-epg-sign): Save the signing keys in
2019         message-options.
2020         (mml2015-epg-encrypt): Save the recipient keys in message-options.
2021
2022 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
2023
2024         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
2025         EasyPG (< 0.0.6).
2026         (mml2015-always-trust): New user option.
2027         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
2028         prompt.
2029
2030 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2031
2032         * nntp.el (nntp-authinfo-force): New variable.
2033         (nntp-send-authinfo): Use it.
2034
2035 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
2036
2037         * message.el (message-strip-subject-encoded-words): Allow _not_ to
2038         decode encoded words.  Improve prompt.  Add comment about forwarding.
2039         (message-replacement-char): Move up.
2040
2041 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2042
2043         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
2044         instead of gnus-intersection because arguments of gnus-sorted-nunion
2045         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
2046
2047 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
2048
2049         * message.el (message-strip-subject-encoded-words): Reformat prompt.
2050         (message-simplify-subject-functions): Enable
2051         message-strip-subject-encoded-words by default.
2052
2053 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
2054
2055         * message.el (message-strip-subject-encoded-words): New function
2056         (message-simplify-subject-functions): New variable.
2057         (message-simplify-subject): Use it.  Fix typo in doc string.
2058         Support message-strip-subject-encoded-words.
2059
2060 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
2061
2062         * gnus-diary.el (gnus-diary-delay-format-function):
2063         * nndiary.el (nndiary-reminders):
2064         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
2065
2066 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2067
2068         * gnus-art.el (article-hide-boring-headers): Fetch date from
2069         gnus-original-article-buffer to avoid problems with localized date
2070         strings.
2071
2072 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2073
2074         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
2075
2076 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
2077
2078         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
2079         New variables.
2080         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
2081         (mm-charset-synonym-alist): Move some entries to
2082         mm-codepage-iso-8859-list.
2083         (mm-charset-synonym-alist, mm-charset-override-alist): Add
2084         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
2085
2086 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2087
2088         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
2089
2090 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2091
2092         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
2093         with Emacs 21 and XEmacs.
2094
2095 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2096
2097         * spam.el (spam-parse-address): New function for better parsing,
2098         catching errors, etc.
2099         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
2100
2101 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2102
2103         * mm-view.el: Add interactive arg to html2text autoload.
2104
2105 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2106
2107         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
2108
2109 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
2110
2111         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
2112         variables.
2113         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
2114         (mm-charset-synonym-alist): Move some entries to
2115         mm-codepage-iso-8859-list.
2116
2117         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
2118
2119 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
2120
2121         * message.el (message-citation-line-format)
2122         (message-insert-formated-citation-line): Fix implementation of %E, %N
2123         and %n according to the doc string.
2124
2125 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
2126
2127         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
2128         car-safe to avoid bad parses.
2129
2130 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2131
2132         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
2133         names.
2134
2135         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
2136
2137 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2138
2139         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
2140         header.
2141
2142         * message.el (message-draft-headers): Add Date.
2143         (message-headers-to-generate): Fix typo in docstring.
2144
2145         * nndraft.el (nndraft-required-headers): New variable.
2146         (nndraft-generate-headers): Use it.
2147
2148         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
2149
2150 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
2151
2152         * gnus-registry.el (gnus-registry-wash-for-keywords)
2153         (gnus-registry-find-keywords): New functions to allow easy searching of
2154         articles that are in the registry.
2155
2156 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
2157
2158         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
2159         ietf-drums-parse-address instead of gnus-extract-address-components.
2160         Reported by Damien Elmes <damien@repose.cx>.
2161
2162 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
2163
2164         * gnus.el (gnus-mime): Remove unused custom group.
2165
2166 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2167
2168         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
2169         "blank line" when searching for end of armor headers.
2170
2171 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2172
2173         * gmm-utils.el (gmm-write-region): Fix variable name.
2174
2175 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
2176
2177         * gmm-utils.el (gmm-write-region): New function based on compatibility
2178         code from `mm-make-temp-file'.
2179
2180         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
2181
2182         * nnmaildir.el (nnmaildir--update-nov)
2183         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
2184         Use `gmm-write-region'.
2185
2186 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2187
2188         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
2189         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
2190
2191         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
2192
2193         * message.el (message-replacement-char): New variable.
2194         (message-fix-before-sending): Use it.
2195         (message-simplify-subject): New function to remove duplicate code.
2196         (message-reply, message-followup): Use it.
2197
2198         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
2199         gnus-summary-limit-to-articles.
2200
2201 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2202
2203         * gnus-util.el (gnus-with-local-quit): New macro.
2204
2205         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
2206
2207 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
2208
2209         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
2210         ignore non-string data.
2211
2212 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
2213
2214         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
2215         non-string data (needs to be done in the registry too).
2216
2217 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2218
2219         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
2220         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
2221         (gnus-registry-split-fancy-with-parent)
2222         (gnus-registry-fetch-simplified-message-subject-fast)
2223         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
2224         Remove text properties on ingress into the registry and when it's saved.
2225         (gnus-registry-clean-empty-function): Fix bug with cleaning the
2226         registry from entries with no groups.
2227
2228 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2229
2230         * gnus-util.el (gnus-string-remove-all-properties): Add utility
2231         function to remove string properties.
2232
2233 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
2234
2235         * gmm-utils.el (gmm): Adjust custom version.
2236
2237         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
2238         custom version.
2239
2240         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
2241
2242 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
2243
2244         * gnus-art.el (gnus-insert-prev-page-button)
2245         (gnus-insert-next-page-button): Simplify.  Reformat.
2246
2247 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
2248
2249         * gnus-art.el (gnus-insert-prev-page-button)
2250         (gnus-insert-next-page-button): Apply gnus-article-button-face.
2251
2252 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
2253
2254         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
2255
2256 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
2257
2258         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
2259         gnus-article-button-face to MIME and security buttons.
2260
2261 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
2262
2263         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
2264         readable.
2265
2266 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2267
2268         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
2269
2270 2006-09-20  Steve Youngs  <steve@sxemacs.org>
2271
2272         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
2273         `browse-url-of-file' instead of `browse-url'.
2274
2275 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2276
2277         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
2278         regexp.  Articles containing quotation were cut prematurely.
2279
2280 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2281
2282         * message.el (message-cite-original-1): Use nobody by default for the
2283         value of From header.
2284         (message-reply): Ditto.
2285
2286 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
2287
2288         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
2289         to the gnus-info.  This fixes a bug of inline-PGP message verification.
2290         Reported by Michael Piotrowski <mxp@dynalabs.de>.
2291
2292 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
2293
2294         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
2295         mails in the doc string.  Add some URLs in comment.
2296         (pop3-movemail): Warn about pop3-leave-mail-on-server.
2297
2298 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2299
2300         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
2301         backslashes handling and the way to find boundaries of quoted strings.
2302
2303 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
2304
2305         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
2306         mml1991-encrypt-to-self is set and mml1991-signers is not set.
2307         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
2308         mml2015-encrypt-to-self is set and mml2015-signers is not set.
2309
2310 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
2311
2312         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
2313         doc string.
2314         (gnus-button-regexp, gnus-button-last): Remove unused variables.
2315
2316 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2317
2318         * lpath.el: Fbind epg-check-configuration.
2319
2320 2006-09-06  Simon Josefsson  <jas@extundo.com>
2321
2322         * mml2015.el (mml2015-use): Doc fix, mention epg.
2323
2324 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2325
2326         * mml2015.el (mml2015-use): Default to epg, if available.
2327
2328 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2329
2330         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
2331         message-sender.
2332         (mml1991-epg-encrypt): Ditto.
2333         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
2334         message-sender.
2335         (mml2015-epg-encrypt): Ditto.
2336
2337 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
2338
2339         * message.el (message-send-mail-with-sendmail): Look for sendmail in
2340         several common directories.
2341
2342 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
2343
2344         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
2345         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
2346
2347 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2348
2349         * gnus-art.el (article-decode-encoded-words): Make it fast.
2350
2351 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2352
2353         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
2354
2355         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
2356         in quoted string into `\'.
2357
2358 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2359
2360         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2361         Use standard-syntax-table.
2362
2363 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2364
2365         * gnus-art.el (gnus-decode-address-function): New variable.
2366         (article-decode-encoded-words): Use it to decode headers which are
2367         assumed to contain addresses.
2368         (gnus-mime-delete-part): Remove useless `or'.
2369
2370         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
2371         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
2372         (gnus-nov-parse-line): Use it to decode From header.
2373         (gnus-get-newsgroup-headers): Ditto.
2374         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
2375
2376         * mail-parse.el (mail-decode-encoded-address-region): New alias.
2377         (mail-decode-encoded-address-string): New alias.
2378
2379         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2380         New function.
2381         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
2382         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
2383         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
2384         (rfc2047-decode-string): Ditto.
2385         (rfc2047-decode-address-region): New function.
2386         (rfc2047-decode-address-string): New function.
2387
2388 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
2389
2390         * message.el (message-caesar-buffer-body): Allow rotating headers.
2391
2392         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
2393
2394         * message.el (message-insert-formated-citation-line): Fix %f.
2395         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
2396
2397 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2398
2399         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
2400         (gnus-bookmark-mouse-available-p): New macro.
2401         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
2402         (gnus-bookmark-bmenu-show-infos): Use it.
2403         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
2404         (gnus-bookmark-bmenu-hide-infos): Ditto.
2405         (gnus-bookmark-remove-properties): New function.
2406         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
2407         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
2408         (gnus-bookmark-write-file): Bind coding-system-for-write.
2409         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
2410         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
2411         group before selecting it.
2412         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
2413         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
2414         quit-window if it is not available; use gnus-mouse-2 and bind it to
2415         gnus-bookmark-bmenu-select-by-mouse.
2416         (gnus-bookmark-show-details): Remove unused variable `details-list'.
2417         (gnus-bookmark-bmenu-select-by-mouse): New function.
2418
2419 2006-08-13  Romain Francoise  <romain@orebokech.com>
2420
2421         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
2422         space.
2423
2424 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2425
2426         * compface.el (uncompface): Use binary rather than raw-text-unix.
2427
2428 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2429
2430         * compface.el (uncompface): Make sure the eol conversion doesn't take
2431         place when communicating with the external programs.  Reported by
2432         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2433
2434 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2435
2436         * nnheader.el (nnheader-insert-head): Fix typo in comment.
2437
2438 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2439
2440         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2441         Make it more robust by parsing author and date independently.
2442
2443 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2444
2445         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
2446
2447 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
2448
2449         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
2450         first matching secret key.
2451         (mml2015-epg-encrypt): Ditto.
2452
2453         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
2454         first matching secret key.
2455         (mml1991-epg-encrypt): Ditto.
2456
2457         * mml2015.el (mml2015-encrypt-to-self): New user option.
2458         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
2459         mml2015-epg-encrypt-to-self is set.
2460
2461         * mml1991.el (mml1991-encrypt-to-self): New variable.
2462         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
2463         mml1991-epg-encrypt-to-self is set.
2464
2465         * mml2015.el (mml2015-signers): New user option.
2466         (mml2015-epg-sign): Reflect the value of mml2015-signers.
2467         (mml2015-epg-encrypt): Allow to select signing keys.
2468
2469         * mml1991.el (mml1991-signers): New variable.
2470         (mml1991-epg-sign): Reflect the value of mml1991-signers.
2471         (mml1991-epg-encrypt): Allow to select signing keys.
2472
2473 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2474
2475         * nnheader.el (nnheader-insert-head): Make it work even if the file
2476         uses CRLF for the line-break code.
2477
2478 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
2479
2480         * mml2015.el: Require mml-sec instead of password.
2481         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
2482         (mml2015-cache-passphrase): Inherit the default value from
2483         mml-secure-cache-passphrase.
2484         (mml2015-passphrase-cache-expiry): Inherit the default value from
2485         mml-secure-passphrase-cache-expiry.
2486
2487         * mml1991.el: Require mml-sec instead of password.
2488         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
2489         (mml1991-cache-passphrase): Inherit the default value from
2490         mml-secure-cache-passphrase.
2491         (mml1991-passphrase-cache-expiry): Inherit the default value from
2492         mml-secure-passphrase-cache-expiry.
2493
2494         * mml-sec.el: Require password.
2495         (mml-secure-verbose): New user option.
2496         (mml-secure-cache-passphrase): New user option.
2497         (mml-secure-passphrase-cache-expiry): New user option.
2498
2499 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
2500
2501         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
2502         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
2503         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
2504
2505         FIXME: Use `tiny change'?
2506
2507 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2508
2509         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
2510         workaround for the url package included with Emacs.
2511
2512         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2513
2514 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2515
2516         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
2517         correctly.  This fixes a bug caused by the 2006-05-12 change.
2518
2519 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
2520
2521         * nnmail.el (nnmail-article-group): If splitting raises an error, give
2522         some information about the error when saying that the `bogus' mail
2523         group will be used.
2524
2525 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
2526
2527         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
2528         string.
2529
2530 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
2531
2532         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
2533
2534 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2535
2536         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
2537
2538 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2539
2540         * mml1991.el (mml1991-function-alist): Add epg.
2541         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
2542         (mml1991-epg-encrypt): New functions.
2543
2544 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2545
2546         * mml2015.el (mml2015-verbose): New variable.
2547         (mml2015-cache-passphrase): Ditto.
2548         (mml2015-passphrase-cache-expiry): Ditto.
2549         (mml2015-function-alist): Add epg.
2550         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
2551         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
2552         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
2553         functions.
2554
2555 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2556
2557         * message.el (message-cite-original-1): Preserve region when removing
2558         quoted text due to X-No-Archive in order to avoid bogus attribution
2559         when citing multiple messages.
2560
2561 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2562
2563         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
2564         Kenneth Jacker <khj@be.cs.appstate.edu>.
2565
2566 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
2567
2568         * gnus-diary.el (gnus-user-format-function-d)
2569         (gnus-user-format-function-D): Autoload.
2570
2571         * imap.el (Commentary): Fix typo.
2572
2573         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
2574         2006-04-22 contribution.
2575
2576 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2577
2578         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
2579         It didn't really fix the bogosity I'm seeing with solid web groups.
2580
2581 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2582
2583         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
2584         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
2585         created using server names.  If we use the feature without declaring
2586         it, Gnus does not properly manage server and group state.
2587
2588         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
2589         bound.
2590
2591 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2592
2593         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
2594         looking up the method using GROUP's prefix before inventing a new one.
2595         It is used on killed/unknown groups in various places where returning
2596         an all-new method isn't expected by the caller.
2597
2598         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
2599         and match semantics of gnus-group-real-prefix.
2600
2601 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
2602
2603         * nnmail.el (nnmail-broken-references-mailers): New variable.
2604         (nnmail-ignore-broken-references): New function generalizing
2605         nnmail-fix-eudora-headers.
2606         (nnmail-fix-eudora-headers): Now obsolete.
2607
2608         * gnus-art.el (gnus-button-handle-custom): Support
2609         `customize-apropos*'.
2610
2611 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2612
2613         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
2614
2615         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
2616         articles.
2617
2618 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
2619
2620         * message.el (message-cite-reply-above): New variable.
2621         (message-yank-original): Use it.
2622
2623 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2624
2625         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
2626
2627 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
2628
2629         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
2630         as read.
2631
2632         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
2633
2634 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
2635
2636         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
2637         (gnus-bookmark-default-file): Use gnus-directory.
2638         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
2639         Remove "*" in doc string.
2640         (gnus-bookmark-write-file): Simplify.
2641         (gnus-bookmark-maybe-sort-alist): Use `when'.
2642         (gnus-bookmark-get-bookmark): Fix typo in doc string.
2643         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
2644         FIXME about Emacs 21 and XEmacs compatibility.
2645         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
2646         compatibility.
2647         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
2648         compatibility.
2649         (gnus-bookmark-menu-heading): Fix version.
2650
2651 2006-06-19  Bastien Guerry  <bzg@altern.org>
2652
2653         * gnus-bookmark.el: New file.
2654
2655 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2656
2657         * message.el (message-syntax-checks): Doc fix.
2658
2659 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2660
2661         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
2662         unsubscribed groups as if they were killed ones.  It causes duplicate
2663         entries in gnus-newsrc-alist.
2664
2665 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2666
2667         * message.el (message-syntax-checks): Doc fix.
2668         (message-send-mail): Add check for continuation headers.
2669         (message-check-news-header-syntax): Fix regexp used to check for
2670         continuation headers.
2671
2672 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2673
2674         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
2675
2676 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
2677
2678         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
2679
2680 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2681
2682         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
2683         default-truncate-lines.
2684
2685 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2686
2687         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
2688         to fill the utf-8 entry.
2689
2690         * lpath.el: Fbind unicode-precedence-list.
2691
2692 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2693
2694         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2695
2696 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
2697
2698         * gnus-agent.el (directory-files-and-attributes): Move all the way
2699         forward (the third and final move).
2700         (gnus-agent-read-agentview): Trap reconstruction errors due to
2701         nonexistant directory.  Handle by returning nil.
2702
2703 2006-05-30  Didier Verna  <didier@xemacs.org>
2704
2705         * message.el (message-dont-reply-to-names): Update the custom type.
2706         * message.el (message-dont-reply-to-names): New defsubst: potentially
2707         convert a list of regexps into a single one.
2708         * message.el (message-get-reply-headers): Use it.
2709         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
2710
2711 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2712
2713         * gnus-agent.el (directory-files-and-attributes): Move forward.
2714
2715 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2716
2717         * gnus-ml.el (gnus-mailing-list-subscribe)
2718         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
2719         (gnus-mailing-list-message): Fix doc strings.
2720
2721 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2722
2723         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
2724         of doing it manually.
2725
2726 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2727
2728         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
2729         comment.
2730
2731 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
2732
2733         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
2734         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
2735         (gnus-agent-read-local): All symbols allocated in my-obarray
2736         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
2737         (gnus-agent-regenerate-group): Check numeric names to see if they are
2738         messages or groups.
2739         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
2740         better way of do this...)
2741
2742         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
2743         'dummy.group' (there should be a better way of do this...)
2744
2745 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2746
2747         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
2748         (gnus-saved-headers): Ditto.
2749         (gnus-default-article-saver): Mention functions may have properties.
2750         (gnus-article-save): Override gnus-save-all-headers and
2751         gnus-saved-headers by :headers property which saver function may have.
2752         (gnus-summary-save-in-file): Add :headers property.
2753         (gnus-summary-write-to-file): Ditto.
2754
2755         * gnus-sum.el (gnus-summary-save-article): Bind
2756         gnus-prompt-before-saving to t when saving many articles in a file;
2757         always show all headers.
2758
2759         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
2760
2761 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2762
2763         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
2764         marks.
2765
2766         * message.el (message-indent-citation): Add optional arguments to allow
2767         using it outside of message buffers.
2768
2769         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
2770         (gnus-article-treat-unfold-headers): Use it.
2771         (gnus-article-truncate-lines): New variable.
2772         (gnus-article-mode): Use it.
2773         (gnus-article-toggle-truncate-lines): New function.
2774
2775         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
2776         gnus-article-toggle-truncate-lines.
2777
2778         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
2779         coding system in XEmacs, use binary.
2780
2781 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2782
2783         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
2784         after-load-alist.
2785
2786         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
2787         this function should save decoded articles.
2788         (gnus-summary-write-to-file): Use property to specify this function
2789         should save decoded articles and specify gnus-summary-save-in-file
2790         should be used to save articles other than the first one when saving
2791         many articles.
2792         (gnus-summary-save-body-in-file): Use property to specify this
2793         function should save decoded articles.
2794         (gnus-summary-write-body-to-file): Use property to specify this
2795         function should save decoded articles and specify
2796         gnus-summary-save-body-in-file should be used to save articles other
2797         than the first one when saving many articles.
2798
2799         * gnus-sum.el (gnus-summary-save-article): Simplify.
2800
2801 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2802
2803         * gnus-art.el (gnus-default-article-saver): Add
2804         gnus-summary-write-body-to-file.
2805         (gnus-article-save-coding-system): Don't use coding system object
2806         in XEmacs.
2807         (gnus-read-save-file-name): Add optional `dir-var' argument which
2808         specifies directory in which files are saved; work even if optional
2809         `variable' argument is not specified.
2810         (gnus-summary-write-to-file): Read file name.
2811         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
2812         (gnus-summary-write-body-to-file): New function.
2813
2814         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
2815         (gnus-summary-local-variables): Add it.
2816         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
2817         (gnus-summary-save-article): Remove optional `decode' argument;
2818         determine whether to decode articles by the value of
2819         gnus-default-article-saver; when saving many files using
2820         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
2821         it first and use gnus-summary-save-in-file or
2822         gnus-summary-save-body-in-file thereafter unless
2823         gnus-prompt-before-saving is always; move point to article which
2824         will be saved.
2825         (gnus-summary-save-article-file): Revert.
2826         (gnus-summary-write-article-file): Revert.
2827         (gnus-summary-save-article-body-file): Revert.
2828         (gnus-summary-write-article-body-file): New function.
2829
2830 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2831
2832         * gnus-art.el (gnus-default-article-saver): Doc fix.
2833         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
2834         from gnus-summary-save-article-coding-system, and default to a
2835         certain coding system.
2836         (gnus-output-to-file): Add coding cookie and encode text according
2837         to gnus-article-save-coding-system; don't use mm-append-to-file.
2838
2839         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
2840         gnus-art.el and rename to gnus-article-save-coding-system.
2841         (gnus-summary-save-article): Require gnus-art; don't show all
2842         headers if it decodes articles; don't add coding cookie here;
2843         don't bind mm-text-coding-system-for-write.
2844         (gnus-summary-save-article-file): Save decoded articles.
2845         (gnus-summary-write-article-file): When saving many files, use
2846         gnus-summary-write-to-file first and gnus-summary-save-in-file
2847         thereafter unless gnus-prompt-before-saving is always.
2848         (gnus-summary-save-article-body-file): Save decoded articles.
2849
2850         * lpath.el: Fbind select-safe-coding-system for XEmacs.
2851
2852 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2853
2854         * nnrss.el (nnrss-check-group): Bind hash-index.
2855
2856 2006-05-23  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2857
2858         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
2859         its hash index.  Store this hash in `nnrss-group-data'.
2860         (nnrss-read-group-data): Update accordingly.
2861
2862 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2863
2864         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
2865         entry.
2866
2867         * gnus-sum.el (gnus-summary-make-menu-bar): Add
2868         gnus-article-browse-html-article.
2869
2870 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
2871
2872         * gnus-sum.el (gnus-summary-mime-map): Add
2873         gnus-article-browse-html-article.
2874
2875         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
2876
2877 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2878
2879         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
2880         suitable coding systems in customize.
2881
2882 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
2883
2884         * mail-source.el (mail-sources): Fix custom type.
2885
2886 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
2887
2888         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
2889         (gnus-summary-expire-articles-now): Shorten prompt.
2890
2891         * gmm-utils.el (wid-edit): Require.
2892         (defun-gmm): Renamed from `gmm-defun-compat'.
2893         (gmm-image-search-load-path): Use it.
2894         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
2895
2896 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2897
2898         * gnus-sum.el (gnus-summary-save-article-coding-system): New
2899         variable.
2900         (gnus-summary-save-article): Add optional `decode' argument.  If
2901         it is set and gnus-summary-save-article-coding-system is non-nil,
2902         save decoded article.
2903         (gnus-summary-write-article-file): Save decoded article if
2904         gnus-summary-save-article-coding-system is non-nil.
2905
2906         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
2907         type.
2908
2909 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2910
2911         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
2912
2913 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2914
2915         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
2916         first to test gnus-single-article-buffer which may be buffer-local.
2917
2918         * gnus-sum.el (gnus-summary-setup-buffer): Make
2919         gnus-single-article-buffer buffer-local and nil in ephemeral
2920         group; make gnus-article-buffer, gnus-article-current, and
2921         gnus-original-article-buffer always buffer-local.
2922         (gnus-summary-exit): Kill article buffer belonging to ephemeral
2923         group.
2924         (gnus-handle-ephemeral-exit): Don't move to next summary line.
2925
2926 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2927
2928         * nnml.el (nnml-request-compact-group): Compressed files might not
2929         have .gz extension.
2930
2931 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2932
2933         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
2934         (mm-copy-to-buffer): Use with-current-buffer.
2935         (mm-display-part): Simplify.
2936         (mm-inlinable-p): Add optional arg `type'.
2937
2938 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2939
2940         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
2941         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
2942         Try harder to show the attachment internally or externally using
2943         gnus-mime-view-part-as-type.
2944
2945 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2946
2947         * message.el (message-from-style, message-signature-separator)
2948         (message-user-organization-file, message-send-mail-function)
2949         (message-citation-line-function, message-yank-prefix)
2950         (message-indent-citation-function, message-signature)
2951         (message-signature-file, message-signature-insert-empty-line):
2952         Remove autoloads.
2953
2954         * gnus-art.el (gnus-buttonized-mime-types): Remove
2955         "multipart/signed".  Revert 2006-04-26 change.
2956
2957 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2958
2959         * gnus.el (gnus-version-number): Bump version.
2960
2961 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2962
2963         * gnus.el: No Gnus v0.5 is released.
2964
2965 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2966
2967         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
2968         fetching articles by message-id.
2969
2970 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2971
2972         * message.el (hashcash): Require hashcash as normal.
2973
2974         * ecomplete.el (ecomplete-highlight-match-line): Use
2975         point-at-eol.
2976         (ecomplete-highlight-match-line): Use `highlight', because that
2977         face exists in both Emacs and XEmacs.
2978
2979         * message.el (message-display-abbrev): Use point-at-bol.
2980
2981         * mail-source.el: Don't require timer/timer-funcs.
2982
2983         * gnus-async.el: Ditto.
2984
2985         * password.el: Ditto.
2986
2987         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
2988
2989         * mm-url.el: Ditto.
2990
2991         * gnus-xmas.el: Don't require timer-funcs.
2992
2993         * mm-util.el: Require timer/timer-funcs.
2994
2995 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2996
2997         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
2998         Close.
2999
3000 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3001
3002         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
3003         unibyte after clear-decrypt function runs.
3004
3005         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
3006         returns as a unibyte string.
3007
3008 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3009
3010         * lpath.el: Revert.
3011
3012         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
3013         (pgg-gpg-process-sentinel): Revert.
3014
3015         * pgg-pgp.el (pgg-pgp-process-region): Revert.
3016         (pgg-pgp-lookup-key): Revert.
3017
3018         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
3019         (pgg-pgp5-lookup-key): Revert.
3020
3021         * pgg.el (pgg-fetch-key): Revert.
3022
3023 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3024
3025         * lpath.el: Fbind string-as-multibyte for XEmacs.
3026
3027         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
3028         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
3029         (mml1991-pgg-encrypt): Ditto.
3030
3031         * pgg-gpg.el (pgg-string-to-multibyte): New function.
3032         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
3033         a multibyte buffer.
3034
3035         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
3036         (pgg-pgp-lookup-key): Ditto.
3037
3038         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
3039         (pgg-pgp5-lookup-key): Ditto.
3040
3041         * pgg.el (pgg-fetch-key): Ditto.
3042
3043 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
3044
3045         * message.el (message-user-organization-file): Check several
3046         locations of the organization file.
3047
3048         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
3049         Add gnus-article-view-part-as-type.
3050
3051         * gnus-art.el (gnus-article-view-part-as-type): New function.
3052
3053         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
3054         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
3055
3056         * mml.el: Simplify autoload.
3057         (mml-mode): defvar dnd-protocol-alist instead of using
3058         symbol-value.
3059         (mml-default-directory): New variable.
3060         (mml-minibuffer-read-file): Use it.
3061         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
3062
3063         * message.el (message-citation-line-format): New variable.
3064         (message-insert-formated-citation-line): New function.
3065         (message-citation-line-function): Add
3066         `message-insert-formated-citation-line' to custom type.
3067
3068         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
3069         to doc string.
3070
3071         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
3072         depending on mm-verify-option.
3073
3074 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3075
3076         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
3077         binding pgg-* variables; reimplement the section which prevents
3078         MIME header from being signed.
3079         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
3080         pgg-text-mode; remove a blank line at the top of body.
3081
3082         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
3083         lines at the top of body; use gnus-newsgroup-charset if there's no
3084         Charset header.
3085
3086 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3087
3088         * message.el (message-self-insert-commands): Doc fix.
3089
3090         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
3091         (mm-uu-pgp-encrypted-test): Ditto.
3092         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
3093         between header and body; return application/pgp-encrypted handle
3094         if decryption failed; decode decrypted body by charset.
3095
3096         * mm-decode.el (mm-automatic-display): Don't make application/pgp
3097         element match to application/pgp-*.
3098
3099 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3100
3101         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
3102         HTML.
3103
3104 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3105
3106         * mail-source.el (mail-source-call-script): Message the error
3107         string.
3108
3109 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3110
3111         * gnus-util.el (gnus-byte-compile): Use it.
3112
3113 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
3114
3115         * gnus-util.el (kill-empty-logs): New function.
3116
3117 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3118
3119         * message.el (message-mail-alias-type): Doc fix.
3120         (message-mail-alias-type-p): New function.
3121         (message-send): Use it.
3122         (message-mode): Ditto.
3123         (message-strip-forbidden-properties): Ditto.
3124
3125         * ecomplete.el (ecomplete-database-file-coding-system): New
3126         variable.
3127         (ecomplete-save): Use it.
3128         (ecomplete-setup): Use it.
3129
3130 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3131
3132         * message.el (message-self-insert-commands): New variable.
3133         (message-strip-forbidden-properties): Use it.
3134
3135 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3136
3137         * message.el (message-put-addresses-in-ecomplete): Use a regexp
3138         that doesn't make XEmacs choke.
3139
3140 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
3141
3142         * gnus-util.el (gnus-replace-in-string):
3143         Prefer replace-regexp-in-string over of replace-in-string.
3144
3145 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3146
3147         * gnus-util.el (gnus-select-frame-set-input-focus):
3148         Use select-frame-set-input-focus if it is available in XEmacs; use
3149         definition defined in Emacs 22 for old Emacsen.
3150
3151         * dgnushack.el: Autoload unmorse-region for XEmacs.
3152
3153         * lpath.el: Bind cursor-in-non-selected-windows and
3154         select-frame-set-input-focus for XEmacs.
3155
3156 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3157
3158         * mm-view.el (mm-inline-text): Use equal instead of equalp.
3159
3160 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
3161
3162         * gnus-registry.el (gnus-registry-cache-save): Remove text
3163         properties when saving via the temp buffer.
3164
3165 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
3166
3167         * message.el (message-generate-hashcash): Honor custom type.
3168
3169 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3170
3171         * message.el (message-generate-hashcash): Default to non-nil when
3172         hashcash is found.
3173
3174         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
3175         (gnus-refer-thread-limit): Increase default to 500.
3176
3177         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
3178
3179         * flow-fill.el (fill-flowed): Allow delete-space.
3180
3181 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
3182
3183         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
3184         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
3185         Remove autoloads.
3186
3187 2006-04-18  Simon Josefsson  <jas@extundo.com>
3188
3189         * message.el (message-generate-hashcash): Default to.
3190
3191 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3192
3193         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
3194         concatenating segments rather than before concatenating them.
3195
3196 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
3197
3198         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
3199
3200 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3201
3202         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
3203
3204         * message.el (message-forward-make-body-plain): Allow
3205         message-forward-ignored-headers to be a list.
3206         (message-remove-ignored-headers): Factor out into function.
3207         (message-forward-make-body-mml): Use it.
3208
3209         * imap.el (imap-quote-specials): New function.
3210         (imap-login-auth): Quote specials.
3211
3212         * rfc2231.el (rfc2231-parse-string): Remove dead code.
3213         (rfc2231-parse-string): Allow concatanation of parameters that
3214         aren't contiguous.  The test case is
3215           (mail-header-parse-content-type "message/external-body;
3216             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
3217             access-type=LOCAL-FILE;
3218             name*1*=plugh%2fhello-sailor%2fbing.pdf")
3219
3220 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3221
3222         * nntp.el (nntp-accept-process-output): Return the value of
3223         `nnheader-accept-process-output'.
3224
3225 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3226
3227         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
3228         (gnus-button-alist): Recognize more diff formats.
3229         (gnus-button-patch): Strip directory.
3230
3231 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
3232
3233         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
3234         Emacs 22 when setting focus.
3235
3236 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3237
3238         * gnus-art.el (gnus-article-treat-types): Do treatment of
3239         text/x-verbatim parts.
3240         (gnus-button-patch): New command.
3241
3242         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
3243         addresses that contain invalid characters.
3244
3245 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3246
3247         * message.el (message-put-addresses-in-ecomplete): Use
3248         gnus-replace-in-string.
3249         (message-is-yours-p): Use the more correct
3250         mail-header-parse-address instead of
3251         mail-extract-address-components.
3252         (message-put-addresses-in-ecomplete): Fix typo.
3253
3254         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
3255         keystroke.
3256
3257         * gnus-art.el (gnus-treatment-function-alist): Change order of
3258         newsgroups/generic header folding to avoid double-folding.
3259
3260         * message.el (message-hidden-headers): Add X-Draft-From.
3261
3262         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
3263         command.
3264         (gnus-summary-repeat-search-article-backward): New command.
3265
3266         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
3267         groups in the parent topic.
3268
3269 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
3270
3271         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
3272         (spam-extra-header-to-number): Return the CRM114 number as a
3273         number instead of a string.
3274
3275 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3276
3277         * gnus-art.el (gnus-face-properties-alist): Moved here from
3278         gnus-fun.
3279
3280         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
3281
3282 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3283
3284         * message.el (message-strip-forbidden-properties): Only display on
3285         self-insert-command.
3286
3287         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
3288         reindent.
3289         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
3290
3291 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
3292
3293         * smiley.el (smiley-style): Fix typo.
3294
3295 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3296
3297         * hashcash.el (hashcash-insert-payment-async-2): Use
3298         message-goto-eoh instead of doing it manually.
3299         (mail-add-payment): Use message-narrow-to-header instead of trying
3300         to do the same itself.
3301
3302         * message.el (message-hidden-headers): Add Face.
3303
3304         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
3305         reparenting code.
3306         (gnus-summary-reparent-children): Refactored out code.
3307         (gnus-summary-thread-map): New keystroke.
3308         (gnus-summary-reparent-children): Make into command.
3309
3310         * smiley.el (smiley-style): Default to `medium' if using a large
3311         font.
3312
3313         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
3314         does it itself.
3315
3316         * message.el (message-point-in-header-p): Simplify definition.
3317
3318 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3319
3320         * nnagent.el (nnagent-request-set-mark): Silence log file
3321         writing.
3322         (nnagent-request-set-mark): Use write-region instead of
3323         append-to-file.
3324
3325         * gnus-sum.el (gnus-read-header): Fudge article number if using a
3326         strange select method.
3327
3328         * ecomplete.el (ecomplete-display-matches): Get highlightling
3329         right.
3330         (ecomplete-display-matches): Use literals.
3331         (ecomplete-display-matches): Disable message logging.
3332
3333         * message.el (message-display-abbrev): Small optimization.
3334
3335         * ecomplete.el (ecomplete-display-matches): Allow automatic
3336         display.
3337
3338         * message.el (message-strip-forbidden-properties): Display
3339         abbrevs.
3340         (message-display-abbrev): Get automatic display right.
3341
3342         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
3343         keystrokes.
3344
3345 2006-04-13  Romain Francoise  <romain@orebokech.com>
3346
3347         TODO: Backport to v5-10!
3348
3349         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
3350         Moved here (and renamed) from gnus-registry.el.
3351
3352         * gnus-registry.el: Require gnus-util.
3353         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
3354
3355 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3356
3357         * gnus-group.el (gnus-group-catchup-current): Change
3358         if-then-else-if-then-else into cond.
3359         (gnus-group-catchup): Indent.
3360         (group-name-at-point): New function.
3361         (gnus-fetch-group): Provide default from thing at point.
3362
3363 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3364
3365         * message.el (message-display-abbrev): Fix regexp.
3366
3367         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
3368         choosing.
3369         (ecomplete-highlight-match-line): Fix up code rewrite, remove
3370         dead variables.
3371
3372         * message.el (message-newline-and-indent): Remove debugging.
3373         (message-display-abbrev): Use new implementation.
3374
3375 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3376
3377         * gnus-art.el (gnus-article-mode): Set
3378         cursor-in-non-selected-windows to nil.
3379
3380         * smiley.el: Revert previous change.
3381         (smiley-data-directory): defvar it before using it in the
3382         defcustom of `smiley-style'.
3383
3384 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3385
3386         * message.el (message-newline-and-indent): New function.
3387
3388         * ecomplete.el: Implement more bits.
3389
3390         * message.el (message-put-addresses-in-ecomplete): Clean up the
3391         string.
3392
3393         * ecomplete.el (ecomplete-add-item): Chop off decimals.
3394
3395         * gnus-sum.el (gnus-summary-save-parts): Bind
3396         gnus-summary-save-parts-counter and use it to make unique file
3397         names.
3398
3399         * gnus-art.el (gnus-ignored-headers): Add some more headers.
3400
3401         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
3402         parameter to say whether to actually parse the individual
3403         addresses.
3404
3405         * message.el (message-put-addresses-in-ecomplete): New function.
3406         (ecomplete): Require.
3407         (message-mail-alias-type): Add ecomplete as an option.
3408
3409 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
3410
3411         * flow-fill.el (fill-flowed): Remove trailing space from blank
3412         quoted lines.
3413
3414 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3415
3416         * smiley.el (smiley-style): Move definition later to avoid a
3417         compilation warning.
3418
3419 2006-04-12  Kenichi Handa  <handa@m17n.org>
3420
3421         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
3422         buffer and then decode the buffer text if necessary.
3423         (rfc2231-encode-string): Be sure to work on multibyte buffer at
3424         first, and after mm-encode-body, change the buffer to unibyte.
3425         Use mm-disable-multibyte instead of set-buffer-multibyte.
3426
3427 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3428
3429         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
3430         Content-Type header instead of Content-Disposition header.
3431         (gnus-mime-inline-part): Ditto.
3432         (gnus-mime-view-part-as-charset): Ignore charset that the part
3433         specifies.
3434
3435         * mm-decode.el (mm-display-part): Work with external parts and
3436         usual parts similarly.
3437
3438         * mm-extern.el (mm-inline-external-body): Use mm-display-part
3439         instead of gnus-display-mime.
3440
3441         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
3442         instead of with-temp-buffer.
3443
3444         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
3445         tag to summarized topics part in order to encode non-ASCII text.
3446
3447 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3448
3449         * smiley.el (smiley-style): New variable.
3450         (smiley-directory): New function.
3451         (smiley-data-directory): Derive from `smiley-style' using
3452         `smiley-directory'.
3453         (smiley-regexp-alist): Add new entries.
3454
3455         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
3456         (gnus-article-browse-delete-temp): Add :version.
3457
3458 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3459
3460         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
3461         the sieve region.
3462
3463 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3464
3465         * gnus.el (gnus-version-number): Bump version.
3466
3467 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3468
3469         * gnus.el: No Gnus v0.4 is released.
3470
3471 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3472
3473         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
3474         layout.
3475
3476         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
3477         unknown charset.
3478
3479         * message.el (message-header-synonyms): Add Original-To to the
3480         default.
3481
3482         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
3483         optional parameter.
3484
3485 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3486
3487         * gnus-fun.el (gnus): Require it for gnus-directory.
3488
3489 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3490
3491         * gnus-fun.el (gnus-face-properties-alist): Add :version.
3492
3493 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3494
3495         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
3496
3497 2006-04-05  Simon Josefsson  <jas@extundo.com>
3498
3499         * password.el (password-reset): New function.
3500
3501 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3502
3503         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
3504         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3505
3506 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3507
3508         * nnweb.el (nnweb-google-create-mapping): Update regexp.
3509         Some whitespace was matched into the url, which broke browsing hits
3510         > 100 when mm-url-use-external was nil.
3511
3512 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
3513
3514         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
3515         gnus-extra-headers for 'Newsgroups.
3516
3517         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
3518         bound.
3519
3520 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
3521
3522         * pgg-gpg.el: Clean up process buffers every time gpg processes
3523         complete.
3524
3525 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
3526
3527         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3528         doc string.
3529
3530 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
3531
3532         * pgg-gpg.el (pgg-gpg-process-filter)
3533         (pgg-gpg-wait-for-completion): Check if buffer is alive.
3534
3535         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3536         lines, temporary fix.
3537
3538 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3539
3540         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
3541
3542 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
3543
3544         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3545         default-enable-multibyte-characters.  This reverts the change from
3546         revision 6.17 which is no longer necessary because the passphrase
3547         is sent separately now.  GnuPG messages are unreadable under
3548         multibyte locales with default-enable-multibyte-characters set to
3549         nil.
3550
3551 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
3552
3553         * message.el (message-tool-bar-gnome): Move "spell".
3554
3555 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
3556
3557         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
3558         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
3559         instead.
3560
3561 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
3562
3563         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
3564         newsgroups handling for NNTP overviews which don't include
3565         Newsgroups.
3566
3567 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3568
3569         * message.el (message-resend): Bind message-generate-hashcash to nil.
3570
3571 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3572
3573         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
3574         when searching for already-paid recipients.
3575
3576 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
3577
3578         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3579         passphrases when it is not needed.
3580         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3581         passphrase stuff from gpg, should only be necessary when you use
3582         gpg with a smartcard.
3583
3584 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3585
3586         * mml.el (mml-insert-mime): Ignore cached contents of
3587         message/external-body part.
3588
3589         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
3590         (mm-insert-part): Ditto.
3591
3592 2006-03-23  Simon Josefsson  <jas@extundo.com>
3593
3594         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
3595         Reiner.
3596         (pgg-gpg-use-agent-p): Use it again.
3597
3598 2006-03-23  Simon Josefsson  <jas@extundo.com>
3599
3600         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
3601         older emacsen.
3602         (pgg-gpg-use-agent-p): Don't use it.
3603
3604 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
3605
3606         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
3607         if we can.
3608
3609 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
3610
3611         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3612         (pgg-gpg-update-agent): New function.
3613         (pgg-gpg-use-agent-p): New function.
3614         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3615         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3616         (pgg-gpg-sign-region): Use it.
3617
3618 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3619
3620         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
3621         Reported by Ralf Wachinger <rwachinger@gmx.de>.
3622
3623 2006-03-21  Simon Josefsson  <jas@extundo.com>
3624
3625         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3626         <wilde@sha-bang.de>.
3627         (pgg-gpg-use-agent): New variable.
3628         (pgg-gpg-process-region): Use it.
3629         (pgg-gpg-encrypt-region): Likewise.
3630         (pgg-gpg-encrypt-symmetric-region): Likewise.
3631         (pgg-gpg-decrypt-region): Likewise.
3632         (pgg-gpg-sign-region): Likewise.
3633         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3634
3635 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3636
3637         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
3638
3639         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
3640         Add comment on version.
3641
3642 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3643
3644         * smiley.el: Add missing test smiley.
3645
3646 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3647
3648         * mm-decode.el (mm-with-part): New macro.
3649         (mm-get-part): Use it; work with message/external-body as well.
3650         (mm-save-part): Treat name and filename equally.
3651
3652         * mm-extern.el (mm-extern-cache-contents): New function.
3653         (mm-inline-external-body): Use it; force the part to be displayed;
3654         move undisplayer added to the cached handle to the parent.
3655
3656         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
3657         (gnus-mime-view-part-as-type): Work with message/external-body.
3658
3659         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
3660
3661 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3662
3663         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
3664         images in image-load-path.  [Sync with image.el, revision 1.60, in
3665         Emacs.]
3666
3667 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3668
3669         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
3670         path rather than symbol.  Always return list of directories.
3671         Guarantee that image directory comes first.  [Sync with image.el,
3672         revision 1.59, in Emacs.]
3673
3674         * message.el (message-make-tool-bar): Adjust to new API of
3675         `gmm-image-load-path-for-library'.
3676
3677         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3678
3679         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3680
3681 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3682
3683         * gnus-art.el (gnus-article-only-boring-p):
3684         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
3685         intangible text.
3686         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
3687
3688 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
3689
3690         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
3691         `defun' instead of `gmm-defun-compat'.
3692
3693 2006-03-14  Simon Josefsson  <jas@extundo.com>
3694
3695         * message.el (message-unique-id): Don't use message-number-base36
3696         if (user-uid) is a float.
3697         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
3698
3699 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3700
3701         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
3702
3703         * gnus-art.el (gnus-mime-display-single): Make sure there is an
3704         empty line between a part and a message part.
3705
3706 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
3707
3708         * smiley.el: Add more test smileys.
3709         (smiley-data-directory, smiley-regexp-alist)
3710         (gnus-smiley-file-types): Fix doc strings.
3711         (smiley-update-cache): Clear smiley-cached-regexp-alist before
3712         adding new elements.
3713         (smiley-mouse-map): Unused code.  Make it a comment.
3714
3715 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3716
3717         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
3718         scan latest NoCeM messages instead of old ones.
3719         (gnus-nocem-check-article): Fix regexps so as to match to PGP
3720         delimiters that are recently used.
3721         (gnus-nocem-load-cache): Add autoload cookie.
3722
3723         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
3724
3725         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
3726         level which is larger than gnus-use-nocem is specified.
3727
3728         * gnus-group.el (gnus-group-get-new-news): Ditto.
3729
3730 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3731
3732         * gnus-util.el (gnus-tool-bar-update): New function.
3733
3734         * gnus-group.el (gnus-group-update-tool-bar): New variable.
3735         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
3736
3737         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
3738
3739         * gnus-group.el (gnus-group-redraw-when-idle)
3740         (gnus-group-redraw-check): Remove.
3741         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
3742
3743 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3744
3745         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
3746         if optional last element is specified in splits (FIELD VALUE...).
3747
3748 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
3749
3750         * message.el (message-make-tool-bar): Rename gmm-image-load-path
3751         to gmm-image-load-path-for-library.  Call with no-error argument.
3752         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
3753
3754         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3755
3756         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3757
3758         * gmm-utils.el (gmm-image-load-path): Remove alias.
3759
3760 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
3761
3762         * gmm-utils.el (gmm-image-load-path): Add alias.
3763
3764         * nnml.el (nnml-generate-nov-databases-directory): Rename from
3765         nnml-generate-nov-databases-1.
3766         (nnml-generate-nov-databases): Use it.
3767         (nnml-generate-nov-databases-directory): Document no-active
3768         argument.
3769
3770         * gmm-utils.el (gmm-image-load-path-for-library): Return single
3771         directory if path is t.  Add no-error.
3772
3773         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
3774         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3775
3776         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
3777         resetting gnus-article-browse-html-temp-list.
3778
3779         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
3780         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
3781         Add example to docstring.  Rename local variables.  Move error
3782         checks to default case in cond and simplify.
3783
3784 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3785
3786         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
3787         handle is multipart when calling it recursively.
3788         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
3789
3790 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
3791
3792         * nnimap.el (nnimap-request-update-info-internal): Optimize.
3793         Don't `gnus-uncompress-range' to avoid excessive memory usage.
3794
3795 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3796
3797         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
3798         is loaded.
3799
3800         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
3801         loaded.
3802
3803 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3804
3805         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
3806         to "Emacs 23 (unicode)" in doc string.
3807
3808         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
3809         "Emacs 23 (unicode)" in comment.
3810
3811 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3812
3813         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
3814
3815         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
3816         characters 160 through 255 in Emacs 23.
3817
3818 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3819
3820         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
3821         gnus-article-browse-html-temp.
3822         (gnus-article-browse-delete-temp): Make it customizable.  Add
3823         `file'.  Adjust doc string.
3824         (gnus-article-browse-delete-temp-files): Add argument.  Allow
3825         query for each file.  Adjust doc string.
3826         (gnus-article-browse-html-parts): Add
3827         `gnus-article-browse-delete-temp-files' to
3828         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
3829
3830 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
3831
3832         * gnus-art.el (gnus-article-browse-html-temp)
3833         (gnus-article-browse-delete-temp): New variables.
3834         (gnus-article-browse-delete-temp-files): New function.
3835         (gnus-article-browse-html-parts): Use it.
3836
3837 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3838
3839         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
3840
3841         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
3842         string.
3843
3844         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
3845         gnus-summary-insert-new-articles when unplugged.  Remove
3846         gnus-summary-search-article-forward.
3847
3848         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
3849         display-visual-class instead of display-color-cells.
3850
3851 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3852
3853         * dgnushack.el: Autoload customize-group for XEmacs.
3854
3855         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
3856         message/* containing non-ASCII text properly.
3857
3858 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3859
3860         * message.el: Require gmm-utils, remove autoloads.
3861         (message-tool-bar): Set default based on
3862         gmm-tool-bar-style.
3863         (message-tool-bar-gnome): Add gmm-customize-mode.
3864
3865         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
3866         gmm-tool-bar-style.
3867         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
3868
3869         * gnus-group.el (gnus-group-tool-bar): Set default based on
3870         gmm-tool-bar-style.
3871         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
3872
3873         * gmm-utils.el (gmm-image-directory): Rename variable from
3874         gmm-image-load-path.
3875         (gmm-image-load-path): Use gmm-image-directory.
3876         (gmm-customize-mode): New function.
3877         (gmm-tool-bar-style): New variable.
3878
3879         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
3880         gnus-group-redraw-line-number.
3881         (gnus-group-redraw-check): Simplify.
3882         (gnus-group-tool-bar-update): Remove redraw check.
3883         (gnus-group-make-tool-bar): Add redraw check.
3884
3885 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
3886
3887         * gnus-art.el (gnus-button): Add missing parentheses.
3888
3889 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3890
3891         * lpath.el: Fbind line-number-at-pos.
3892
3893 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3894
3895         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3896
3897 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3898
3899         * gnus-art.el (gnus-button): New face.
3900         (gnus-article-button-face): Use it.
3901
3902         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
3903         gnus-summary-next-page.  Re-order.
3904
3905         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
3906         next-node are now included.
3907         (gnus-group-redraw-line-number): New internal variable.
3908         (gnus-group-redraw-check): Helper function for updating the tool
3909         bar.
3910         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3911
3912         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3913
3914         * spam.el (spam-spamassassin-score-regexp): New internal variable.
3915         (spam-extra-header-to-number, spam-check-spamassassin-headers):
3916         Use it to match format of Spamassassin 3.0 and later.  Reported by
3917         IRIE Tetsuya <irie@t.email.ne.jp>.
3918         (spam-check-bogofilter)
3919         (spam-bogofilter-register-with-bogofilter): Fix args of
3920         `gnus-error' calls.
3921
3922 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3923
3924         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
3925         unnecessary interaction when sending queued mails.  Reported by
3926         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3927
3928 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3929
3930         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
3931         first or last are nil.
3932
3933 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3934
3935         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3936
3937 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3938
3939         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3940
3941 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3942
3943         * dns.el (query-dns): Protect more against buggy tcp output.
3944
3945 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3946
3947         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
3948         nov.php.
3949
3950 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3951
3952         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
3953         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
3954         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
3955         output on the server side.
3956         (nnweb-google-create-mapping): Update regexps and add some
3957         progress indication.
3958
3959 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
3960
3961         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
3962         gnus-agent-toggle-plugged.  Re-order icons.
3963         (gnus-group-tool-bar-gnome): Add
3964         gnus-group-{prev,next}-unread-group.
3965         (gnus-group-tool-bar-gnome): Re-order icons.
3966
3967         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
3968         gnus-summary-insert-new-articles.
3969
3970         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
3971         comments.
3972
3973         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
3974         also available in Emacs 21.3.
3975
3976         * message.el (message-fix-before-sending): Change "Emacs 22" to
3977         "Emacs 23 (unicode)" in comment.
3978
3979         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
3980         "Emacs 23 (unicode)" in comment.
3981
3982         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
3983         comment.
3984         (mm-coding-system-p): Add comment about no-MULE XEmacs.
3985
3986         * mm-view.el (mm-fill-flowed): Add :version.
3987
3988 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3989
3990         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
3991         and load-path.
3992
3993 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
3994
3995         * message.el: Autoload gmm-image-load-path.
3996         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
3997         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
3998         consitency.
3999
4000         * gmm-utils.el (gmm-image-load-path): Also search in
4001         "../etc/images".  Don't set gmm-image-load-path if we don't find
4002         the image.
4003
4004 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4005
4006         * gmm-utils.el (gmm-image-load-path): Don't make
4007         `gmm-image-load-path' include subdirectories which the second arg
4008         `image' might specify.
4009
4010         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
4011         subdirectory to icon file names.
4012
4013         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
4014
4015 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
4016
4017         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
4018         gmm-image-load-path calls.
4019
4020         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4021
4022         * message.el (message-make-tool-bar): Ditto.
4023
4024         * mml.el (mml-preview): Added comment concerning tool bar icons.
4025
4026         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
4027         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
4028
4029         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
4030         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
4031
4032         * message.el (message-tool-bar-gnome): Use new icon names.
4033         (message-make-tool-bar): Use `gmm-image-load-path'.
4034
4035         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
4036         functions from MH-E.
4037         (gmm-image-load-path): New variable from MH-E.
4038         (gmm-image-load-path): New function from MH-E.  Added arguments
4039         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
4040         *-image-load-path-called-flag.
4041
4042 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
4043
4044         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
4045
4046 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
4047
4048         * nnimap.el (nnimap-request-move-article): Change folder back to
4049         source group before deleting.
4050
4051 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
4052
4053         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
4054
4055         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
4056         mm-url.
4057
4058         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
4059
4060 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4061
4062         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
4063         coding system which mm-charset-to-coding-system returns for a
4064         given charset is valid.
4065
4066 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
4067
4068         * html2text.el (html2text-remove-tag-list):
4069         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
4070
4071 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
4072
4073         * gnus-cus.el: Revert 2005-10-17 change.
4074
4075 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4076
4077         * gnus-art.el (article-strip-banner): Call
4078         article-really-strip-banner only when the regexp match is made.
4079
4080 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4081
4082         * gnus-art.el (article-strip-banner): Use
4083         gnus-extract-address-components instead of
4084         mail-header-parse-addresses to make it work with non-ASCII text;
4085         remove mail-encode-encoded-word-string.
4086
4087         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
4088         values which are surrounded with \"...\"; make it never cause a
4089         Lisp error; give up parsing of parameters if it failed in
4090         extracting type.
4091
4092 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4093
4094         * smime.el (smime-cert-by-ldap-1): Fix bug where
4095         `smime-ldap-search' returns results without userCertificates.
4096
4097 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4098
4099         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
4100
4101 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4102
4103         * spam.el (spam-check-spamassassin-headers): Adapt format for
4104         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
4105         <ari@mbf.ocn.ne.jp>.
4106         (spam-list-of-processors): Add spam-use-gmane.
4107
4108 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4109
4110         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
4111         make-temp-file; make it work with XEmacs as well.
4112
4113         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
4114         mm-make-temp-file.
4115
4116         * mm-decode.el (mm-display-external): Use the 3rd arg of
4117         mm-make-temp-file.
4118         (mm-create-image-xemacs): Ditto.
4119
4120 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4121
4122         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
4123         with message-narrow-to-headers.
4124         (gnus-draft-setup): Narrow to header to run message-fetch-field.
4125         (gnus-draft-check-draft-articles): New function.
4126         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
4127
4128 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
4129
4130         * gnus-art.el (gnus-article-browse-html-parts):
4131         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
4132         Don't use suffix argument for mm-make-temp-file for Emacs 21
4133         compatibility.  Remove useless `format'.
4134
4135 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4136
4137         * nnweb.el (nnweb-google-wash-article): Update regexps.
4138         (nnweb-group-alist): Use defvoo instead of defvar.
4139
4140 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4141
4142         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
4143         re-loading nn* modules.
4144
4145 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4146
4147         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
4148         for `tool-bar-mode' and don't check it's default-value.
4149
4150         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4151
4152         * message.el (message-make-tool-bar): Ditto.
4153
4154         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
4155         `substring'.  Shorten tmp-file name.
4156
4157         * gnus.el: Remove bogus comment.
4158
4159 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
4160
4161         * gnus-art.el (gnus-article-browse-html-parts): New function.
4162         (gnus-article-browse-html-article): New function for viewing html
4163         articles with a browser.
4164
4165 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
4166
4167         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
4168         in elisp.
4169         (pgg-gpg-encrypt-symmetric-region): Ditto.
4170         (pgg-gpg-sign-region): Ditto.
4171
4172         * pgg-def.el (pgg-text-mode): New variable.
4173
4174         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
4175         (mml2015-pgg-encrypt): Ditto.
4176
4177         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
4178         (mml1991-pgg-encrypt): Ditto.
4179
4180 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4181
4182         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
4183         message-make-date instead of current-time-string.
4184
4185         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
4186         to gnus-decoded which mm-uu might set.
4187
4188 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4189
4190         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
4191         don't decode quoted parameters; remove misimported Emacs code.
4192         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4193         (rfc2231-decode-encoded-string): Don't use split-string which
4194         behaves differently according to Emacs version; use
4195         mm-decode-coding-region to convert charset to coding-system.
4196         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4197         (rfc2231-encode-string): Remove misimported Emacs code.
4198
4199 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4200
4201         * gnus-art.el (article-decode-charset): Don't use ignore-errors
4202         when calling mail-header-parse-content-type.
4203         (article-de-quoted-unreadable): Ditto.
4204         (article-de-base64-unreadable): Ditto.
4205         (article-wash-html): Ditto.
4206
4207         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
4208         calling mail-header-parse-content-type and
4209         mail-header-parse-content-disposition.
4210         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
4211         mail-header-parse-content-type.
4212
4213         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
4214         insert charset and format parameters; encode description after
4215         inserting it to buffer.
4216         (mml-insert-parameter): Fold lines properly even if a parameter is
4217         segmented into two or more lines; change the max column to 76.
4218
4219         * rfc1843.el (rfc1843-decode-article-body): Don't use
4220         ignore-errors when calling mail-header-parse-content-type.
4221
4222         * rfc2231.el (rfc2231-parse-string): Return at least type if
4223         possible; don't cause an error even if it fails in parsing of
4224         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4225         (rfc2231-encode-string): Don't break lines at the beginning, leave
4226         it to mml-insert-parameter.
4227
4228         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
4229         calling mail-header-parse-content-type.
4230
4231 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
4232
4233         * spam-report.el (spam-report-gmane-use-article-number):
4234         Improve doc string.
4235         (spam-report-gmane-internal): Check if a suitable header was found
4236         in the article.
4237
4238 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4239
4240         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
4241         (rfc2231-encode-string): Make param*=value always begin with LWSP.
4242
4243 2006-02-05  Romain Francoise  <romain@orebokech.com>
4244
4245         Update copyright notices of all files in the gnus directory.
4246
4247 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4248
4249         * nnweb.el (nnweb-request-group): Avoid growing overview files.
4250
4251 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4252
4253         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
4254         segmented lines of parameter value to cope with Thunderbird 1.5
4255         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
4256         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4257         (rfc2231-encode-string): Don't make lines exceeding 76 column.
4258
4259 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
4260
4261         * mml.el (mml-generate-mime-1): Correct the order of inline signed
4262         parts.
4263
4264 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4265
4266         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
4267         there's only one active file for all servers.
4268         (nnweb-request-scan): Make sure nnweb-articles is initialized on
4269         solid groups.  Gnus might have used a FAST request to select the group.
4270         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
4271         and nnweb-search redundantly in the active file.
4272         (nnweb-request-list): Don't list bogus groups.  There can only be one.
4273         (nnweb-request-create-group): Don't use ARGS.
4274         (nnweb-possibly-change-server, nnweb-request-group): Remove some
4275         initialisations.  Let nnoo do the work.
4276
4277 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4278
4279         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
4280         Say the part has been decoded.
4281
4282         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
4283
4284 2006-01-31  Kevin Ryde  <user42@zip.com.au>
4285
4286         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
4287         mailcap-viewer-test-cache when there's no 'test clause, since that
4288         will invert the meaning of a "nil" test previously determined by
4289         mailcap-mailcap-entry-passes-test.
4290
4291 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4292
4293         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
4294         compiling.
4295
4296         * gnus-sum.el: Ditto.
4297
4298         * message.el: Don't bind tool-bar-map when compiling.
4299
4300 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
4301
4302         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
4303
4304 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4305
4306         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
4307         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
4308         current Google Groups.
4309
4310 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
4311
4312         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
4313         and tool-bar-mode.
4314
4315         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
4316         and tool-bar-mode.
4317
4318         * message.el (message-tool-bar-update): Simplify.
4319         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
4320
4321         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
4322         gnus-summary-buffer.
4323         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
4324         gnus-summary-reply.
4325
4326         * gmm-utils.el (gmm): Add :version.
4327
4328 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4329
4330         * Makefile.in (clean): New rule.
4331         (distclean): Use it.
4332
4333 2006-01-26  Steve Youngs  <steve@sxemacs.org>
4334
4335         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
4336         autoload.
4337
4338 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4339
4340         * gmm-utils.el (gmm-verbose): Add :group.
4341
4342 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
4343
4344         * message.el: Change some comments WRT tool-bars.
4345
4346         * gnus-sum.el (gnus-summary-tool-bar)
4347         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
4348         (gnus-summary-tool-bar-zap-list): New variables.
4349         (gnus-summary-make-tool-bar): Complete rewrite using
4350         `gmm-tool-bar-from-list'.
4351
4352         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
4353         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
4354         variables.
4355         (gnus-group-make-tool-bar): Complete rewrite using
4356         `gmm-tool-bar-from-list'.
4357         (gnus-group-tool-bar-update): New function.
4358
4359         * message.el (message-mode-field-menu): Add "Show hidden Headers".
4360
4361 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4362
4363         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
4364         is dissected into a single part of which the type is the same as
4365         the given one; decode charset.
4366
4367 2006-01-21  Kevin Ryde  <user42@zip.com.au>
4368
4369         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
4370         into alists as symbol not string, since that's what
4371         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
4372         look for.
4373
4374 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
4375
4376         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
4377         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
4378
4379         * message.el (message-tool-bar-gnome): Use gmm-ignore.
4380
4381 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4382
4383         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
4384         (gnus-xmas-mime-security-button-menu): New function.
4385
4386         * gnus-art.el (gnus-mime-security-button-commands): New variable.
4387         (gnus-mime-security-button-menu): New definition.
4388         (gnus-mime-security-button-map): Use them.
4389         (gnus-mime-security-button-menu): New function.
4390         (gnus-insert-mime-security-button): Addition to help echo.
4391         (gnus-mime-security-run-function, gnus-mime-security-save-part)
4392         (gnus-mime-security-pipe-part): New functions.
4393
4394         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
4395         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
4396
4397         * mm-decode.el (mm-handle-set-disposition): Remove.
4398         (mm-handle-set-description): Remove.
4399
4400 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4401
4402         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
4403         (mm-w3m-standalone-supports-m17n-p): New function.
4404         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
4405         w3m usage.
4406
4407         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
4408         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
4409
4410 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4411
4412         * message.el (message-tool-bar-zap-list): Use
4413         gmm-tool-bar-zap-list as custom type.
4414         (message-tool-bar-update): New function.
4415         (message-tool-bar, message-tool-bar-gnome)
4416         (message-tool-bar-retro): Add message-tool-bar-update.
4417         (message-tool-bar-gnome): Add flyspell-buffer.
4418
4419         * gnus-util.el (gnus-error): Describe `args'.
4420
4421         * gmm-utils.el (gmm-error): Describe `args'.
4422         (gmm-tool-bar-zap-list): New widget.
4423         (gmm-tool-bar-from-list): Improve description of `zap-list'.
4424
4425 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4426
4427         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
4428         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
4429         the number of recursive calls.
4430
4431         * mm-decode.el (mm-handle-set-disposition): New macro.
4432         (mm-handle-set-description): New macro.
4433
4434 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4435
4436         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
4437         encoding.
4438
4439 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4440
4441         * message.el (message-tool-bar-zap-list, message-tool-bar)
4442         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
4443         (message-tool-bar-local-item-from-menu): Remove.
4444         (message-tool-bar-map): Replace by `message-make-tool-bar'.
4445         (message-make-tool-bar): New function.
4446         (message-mode): Use `message-make-tool-bar'.
4447
4448         * gmm-utils.el: New file.
4449         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
4450         (gmm-lazy): New widget copied from `nnmail.el'.
4451         (gmm-tool-bar-from-list): New function for creating customizable
4452         tool bars.
4453         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
4454         output.
4455         (gmm): Add :prefix to defgroup.
4456
4457 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
4458
4459         * gmm-utils.el (gmm-widget-p): New function.
4460
4461 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4462
4463         * mml.el (mml-attach-file): Describe `description' in doc string.
4464         (mml-menu): Add Emacs MIME manual and PGG manual.
4465
4466 2006-01-20  Richard M. Stallman  <rms@gnu.org>
4467
4468         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4469
4470 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
4471
4472         * nntp.el (nntp-end-of-line): Doc fix.
4473
4474 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
4475
4476         * imap.el (imap-open): Handle case where buffer is a buffer
4477         object.
4478
4479 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4480
4481         * gnus-delay.el (gnus-delay): Don't autoload.
4482         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4483         to be re-loaded when customizing the `gnus-delay' group.
4484
4485 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
4486
4487         * message.el (message-insert-citation-line): Use newlines.
4488
4489 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4490
4491         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4492         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
4493         these routines, so the passphrase can be managed externally and
4494         passed in to the system.
4495         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4496         pgg-add-passphrase-to-cache function.
4497
4498         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4499         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
4500         these routines, so the passphrase can be managed externally and
4501         passed in to the system.
4502         (pgg-pgp5-sign-region): Use new name of
4503         pgg-add-passphrase-to-cache function.
4504
4505 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4506
4507         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4508         part of the decoded armor to find the key-identifier.
4509         (pgg-gpg-lookup-key-owner): New function to return the
4510         human-readable identifier of a key owner.
4511         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
4512         itself.
4513         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4514         the key value) if we have a key and can match it against a secret
4515         key.  Also, added a note pointing out fact that the prompt only
4516         indicates the first matching key.
4517
4518         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4519         pgg-decrypt-region.
4520         (pgg-add-passphrase-to-cache): Rename from
4521         `pgg-add-passphrase-cache' to reduce confusion (all callers
4522         changed).
4523         (pgg-remove-passphrase-from-cache): Rename from
4524         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4525         changed).
4526         (pgg-read-passphrase, pgg-add-passphrase-cache)
4527         (pgg-remove-passphrase-cache): Add informative docstrings.
4528         (pgg-decrypt): Convey provided passphrase in subordinate call to
4529         pgg-decrypt-region.
4530
4531 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
4532
4533         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4534         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4535         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4536         'passphrase' argument, so the passphrase can be managed externally
4537         and then passed in to the system.
4538
4539         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4540         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4541         so the passphrase cache can be used reliably with identifiers
4542         besides a pgp packet's key id.
4543
4544         * pgg-gpg.el (pgg-gpg-encrypt-region)
4545         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4546         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
4547         these routines, so the passphrase can be managed externally and
4548         passed in to the system.
4549
4550         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4551         'notruncate' argument, so the passphrase cache can be used
4552         reliably with identifiers besides a pgp packet's key id.
4553
4554 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
4555
4556         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4557         symmetric encryption.
4558         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4559         encrypted session key.
4560         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4561         message ask for the passphrase in a proper way.
4562
4563         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4564         New user commands for symmetric encryption.
4565
4566 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4567
4568         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
4569
4570         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
4571
4572 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
4573
4574         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
4575
4576 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4577
4578         * mm-decode.el (mm-inlined-types): Add application/pgp.
4579         (mm-automatic-display): Ditto.
4580
4581         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
4582         part as text.
4583
4584 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4585
4586         * nnrss.el: Update copyright.
4587         (nnrss-opml-import): Query whether to subscribe to each entry.
4588
4589         * gnus-art.el:
4590         * gnus-sum.el:
4591         * gnus-xmas.el:
4592         * messagexmas.el:
4593         * mm-uu.el:
4594         * mm-view.el: Update copyright.
4595
4596 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
4597
4598         * message.el (message-info): New function.
4599         (message-mode-menu): Add it.
4600         Update copyright.
4601
4602         * ChangeLog: Fix and update copyright.
4603
4604 2006-01-13  Romain Francoise  <romain@orebokech.com>
4605
4606         * message.el (message-forward-subject-name-subject): Prefer the
4607         address to 'nowhere' if the sender has no name.
4608         Fix typo.  Update copyright year.
4609
4610 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4611
4612         * gnus-art.el (article-wash-html): Use
4613         gnus-summary-show-article-charset-alist if a numeric arg is given.
4614         (gnus-article-wash-html-with-w3m-standalone): New function.
4615
4616         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
4617         mm-inline-text-html-render-with-w3m-standalone.
4618         (mm-text-html-washer-alist): Map w3m-standalone to
4619         gnus-article-wash-html-with-w3m-standalone.
4620         (mm-inline-text-html-render-with-w3m-standalone): New function.
4621
4622 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4623
4624         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
4625         Improve LaTeX.
4626
4627 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4628
4629         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
4630         (nnrss-request-article): Render text/plain parts as HTML.
4631
4632         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
4633         the buffer.
4634
4635 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4636
4637         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
4638         custom definition of `gnus-posting-styles'.
4639
4640         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
4641         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
4642
4643 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4644
4645         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
4646         Use nntp for bug archive.
4647
4648 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4649
4650         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
4651         parts.
4652         (nnrss-normalize-date): New function converts ISO 8601 date into
4653         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4654         (nnrss-check-group): Use it.
4655
4656 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4657
4658         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
4659
4660         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
4661         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4662         (nnrss-insert-w3): Ditto.
4663
4664 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4665
4666         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
4667         the articles to be forwarded including the case where neither a
4668         number of articles nor a region is specified.
4669
4670 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4671
4672         * nnrss.el (nnrss-request-article): Fix last change; fill
4673         text/plain parts.
4674
4675 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4676
4677         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
4678         in text/plain part.
4679         (nnrss-check-group): Don't add excessive newline to dc:subject.
4680
4681 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
4682
4683         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
4684         article.
4685
4686 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4687
4688         * nnml.el: Don't require gnus-bcklg.  Autoload it.
4689         (nnml-use-compressed-files, nnml-save-mail): Support other
4690         comression programs such as bzip2.
4691
4692 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4693
4694         * dns.el (query-dns): Make sure we check the buffer size before
4695         removing tcp headers.
4696
4697 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4698
4699         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
4700         remove MIME buttons associated with multipart/alternative parts.
4701         (gnus-mime-display-alternative): Tag buttons using `article-type'
4702         text property.
4703
4704         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
4705         associated with multipart/alternative parts.
4706
4707         * gnus-art.el (gnus-signature-separator): Fix custom type.
4708
4709         * mm-decode.el (mm-inlined-types): Fix custom type.
4710         (mm-keep-viewer-alive-types): Ditto.
4711         (mm-automatic-display): Ditto.
4712         (mm-attachment-override-types): Ditto.
4713         (mm-inline-override-types): Ditto.
4714         (mm-automatic-external-display): Ditto.
4715
4716 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4717
4718         * spam-report.el (spam-report-user-mail-address)
4719         (spam-report-user-agent): New variables.
4720         (spam-report-url-ping-plain): Use spam-report-user-agent.
4721
4722 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
4723
4724         * gnus-art.el (gnus-button-handle-custom): Do not just use
4725         `customize-apropos' for any "M-x customize-*" button but the
4726         function called for.  Accept both the function name and its
4727         argument in order to achieve this.
4728         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
4729         function name to `gnus-button-handle-custom' in case of "M-x
4730         customize-*" buttons.
4731
4732 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4733
4734         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
4735         multipart/alternative and add xref to mm-discouraged-alternatives
4736         in doc string.
4737
4738         * mm-decode.el (mm-discouraged-alternatives): Add xref to
4739         gnus-buttonized-mime-types in doc string.
4740
4741 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
4742
4743         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
4744         Suggest image/.* in the doc string.
4745
4746 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4747
4748         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
4749         message-marks (Debian bug #342521).
4750
4751 2005-12-12  Simon Josefsson  <jas@extundo.com>
4752
4753         * password.el (password-read-from-cache): Add.
4754         (password-read): Use it.
4755
4756 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4757
4758         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
4759         us-ascii as a MIME charset.
4760
4761         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
4762         against the case where the 2nd arg TYPE is nil.
4763
4764 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4765
4766         * pop3.el (pop3-stream-type): Fix custom version.
4767
4768         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
4769
4770 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4771
4772         * mm-decode.el (mm-display-external): Add missing cdr.
4773
4774 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4775
4776         * mm-decode.el (mm-display-external): Use nametemplate (defined in
4777         RFC1524) if it is in mailcap or add a suffix according to
4778         mailcap-mime-extensions when generating a temp filename; postpone
4779         deleting a temp file for 2 seconds for some wrappers, shell
4780         scripts, and so on, which might exit right after having started a
4781         viewer command as a background job.
4782
4783 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4784
4785         * nntp.el (nntp-marks-directory): Fix custom group.
4786
4787         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
4788         steps when < 10.
4789
4790         * gnus-start.el (gnus-no-server-1): Mention
4791         `gnus-level-default-subscribed' in doc string.
4792
4793 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4794
4795         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
4796         parens.
4797
4798 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4799
4800         * gnus-xmas.el (gnus-use-toolbar): Revert.
4801         (gnus-xmas-setup-toolbar): Use global default-toolbar if
4802         gnus-use-toolbar is default.
4803
4804         * messagexmas.el (message-use-toolbar): Revert.
4805         (message-setup-toolbar): Use global default-toolbar if
4806         message-use-toolbar is default.
4807
4808 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4809
4810         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
4811         according to default-toolbar-visible-p.
4812
4813         * messagexmas.el (message-use-toolbar): Ditto.
4814
4815 2005-11-26  Dave Love  <fx@gnu.org>
4816
4817         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
4818         (tls-program, tls-success): Provide openssl alternative.
4819
4820         * starttls.el: Doc fixes.
4821         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
4822         SERVICE to PORT.
4823
4824         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
4825         port null or service name.
4826         (starttls-negotiate): Autoload.
4827
4828 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4829
4830         * message.el (message-kill-to-signature): Fix interactive spec.
4831
4832 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4833
4834         * pop3.el (pop3-open-server): Recognize a string as a service name.
4835
4836 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
4837
4838         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4839
4840 2005-11-23  Dave Love  <fx@gnu.org>
4841
4842         Add pop3s, pop3/starttls.
4843
4844         * pop3.el (pop3-authentication-scheme): Clarify doc.
4845         (open-tls-stream, starttls-open-stream): Autoload.
4846         (pop3-stream-type): New.
4847         (pop3-open-server): Use it.
4848
4849         * mail-source.el (mail-sources): Fix some :types.  Add stream type
4850         for POP.
4851         (mail-source-keyword-map): Add :stream for POP.
4852         (mail-source-fetch-pop): Use pop3-stream-type.
4853
4854 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4855
4856         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
4857         of current-time-string.
4858
4859 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
4860
4861         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
4862         date header.
4863
4864 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4865
4866         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
4867         it can seriously impact performance as it bypasses the agent's
4868         local caches.
4869
4870 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4871
4872         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
4873         must be explicitly online rather than "not explicitly offline" for
4874         its flags to be synchronized.
4875
4876         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
4877         that gnus-uu-unmark-thread will function correctly.
4878
4879         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
4880         1024K is instead displayed as 1M.
4881
4882 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4883
4884         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
4885
4886 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
4887
4888         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
4889
4890 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
4891
4892         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
4893         error message to display actual error condition.
4894         (gnus-agent-save-local): Avoid saving symbols that are bound to
4895         nil as they simply result in a warning message in
4896         gnus-agent-read-local.
4897
4898 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4899
4900         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
4901         rather than make-variable-buffer-local for file-precious-flag.
4902
4903 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4904
4905         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
4906         for duplicates which are removed.  The invalid sort check then
4907         triggers a rescan after the sort as sorting may have moved
4908         duplicate entries such that they can be cheaply detected.
4909
4910 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4911
4912         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
4913
4914 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4915
4916         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
4917         internal variable to a custom variable.  Changed default value
4918         from compressed(2) to uncompressed(1).
4919         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
4920         support for uncompressed agentview files.  Taken together, reading
4921         the agentview file should now be 6-7 times faster.
4922
4923 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4924
4925         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
4926         as a buffer-local variable.  This avoids creating truncated
4927         dribble files as a result of a hang up, eg.
4928
4929 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
4930
4931         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
4932         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
4933         XEmacs.
4934
4935 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4936
4937         * gnus-start.el (gnus-start-draft-setup): Enforce
4938         `gnus-draft-mode' for nndraft:drafts at startup.
4939
4940         * gnus.el (gnus-splash): Change custom group.
4941         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
4942         allow-list argument.
4943
4944         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
4945         string.
4946
4947 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4948
4949         * gnus-art.el (gnus-default-article-saver): Add user-defined
4950         `function' to custom type.
4951
4952 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4953
4954         * imap.el (imap-open): Handle case where buffer is a buffer
4955         object.
4956
4957 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4958
4959         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
4960         long lines.
4961         (gnus-cache-delete-group): Wrap doc strings.
4962
4963         * gnus-agent.el (gnus-agent-rename-group)
4964         (gnus-agent-delete-group): Wrap doc strings.
4965
4966
4967 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4968
4969         * messagexmas.el (message-use-toolbar): Change the valid values
4970         into default, top, bottom, left, and right.
4971         (message-toolbar-thickness): New variable.
4972         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
4973         well.
4974         (message-setup-toolbar): Make it work.
4975
4976         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
4977         (gnus-use-toolbar): Change the valid values into default, top,
4978         bottom, left, and right.
4979         (gnus-toolbar-thickness): New variable.
4980         (gnus-xmas-setup-toolbar): New function.
4981         (gnus-xmas-setup-group-toolbar): Use it.
4982         (gnus-xmas-setup-summary-toolbar): Use it.
4983
4984 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4985
4986         * gnus-start.el (gnus-1): Add "native" to
4987         gnus-predefined-server-alist.
4988
4989         * gnus.el (gnus-method-to-server): Don't add "native" to the
4990         lists here, because that leads to problems when
4991         gnus-select-method is bound.
4992
4993 2005-11-09  Simon Josefsson  <jas@extundo.com>
4994
4995         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
4996         use (not sort-by-date) instead.
4997
4998 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4999
5000         * gnus-delay.el (gnus-delay-group): Don't autoload.
5001         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5002         to be re-loaded when customizing the `gnus-delay' group.
5003
5004 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
5005
5006         * message.el: Revert last changes.
5007         (message-insert-citation-line): Use newlines.
5008
5009 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
5010
5011         * message.el (message-courtesy-message)
5012         (message-mark-insert-begin, message-mark-insert-end)
5013         (message-elide-ellipsis, message-cancel-message)
5014         (message-add-header, message-change-subject)
5015         (message-cross-post-followup-to-header)
5016         (message-cross-post-insert-note, message-reduce-to-to-cc)
5017         (message-widen-reply, message-delete-not-region)
5018         (message-kill-to-signature, message-insert-signature)
5019         (message-insert-importance-high, message-insert-importance-low)
5020         (message-insert-or-toggle-importance)
5021         (message-insert-disposition-notification-to)
5022         (message-indent-citation, message-yank-original)
5023         (message-cite-original-without-signature, message-cite-original)
5024         (message-insert-citation-line, message-position-on-field)
5025         (message-fix-before-sending, message-send-mail-partially)
5026         (message-send-mail, message-send-mail-with-sendmail)
5027         (message-send-mail-with-qmail, message-send-news)
5028         (message-check-news-header-syntax, message-generate-headers)
5029         (message-insert-courtesy-copy, message-fill-address)
5030         (message-fill-header, message-shorten-references)
5031         (message-setup-1, message-cancel-news)
5032         (message-forward-make-body-plain, message-forward-make-body-mime)
5033         (message-forward-make-body-mml, message-encode-message-body)
5034         (message-forward-make-body-digest-plain)
5035         (message-forward-make-body-digest-mime)
5036         (message-use-alternative-email-as-from): Insert `hard-newline'
5037         instead of ordinary newlines.
5038
5039 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5040
5041         * message.el (message-generate-headers): Downcase the argument
5042         given to message-check-element.
5043
5044 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
5045
5046         * nntp.el (nntp-authinfo-rejected): New error condition.
5047         (nntp-wait-for): Use new error condition to signal authentication
5048         error.
5049         (nntp-retrieve-data): Rethrow new error condition to break out of
5050         recursive call to nntp-send-authinfo.
5051
5052 2005-11-08  Romain Francoise  <romain@orebokech.com>
5053
5054         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
5055         (gnus-summary-exit-map): Bind to `Z p'.
5056         (gnus-summary-make-menu-bar): Add menu item.
5057
5058 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
5059
5060         * gnus-art.el (gnus-article-treat-custom): Add `first'.
5061         (gnus-treat-*): Add `first' in all doc strings.
5062
5063         * gnus-group.el (gnus-group-compact-group): Fix typo.
5064
5065 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5066
5067         * gnus.el (gnus-parameters-case-fold-search): New variable.
5068         (gnus-parameters-get-parameter): Use it.
5069
5070         * gnus-score.el (gnus-home-score-file): Doc fix.
5071
5072 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
5073
5074         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
5075
5076 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5077
5078         * mm-util.el (mm-special-display-p): New function.
5079
5080         * mml.el (mml-preview): Use it; doc fix.
5081
5082 2005-10-29  Romain Francoise  <romain@orebokech.com>
5083
5084         * message.el (message-fix-before-sending): Fix comment.
5085
5086 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
5087
5088         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
5089
5090 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
5091
5092         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
5093         Used in gnus-score.el.
5094
5095 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5096
5097         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
5098
5099 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5100
5101         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
5102         whitespace removed in revision 7.8.  Use concatenated string to
5103         protect trailing whitespace.
5104
5105 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
5106
5107         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
5108         (nnimap-request-expire-articles): Use it to avoid sending 'UID
5109         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
5110         Courier IMAP ("some version from 2004").  Mostly based on similar
5111         code in the same function.
5112
5113 2005-10-26  Didier Verna  <didier@xemacs.org>
5114
5115         * gnus-group.el (gnus-group-compact-group): invalidate original
5116         article buffer.
5117         * gnus-srvr.el (gnus-server-compact-server): ditto.
5118         * nnml.el (nnml-request-compact-group): handle self Xref: field in
5119         NOV database and in article itself.
5120         Invalidate article backlog.
5121
5122 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5123
5124         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
5125
5126 2005-10-26  Simon Josefsson  <jas@extundo.com>
5127
5128         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
5129         part of 2004-07-25 change.
5130
5131 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5132
5133         * message.el (message-display-completion-list): New function.
5134         (message-expand-group): Use it; make sure the Completions buffer
5135         is modifiable.
5136
5137 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
5138
5139         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
5140         user-mail-name is an empty string.
5141
5142 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5143
5144         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
5145         depending on gnus-score-decay-constant.
5146
5147         * encrypt.el (encrypt-insert-file-contents)
5148         (encrypt-write-file-contents): Don't use `gnus-message'.
5149
5150         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
5151         arguments.
5152         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
5153         arguments to mm-uu-verbatim-marks-extract.
5154         (mm-uu-hide-markers): New variable.
5155         (mm-uu-extract): Use face similar to `gnus-cite-3'.
5156
5157         * gnus-fun.el (gnus-convert-image-to-x-face-command)
5158         (gnus-convert-image-to-face-command): Use "convert" by default to
5159         allow other input image formats.
5160         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
5161         accordingly.
5162
5163 2005-10-23  Simon Josefsson  <jas@extundo.com>
5164
5165         * imap.el (imap-gssapi-program): Align command line parameters
5166         with latest GNU SASL.
5167         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
5168
5169 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5170
5171         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
5172         HTML.
5173         (nnslashdot-request-article): Ditto.
5174
5175         * lpath.el (featurep): Add nobreak-char-display.
5176
5177 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5178
5179         * mail-source.el (mail-source-fetch-pop): Require pop3.
5180         (mail-source-check-pop): Ditto.
5181
5182 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5183
5184         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
5185         errors.
5186
5187 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5188
5189         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
5190         (gnus-treat-strip-leading-blank-lines): Improve doc string.
5191
5192         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
5193
5194         * mm-bodies.el (mm-decode-string): Call
5195         `mm-charset-to-coding-system' with allow-override argument.
5196
5197 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5198
5199         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
5200         (rfc2047-charset-to-coding-system): New function.
5201         (rfc2047-decode-encoded-words): New function.
5202         (rfc2047-decode-region): Use them.
5203         (rfc2047-decode-cte): Remove.
5204         (rfc2047-parse-and-decode): Remove.
5205         (rfc2047-decode): Remove.
5206
5207 2005-10-15  Kenichi Handa  <handa@m17n.org>
5208
5209         * rfc2047.el (rfc2047-decode-cte): New function.
5210         (rfc2047-decode-region): Change the way to decode successive
5211         encoded-words: decode B- or Q-encoding in each encoded-word,
5212         concatenate them, and decode it as charset.
5213
5214 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5215
5216         * lpath.el: Fbind codepage-setup for XEmacs.
5217
5218 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
5219
5220         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
5221         widget-move-and-invoke.
5222         (gnus-custom-mode): Use gnus-custom-map.
5223
5224 2005-10-15  Bill Wohler  <wohler@newt.com>
5225
5226         * message.el (message-tool-bar-map): Renamed image file from
5227         mail_send to mail/send.
5228
5229 2005-10-16  Masatake YAMATO  <jet@gyve.org>
5230
5231         * message.el (message-expand-group): Pass the common
5232         prefix substring of completion to `display-completion-list'.
5233
5234 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
5235
5236         * mml-sec.el (mml-secure-method): New internal variable.
5237         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
5238         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
5239         functions using mml-secure-method.
5240
5241         * mml.el (mml-mode-map): Add key bindings for those functions.
5242         (mml-menu): Simplify security menu entries.  Suggested by Jesper
5243         Harder <harder@myrealbox.com>.
5244         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
5245         end of message if point is the headers of the message.
5246
5247         * message.el (message-in-body-p): New function.
5248
5249         * assistant.el: Autoload gnus-util and netrc.
5250
5251         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
5252         Use `mm-charset-override-alist' only when decoding.
5253
5254         * mm-bodies.el (mm-decode-body): Call
5255         `mm-charset-to-coding-system' with allow-override argument.
5256
5257         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
5258         `filename' from Content-Disposition if Content-Type doesn't
5259         provide `name'.
5260         (gnus-mime-view-part-as-type): Set default instead of
5261         initial-input.
5262
5263 2005-10-09  Daniel Brockman  <daniel@brockman.se>
5264
5265         * format-spec.el (format-spec): Propagate text properties of % spec.
5266
5267 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5268
5269         * gnus-art.el (gnus-treat-predicate): Add `first'.
5270
5271 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
5272
5273         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
5274         (mm-charset-override-alist): New variable.
5275         (mm-charset-to-coding-system): Use it.
5276         (mm-codepage-setup): New helper function.
5277         (mm-charset-eval-alist): New variable.
5278         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
5279         about unknown charsets.
5280
5281         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
5282
5283 2005-10-04  David Hansen  <david.hansen@gmx.net>
5284
5285         * nnrss.el (nnrss-request-article): Add support for the comments tag.
5286         (nnrss-check-group): Ditto.
5287
5288 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5289
5290         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
5291         Rename x-gnus-verbatim to x-verbatim.
5292         (mm-uu-type-alist): Fix regexp for verbatim-marks.
5293
5294         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
5295         x-verbatim.
5296
5297         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
5298
5299         * gnus-util.el (gnus-remove-duplicates): Remove.
5300
5301         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
5302         instead of gnus-remove-duplicates.
5303
5304         * message.el (message-remove-duplicates): Remove.
5305         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
5306         message-remove-duplicates.
5307
5308         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
5309         available, else use implementation from `delete-dups'.
5310
5311         * message.el (message-insert-expires): New function.
5312         (message-mode-map): Add key binding.
5313         (message-mode-field-menu): Add menu entry.
5314         (message-mode): Document it.
5315         (message-make-expires-date): Use `message-make-date'.
5316
5317 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
5318
5319         * message.el (message-make-expires-date): New function.
5320
5321 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5322
5323         * Makefile.in (list-installed-shadows): New entry.
5324         (install): Use it.
5325         (remove-installed-shadows): New entry.
5326
5327         * dgnushack.el (dgnushack-default-load-path): New variable.
5328         (dgnushack-find-lisp-shadows): New function.
5329         (dgnushack-remove-lisp-shadows): New function.
5330
5331 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5332
5333         * Makefile.in (install-el-elc): New entry.
5334         (install): Use it so that .el files are necessarily installed.
5335
5336 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5337
5338         * time-date.el: Autoload parse-time-string, XEmacs needs it.
5339
5340 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5341
5342         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
5343         function rather than the diff-mode.el package.
5344         (mm-display-external): Use with-current-buffer.
5345         (mm-viewer-completion-map, mm-viewer-completion-map):
5346         Move initialization inside declaration.
5347
5348 2005-09-29  Simon Josefsson  <jas@extundo.com>
5349
5350         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
5351         autoload mail-check-payment.
5352         (spam-check-hashcash): Define unconditionally, since hashcash.el
5353         is part of Gnus now.  Ignore errors from payment checking.
5354
5355 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5356
5357         * message.el (message-bold-region, message-unbold-region): Rename
5358         from `bold-region' and `unbold-region'.
5359
5360         * message.el: Remove useless autoloads.
5361
5362 2005-09-28  Simon Josefsson  <jas@extundo.com>
5363
5364         * message.el (message-use-idna): Default to t.
5365         (message-use-idna): Test whether encoding works too.  Doc fix.
5366
5367 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5368
5369         * nntp.el (nntp-warn-about-losing-connection): Remove.
5370
5371 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5372
5373         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
5374         customizable.  Change default value.
5375         (mm-uu-diff-groups-regexp): Change default value.
5376         (mm-uu-type-alist): Add doc string.
5377         (mm-uu-configure): Add doc string.  Make it interactive.
5378         (mm-uu-tex-groups-regexp): New variable.
5379         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
5380         (mm-uu-type-alist): Add LaTeX documents.
5381         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
5382         of "text/verbatim".
5383         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
5384
5385         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
5386         instead of "text/verbatim".
5387
5388         * message.el (message-mark-inserted-region)
5389         (message-mark-insert-file): Use slrn style marks when called with
5390         prefix argument.
5391
5392 2005-09-27  Simon Josefsson  <jas@extundo.com>
5393
5394         * message.el (message-idna-to-ascii-rhs-1): Reformat.
5395
5396 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5397
5398         * message.el (message-remove-duplicates): New function.
5399         Implementation borrowed from `gnus-remove-duplicates'.
5400         (message-idna-to-ascii-rhs): Also encode idna addresses in
5401         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5402         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
5403         only ask about the same idna domain once per header and also tell
5404         in what header to replace the idna domain.
5405
5406         * gnus-art.el (article-decode-idna-rhs): Also decode idna
5407         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5408         (article-decode-idna-rhs): Fix regexp so that all idna-address in
5409         a header is decoded and not just the last one.
5410
5411 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5412
5413         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
5414         has been decoded.
5415
5416         * mm-decode.el (mm-automatic-display): Add text/verbatim.
5417         (mm-insert-part): Don't modify text if it has been decoded.
5418
5419         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
5420         decoded.
5421
5422         * mm-view.el (mm-inline-text): Don't strip text props unless
5423         decoding enriched or richtext parts.
5424
5425 2005-09-25  Romain Francoise  <romain@orebokech.com>
5426
5427         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
5428         * gnus-start.el (gnus-subscribe-interactively):
5429         * gnus-uu.el (gnus-uu-grab-articles):
5430         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
5431         space.
5432
5433 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
5434
5435         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5436         * mm-view.el (mm-view-pkcs7-decrypt):
5437         * gnus-sum.el (gnus-summary-limit-to-extra)
5438         (gnus-summary-respool-article, gnus-read-move-group-name):
5439         * gnus-score.el (gnus-summary-increase-score):
5440         * gnus-util.el (gnus-completing-read-with-default):
5441         * gnus-art.el (gnus-read-save-file-name)
5442         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
5443         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
5444         * message.el (message-check-news-header-syntax):
5445         Follow convention for reading with the minibuffer.
5446
5447 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
5448
5449         * spam-report.el (spam-report-url-ping-plain):
5450         Use gnus-extended-version as User-Agent.
5451
5452         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
5453         default value is nil.
5454
5455         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
5456         (mm-uu-verbatim-marks-extract): New function.
5457         (mm-uu-extract): New face.
5458         (mm-uu-copy-to-buffer): Use it.
5459
5460         * spam-report.el (spam-report-gmane-ham): Renamed from
5461         `spam-report-gmane-unspam'.
5462         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
5463         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
5464
5465         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
5466         Autoload.
5467         (spam-report-gmane-unregister-routine): Renamed
5468         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
5469
5470 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
5471
5472         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
5473         (spam-report-gmane-unregister-routine): Add support for gmane
5474         unregistration.
5475
5476         * spam-report.el (spam-report-gmane-unspam)
5477         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
5478         (spam-report-gmane): Change to take a single article and do unspam
5479         registration.
5480
5481 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5482
5483         * mm-url.el (mm-url-decode-entities): Fix regexp.
5484
5485 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5486
5487         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
5488         default to nil, to be able to use Gnus at all.  If the default
5489         switches to something else, then the function should be fixed not
5490         be exceedingly slow.
5491
5492 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
5493
5494         * gnus-start.el (gnus-activate-group): If the server is nil, don't
5495         fail hard.
5496
5497         * spam-report.el: Add better Keywords line.
5498
5499         * spam.el: Add Maintainer and better Keywords line.
5500
5501 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5502
5503         * gnus-art.el (gnus-article-replace-part)
5504         (gnus-mime-replace-part): New functions.
5505         (gnus-mime-action-alist, gnus-mime-button-commands)
5506         (gnus-mime-save-part-and-strip): Added file argument.
5507         (gnus-article-part-wrapper): Added interactive argument.
5508
5509         * gnus-sum.el (gnus-summary-mime-map): Add
5510         `gnus-article-replace-part'.
5511
5512 2005-09-19  Didier Verna  <didier@xemacs.org>
5513
5514         The nnml compaction feature:
5515         * nnml.el (nnml-request-compact-group): New function.
5516         * nnml.el (nnml-request-compact): New function.
5517         * gnus-int.el (gnus-request-compact-group): New function.
5518         * gnus-int.el (gnus-request-compact): New function.
5519         * gnus-group.el (gnus-group-compact-group): New function.
5520         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
5521         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
5522         * gnus-srvr.el (gnus-server-compact-server): New function.
5523         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
5524         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
5525
5526 2005-09-18  Deepak Goel  <deego@gnufans.org>
5527
5528         * sieve.el (sieve-help): Fix `message' call: first arg should be a
5529         format spec.
5530
5531 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5532
5533         * gnus.el (gnus-group-startup-message): Bind image-load-path.
5534
5535 2005-09-15  Romain Francoise  <romain@orebokech.com>
5536
5537         * message.el (message-fill-paragraph): Clarify docstring.
5538
5539 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5540
5541         * gnus-art.el (gnus-mime-display-part): Protect against broken
5542         MIME messages.
5543
5544 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5545
5546         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
5547         before parsing header.
5548
5549 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
5550
5551         * html2text.el: (html2text-replace-list): Add new entities.
5552
5553 2005-09-11  Romain Francoise  <romain@orebokech.com>
5554
5555         * message.el (message-alternative-emails): Improve docstring.
5556         (message-setup-1): Call `message-use-alternative-email-as-from'
5557         after `message-setup-hook' to give it precedence over posting
5558         styles, etc.
5559         (message-use-alternative-email-as-from): Add docstring.  Remove
5560         the original From header if present.
5561
5562         * nnml.el (nnml-compressed-files-size-threshold): New variable.
5563         (nnml-save-mail): Use it.
5564
5565         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
5566         articles.  Add new argument `silent'.
5567         (gnus-uu-mark-all): Report the total number of marked articles.
5568
5569 2005-09-10  Romain Francoise  <romain@orebokech.com>
5570
5571         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
5572         (gnus-uu-mark-series): Likewise.
5573
5574 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
5575
5576         * spam-report.el (spam-report-gmane): Fix generation of spam
5577         report URL.
5578
5579 2005-09-10  Simon Josefsson  <jas@extundo.com>
5580
5581         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
5582         t, based on discussion on the ding list with Robert Epprecht
5583         <epprecht@solnet.ch>.
5584
5585 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
5586
5587         * spam-report.el (spam-report-gmane): Make it work without
5588         X-Report-Spam header.  Gmane now only provides Archived-At.
5589         This is only used if `spam-report-gmane-use-article-number' is nil.
5590         (spam-report-gmane-spam-header): Remove.  Not used anymore.
5591
5592         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
5593         make `gnus-summary-sort-by-recipient' work with threading.
5594
5595         * nnweb.el (nnweb-google-wash-article): Print a message if article
5596         is not available.
5597
5598 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5599
5600         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
5601         change.  Decode text/* parts content before displaying.
5602
5603 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5604
5605         * mml-smime.el: Remove defvar of gnus-extract-address-components.
5606
5607 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5608
5609         * mm-view.el (mm-display-inline-fontify): Disable support modes.
5610
5611         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
5612         url-package-name, url-package-version,
5613         w3m-cid-retrieve-function-alist, w3m-current-buffer,
5614         w3m-display-inline-images, and w3m-minor-mode-map.
5615
5616 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
5617
5618         * message.el (message-tab-body-function): Fixed mismatched custom
5619         type.
5620
5621         * gnus.el (gnus-group-change-level-function): Ditto.
5622
5623         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
5624
5625         * gnus-art.el (gnus-signature-limit)
5626         (gnus-article-mime-part-function): Ditto.
5627
5628 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5629
5630         * mml.el (mml-mode): Silence the byte compiler.
5631
5632         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
5633         using `(sit-for 0)' before moving the point to the specified part;
5634         skip unbuttonized parts.
5635         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
5636         return to the summary window if gnus-auto-select-part is non-nil.
5637
5638 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
5639
5640         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
5641         variables.
5642         (mml-dnd-attach-file, mml-mode): Use them.
5643
5644         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
5645         Make fetching article by MID work again for Google Groups.  Added
5646         FIXME concerning gnus-group-make-web-group.
5647
5648         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
5649         Don't depend on Gnus by using mail-extract-address-components if
5650         gnus-extract-address-components is not bound.
5651
5652 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5653
5654         * gnus-art.el (gnus-mime-display-security): Don't display the
5655         signature, but only the signed part.
5656
5657 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5658
5659         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
5660
5661         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
5662         list, not listp.
5663
5664 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
5665
5666         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
5667         when encoding.
5668
5669         * mm-bodies.el (mm-decode-content-transfer-encoding):
5670         De-canonicalize CRLF for all text content types, not just
5671         text/plain.
5672
5673 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5674
5675         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
5676         valid article; point arrow and cursor at the MIME button.
5677
5678 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5679
5680         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
5681         Suggested by Dan Christensen <jdc@uwo.ca>.
5682
5683         * mm-decode.el (mm-save-part): Enable change of prompt.
5684
5685 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
5686
5687         * gnus-msg.el (gnus-inews-add-send-actions): Made
5688         `message-post-method' lambda parameter ARG `&optional'.
5689
5690 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5691
5692         * gnus-sum.el (gnus-summary-mime-map): Added
5693         gnus-article-save-part-and-strip, gnus-article-delete-part and
5694         gnus-article-jump-to-part.
5695
5696         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
5697         (gnus-article-edit-part): Use it.
5698         (gnus-article-part-wrapper): Added no-handle argument.
5699         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
5700         functions.
5701
5702 2005-08-29  Romain Francoise  <romain@orebokech.com>
5703
5704         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5705         docstring.
5706         (gnus-face-from-file): Likewise.
5707
5708 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5709
5710         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
5711         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
5712         non-nil.
5713         (gnus-auto-select-part): New variable.
5714         (gnus-article-jump-to-part): New function.
5715         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
5716         (gnus-mime-delete-part): Allow selecting specified part after
5717         deleting or stripping parts.
5718         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
5719         part if argument is bogus.
5720
5721 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
5722
5723         * gnus-art.el (w3m-minor-mode-map):
5724         * gnus-spec.el (gnus-newsrc-file-version):
5725         * gnus-util.el (nnmail-active-file-coding-system)
5726         (gnus-original-article-buffer, gnus-user-agent):
5727         * gnus.el (gnus-ham-process-destinations)
5728         (gnus-parameter-ham-marks-alist)
5729         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
5730         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
5731         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
5732         * mm-decode.el (gnus-current-window-configuration):
5733         * mm-extern.el (gnus-article-mime-handles):
5734         * mm-url.el (url-current-object, url-package-name)
5735         (url-package-version):
5736         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
5737         (smime-keys, w3m-cid-retrieve-function-alist)
5738         (w3m-current-buffer, w3m-display-inline-images)
5739         (w3m-minor-mode-map):
5740         * mml-smime.el (gnus-extract-address-components):
5741         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
5742         (gnus-newsrc-hashtb, message-default-charset)
5743         (message-deletable-headers, message-options)
5744         (message-posting-charset, message-required-mail-headers)
5745         (message-required-news-headers):
5746         * mml1991.el (mc-pgp-always-sign):
5747         * mml2015.el (mc-pgp-always-sign):
5748         * nnheader.el (nnmail-extra-headers):
5749         * rfc1843.el (gnus-decode-encoded-word-function)
5750         (gnus-decode-header-function, gnus-newsgroup-name):
5751         * spam-stat.el (gnus-original-article-buffer): Add defvars.
5752
5753 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
5754
5755         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
5756         the end of the date treatments.
5757
5758 2005-08-15  Simon Josefsson  <jas@extundo.com>
5759
5760         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
5761         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
5762         Capello and Romain Francoise.
5763         (pgg-fetch-key-function): Removed, not used?
5764         (pgg-insert-url-with-w3): Require url, to get
5765         url-insert-file-contents regardless of where it is defined.
5766
5767 2005-08-13  Romain Francoise  <romain@orebokech.com>
5768
5769         * message.el (message-cite-original-1): New function.
5770         (message-cite-original): Use it.
5771         (message-cite-original-without-signature): Ditto.
5772
5773 2005-08-08  Romain Francoise  <romain@orebokech.com>
5774
5775         * message.el (message-yank-empty-prefix): New variable.
5776         (message-indent-citation): Use it.
5777         (message-cite-original-without-signature): Respect X-No-Archive.
5778
5779 2005-08-08  Simon Josefsson  <jas@extundo.com>
5780
5781         * pgg.el: Autoload url-insert-file-contents instead of loading
5782         w3/url.
5783         (pgg-insert-url-with-w3): Don't load url here.
5784
5785 2005-08-07  Jesper Harder  <harder@phys.au.dk>
5786
5787         * message.el (message-kill-to-signature): Don't insert newline at
5788         bol.
5789         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
5790
5791 2005-08-06  Romain Francoise  <romain@orebokech.com>
5792
5793         * message.el (message-user-fqdn): Fix typo in docstring.
5794
5795 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
5796
5797         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
5798
5799         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
5800
5801 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5802
5803         * mm-bodies.el (mm-encode-body): Use coding system rather than
5804         charset to encode text.
5805
5806         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
5807         number of charsets if utf-8 is available (XEmacs).
5808
5809 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
5810
5811         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
5812         taken from `gnus-button-mid-or-mail-regexp'.
5813         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
5814         (gnus-button-alist): Improve regexp for domain part of the MIDs
5815         for news:localpart@domain buttons.
5816         (gnus-button-ctan-directory-regexp): Update.
5817
5818 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5819
5820         * sieve-manage.el (sieve-manage-interactive-login): Use
5821         make-local-variable rather than make-variable-buffer-local.
5822         (sieve-manage-open): Ditto.
5823         (sieve-manage-authenticate): Ditto.
5824
5825         * mml.el (mml-generate-mime-1): Make the content type default to
5826         text/plain if the filename is not specified.
5827
5828 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5829
5830         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
5831         instead of insert-buffer.
5832
5833         * message.el (message-yank-original): Ditto; set the mark at the
5834         end of the yanked message.
5835
5836 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5837
5838         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
5839         lines to scroll rather than to stop it.
5840
5841         * mml.el (mml-generate-default-type): Add doc string.
5842         (mml-generate-mime-1): Use mm-default-file-encoding or make it
5843         default to application/octet-stream when determining the content
5844         type if it is not specified for the part or the mml contents; add
5845         a comment about mml-generate-default-type.
5846
5847 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
5848
5849         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
5850         make it default to application/octet-stream when determining the
5851         content type if it is not specified for the external contents.
5852
5853 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5854
5855         * rfc2231.el (rfc2231-parse-string): Take care that not only a
5856         segmented parameter but also other parameters might be there.
5857
5858 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * mm-decode.el (mm-display-external): Delete temp file, directory
5861         and buffer immediately if the external process is exited.
5862
5863 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
5866         fewer lines than that of scroll-margin.
5867         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
5868
5869 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5870
5871         * gnus-art.el (gnus-article-next-page): Revert.
5872         (gnus-article-beginning-of-window): New macro.
5873         (gnus-article-next-page-1): Use it.
5874         (gnus-article-prev-page): Ditto.
5875         (gnus-article-edit-part): Use insert-buffer-substring instead of
5876         insert-buffer.
5877         (gnus-article-edit-exit): Ditto.
5878
5879         * gnus-util.el (gnus-beginning-of-window): Remove.
5880         (gnus-end-of-window): Remove.
5881
5882         * lpath.el: Don't bind header-line-format and scroll-margin.
5883
5884 2005-07-25  Simon Josefsson  <jas@extundo.com>
5885
5886         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
5887         to have the url package without w3.  Reported by Daiki Ueno
5888         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
5889
5890 2005-07-20  Didier Verna  <didier@xemacs.org>
5891
5892         * gnus-diary.el: Remove the description comment (nndiary is now
5893         properly documented in the Gnus manual).
5894         Fix the spelling of "Back End".
5895         * nndiary.el: Ditto.
5896         Fix the copyright notice.
5897
5898 2005-07-18  Romain Francoise  <romain@orebokech.com>
5899
5900         * gnus-sum.el (gnus-summary-to-prefix,
5901         gnus-summary-newsgroup-prefix): New variables.
5902         (gnus-summary-from-or-to-or-newsgroups): Use them.
5903
5904 2005-07-17  Romain Francoise  <romain@orebokech.com>
5905
5906         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
5907         space as it's generally not especially interesting to the user.
5908
5909 2005-07-16  Romain Francoise  <romain@orebokech.com>
5910
5911         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
5912         nil to avoid prompting and file modification if one of the
5913         messages at the top of the nnfolder file contains a copyright
5914         notice.
5915         Update copyright notice.
5916
5917         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
5918         instead of `current-time-string' as the latter creates a time
5919         string that is not RFC 2822 compliant (it lacks the zone).
5920         Update copyright notice.
5921
5922 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5923
5924         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
5925         for text/rtf.  Display default in prompt.  Pass default for M-n.
5926
5927         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
5928
5929 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5930
5931         * gnus-msg.el (gnus-button-mailto): Remove
5932         save-selected-window-window hackery because it relies on
5933         save-selected-window internals.
5934
5935 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5936
5937         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
5938         (gnus-article-next-page-1): Use gnus-beginning-of-window.
5939         (gnus-article-prev-page): Ditto.
5940
5941         * gnus-util.el (gnus-beginning-of-window): New function.
5942         (gnus-end-of-window): New function.
5943
5944         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
5945
5946 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5947
5948         * gnus-score.el (gnus-score-edit-all-score): Set
5949         gnus-score-edit-exit-function to gnus-score-edit-done and call
5950         gnus-message.
5951
5952 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5953
5954         * gnus-msg.el (gnus-button-mailto): Remove
5955         save-selected-window-window hackery because it relies on
5956         save-selected-window internals.
5957
5958 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5959
5960         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
5961         add-minor-mode.
5962         (gnus-binary-mode): Ditto.
5963
5964         * gnus-topic.el (gnus-topic-mode): Ditto.
5965
5966 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
5967
5968         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
5969         (gnus-article-prev-page): Take scroll-margin into consideration.
5970
5971 2005-07-04  Lute Kamstra  <lute@gnu.org>
5972
5973         Update FSF's address in GPL notices.
5974
5975 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
5976
5977         * gnus.el (gnus-exit):
5978         * gnus-group.el (gnus-group-icons):
5979         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
5980
5981         * gnus-nocem.el (gnus-nocem):
5982         * message.el (message-various, message-buffers, message-sending)
5983         (message-interface, message-forwarding, message-insertion)
5984         (message-headers, message-news, message-mail):
5985         * pgg-gpg.el (pgg-gpg):
5986         * pgg-parse.el (pgg-parse):
5987         * pgg-pgp.el (pgg-pgp):
5988         * pgg-pgp5.el (pgg-pgp5):
5989         * pop3.el (pop3): Finish `defgroup' description with period.
5990
5991 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5992
5993         * gnus-art.el (article-display-face): Improve the efficiency.
5994         (article-display-x-face): Ditto; remove grey x-face stuff.
5995
5996 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5997
5998         * gnus-art.el (article-display-face): Correct the position in
5999         which Faces are inserted.
6000
6001 2005-06-29  Didier Verna  <didier@xemacs.org>
6002
6003         * gnus-art.el (article-display-face): Display faces in correct
6004         order.
6005
6006 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6007
6008         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
6009         (gnus-fill-real-hashtb): Use hash table instead of obarray.
6010         (gnus-nocem-check-article): Fetch the Type header.
6011         (gnus-nocem-message-wanted-p): Fix the way to examine types.
6012         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
6013         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
6014         make sure gnus-nocem-hashtb is initialized.
6015         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
6016         (gnus-nocem-unwanted-article-p): Ditto.
6017
6018         * pgg.el (pgg-verify): Return the verification result.
6019
6020 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6021
6022         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
6023         is ascii.
6024
6025 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
6026
6027         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
6028         `show-nonbreak-escape'.
6029
6030 2005-06-23  Lute Kamstra  <lute@gnu.org>
6031
6032         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
6033
6034         * dig.el (dig-mode):
6035         * smime.el (smime-mode): Use gnus-run-mode-hooks.
6036
6037 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
6038
6039         * nnimap.el (nnimap-split-download-body): Fix spellings.
6040
6041 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
6042
6043         * gnus-art.el (gnus-article-encrypt-body):
6044         * gnus-cus.el (gnus-score-customize):
6045         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
6046         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
6047
6048 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6049
6050         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
6051         header by looking for magic "MII" at the beginnig.
6052
6053 2005-06-16  Miles Bader  <miles@gnu.org>
6054
6055         * gnus-xmas.el (gnus-xmas-group-startup-message):
6056         Use renamed gnus-splash face.
6057
6058         * assistant.el (assistant-field): Remove "-face" suffix from face name.
6059         (assistant-field-face): New backward-compatibility alias for renamed
6060         face.
6061         (assistant-render-text): Use renamed assistant-field face.
6062
6063         * spam.el (spam): Remove "-face" suffix from face name.
6064         (spam-face): New backward-compatibility alias for renamed face.
6065         (spam-face, spam-initialize): Use renamed spam face.
6066
6067         * message.el (message-header-to, message-header-cc)
6068         (message-header-subject, message-header-newsgroups)
6069         (message-header-other, message-header-name)
6070         (message-header-xheader, message-separator, message-cited-text)
6071         (message-mml): Remove "-face" suffix from face names.
6072         (message-header-to-face, message-header-cc-face)
6073         (message-header-subject-face, message-header-newsgroups-face)
6074         (message-header-other-face, message-header-name-face)
6075         (message-header-xheader-face, message-separator-face)
6076         (message-cited-text-face, message-mml-face):
6077         New backward-compatibility aliases for renamed faces.
6078         (message-font-lock-keywords): Use renamed message faces.
6079
6080         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
6081         (sieve-test-commands, sieve-tagged-arguments):
6082         Remove "-face" suffix from face names.
6083         (sieve-control-commands-face, sieve-action-commands-face)
6084         (sieve-test-commands-face, sieve-tagged-arguments-face):
6085         New backward-compatibility aliases for renamed faces.
6086         (sieve-control-commands-face, sieve-action-commands-face)
6087         (sieve-test-commands-face, sieve-tagged-arguments-face):
6088         Use renamed sieve faces.
6089
6090         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
6091         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
6092         (gnus-group-news-3-empty, gnus-group-news-4)
6093         (gnus-group-news-4-empty, gnus-group-news-5)
6094         (gnus-group-news-5-empty, gnus-group-news-6)
6095         (gnus-group-news-6-empty, gnus-group-news-low)
6096         (gnus-group-news-low-empty, gnus-group-mail-1)
6097         (gnus-group-mail-1-empty, gnus-group-mail-2)
6098         (gnus-group-mail-2-empty, gnus-group-mail-3)
6099         (gnus-group-mail-3-empty, gnus-group-mail-low)
6100         (gnus-group-mail-low-empty, gnus-summary-selected)
6101         (gnus-summary-cancelled, gnus-summary-high-ticked)
6102         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
6103         (gnus-summary-high-ancient, gnus-summary-low-ancient)
6104         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
6105         (gnus-summary-low-undownloaded)
6106         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
6107         (gnus-summary-low-unread, gnus-summary-normal-unread)
6108         (gnus-summary-high-read, gnus-summary-low-read)
6109         (gnus-summary-normal-read, gnus-splash):
6110         Remove "-face" suffix from face names.
6111         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6112         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6113         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6114         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6115         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6116         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6117         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6118         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6119         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6120         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6121         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6122         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6123         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6124         (gnus-summary-normal-ticked-face)
6125         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
6126         (gnus-summary-normal-ancient-face)
6127         (gnus-summary-high-undownloaded-face)
6128         (gnus-summary-low-undownloaded-face)
6129         (gnus-summary-normal-undownloaded-face)
6130         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6131         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6132         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6133         (gnus-splash-face):
6134         New backward-compatibility aliases for renamed faces.
6135         (gnus-group-startup-message): Use renamed gnus faces.
6136
6137         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
6138         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
6139         (gnus-server-agent): Remove "-face" suffix from face names.
6140         (gnus-server-agent-face, gnus-server-opened-face)
6141         (gnus-server-closed-face, gnus-server-denied-face)
6142         (gnus-server-offline-face):
6143         New backward-compatibility aliases for renamed faces.
6144         (gnus-server-agent-face, gnus-server-opened-face)
6145         (gnus-server-closed-face, gnus-server-denied-face)
6146         (gnus-server-offline-face): Use renamed gnus faces.
6147
6148         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
6149         Remove "-face" suffix from face names.
6150         (gnus-picon-xbm-face, gnus-picon-face):
6151         New backward-compatibility aliases for renamed faces.
6152
6153         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
6154         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
6155         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
6156         (gnus-cite-11): Remove "-face" suffix from face names.
6157         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
6158         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
6159         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
6160         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
6161         New backward-compatibility aliases for renamed faces.
6162         (gnus-cite-attribution-face, gnus-cite-face-list)
6163         (gnus-article-boring-faces): Use renamed gnus faces.
6164
6165         * gnus-art.el (gnus-signature, gnus-header-from)
6166         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
6167         (gnus-header-content): Remove "-face" suffix from face names.
6168         (gnus-signature-face, gnus-header-from-face)
6169         (gnus-header-subject-face, gnus-header-newsgroups-face)
6170         (gnus-header-name-face, gnus-header-content-face):
6171         New backward-compatibility aliases for renamed faces.
6172         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
6173
6174         * gnus-sum.el (gnus-summary-selected-face)
6175         (gnus-summary-highlight): Use renamed gnus faces.
6176         * gnus-group.el (gnus-group-highlight): Likewise.
6177
6178 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
6179
6180         * gnus-sieve.el (gnus-sieve-article-add-rule):
6181         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
6182         * spam-stat.el (spam-stat-buffer-change-to-spam)
6183         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
6184
6185         * message.el (message-is-yours-p):
6186         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
6187
6188 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6189
6190         * mm-view.el (mm-inline-text): Withdraw the last change.
6191
6192 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6193
6194         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
6195         executing enriched-decode.
6196
6197 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6198
6199         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
6200         charset of tar files.
6201
6202 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
6203
6204         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
6205
6206 2005-06-04  Lute Kamstra  <lute@gnu.org>
6207
6208         * nnfolder.el (nnfolder-read-folder): Make sure that undo
6209         information is never recorded.
6210
6211 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6212
6213         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
6214
6215 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6216
6217         * pop3.el (pop3-apop): Run md5 in the binary mode.
6218
6219         * starttls.el (starttls-set-process-query-on-exit-flag):
6220         Use eval-and-compile.
6221
6222 2005-05-31  Simon Josefsson  <jas@extundo.com>
6223
6224         * smime.el (smime-replace-in-string): Define.
6225         (smime-cert-by-ldap-1): Use it.
6226
6227 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6228
6229         * gnus-art.el (article-display-x-face): Replace
6230         process-kill-without-query by gnus-set-process-query-on-exit-flag.
6231
6232         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
6233         set-process-query-on-exit-flag or process-kill-without-query.
6234
6235         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
6236         loop instead of replace-regexp.
6237
6238         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
6239         instead of process-kill-without-query if it is available.
6240
6241         * lpath.el: Fbind ldap-search-entries.
6242
6243         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
6244         instead of find-file-hooks if it is available.
6245
6246         * mml1991.el: Bind pgg-default-user-id when compiling.
6247
6248         * mml2015.el: Bind pgg-default-user-id when compiling.
6249
6250         * nndraft.el (nndraft-request-associate-buffer):
6251         Use write-contents-functions instead of write-contents-hooks if it is
6252         available.
6253
6254         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
6255         instead of find-file-hooks if it is available.
6256
6257         * nntp.el (nntp-open-connection): Replace
6258         process-kill-without-query by gnus-set-process-query-on-exit-flag.
6259         (nntp-open-ssl-stream): Ditto.
6260         (nntp-open-tls-stream): Ditto.
6261
6262         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
6263         set-process-query-on-exit-flag or process-kill-without-query.
6264         (starttls-open-stream-gnutls): Use it instead of
6265         process-kill-without-query.
6266         (starttls-open-stream): Ditto.
6267
6268 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
6269
6270         * smime.el (smime-cert-by-ldap-1): Don't use
6271         replace-regexp-in-string.
6272
6273 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6274
6275         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
6276
6277         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
6278         in PEM format. Adjust to the XEmacs compability.
6279
6280 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
6281
6282         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
6283         by `string-to-number'.
6284         * gnus-agent.el (gnus-agent-regenerate-group)
6285         (gnus-agent-fetch-articles): Ditto.
6286         * gnus-art.el (gnus-button-fetch-group): Ditto.
6287         * gnus-cache.el (gnus-cache-generate-active)
6288         (gnus-cache-articles-in-group): Ditto.
6289         * gnus-group.el (gnus-group-set-current-level)
6290         (gnus-group-insert-group-line): Ditto.
6291         * gnus-score.el (gnus-score-set-expunge-below)
6292         (gnus-score-set-mark-below, gnus-summary-score-effect)
6293         (gnus-summary-score-entry): Ditto.
6294         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
6295         (gnus-soup-pack): Ditto.
6296         * gnus-spec.el (gnus-xmas-format): Ditto.
6297         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
6298         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
6299         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
6300         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
6301         * nndb.el (nndb-get-remote-expire-response): Ditto.
6302         * nndiary.el (nndiary-parse-schedule-value)
6303         (nndiary-string-to-number, nndiary-request-replace-article)
6304         (nndiary-request-article): Ditto.
6305         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
6306         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
6307         * nneething.el (nneething-make-head): Ditto.
6308         * nnfolder.el (nnfolder-request-article)
6309         (nnfolder-retrieve-headers): Ditto.
6310         * nnheader.el (nnheader-file-to-number): Ditto.
6311         * nnkiboze.el (nnkiboze-request-article): Ditto.
6312         * nnmail.el (nnmail-process-unix-mail-format)
6313         (nnmail-process-babyl-mail-format): Ditto.
6314         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
6315         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
6316         (nnmh-request-create-group, nnmh-request-list-1)
6317         (nnmh-request-group, nnmh-request-article): Ditto.
6318         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
6319         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
6320         * nnsoup.el (nnsoup-make-active): Ditto.
6321         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
6322         * nntp.el (nntp-find-group-and-number)
6323         (nntp-retrieve-headers-with-xover): Ditto.
6324         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
6325         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
6326         (pgg-format-key-identifier): Ditto.
6327         * pop3.el (pop3-last, pop3-stat): Ditto.
6328         * qp.el (quoted-printable-decode-region): Ditto.
6329
6330         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
6331         of concat.
6332
6333 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6334
6335         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
6336
6337         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
6338
6339         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
6340
6341         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
6342
6343         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
6344
6345         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
6346
6347         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
6348         (gnus-carpal-mode): Ditto.
6349
6350         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
6351         (gnus-browse-mode): Ditto.
6352
6353         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
6354
6355         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
6356
6357 2005-05-29  Richard M. Stallman  <rms@gnu.org>
6358
6359         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
6360
6361 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6362
6363         * gnus-util.el (gnus-run-mode-hooks): New function.
6364
6365         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
6366
6367         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
6368         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
6369
6370 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
6371
6372         * gnus-agent.el (gnus-agent-make-mode-line-string):
6373         Use mode-line-highlight as mouse-face.
6374
6375 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6376
6377         * canlock.el (canlock): Change the parent group to news.
6378
6379         * deuglify.el (gnus-outlook-deuglify): Add :group.
6380
6381         * dig.el (dig): Add :group.
6382
6383         * dns-mode.el (dns-mode): Add :group.
6384
6385         * encrypt.el (encrypt): Add :group.
6386
6387         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
6388         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
6389         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
6390         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
6391         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
6392
6393         * gnus-diary.el (gnus-diary): Add :group.
6394
6395         * gnus.el (gnus-group-news-1-face): Add :group.
6396         (gnus-group-news-1-empty-face): Ditto.
6397         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
6398         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
6399         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
6400         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
6401         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
6402         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
6403         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
6404         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
6405         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
6406         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
6407         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
6408         (gnus-summary-high-ticked-face): Ditto.
6409         (gnus-summary-low-ticked-face): Ditto.
6410         (gnus-summary-normal-ticked-face): Ditto.
6411         (gnus-summary-high-ancient-face): Ditto.
6412         (gnus-summary-low-ancient-face): Ditto.
6413         (gnus-summary-normal-ancient-face): Ditto.
6414         (gnus-summary-high-undownloaded-face): Ditto.
6415         (gnus-summary-low-undownloaded-face): Ditto.
6416         (gnus-summary-normal-undownloaded-face): Ditto.
6417         (gnus-summary-high-unread-face): Ditto.
6418         (gnus-summary-low-unread-face): Ditto.
6419         (gnus-summary-normal-unread-face): Ditto.
6420         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
6421         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
6422
6423         * hashcash.el (hashcash): New custom group.
6424         (hashcash-default-payment): Add :group.
6425         (hashcash-payment-alist): Ditto.
6426         (hashcash-default-accept-payment): Ditto.
6427         (hashcash-accept-resources): Ditto.
6428         (hashcash-path): Ditto.
6429         (hashcash-extra-generate-parameters): Ditto.
6430         (hashcash-double-spend-database): Ditto.
6431         (hashcash-in-news): Ditto.
6432
6433         * message.el (message-minibuffer-local-map): Add :group.
6434
6435         * netrc.el (netrc): Add :group.
6436
6437         * sieve-manage.el (sieve-manage-log): Add :group.
6438         (sieve-manage-default-user): Diito.
6439         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
6440         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
6441         (sieve-manage-authenticators): Ditto.
6442         (sieve-manage-authenticator-alist): Ditto.
6443         (sieve-manage-default-port): Ditto.
6444
6445         * sieve-mode.el (sieve-control-commands-face): Add :group.
6446         (sieve-action-commands-face): Ditto.
6447         (sieve-test-commands-face): Ditto.
6448         (sieve-tagged-arguments-face): Ditto.
6449
6450         * smime.el (smime): Add :group.
6451
6452         * spam-report.el (spam-report): Add :group.
6453
6454         * spam.el (spam, spam-face): Add :group.
6455
6456 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6457
6458         * nntp.el (nntp-next-result-arrived-p): Some news servers may
6459         return \n.\n.\n at the end of articles.  Protect against that.
6460         (nntp-with-open-group): Allow debugging.
6461
6462         * nnheader.el (mail-header-set-extra): Make into a function
6463         because I just could't understand how to quote the list properly.
6464
6465         * dns.el (query-dns-cached): New function.
6466
6467 2005-05-26  Lute Kamstra  <lute@gnu.org>
6468
6469         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
6470
6471 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6472
6473         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
6474
6475         * gnus-art.el: Don't autoload mail-extract-address-components.
6476
6477         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
6478         eval-and-compile to evaluate it.
6479
6480         * hashcash.el: Don't autoload executable-find.
6481
6482         * nndb.el: Don't declare the nndb back end two or more times; don't
6483         autoload news-reply-mode, news-setup, cancel-timer and telnet.
6484
6485         * nntp.el: Autoload format-spec instead of format; use
6486         eval-and-compile to evaluate autoload forms.
6487
6488 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
6489
6490         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
6491
6492 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6493
6494         * gnus.el (gnus-version-number): Bump version.
6495
6496 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6497
6498         * gnus.el: No Gnus v0.3 is released.
6499
6500 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6501
6502         * lpath.el (featurep): Bind show-nonbreak-escape.
6503
6504 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * gnus-art.el (gnus-article-edit-part): Disable undo.
6507
6508 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6509
6510         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
6511         gnus-article-date-lapsed-new-header is t if date timer is active;
6512         skip headers in which the original date value is empty.
6513         (gnus-article-save-original-date): Redefine it as a macro.
6514         (gnus-display-mime): Use it.
6515
6516 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6517
6518         * gnus-art.el (article-date-ut): Support converting date in
6519         forwarded parts as well.
6520         (gnus-article-save-original-date): New function.
6521         (gnus-display-mime): Use it.
6522
6523 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
6524
6525         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
6526         enclosure element of <item>.
6527
6528 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
6529
6530         * message.el (message-kill-buffer-query): Renamed from
6531         `message-kill-buffer-query-if-modified'.  Added :version.
6532
6533 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6534
6535         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
6536         window layout.
6537
6538 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6539
6540         * mml.el: Autoload dnd when compiling.
6541
6542 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6543
6544         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
6545         x-dnd-*.
6546
6547 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6548
6549         * qp.el (quoted-printable-encode-region): Save excursion.
6550
6551 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6552
6553         * message.el (message-kill-buffer-query-if-modified): Add new variable
6554         so the user can kill a modified message buffer quickly.
6555         (message-kill-buffer): Use it.
6556
6557 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * lpath.el: Fbind display-time-event-handler; don't fbind
6560         string-to-multibyte.
6561
6562         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
6563
6564 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6565
6566         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
6567         contained in text because xml.el decodes entities) with LFs.
6568
6569 2005-04-11  Lute Kamstra  <lute@gnu.org>
6570
6571         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
6572         differently.
6573
6574 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6575
6576         * mm-util.el (mm-detect-coding-region): Typo.
6577
6578 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6579
6580         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
6581
6582 2005-04-06  D Goel  <deego@gnufans.org>
6583
6584         * spam-stat.el (spam-stat-score-buffer): Add a call to a
6585         user-function allow user modifications of the scores.
6586         (spam-stat-score-buffer-user): New function, to allow
6587         user-computed modifications to the score.
6588         (spam-stat-score-buffer-user-functions): list of additional
6589         scoring functions
6590         (spam-stat-error-holder): global temporary error holder
6591         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
6592         variable
6593
6594 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6595
6596         * gnus-registry.el (gnus-registry-clean-empty-function)
6597         (gnus-registry-trim, gnus-registry-fetch-groups)
6598         (gnus-registry-delete-group): Groups that match
6599         `gnus-registry-ignored-groups' are removed from the registry
6600         entries, not just ignored for splitting.  This helps clean up the
6601         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
6602         to get all the groups a message ID is in.
6603
6604         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
6605         (spam-stat-split-fancy): Change "threshhold" to "threshold"
6606         (spam-stat-score-buffer-user-functions): Add :number custom type.
6607
6608 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6609
6610         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
6611         argument in XEmacs.
6612
6613         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
6614         (nnrss-request-group): Decode group name first.
6615         (nnrss-request-article): Make a text/plain article if mml-to-mime
6616         failed.
6617         (nnrss-get-encoding): Return a compatible encoding according to
6618         nnrss-compatible-encoding-alist.
6619         (nnrss-find-el): Use consp instead of listp.
6620         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
6621
6622 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6623
6624         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
6625         which Emacs 20 doesn't support.
6626         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
6627
6628 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6629
6630         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
6631         silence the byte compiler inside the defun
6632
6633         * gnus-demon.el (parse-time-string): Add autoload.
6634
6635         * gnus-delay.el (parse-time-string): Add autoload.
6636
6637         * gnus-art.el (parse-time-string): Add autoload.
6638
6639         * nnultimate.el (parse-time): Require for `parse-time-string'.
6640
6641 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6642
6643         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
6644
6645         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
6646
6647         * smime.el (smime-ldap-host-list): Add :version.
6648
6649 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6650
6651         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
6652         pass it to `gnus-browse-read-group'.
6653         (gnus-browse-read-group): Add NUMBER argument and pass it to
6654         `gnus-group-read-ephemeral-group'.
6655
6656         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
6657         argument and pass it to `gnus-group-read-group'.
6658
6659 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
6660
6661         * mm-util.el (mm-xemacs-find-mime-charset): Only call
6662         mm-xemacs-find-mime-charset-1 if we have the mule feature
6663         available at runtime.
6664
6665 2005-03-25  Werner Lemberg  <wl@gnu.org>
6666
6667         * nnmaildir.el: Replace `illegal' with `invalid'.
6668
6669 2005-03-23  Lute Kamstra  <lute@gnu.org>
6670
6671         * time-date.el: Add comment on time value formats.
6672         Don't require parse-time.
6673         (with-decoded-time-value): New macro.
6674         (encode-time-value): New function.
6675         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6676         (days-to-time): Return a valid time value when arg is huge.
6677         (time-since): Use time-subtract.
6678         (time-to-number-of-days): Use time-to-seconds.
6679
6680 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6681
6682         * gnus-start.el (gnus-display-time-event-handler):
6683         Check display-time-timer at runtime rather than only at load time
6684         in case display-time-mode is turned off in the mean time.
6685
6686 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6687
6688         * nnimap.el (nnimap-open-connection): Print which authinfo file is
6689         used.
6690
6691         * nneething.el (nneething-map-file-directory): Derive from
6692         `gnus-directory'.
6693
6694         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
6695         the To/Cc button.
6696
6697 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6698
6699         * nnmaildir.el (nnmaildir-request-accept-article):
6700         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
6701
6702 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6703
6704         * gnus-async.el: Require timer-funcs at compile time when in
6705         XEmacs for `run-with-idle-timer'.
6706
6707 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6708
6709         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
6710         autoloaded function.
6711
6712 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6713
6714         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
6715
6716 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
6717
6718         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
6719
6720 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6721
6722         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
6723         gnus-expert-user to default.
6724
6725 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
6726
6727         * nnimap.el (nnimap-open-server): Ditto.
6728
6729         * imap.el (imap-authenticate): Fix typo.
6730
6731 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
6732
6733         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
6734         buffer (since IMAP server might return FETCH response out of
6735         order, and the nntp buffer must be sorted).
6736
6737 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
6738
6739         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
6740         comparison on string.
6741
6742         * gnus-agent.el (gnus-agent-long-article,
6743         gnus-agent-short-article, gnus-agent-score): Renamed category
6744         keywords to match gnus-cus.
6745         (gnus-agent-summary-fetch-series): Modified to protect against
6746         gnus-agent-summary-fetch-group clearing processable flags.
6747         (gnus-agent-synchronize-group-flags): Update live group buffer as
6748         synchronization may occur due to the user toggle the plugged
6749         status.
6750         (gnus-agent-fetch-group-1): Clear downloadable flag when article
6751         successfully downloaded.
6752         (gnus-agent-expire-group-1): Avoid using markers when the overview
6753         is in ascending order; greatly improves performance.
6754         (gnus-agent-regenerate-group): Use
6755         gnus-agent-synchronize-group-flags to reset read status in both
6756         gnus and server.
6757         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
6758
6759 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6760
6761         * message.el: Don't autoload former message-utils variables.
6762         (message-strip-subject-trailing-was): Change doc string.
6763
6764         * nnweb.el: Fixes for `gnus-group-make-web-group'.
6765         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
6766         (nnweb-google-search): Add "hl=en" here.
6767         (nnweb-google-parse-1, nnweb-google-create-mapping):
6768         Don't hardcode URL.
6769
6770 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6771
6772         * message.el (message-get-reply-headers, message-followup):
6773         Mention related variables `message-use-followup-to' and
6774         `message-use-mail-followup-to', in the information buffer.
6775
6776         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
6777         of broken groups(-beta).google.com.
6778
6779 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6780
6781         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
6782         parameter to invoked gnus-request-move-article; remove the
6783         redundant gnus-sum-hint-move-is-internal variable; apply the marks
6784         all at once instead of once per article.
6785         (gnus-summary-remove-process-mark): Accept a list of articles as
6786         well as a single article for processing.
6787
6788         * gnus-int.el (gnus-request-move-article): Add move-is-internal
6789         parameter.
6790
6791         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
6792
6793         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
6794
6795         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
6796         parameter.
6797
6798         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
6799         parameter.
6800
6801         * nnimap.el (nnimap-request-move-article): Add move-is-internal
6802         parameter and remove the gnus-sum-hint-move-is-internal variable.
6803
6804         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
6805         parameter.
6806
6807         * nndraft.el (nndraft-request-move-article): Add move-is-internal
6808         parameter.
6809
6810         * nndiary.el (nndiary-request-move-article): Add move-is-internal
6811         parameter.
6812
6813         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
6814
6815         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
6816         parameter.
6817
6818         * nnagent.el (nnagent-request-move-article): Add move-is-internal
6819         parameter.
6820
6821 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6822
6823         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
6824         a more conservative way.
6825
6826 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6827
6828         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
6829         buffer, so it moves the window's cursor.
6830
6831 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6832
6833         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
6834         `mm-dissect-multipart' and receive the from field as an (optional)
6835         argument from `mm-dissect-multipart'.
6836         (mm-dissect-multipart): Receive the from field as an argument and
6837         pass it on when we call `mm-dissect-buffer' on MIME parts.
6838         Fixes verification/decryption of signed/encrypted MIME parts.
6839
6840 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6841
6842         * gnus-sum.el (gnus-summary-move-article): Set
6843         gnus-sum-hint-move-is-internal for gnus-request-move-article and
6844         whatever it calls (right now, only nnimap-request-move article
6845         respects it).
6846
6847         * nnimap.el (nnimap-request-move-article): When
6848         gnus-sum-hint-move-is-internal is set, don't do the extra
6849         nnimap-request-article.
6850
6851 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6852
6853         * nnheader.el (nnheader-find-file-noselect): Add doc string.
6854
6855         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
6856         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
6857
6858         * gnus-sum.el (gnus-summary-caesar-message):
6859         Apply `gnus-treat-article' after rotation.
6860
6861         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
6862         doc string.
6863
6864 2005-02-22  Simon Josefsson  <jas@extundo.com>
6865
6866         * encrypt.el (encrypt-password-cache-expiry): Remove (use
6867         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
6868         <arne@arnested.dk>.
6869         (encrypt): Add password-cache and password-cache-expiry as group
6870         members.
6871
6872 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6873
6874         * smime.el (smime-ldap-host-list): Doc fix.
6875         (smime-ask-passphrase): Use `password-read-and-add' to read (and
6876         cache) password.
6877         (smime-sign-region): Use it.
6878         (smime-decrypt-region): Use it.
6879         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
6880         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
6881         fails.
6882         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
6883         certificate from DER to PEM format rather than calling openssl.
6884
6885         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
6886
6887         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
6888         for signing/encryption.
6889
6890         * mml.el (mml-parse-1): Use them.
6891
6892 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6893
6894         * nnrss.el (nnrss-verbose): Removed.
6895         (nnrss-request-group): Use `nnheader-message' instead.
6896
6897 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
6898
6899         * nnrss.el (nnrss-verbose): New variable.
6900         (nnrss-request-group): Make it say nnrss is requesting a group.
6901
6902 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6903
6904         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
6905         Handle news URL with given port correctly.
6906
6907 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6908
6909         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
6910         containing special characters.
6911
6912         * gnus-sum.el (gnus-summary-edit-article): Ditto.
6913
6914         * mml.el (mime-to-mml): Ditto.
6915
6916         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
6917         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
6918         (rfc2047-decode-region): Quote decoded words containing special
6919         characters when rfc2047-quote-decoded-words-containing-tspecials
6920         is non-nil.
6921
6922 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6923
6924         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
6925
6926         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
6927
6928 2005-02-15  Simon Josefsson  <jas@extundo.com>
6929
6930         * nnimap.el (nnimap-debug): Doc fix.
6931
6932         * imap.el (imap-debug): Doc fix.
6933
6934 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
6937
6938 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6939
6940         * gnus.el (spam-contents): Improve docs for spam-contents
6941         parameter in its variable incarnation.
6942
6943 2005-02-14  Simon Josefsson  <jas@extundo.com>
6944
6945         * smime-ldap.el: Use require instead of load-library for ldap.
6946         (smime-ldap-search): Indent.
6947         (smime-ldap-search-internal): Shorten line.
6948
6949         * smime.el (smime-cert-by-dns): Add doc-string.
6950         (smime-cert-by-ldap-1): Indent.
6951
6952         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
6953         mml-smime-get-dns-ldap.
6954         (mml-smime-encrypt-query): Use new function.  Default to ldap.
6955
6956 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6957
6958         * smime.el: Require smime-ldap.
6959         (smime-ldap-host-list): New variable.
6960         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
6961
6962         * mml-smime.el (mml-smime-encrypt-query): New function.
6963         (mml-smime-encrypt-query): Use it.
6964
6965         * smime-ldap.el: New file.
6966
6967 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6968
6969         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
6970
6971 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6972
6973         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
6974         argument in doc string.  Make query for type more clear.
6975
6976 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6977
6978         * gnus.el (gnus-group-startup-message): Search for gnus images in
6979         etc/images/gnus.
6980         * mm-util.el (mm-image-load-path): Likewise.
6981         * smiley.el (smiley-data-directory): Search for smilies in
6982         etc/images/smilies.
6983
6984 2005-02-09  Kim F. Storm  <storm@cua.dk>
6985
6986         Change Emacs release version from 21.4 to 22.1 throughout.
6987         Change Emacs development version from 21.3.50 to 22.0.50.
6988
6989 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6990
6991         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
6992
6993         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
6994         non-Mule XEmacs as well.
6995         (mm-decompress-buffer): Signal an error intentionally if it does
6996         not decompress compressed data because auto-compression-mode is
6997         disabled.
6998
6999 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
7000
7001         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
7002         an ID in the registry even if it has no groups.
7003
7004 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7005
7006         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
7007         merge it into mm-decompress-buffer.
7008         (gnus-mime-copy-part): Use the MIME part charset, the value which
7009         a user specified or gnus-newsgroup-charset for decoding, like
7010         gnus-mime-inline-part does; set buffer-file-coding-system to tell
7011         save-buffer what was used.  Suggested by Kevin Ryde
7012         <user42@zip.com.au>.
7013         (gnus-mime-inline-part): Allow the name parameter as well as the
7014         filename parameter; force decompressing of compressed data; always
7015         display contents being not decoded as unibyte.
7016
7017         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
7018         as well as the filename parameter.
7019
7020         * mm-util.el (mm-decompress-buffer): Merge
7021         gnus-mime-jka-compr-maybe-uncompress.
7022         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
7023         of compressed data.
7024
7025 2005-02-08  Simon Josefsson  <jas@extundo.com>
7026
7027         * imap.el (imap-log): Doc fix.
7028
7029 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7030
7031         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
7032         the coding cookies; decompress compressed parts.
7033
7034         * mml.el (mml-generate-mime-1): Add the charaset parameter according
7035         to the value which a user specified manually or the coding cookie.
7036
7037         * mm-util.el (mm-string-to-multibyte): New function.
7038         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
7039         (mm-coding-system-to-mime-charset): New function.
7040         (mm-decompress-buffer): New function.
7041         (mm-find-buffer-file-coding-system): New function.
7042
7043         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
7044         (mm-display-inline-fontify): Rewrite for decoding and decompressing
7045         parts.
7046
7047 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7048
7049         * mm-view.el (mm-display-inline-fontify): Decode a part according
7050         to the charset parameter.
7051
7052 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7053
7054         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
7055         prefix arg is neither nil nor a number, as info specifies.
7056
7057 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7058
7059         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
7060         timestamps.
7061
7062 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
7063
7064         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
7065         groups error checking and notify user.
7066
7067 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
7068
7069         * message.el (message-send-mail-function): Check existence of
7070         sendmail-program first before using default value
7071         `message-send-mail-with-sendmail'.  Otherwise use more generic
7072         `smtpmail-send-it'.
7073
7074 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7075
7076         * nntp.el (nntp-request-update-info): Always return nil.
7077
7078 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7079
7080         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
7081
7082 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7083
7084         * message.el (message-beginning-of-line): Change the behavior when
7085         invoked between BOL and : so that it first moves backward.
7086
7087 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7088
7089         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
7090         article buffer when editing of the article is discarded.
7091         (gnus-article-prepare): Revert.
7092
7093 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7094
7095         * gnus-art.el (gnus-article-prepare):
7096         Remove message-strip-forbidden-properties from the local hook.
7097
7098 2005-01-27  Simon Josefsson  <jas@extundo.com>
7099
7100         * password.el (password-cache-add): Only start one timer per key.
7101         Reported by Derek Atkins <warlord@MIT.EDU>.
7102
7103 2005-01-26  Steve Youngs  <steve@sxemacs.org>
7104
7105         * run-at-time.el: Removed.  It is no longer needed as
7106         timer-funcs.el in the xemacs-base package has a working version of
7107         `run-at-time'.
7108
7109         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
7110
7111         * password.el: Require timer-funcs instead of run-at-time in
7112         XEmacs.
7113         Remove `password-run-at-time' macro.
7114         (password-cache-add): Use `run-at-time' instead of
7115         `password-run-at-time'.
7116
7117         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
7118         Remove `nnheader-cancel-function-timers' alias,
7119         `cancel-function-timers' exists in XEmacs in timer-funcs.
7120
7121         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
7122         for `run-with-idle-timer'.
7123
7124         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
7125         for `run-at-time'.
7126
7127         * mm-url.el: Require timer-funcs at compile time when in XEmacs
7128         for `with-timeout'.
7129
7130         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
7131         the same as for XEmacs 21.4.
7132         No need to ignore `run-with-idle-timer', this function exists in
7133         XEmacs now in timer-funcs.el in the xemacs-base package.
7134         (dgnushack-compile): No need to delete
7135         run-at-time.el from the list of files to compile because it
7136         doesn't exist anymore.
7137
7138 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7139
7140         * mml.el (mml-generate-mime-1): Convert string into unibyte when
7141         inserting " *mml*" buffer's contents into a unibyte temp buffer.
7142
7143 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
7144
7145         * mail-source.el (mail-source-fetch-imap): Search for ^From case
7146         sensitively.
7147
7148 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
7149
7150         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
7151
7152 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7153
7154         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
7155         which will be inserted according to the multibyteness of a buffer
7156         rather than the type of contents.  Suggested by ARISAWA Akihiro
7157         <ari@mbf.ocn.ne.jp>.
7158
7159         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
7160         of string which old xml.el may return rather than a string.
7161
7162 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7163
7164         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
7165
7166 2005-01-16  Simon Josefsson  <jas@extundo.com>
7167
7168         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
7169         idn/idna.el isn't available.
7170         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
7171         <michael@waxrat.com>.
7172
7173         * hashcash.el: Remove non-FSF copyright header.
7174
7175         * hashcash.el (hashcash-extra-generate-parameters): New variable.
7176         (hashcash-generate-payment): Use it.
7177         (hashcash-generate-payment-async): Use it.
7178
7179 2005-01-15  Simon Josefsson  <jas@extundo.com>
7180
7181         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
7182         Suggested by Raymond Scholz <ray-2005@zonix.de>.
7183
7184         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
7185         gnus-summary-idna-message.
7186         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
7187         (gnus-summary-idna-message): New function.
7188
7189 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7190
7191         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
7192         gnus-novice-user.
7193
7194 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7195
7196         * nnrss.el (nnrss-request-delete-group): Delete entries in
7197         nnrss-group-alist as well.
7198         (nnrss-save-server-data): Insert newline.
7199
7200 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
7201
7202         * gnus.el (gnus-user-agent): Use list of symbols instead of
7203         symbols.  Display full version number for (S)XEmacs.  Optionally
7204         display (S)XEmacs codename.
7205
7206         * gnus-util.el (gnus-emacs-version): Update for new
7207         `gnus-user-agent'.
7208
7209         * gnus-msg.el (gnus-extended-version): Make it possible to omit
7210         Gnus version.
7211
7212 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7213
7214         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
7215         which is unreadable in some setups.
7216
7217 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * gnus-spec.el (gnus-update-format-specifications): Flush the
7220         group format spec cache if it doesn't support decoded group names.
7221
7222 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7223
7224         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
7225         to apply decay on score files matching a regexp.
7226
7227 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7228
7229         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
7230         compatibility in %g and %c.
7231
7232 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7233
7234         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
7235         name for only %g and %c.
7236         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
7237         of gnus-tmp-group to decoded group name.
7238         (gnus-group-make-rss-group): Exclude `/'s from group names.
7239
7240 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7241
7242         * nnrss.el (nnrss-get-encoding): Fix regexp.
7243
7244 2004-12-27  Simon Josefsson  <jas@extundo.com>
7245
7246         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
7247         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
7248         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
7249
7250 2004-12-17  Kim F. Storm  <storm@cua.dk>
7251
7252         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
7253
7254         * gnus-sum.el (gnus-summary-mode-map): Likewise.
7255
7256 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7257
7258         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
7259
7260 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7261
7262         * nnrss.el: Require rfc2047 and mml.
7263         (nnrss-file-coding-system): New variable.
7264         (nnrss-format-string): Redefine it as an inline function.
7265         (nnrss-decode-group-name): New function.
7266         (nnrss-string-as-multibyte): Remove.
7267         (nnrss-retrieve-headers): Decode group name; don't use
7268         nnrss-format-string.
7269         (nnrss-request-group): Decode group name.
7270         (nnrss-request-article): Decode group name; allow a Message-ID as
7271         well as an article number; don't use nnrss-format-string; encode a
7272         Message-ID string which may contain non-ASCII characters; use
7273         mml-to-mime to compose a MIME article.
7274         (nnrss-request-expire-articles): Decode group name.
7275         (nnrss-request-delete-group): Decode group name.
7276         (nnrss-fetch): Clarify error message.
7277         (nnrss-read-server-data): Use insert-file-contents instead of load;
7278         bind file-name-coding-system; use multibyte buffer.
7279         (nnrss-save-server-data): Bind coding-system-for-write to the
7280         value of nnrss-file-coding-system; bind file-name-coding-system;
7281         add coding cookie.
7282         (nnrss-read-group-data): Use insert-file-contents instead of load;
7283         bind file-name-coding-system; use multibyte buffer.
7284         (nnrss-save-group-data): Bind coding-system-for-write to the
7285         value of nnrss-file-coding-system; bind file-name-coding-system.
7286         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
7287         make it work with non-ASCII text.
7288         (nnrss-find-el): Make it work with old xml.el as well.
7289
7290 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7291
7292         * nnrss.el (nnrss-get-encoding): New function.
7293         (nnrss-fetch): Use unibyte buffer initially; bind
7294         coding-system-for-read while performing mm-url-insert; remove ^Ms;
7295         decode contents according to the encoding attribute.
7296         (nnrss-save-group-data): Add coding cookie.
7297         (nnrss-mime-encode-string): New function.
7298         (nnrss-check-group): Use it to encode subject and author.
7299
7300 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
7301
7302         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
7303         imaginary variable.
7304
7305 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7306
7307         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
7308         correctly even if there are wide characters.
7309
7310 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7311
7312         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
7313         downcased symbol names; make a new cache instead of reusing
7314         bbdb-hashtable.
7315
7316 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7317
7318         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7319         concatenating segments rather than before concatenating them.
7320         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7321
7322         * message.el (message-get-reply-headers): Bind `extra'.
7323
7324 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7325
7326         * message.el (message-extra-wide-headers): New variable.
7327         (message-get-reply-headers): Use it.
7328
7329 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * gnus-agent.el (gnus-agent-group-path): Decode group name.
7332         (gnus-agent-group-pathname): Ditto.
7333
7334         * gnus-cache.el (gnus-cache-file-name): Decode group name.
7335
7336         * gnus-group.el (gnus-group-make-group): Decode group name.
7337         (gnus-group-make-rss-group): Register the group data after opening
7338         the nnrss group.
7339
7340 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
7341
7342         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
7343         by expiry now get marked as read.
7344
7345 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7346
7347         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
7348
7349 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
7350
7351         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
7352         unify Latin characters in XEmacs.
7353         (mm-find-mime-charset-region): Use it.
7354
7355 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7356
7357         * gnus-util.el (gnus-delete-directory): New function.
7358
7359         * gnus-agent.el (gnus-agent-delete-group): Use it.
7360
7361         * gnus-cache.el (gnus-cache-delete-group): Use it.
7362
7363 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7364
7365         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
7366         names.
7367
7368 2004-12-16  Simon Josefsson  <jas@extundo.com>
7369
7370         * hashcash.el (hashcash-payment-alist): Fix custom :type.
7371
7372 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7373
7374         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
7375
7376         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
7377         (gnus-group-set-current-level): Decode group name.
7378
7379 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
7380
7381         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
7382         failed.
7383
7384 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7385
7386         * gnus-group.el (gnus-group-delete-group): Decode group name.
7387         (gnus-group-make-rss-group): Encode group name.
7388         (gnus-group-catchup-current): Decode group name.
7389         (gnus-group-kill-group): Decode group name.
7390
7391 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7392
7393         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
7394
7395 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7396
7397         * gnus-group.el (gnus-group-make-rss-group):
7398         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
7399
7400         * gnus-start.el (gnus-setup-news): Honor user's setting to
7401         gnus-message-archive-method.  Suggested by Lute Kamstra
7402         <lute@gnu.org>.
7403
7404 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
7405
7406         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
7407         global counterparts of the buffer-local variables.
7408
7409 2004-11-16  Romain Francoise  <romain@orebokech.com>
7410
7411         * gnus-sum.el (gnus-summary-exit): Don't clear the global
7412         counterparts of the buffer-local variables.
7413
7414 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7415
7416         * message.el (message-forbidden-properties): Fixed typo in doc
7417         string.
7418
7419 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7420
7421         * gnus-util.el (gnus-replace-in-string): Added doc string.
7422
7423         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
7424         to avoid problems when splitting mails with many recipients.
7425
7426 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7427
7428         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
7429         pop-to-buffer, covered by the subsequent gnus-configure-windows.
7430
7431 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
7432
7433         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
7434         if there is no hashtable in memory or file modification time is
7435         newer than cached timestamp.
7436
7437 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7438
7439         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
7440         not-matching option.
7441
7442 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
7443
7444         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
7445         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
7446         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7447         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
7448         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
7449         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
7450
7451 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7452
7453         * message.el (message-forward-make-body-mml): Remove headers
7454         according to message-forward-ignored-headers if a message is decoded.
7455
7456 2004-12-02  Romain Francoise  <romain@orebokech.com>
7457
7458         * message.el (message-forward-make-body-plain): Always remove
7459         headers according to message-forward-ignored-headers.
7460
7461 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7462
7463         * spam.el (spam-summary-prepare-exit): Remove the
7464         gnus-summary-limit pop for now, it has problems with ham marks for
7465         me.
7466
7467 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
7468
7469         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
7470         correctly.
7471
7472 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
7473
7474         * format-spec.el (format-spec): Message the char.
7475
7476 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
7477
7478         * gnus-art.el (gnus-split-methods): Reformat comments.
7479
7480         * spam.el (spam-summary-prepare-exit): Remove article limits
7481         before exiting the summary buffer.
7482
7483 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7484
7485         * lpath.el: Remove bbdb-create-internal, bbdb-records,
7486         spam-BBDB-register-routine and spam-enter-ham-BBDB.
7487
7488         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
7489         order to silence the byte compiler.
7490
7491         * spam.el: Fix the way to silence the byte compiler, which
7492         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
7493         bbdb-search-simple, spam-BBDB-register-routine,
7494         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
7495         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
7496         spam-stat-buffer-is-spam, spam-stat-load,
7497         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
7498         spam-stat-save and spam-stat-split-fancy.
7499
7500 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7501
7502         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
7503         which may confuse users.
7504         (canlock-password-for-verify): Ditto.
7505
7506         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
7507
7508         * gnus-art.el (gnus-emphasis-alist): Ditto.
7509
7510         * gnus-registry.el (gnus-registry-max-entries): Ditto.
7511
7512         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
7513
7514         * gnus-start.el (gnus-save-killed-list): Ditto.
7515
7516         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
7517         (gnus-sum-thread-tree-root): Ditto.
7518         (gnus-sum-thread-tree-false-root): Ditto.
7519         (gnus-sum-thread-tree-single-indent): Ditto.
7520
7521         * message.el (message-courtesy-message): Ditto.
7522         (message-archive-note): Ditto.
7523         (message-subscribed-address-file): Ditto.
7524         (message-user-fqdn): Ditto.
7525
7526         * spam-report.el (spam-report-gmane-regex): Ditto.
7527
7528         * spam.el (spam-blackhole-good-server-regex): Ditto.
7529
7530 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7531
7532         * mml.el (mml-preview): Widen the message buffer before copying
7533         the contents to the preview buffer; sort headers before previewing.
7534
7535         * message.el (message-hidden-headers): Fix the way to avoid a bug
7536         in the `repeat' widget in Emacs 21.3 or earlier.
7537
7538 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7539
7540         * message.el (message-hidden-headers): Default to "^References:".
7541         Improve customization type.  Suggested by Reiner Steib
7542         <Reiner.Steib@gmx.de>.
7543
7544 2004-11-25  Romain Francoise  <romain@orebokech.com>
7545
7546         * message.el (message-strip-forbidden-properties): Remove check for
7547         obsolete `message-hidden' text property, hidden headers are not
7548         accessible in the buffer anymore.
7549
7550 2004-11-22  Romain Francoise  <romain@orebokech.com>
7551
7552         * message.el (message-header-format-alist): Add `From' in list
7553         so that it can be sorted.
7554         (message-fix-before-sending): Widen and sort headers before
7555         sending.
7556         (message-hide-headers): Use narrowing to hide headers by moving
7557         them to the top of the buffer and narrowing to the region
7558         underneath.
7559
7560 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7561
7562         * message.el (message-strip-forbidden-properties): Bind
7563         buffer-read-only (etc) to nil.
7564
7565 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7566
7567         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
7568         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7569
7570 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
7571
7572         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
7573
7574 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7575
7576         * dns.el (query-dns): Use sit-for to time instead of
7577         accept-process-output, since that doesn't seem to work on udp
7578         sockets.
7579
7580 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7581
7582         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
7583
7584 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
7585
7586         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
7587         doc string.  Improve doc string.
7588
7589 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7590
7591         * nntp.el (nntp-request-update-info): Return nil if
7592         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
7593         may not call gnus-activate-group which uselessly issues the GROUP
7594         commands for all nntp groups and wastes time.  Reported by Romain
7595         Francoise <romain@orebokech.com>.
7596
7597         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
7598
7599 2004-11-15  Simon Josefsson  <jas@extundo.com>
7600
7601         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
7602         headers separately.
7603         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
7604         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
7605
7606 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7607
7608         * gnus-start.el (gnus-convert-old-newsrc):
7609         Assign legacy-gnus-agent to 5.10.7.
7610
7611 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7612
7613         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
7614         start of the lines.
7615
7616 2004-11-14  Magnus Henoch  <mange@freemail.hu>
7617
7618         * hashcash.el (hashcash-default-payment): Change default to 20
7619         (hashcash-default-accept-payment): Change default to 20
7620         (hashcash-process-alist): New variable
7621         (hashcash-generate-payment-async): Add
7622         (hashcash-already-paid-p): Add
7623         (hashcash-insert-payment): Don't generate payments twice
7624         (hashcash-insert-payment-async): Add
7625         (hashcash-insert-payment-async-2): Add
7626         (hashcash-cancel-async): Add
7627         (hashcash-wait-async): Add
7628         (hashcash-processes-running-p): Add
7629         (hashcash-wait-or-cancel): Add
7630         (mail-add-payment): New optional argument.  Conditionally start
7631         asynchronous calculation.
7632         (mail-add-payment-async): Add
7633
7634         * message.el (message-send-mail): Wait for asynchronous hashcash
7635         results.  Don't clobber existing X-Hashcash headers.
7636         (message-setup-1): Call mail-add-payment-async when
7637         message-generate-hashcash is non-nil.
7638
7639 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7640
7641         * message.el (message-use-alternative-email-as-from): Examine the
7642         From header as well; use message-make-from in order to include a
7643         user's full name.
7644
7645 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7646
7647         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
7648         default; improve customization type.
7649         (gnus-emphasis-custom-with-format): New macro.
7650         (gnus-emphasis-custom-value-to-external): New function.
7651         (gnus-emphasis-custom-value-to-internal): New function.
7652
7653 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7654
7655         * dns.el (query-dns): Resolve reverse addresses.
7656
7657 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7658
7659         * gnus-group.el (gnus-group-get-new-news): Use it.
7660
7661         * gnus-start.el (gnus-check-reasonable-setup): New function.
7662
7663 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7664
7665         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
7666         "Args out of range" error.  Reported by Arnaud Giersch
7667         <arnaud.giersch@free.fr>.
7668
7669 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7670
7671         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
7672
7673 2004-11-04  Richard M. Stallman  <rms@gnu.org>
7674
7675         * spam.el (spam group): Add :version.
7676
7677         * pgg-def.el (pgg group): Add :version.
7678
7679 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7680
7681         * gnus-art.el (gnus-article-edit-article): Don't associate the
7682         article buffer with a draft file.  This is a temporary measure
7683         against the 2004-08-22 change to gnus-article-edit-mode.
7684
7685 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7686
7687         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
7688         (html2text-format-tags): Remove unused variable `attr'.
7689
7690 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7691
7692         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
7693
7694         * tls.el (tls-process-connection-type, tls-success)
7695         (tls-certtool-program): Add :version.
7696
7697         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
7698         (starttls-extra-arguments, starttls-process-connection-type)
7699         (starttls-connect, starttls-failure, starttls-success):
7700
7701         * spam-stat.el (spam-stat): Add :version.
7702
7703         * sieve.el (sieve): Add :version.
7704
7705         * sha1.el (sha1): Add :version.
7706         (sha1-use-external): Remove redundant version.
7707
7708         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
7709         (nnmail-cache-ignore-groups, nnmail-spool-hook)
7710         (nnmail-split-fancy-match-partial-words)
7711         (nnmail-split-lowercase-expanded): Add :version.
7712
7713         * nndiary.el (nndiary): Add :version.
7714
7715         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
7716
7717         * mml-sec.el (mml-default-sign-method)
7718         (mml-default-encrypt-method, mml-signencrypt-style-alist):
7719         Add :version.
7720
7721         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
7722
7723         * mm-url.el (mm-url-use-external, mm-url-program)
7724         (mm-url-arguments): Add :version.
7725
7726         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
7727         (mm-attachment-file-modes, mm-decrypt-option)
7728         (mm-w3m-safe-url-regexp): Add :version.
7729
7730         * message.el (message-cite-prefix-regexp)
7731         (message-sendmail-envelope-from, message-minibuffer-local-map)
7732         (message-user-fqdn, message-completion-alist): Add :version.
7733
7734         * gnus-win.el (gnus-configure-windows-hook)
7735         (gnus-use-frames-on-any-display): Add :version.
7736
7737         * gnus-art.el (gnus-article-address-banner-alist)
7738         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
7739         (gnus-treat-from-picon, gnus-treat-mail-picon)
7740         (gnus-treat-x-pgp-sig): Add :version.
7741
7742         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
7743         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
7744         (gnus-summary-article-delete-hook)
7745         (gnus-summary-display-while-building): Add :version.
7746
7747         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
7748         (gnus-get-top-new-news-hook):Add :version.
7749
7750         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7751         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
7752
7753         * gnus-registry.el (gnus-registry): Add :version.
7754
7755         * gnus-spec.el (gnus-use-correct-string-widths)
7756         (gnus-make-format-preserve-properties): Add :version.
7757
7758         * gnus.el (gnus-group-charter-alist)
7759         (gnus-group-fetch-control-use-browse-url)
7760         (gnus-install-group-spam-parameters): Add :version.
7761
7762         * gnus-diary.el (gnus-diary): Add :version.
7763
7764         * gnus-delay.el (gnus-delay): Add :version.
7765
7766         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
7767         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
7768         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
7769         Add :version.
7770
7771         * gnus-agent.el (gnus-agent-max-fetch-size)
7772         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
7773         (gnus-agent-prompt-send-queue): Add :version.
7774
7775         * deuglify.el (gnus-outlook-deuglify): Add :version.
7776
7777         * html2text.el: Beautify code.  Improve doc strings.  Some
7778         checkdoc cleanup.
7779         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
7780
7781 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
7782
7783         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
7784
7785 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
7786
7787         * gnus-registry.el (gnus-registry-hashtb): Create the registry
7788         when package is loaded.
7789
7790         * spam.el (spam-summary-score-preferred-header): Add global preference
7791         for people who want to override the default SpamAssassin over
7792         Bogofilter preference (when both are set).
7793         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
7794         (spam-user-format-function-S): Check
7795         spam-summary-score-preferred-header.
7796         (spam-extra-header-to-number): Add X-Bogosity header parsing.
7797         (spam-user-format-function-S): Format the score correctly.
7798
7799 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7800
7801         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
7802         signature file.  Suggested by Manoj Srivastava
7803         <srivasta@golden-gryphon.com>.
7804
7805         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
7806         iso-2022-jp even in the Japanese language environment.
7807         Suggested by Jason Rumney <jasonr@gnu.org>.
7808
7809 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7810
7811         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
7812         use the same characters as the dummy marks; make it free from
7813         getting affected by the language environment.
7814         (gnus-summary-read-group-1): Update mark positions only when the
7815         format spec is updated.
7816
7817         * gnus-spec.el (gnus-update-format-specifications): Return a list
7818         of updated types.
7819
7820 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7821
7822         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
7823         of boundp to check if display-warning is available.
7824
7825 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
7826
7827         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
7828
7829 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7830
7831         * nnspool.el (nnspool-spool-directory): Use news-path if the
7832         news-directory variable is not bound.
7833
7834         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
7835         function instead of display-warning if it is not available.
7836
7837 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7838
7839         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
7840         v5-10: Use `point-at-bol'.
7841
7842 2004-10-26  Simon Josefsson  <jas@extundo.com>
7843
7844         * hashcash.el: Fix URL in comment, reported by Cheng Gao
7845         <chenggao@gmail.com>.
7846
7847 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7848
7849         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
7850         instead.
7851
7852 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
7853
7854         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
7855         to remove a server from the nnimap-server-buffer-alist.
7856         (nnimap-open-connection, nnimap-close-server): Use it.
7857
7858         * gnus-encrypt.el: Remove file in favor of encrypt.el.
7859
7860 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7861
7862         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
7863         running the major-mode function.
7864
7865 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7866
7867         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
7868         dummy marks in the right way.
7869
7870 2004-10-18  David Edmondson  <dme@dme.org>
7871
7872         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
7873         excessively.
7874
7875 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
7876
7877         * gnus-util.el (gnus-split-references): Accept a nil references
7878         string and go on blissfully.
7879
7880         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
7881         cases where the references string is non-nil but has no references.
7882
7883         * encrypt.el: Add autoload tags.
7884
7885         * spam.el (spam-resolve-registrations-routine): Remove article
7886         from unregistration list too.  Reported by David Hanak
7887         <dhanak@isis.vanderbilt.edu>
7888
7889 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
7890
7891         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
7892         nil.  Changed custom type.
7893
7894 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
7895
7896         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
7897
7898         * gnus-sum.el (gnus-summary-move-article): Use it.
7899
7900 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
7901
7902         * encrypt.el: Add autoload cookies.
7903
7904         * spam.el (spam-backend-article-list-property)
7905         (spam-backend-get-article-todo-list)
7906         (spam-backend-put-article-todo-list, )
7907         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
7908         Resolve registrations separately.
7909         (spam-register-routine): Format comments.
7910         (spam-unregister-routine, spam-register-routine): Always call with
7911         specific-articles, no default list.
7912         (spam-summary-prepare-exit): Use the spam-classifications function.
7913
7914         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
7915         gnus-encrypt.el.
7916
7917         * encrypt.el: copied from gnus-encrypt.el
7918
7919         * gnus-encrypt.el: commented that it's obsolete
7920
7921 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7922
7923         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
7924         (gnus-score-save): Use it.
7925
7926         * message.el (message-bury): Use `window-dedicated-p'.
7927
7928 2004-10-15  Simon Josefsson  <jas@extundo.com>
7929
7930         * pop3.el (top-level): Don't require nnheader.
7931         (pop3-read-timeout): Add.
7932         (pop3-accept-process-output): Add.
7933         (pop3-read-response, pop3-retr): Use it.
7934
7935 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
7936
7937         * spam.el (spam-register-routine): Move comment.
7938         (spam-verify-bogofilter): Use 'unknown for the initial
7939         spam-bogofilter-valid state, not 'never.
7940
7941         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
7942         for netrc-machine.
7943
7944         * nnimap.el (nnimap-open-connection): Use
7945         netrc-machine-user-or-password.
7946
7947 2004-10-17  Richard M. Stallman  <rms@gnu.org>
7948
7949         * gnus-registry.el (gnus-registry-unload-hook):
7950         Set as a variable with add-hook.
7951
7952         * nnspool.el (nnspool-spool-directory): Use news-directory instead
7953         of news-path.
7954
7955         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
7956
7957         * spam.el: Delete duplicate `provide'.
7958         (spam-unload-hook): Set as a variable with add-hook.
7959
7960 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7961
7962         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
7963         in the doc string.
7964
7965         * message.el (message-ignored-news-headers)
7966         (message-ignored-supersedes-headers)
7967         (message-ignored-resent-headers)
7968         (message-forward-ignored-headers): Improve custom type.
7969
7970 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * message.el (message-tokenize-header): Fix 2004-09-06 change
7973         which used point-min in the wrong place.
7974
7975 2004-10-12  Simon Josefsson  <jas@extundo.com>
7976
7977         * tls.el (tls-certtool-program): New variable.
7978         (tls-certificate-information): New function, based on
7979         ssl-certificate-information.
7980
7981 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7982
7983         * compface.el: Move the version of ELisp-based uncompface program
7984         to the contrib directory because of the copyright problem.
7985
7986 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7987
7988         * message.el (message-kill-buffer): Raise the current frame.
7989
7990 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7991
7992         * gnus-sum.el: Mention that multibyte characters don't work as marks.
7993
7994         * gnus.el (message-y-or-n-p): Autoload.
7995
7996         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
7997         (pop3-password-required, pop3-authentication-scheme)
7998         (pop3-leave-mail-on-server): Made customizable.
7999         (pop3): New custom group.
8000         (pop3-retr): Remove `sleep-for' statements.
8001         Suggested by Dave Love <fx@gnu.org>.
8002
8003         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
8004         Windows/DOS.
8005
8006         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
8007         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
8008         Dave Love <fx@gnu.org>.
8009
8010         * mml.el (mml-minibuffer-read-disposition): Require match.
8011         Suggested by Dave Love <fx@gnu.org>.
8012
8013 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
8014
8015         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
8016         doc string.
8017
8018 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8019
8020         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
8021
8022 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8023
8024         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
8025         instead of calling `mm-insert-inline', to decode text/* parts
8026         before displaying them.
8027
8028 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8029
8030         * mm-uu.el (mm-uu-text-plain-type): New variable.
8031         (mm-uu-pgp-signed-extract-1): Use it.
8032         (mm-uu-pgp-encrypted-extract-1): Use it.
8033         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
8034         bind mm-uu-text-plain-type with that value.
8035         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
8036         mm-uu-dissect.
8037
8038 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8039
8040         * gnus-group.el (gnus-update-group-mark-positions):
8041         * gnus-sum.el (gnus-update-summary-mark-positions):
8042         * message.el (message-check-news-body-syntax):
8043         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
8044         of string-as-multibyte.
8045
8046 2004-10-05  Juri Linkov  <juri@jurta.org>
8047
8048         * gnus-group.el (gnus-update-group-mark-positions):
8049         * gnus-sum.el (gnus-update-summary-mark-positions):
8050         * message.el (message-check-news-body-syntax):
8051         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
8052         8-bit unibyte values to a multibyte string for search functions.
8053
8054 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * mm-uu.el (mm-uu-dissect): Allow optional arg.
8057         (mm-uu-dissect-text-parts): New function.
8058
8059         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
8060         dissect text parts.
8061
8062         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
8063         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
8064
8065         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
8066
8067         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
8068         gnus-current-topics instead of gnus-current-topic.
8069
8070 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
8071
8072         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
8073
8074 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
8075
8076         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
8077         where approriate.
8078
8079         * nnml.el (nnml-generate-active-info): do.
8080
8081         * nndiary.el (nndiary-generate-active-info): do.
8082
8083         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
8084         (gnus-topic-move): do.
8085
8086         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
8087         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
8088
8089         * gnus-srvr.el (gnus-server-prepare)
8090         (gnus-server-open-all-servers): do.
8091
8092         * gnus-msg.el (gnus-summary-cancel-article)
8093         (gnus-summary-resend-message)
8094         (gnus-summary-mail-crosspost-complaint): do.
8095
8096         * gnus-move.el (gnus-change-server): do.
8097
8098         * gnus-group.el (gnus-group-unmark-all-groups)
8099         (gnus-group-set-current-level): do.
8100
8101 2004-10-04  Simon Josefsson  <jas@extundo.com>
8102
8103         * message.el (message-generate-hashcash): Doc fix.
8104
8105 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
8106
8107         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
8108         avoid infinite recursion via gnus-get-function.
8109
8110 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
8111
8112         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
8113
8114         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
8115
8116         * nnmail.el (nnmail-split-history): do.
8117
8118         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
8119         (nnml-request-delete-group): do.
8120
8121         * nnslashdot.el (nnslashdot-read-groups): do.
8122
8123         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
8124         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
8125
8126         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
8127         (nnspool-sift-nov-with-sed): Use last
8128         (nnspool-retrieve-headers-with-nov): Use mapc.
8129         (nnspool-request-newgroups): Use dolist.
8130         (nnspool-request-group): Use last.
8131
8132         * nntp.el (nntp-read-server-type): Use dolist.
8133
8134         * nnvirtual.el (nnvirtual-create-mapping)
8135         (nnvirtual-update-read-and-marked): Use dolist.
8136         (nnvirtual-convert-headers): Simplify.
8137
8138 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
8139
8140         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
8141         support for sync'ing tick marks.
8142
8143 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8144
8145         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
8146         there's no visible header.
8147
8148 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
8149
8150         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
8151         necessary, pass full group name to gnus-request-set-marks.
8152
8153 2004-10-01  Simon Josefsson  <jas@extundo.com>
8154
8155         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
8156         acroread.
8157
8158 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8159
8160         * spam-report.el (spam-report-gmane): Fix interactive.
8161
8162         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
8163
8164         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
8165         when writing file.
8166         (gnus-agent-synchronize-flags): Don't default to being
8167         interactive.
8168
8169 2004-09-30  Simon Josefsson  <jas@extundo.com>
8170
8171         * message.el (message-generate-hashcash): Add.
8172         (message-send-mail): Use it, call mail-add-payment.
8173
8174 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8175
8176         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
8177
8178 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
8179
8180         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
8181         gnus-requst-update-info with explicit code to sync the in-memory
8182         info read flags with the marks being sync'd to the backend.
8183
8184         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
8185
8186 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8187
8188         * spam.el (spam-verify-bogofilter): Add new function.
8189         (spam-check-bogofilter)
8190         (spam-bogofilter-register-with-bogofilter): Use it.
8191         (spam-verify-bogofilter): Add small fixes.
8192
8193 2004-09-28  Simon Josefsson  <jas@extundo.com>
8194
8195         * hashcash.el (hashcash-generate-payment): Revert.
8196
8197 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8198
8199         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
8200         gnus-extract-references instead of gnus-split-references.
8201
8202         * gnus-util.el (gnus-extract-references): Add new function, analogous
8203         to gnus-split-references but extracts only the message-ID without
8204         anything extra.
8205
8206         * hashcash.el (hashcash-generate-payment)
8207         (hashcash-check-payment): Do the right thing if hashcash-path is
8208         nil (because the hashcash program could not be found).
8209
8210         * spam.el (spam-use-hashcash): Remove comment.
8211
8212 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
8213
8214         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
8215         (gnus-cache-enter-article, gnus-cache-remove-article)
8216         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
8217
8218         * gnus-async.el (gnus-async-prefetch-remove-group): do.
8219
8220         * gnus-art.el (article-hide-boring-headers)
8221         (article-translate-strings, article-display-face)
8222         (gnus-article-mime-match-handle-first)
8223         (gnus-article-highlight-headers)
8224         (gnus-article-add-buttons-to-head): do.
8225
8226 2004-09-27  Simon Josefsson  <jas@extundo.com>
8227
8228         * hashcash.el: New version, from
8229         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
8230         ../contrib/.
8231
8232 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8233
8234         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
8235
8236 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
8237
8238         * gnus-dup.el (gnus-dup-open): Use mapc.
8239         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
8240
8241         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
8242         Reported by Stefan Wiens <s.wi@gmx.net>.
8243
8244         * gnus.el (gnus-shutdown): Use dolist.
8245
8246         * gnus-undo.el (gnus-undo): Use mapc.
8247
8248         * nnrss.el (nnrss-generate-active): do.
8249
8250         * message.el (message-cite-original-without-signature)
8251         (message-cite-original): Use mapc.
8252         (message-do-actions, message-make-forward-subject): Use dolist.
8253
8254 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
8255
8256         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
8257         deletion to remove entire duplicate line.  Fixes merged article
8258         number bug.
8259
8260 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
8261
8262         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
8263         servers that are offline.  Avoids having gnus-agent-toggle-plugged
8264         first ask if you want to open a server and then, even when you
8265         responded with no, asking if you want to synchronize the server's
8266         flags.
8267         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
8268         multi-line expressions.
8269         (gnus-agent-synchronize-group-flags): New internal function.
8270         Updates marks in memory (in the info structure) AND in the
8271         backend.
8272
8273         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
8274
8275         * nnagent.el (nnagent-request-set-mark): Use
8276         gnus-agent-synchronize-group-flags, not backend's request-set-mark
8277         method, to ensure that synchronization updates marks in the
8278         backend and in the info (in memory) structure.
8279
8280 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8281
8282         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
8283         convention fully; don't miss the root article of a thread; make
8284         the X-Draft-From header with correct article numbers.
8285
8286 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
8287
8288         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
8289         unless plugged.  Disable the agent so that an open failure causes
8290         an error.
8291
8292         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
8293         Reverted 2004-09-21 change.  The backend must be opened while
8294         synchronizing flags even when the backend stores the flags
8295         locally.
8296
8297 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
8298
8299         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
8300         in `header' match.  Reported by Svend Tollak Munkejord.
8301
8302         * message.el (message-cite-original): Fix use of
8303         `message-cite-articles-with-x-no-archive'.
8304
8305 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8306
8307         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
8308         (gnus-window-to-buffer): Ditto.
8309
8310         * mml.el (mml-preview-buffer): New variable.
8311         (mml-preview): Manage window layout with gnus-buffer-configuration.
8312
8313         * gnus-msg.el (gnus-setup-message): Put article numbers into the
8314         X-Draft-From header even if those articles aren't quoted.
8315
8316 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
8317
8318         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
8319         (gnus-request-set-mark, gnus-request-update-mark): Use new
8320         g-s-t-u-l-m to decide to use backend even when unplugged.
8321
8322 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8323
8324         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
8325         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
8326
8327 2004-09-20  Simon Josefsson  <jas@extundo.com>
8328
8329         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
8330         "utf-16-le".
8331
8332 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8333
8334         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
8335
8336 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8337
8338         * uudecode.el (uudecode-use-external): Add :version.
8339
8340         * smime.el (smime-CA-file, smime-encrypt-cipher)
8341         (smime-dns-server): Add :version.
8342
8343         * smiley.el (gnus-smiley-file-types): Add :version.
8344
8345         * sha1.el (sha1-use-external): Add :version.
8346
8347         * pgg-def.el (pgg-query-keyserver): Add :version.
8348
8349         * nnmail.el (nnmail-fancy-expiry-targets)
8350         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
8351         Add :version.
8352
8353         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
8354         (nnimap-retrieve-groups-asynchronous): Add :version.
8355         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
8356
8357         * mml.el (mml-content-disposition-parameters)
8358         (mml-insert-mime-headers-always): Add :version.
8359
8360         * mm-util.el (mm-coding-system-priorities): Add :version.
8361
8362         * mm-decode.el (mm-inline-text-html-with-images)
8363         (mm-keep-viewer-alive-types, mm-external-terminal-program)
8364         (mm-verify-option): Add :version.
8365         (mm-text-html-renderer): Change :version.
8366
8367         * message.el (message-fcc-externalize-attachments)
8368         (message-required-headers, message-draft-headers)
8369         (message-subject-trailing-was-query)
8370         (message-subject-trailing-was-ask-regexp)
8371         (message-subject-trailing-was-regexp, message-mark-insert-begin)
8372         (message-mark-insert-end, message-archive-header)
8373         (message-archive-note, message-cross-post-default)
8374         (message-cross-post-note, message-followup-to-note)
8375         (message-cross-post-note-function, message-use-mail-followup-to)
8376         (message-subscribed-address-functions)
8377         (message-subscribed-address-file, message-subscribed-addresses)
8378         (message-subscribed-regexps, message-allow-no-recipients)
8379         (message-yank-cited-prefix, message-signature-insert-empty-line)
8380         (message-hidden-headers, message-hierarchical-addresses)
8381         (message-mail-user-agent, message-use-idna)
8382         (message-valid-fqdn-regexp)
8383         (message-strip-special-text-properties, message-header-synonyms)
8384         (message-beginning-of-line, message-tab-body-function): Add :version.
8385         (message-insert-canlock, message-wide-reply-confirm-recipients):
8386         Change :version.
8387
8388         * mail-source.el (mail-source-ignore-errors): Add :group, :type
8389         and :version.
8390         (mail-source-delete-old-incoming-confirm)
8391         (mail-source-movemail-program): Add :version.
8392
8393         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
8394         (gnus-agent-cache, gnus-agent): Change :version.
8395
8396         * gnus-util.el (gnus-use-byte-compile): Change :version.
8397
8398         * gnus-sum.el (gnus-summary-make-false-root-always)
8399         (gnus-summary-default-high-score)
8400         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
8401         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
8402         (gnus-read-all-available-headers, gnus-article-emulate-mime)
8403         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
8404         (gnus-sum-thread-tree-single-indent)
8405         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8406         (gnus-sum-thread-tree-leaf-with-other)
8407         (gnus-sum-thread-tree-single-leaf): Add :version.
8408         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
8409         (gnus-article-loose-mime): Change :version.
8410
8411         * gnus-start.el (gnus-backup-startup-file)
8412         (gnus-save-startup-file-via-temp-buffer): Add :version.
8413
8414         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
8415         (gnus-server-offline-face): Add :version.
8416
8417         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
8418
8419         * gnus-msg.el (gnus-gcc-externalize-attachments)
8420         (gnus-debug-files, gnus-debug-exclude-variables)
8421         (gnus-discouraged-post-methods): Change :version.
8422         (gnus-confirm-mail-reply-to-news)
8423         (gnus-confirm-treat-mail-like-news): Add :version.
8424
8425         * gnus-int.el (gnus-server-unopen-status): Add :version.
8426
8427         * gnus-group.el (gnus-group-jump-to-group-prompt)
8428         (gnus-large-ephemeral-newsgroup)
8429         (gnus-fetch-old-ephemeral-headers): Add :version.
8430
8431         * gnus-fun.el (gnus-x-face-directory)
8432         (gnus-convert-pbm-to-x-face-command)
8433         (gnus-convert-image-to-x-face-command)
8434         (gnus-convert-image-to-face-command): Add :version.
8435
8436         * gnus-delay.el (gnus-delay-default-hour): Add :version.
8437
8438         * gnus-cite.el (gnus-cite-blank-line-after-header)
8439         (gnus-article-boring-faces): Add :version.
8440
8441         * gnus-art.el (gnus-buttonized-mime-types)
8442         (gnus-inhibit-mime-unbuttonizing)
8443         (gnus-treat-display-face)
8444         (gnus-treat-body-boundary): Change :version.
8445         (gnus-body-boundary-delimiter, gnus-picon-databases)
8446         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
8447         (gnus-treat-date-english, gnus-treat-fold-headers)
8448         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
8449         (gnus-treat-mail-picon, gnus-treat-wash-html)
8450         (gnus-article-encrypt-protocol)
8451         (gnus-use-idna, gnus-article-over-scroll)
8452         (gnus-mime-display-multipart-alternative-as-mixed)
8453         (gnus-mime-display-multipart-related-as-mixed)
8454         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
8455         (gnus-ctan-url, gnus-button-ctan-handler)
8456         (gnus-button-handle-ctan-bogus-regexp)
8457         (gnus-button-ctan-directory-regexp)
8458         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
8459         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
8460         (gnus-button-man-level, gnus-button-emacs-level)
8461         (gnus-button-message-level, gnus-button-browse-level): Add :version.
8462
8463         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
8464         (gnus-agent-go-online): Change :version.
8465         (gnus-agent-expire-unagentized-dirs)
8466         (gnus-agent-auto-agentize-methods): Add :version.
8467
8468         * flow-fill.el (fill-flowed-display-column)
8469         (fill-flowed-encode-column): Add :version.
8470
8471         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8472         (gnus-outlook-deuglify-unwrap-max)
8473         (gnus-outlook-deuglify-cite-marks)
8474         (gnus-outlook-deuglify-unwrap-stop-chars)
8475         (gnus-outlook-deuglify-no-wrap-chars)
8476         (gnus-outlook-deuglify-attrib-cut-regexp)
8477         (gnus-outlook-deuglify-attrib-verb-regexp)
8478         (gnus-outlook-deuglify-attrib-end-regexp)
8479         (gnus-outlook-display-hook): Add :version.
8480
8481         * binhex.el (binhex-use-external): Add :version.
8482
8483 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
8484
8485         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
8486         and `invisible'.
8487
8488 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8489
8490         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
8491         in gnus-registry-trim.
8492
8493 2004-09-13  Simon Josefsson  <jas@extundo.com>
8494
8495         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
8496
8497         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
8498
8499         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
8500         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8501         <yamaoka@jpl.org>.
8502         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
8503         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8504         <yamaoka@jpl.org>.
8505
8506         * sieve.el (sieve-manage-mode): Ditto.
8507
8508 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
8509
8510         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
8511
8512 2004-09-11  Simon Josefsson  <jas@extundo.com>
8513
8514         * dns-mode.el: Add.
8515
8516         * mm-view.el (mm-display-dns-inline): Add.
8517
8518         * mm-decode.el (mm-inline-media-tests): Add text/dns.
8519         (mm-automatic-display): Ditto.
8520
8521         * mailcap.el (mailcap-mime-data): Add text/dns.
8522         (mailcap-mime-extensions): Map .soa to text/dns.
8523
8524 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
8525
8526         * gnus-art.el (article-decode-mime-words, article-babel)
8527         (gnus-article-highlight-signature, gnus-article-add-buttons)
8528         (gnus-signature-toggle): Remove unnecessary bindings of
8529         `inhibit-read-only' inherited from v5.10 merge.
8530
8531 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
8532
8533         * nntp.el (nntp): New customization group.
8534         (nntp-authinfo-file): Add customization group.
8535
8536         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
8537
8538         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
8539
8540         * gnus.el (to-address, to-list, subscribed)
8541         (large-newsgroup-initial): Ditto.
8542
8543         * flow-fill.el (fill-flowed-display-column)
8544         (fill-flowed-encode-column): Ditto.
8545
8546 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
8547
8548         * message.el (message-tokenize-header, message-send-mail-with-qmail):
8549         Use point-min rather than 1.
8550         (message-send-mail): Use buffer-size rather than point-max.
8551
8552         * gnus-sum.el (gnus-summary-search-article-forward):
8553         Signal a specific `search-failed' rather than a generic `error'.
8554
8555         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
8556         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
8557         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
8558
8559 2004-09-10  Simon Josefsson  <jas@extundo.com>
8560
8561         * nndb.el (require): Remove tcp and duplicate cl.
8562
8563 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8564
8565         * gnus-agent.el (directory-files-and-attributes): Move forward.
8566
8567 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8568
8569         * gnus-agent.el (directory-files-and-attributes): Optionally
8570         defined to support XEmacs.
8571
8572 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8573
8574         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
8575         to avoid run-time CL dependencies.
8576         (gnus-agent-unfetch-articles): New function.
8577         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
8578         article numbers even when local .overview file is missing.
8579         (gnus-agent-read-article-number): New function. Only accepts
8580         27-bit article numbers.
8581         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
8582         gnus-agent-read-article-number.
8583         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
8584         from backend while recognizing that article numbers in .overview
8585         must be valid.
8586         (gnus-agent-update-files-total-fetched-for): Use
8587         directory-files-and-attributes to improve performance.
8588         * gnus-int.el (gnus-request-move-article): Use
8589         gnus-agent-unfetch-articles in place of gnus-agent-expire to
8590         improve performance.
8591
8592         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
8593         some users confused by references to .newsrc when they only have a
8594         .newsrc.eld file.
8595         (gnus-convert-mark-converter-prompt,
8596         gnus-convert-converter-needs-prompt): Fixed use of property list.
8597         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
8598         New function. Used internally to only display 'gnus converting
8599         files' message when actually necessary.
8600
8601         * gnus-sum.el (): Removed (require 'gnus-agent) as required
8602         methods now autoloaded.
8603
8604 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8605
8606         * gnus-sum.el (gnus-summary-insert-subject): Remove list
8607         identifiers.
8608
8609 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
8610
8611         * gnus-picon.el: Fix indentation and closing parenthesis.
8612
8613 2004-09-01  Simon Josefsson  <jas@extundo.com>
8614
8615         * message.el (message-canlock-generate): Require sha1, not
8616         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
8617         to require within a function.  Sadly, if sha1.el isn't loaded, the
8618         let binding in m-c-g will hide the defcustom definition, which is
8619         bad.)
8620
8621         * canlock.el: Require sha1, not sha1-el.
8622
8623         * message.el: Don't autoload sha1 (there is a autoload cookie in
8624         sha1.el).
8625
8626         * sha1-el.el: Renamed to sha1.el.
8627
8628 2004-08-30  Juanma Barranquero  <lektu@terra.es>
8629
8630         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
8631
8632 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8633
8634         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
8635
8636 2004-08-30  Kim F. Storm  <storm@cua.dk>
8637
8638         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
8639
8640         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
8641         Add :group 'nnimap.
8642
8643 2004-08-30  Andreas Schwab  <schwab@suse.de>
8644
8645         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
8646         ?* and ?\;.
8647
8648         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
8649         and ?\' to symbol instead of whitespace.
8650
8651 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8652
8653         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
8654
8655         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
8656         instead of re-search-forward.
8657
8658         * gnus-uu.el (gnus-uu-save-article): Ditto.
8659         (gnus-uu-post-encode-uuencode): Ditto.
8660
8661         * html2text.el (html2text-clean-list-items): Ditto.
8662         (html2text-clean-dtdd): Ditto.
8663         (html2text-format-tags): Ditto.
8664
8665         * message.el (message-send-mail-with-sendmail): Fix regexp.
8666         (message-fill-field-general): Use search-forward instead of
8667         re-search-forward.
8668         (unbold-region): Ditto.
8669
8670         * nnrss.el (nnrss-request-article): Ditto.
8671
8672         * nnslashdot.el (nnslashdot-request-article): Ditto.
8673
8674         * nnweb.el (nnweb-gmane-wash-article): Ditto.
8675
8676         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
8677         "Unrecognized menu descriptor" error in XEmacs.
8678
8679 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
8680
8681         * gnus-sum.el (gnus-read-header): Don't remove a header for the
8682         parent article of a sparse article in the thread hashtb.
8683
8684 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
8685
8686         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
8687         (nnmail-expand-newtext): Lowercase expanded entries if
8688         nnmail-split-lowercase-expanded is non-nil.
8689
8690 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8691
8692         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
8693         entry.
8694
8695         * gnus-group.el (gnus-group-line-format-alist): Convert the value
8696         of gnus-tmp-news-method into string under XEmacs.  It will be
8697         passed to gnus-correct-length which takes only a string argument.
8698
8699 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * gnus-util.el (gnus-bind-print-variables): New macro.
8702         (gnus-prin1): Use it.
8703         (gnus-prin1-to-string): Use it.
8704         (gnus-pp): New function.
8705         (gnus-pp-to-string): New function.
8706
8707         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
8708         pp-to-string with gnus-pp-to-string.
8709         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
8710         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
8711         * gnus-msg.el (gnus-debug): Ditto.
8712         * gnus-score.el (gnus-score-save): Ditto.
8713         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
8714         gnus-pp-to-string.
8715         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
8716         with gnus-pp.
8717         * score-mode.el (gnus-score-pretty-print): Ditto.
8718         * webmail.el (webmail-debug): Ditto.
8719
8720 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8721
8722         * gnus-art.el (article-display-face, article-display-x-face): Use
8723         buffer-read-only.
8724
8725 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8726
8727         * gnus-art.el (article-hide-list-identifiers): Bind
8728         inhibit-read-only as t.
8729
8730 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8731
8732         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
8733
8734 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8735
8736         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
8737         (gnus-narrow-to-page): Don't assume point-min == 1.
8738         (gnus-article-edit-mode): Derive from message-mode.
8739
8740         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
8741         point-min == 1.
8742
8743         * imap.el (imap-parse-address-list, imap-parse-body-ext):
8744         Disable incorrect use of `assert'.
8745
8746         * message.el (message-mode): Set comment-start-skip.
8747
8748
8749 2004-08-22  Sam Steingold  <sds@gnu.org>
8750
8751         * pop3.el (pop3-leave-mail-on-server): New user variable.
8752         (pop3-movemail): Delete mail only when it is nil.
8753
8754 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
8755
8756         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
8757
8758         * mml.el (mml-preview): Use `pop-to-buffer'.
8759
8760         * message.el (message-goto-mail-followup-to): Insert after "To".
8761         (message-carefully-insert-headers): Add comment.
8762
8763         * gnus.el: Remove unused variable `gnus-article-check-size'.
8764
8765         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
8766
8767         * gnus-art.el (gnus-button-alist): Improve
8768         `gnus-button-handle-library' entry.
8769
8770 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
8771
8772         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
8773         downcase, since XEmacs capitalizes error messages differently.
8774
8775 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
8776
8777         * nntp.el: Add (require 'gnus) due to reference to
8778         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
8779
8780 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
8781
8782         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
8783         `mm-fill-flowed'.
8784
8785         * mm-decode.el (mm-dissect-singlepart): Check it.
8786
8787 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
8788
8789         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
8790         'imap' for netrc parsing.
8791
8792 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
8793
8794         * mailcap.el (mailcap-mime-data): Mark as risky.
8795
8796 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8797
8798         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
8799         may be included in the encoded word.
8800         (rfc2047-encode): Don't append a space if the encoded word
8801         includes close parenthesis.
8802
8803 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8804
8805         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
8806         of text within parentheses.
8807
8808 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
8809
8810         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
8811         (gnus-encrypt-write-file-contents): Make the password key the file
8812         name PLUS the cipher, not just the cipher.  Also remove failed
8813         passwords from the cache.
8814
8815 2004-08-06  Simon Josefsson  <jas@extundo.com>
8816
8817         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
8818         fix.
8819
8820 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8821
8822         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
8823         LWSP.
8824
8825 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
8826
8827         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
8828         to append in-reply-to: data to the references: header.
8829
8830         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
8831         (netrc-parse): Use gnus-encrypt.el functions.
8832
8833         * gnus-encrypt.el: Add new file for encryption support; currently
8834         does only a few GPG ciphers and an internal XOR cipher.
8835
8836         * password.el: Add comments on using password-read-and-add.
8837         (password-read-and-add): Add function to read and add the
8838         password to the cache at once.
8839
8840 2004-07-28  Simon Josefsson  <jas@extundo.com>
8841
8842         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
8843         parameter (but don't use it, for now).
8844
8845         * imap.el (imap-ssl-open): Use imap-process-connection-type,
8846         instead of hard coding to nil.
8847
8848 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8849
8850         * mm-view.el (mm-inline-image-emacs): Open lines under an image
8851         as mm-inline-image-xemacs does.
8852
8853 2004-07-26  Simon Josefsson  <jas@extundo.com>
8854
8855         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
8856         Revert part of 2004-07-17 change below.
8857
8858 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8859
8860         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
8861         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8862
8863 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8864
8865         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
8866         quotes that actually start with ">" at the beginning of the
8867         lines.
8868
8869 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8870
8871         * rfc2047.el (rfc2047-encode-region): Fix last change.
8872         (rfc2047-encode-parameter): Remove useless concat.
8873
8874 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8875
8876         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
8877         encode special characters; fix some kind of misconfigured headers;
8878         signal a real error if debug-on-quit or debug-on-error is non-nil.
8879         (rfc2047-encode-max-chars): New variable.
8880         (rfc2047-encode-1): Use it.
8881         (rfc2047-encode-parameter): New function.
8882
8883         * mml.el (mml-insert-parameter): Remove an excessive space.
8884
8885 2004-07-17  Simon Josefsson  <jas@extundo.com>
8886
8887         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
8888         Kai Grossjohann <kai@emptydomain.de>.
8889         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
8890         (gnus-group-make-menu-bar): Ditto.
8891
8892         * gnus-util.el (gnus-group-server): Add.
8893
8894 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
8895
8896         * message.el (message-clone-locals): Clone sendmail and smtp
8897         variables.
8898
8899 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8900
8901         * rfc2047.el (rfc2047-encode-region): Fix last change.
8902
8903 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
8906         characters as non-special.
8907
8908 2004-07-09  Simon Josefsson  <jas@extundo.com>
8909
8910         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
8911         Users will lose all flag changes made while unplugged with
8912         e.g. nntp unless flag synchronization happens, thus `nil' is not a
8913         good default.  See numerous reports on ding mailing list.
8914
8915 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8916
8917         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
8918         add generate-head-function and generate-article-function to the
8919         rfc822-forward entry.
8920         (nndoc-rfc822-forward-generate-article): New function.
8921         (nndoc-rfc822-forward-generate-head): New function.
8922
8923         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
8924
8925 2004-07-06  Dan Christensen  <jdc@uwo.ca>
8926
8927         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
8928         respect display group parameter and gnus-summary-expunge-below.
8929         (gnus-articles-to-read): Remove unused reference to display group
8930         parameter.
8931
8932 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8933
8934         * nnheader.el (nnheader-uniquify-message-id): New experimental
8935         variable.
8936         (nnheader-nov-read-message-id): Use it.
8937
8938         * spam-report.el (spam-report-gmane): Add interactive.
8939
8940 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8941
8942         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
8943         qp-or-base64 for the application/* types.
8944
8945 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
8946
8947         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
8948
8949 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
8950
8951         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
8952         trim value.
8953
8954 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8955
8956         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
8957         New macro and function.
8958         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
8959
8960 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8961
8962         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
8963         after-load-alist.
8964
8965 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8966
8967         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
8968         update info that isn't there.
8969
8970 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
8971
8972         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
8973         entry.
8974
8975 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * mm-view.el (mm-inline-render-with-function): Use multibyte
8978         buffer; decode html source by charset.
8979
8980         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
8981
8982         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
8983         Mule-UCS is loaded under XEmacs.
8984         (mm-mime-mule-charset-alist): Avoid duplicated entries.
8985
8986 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
8987
8988         * nnheader.el (nnheader-max-head-length): Increase to 8192.
8989
8990 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8991
8992         * mm-util.el (mm-coding-system-p): Return a coding-system.
8993         (mm-mime-mule-charset-alist): Use shift_jis instead of
8994         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
8995         entries for the mime charsets iso-2022-jp-3 and shift_jis.
8996         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
8997         instead of japanese-shift-jis and iso-latin-1 respectively in
8998         order to share the default value with both Emacs and XEmacs-mule.
8999         (mm-mule-charset-to-mime-charset): Make
9000         mm-coding-system-priorities effective.
9001         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
9002         while predicating of candidates upon the priorities.
9003
9004 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
9005
9006         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9007         gnus-uu-invert-processable.
9008
9009         * gnus.el: Autoload gnus-uu-invert-processable.
9010
9011 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9012
9013         * mm-util.el (mm-with-multibyte-buffer): New macro.
9014
9015         * rfc2047.el (rfc2047-encode-string): Use it.
9016         (rfc2047-encode-region): Move point to the end of the region after
9017         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
9018
9019 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9020
9021         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
9022         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
9023
9024 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9025
9026         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
9027         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
9028         Karl Chen <quarl@nospam.quarl.org>.
9029
9030 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
9031
9032         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
9033         invalid addresses.
9034
9035 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
9036
9037         * spam.el: Change section markers, revise TODO list.
9038         (spam-backends): Make new master list of all installed backends.
9039         (spam-summary-exit-behavior): Add new variable to determine how
9040         messages moves are done at summary exit.
9041         (spam-move-spam-nonspam-groups-only)
9042         (spam-process-ham-in-nonham-groups)
9043         (spam-process-ham-in-spam-groups): Remove variables, the
9044         spam-summary-exit-behavior variable should be used to manage this
9045         behavior.
9046         (spam-old-ham-articles, spam-old-spam-articles): Remove.
9047         (spam-old-articles): Add variable, replacing spam-old-ham-articles
9048         and spam-old-spam-articles.
9049         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
9050         Add empty variables, placeholders for the backends they represent.
9051         (spam-set-difference): Move, unchanged.
9052         (spam-list-of-processors): Declare OBSOLETE, not used anymore
9053         unless the user has a processor variable.
9054         (spam-classifications, spam-classification-valid-p)
9055         (spam-backend-properties, spam-backend-property-valid-p)
9056         (spam-backend-function-type-valid-p)
9057         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
9058         (spam-report-articles-gmane, spam-report-articles-resend):
9059         Remove functions, they are not needed.
9060         (spam-install-backend-super, spam-backend-list)
9061         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
9062         (spam-backend-function, spam-backend-ham-registration-function)
9063         (spam-backend-spam-registration-function)
9064         (spam-backend-ham-unregistration-function)
9065         (spam-backend-spam-unregistration-function)
9066         (spam-backend-statistical-p, spam-backend-mover-p)
9067         (spam-install-backend-alias, spam-install-checkonly-backend)
9068         (spam-install-mover-backend, spam-install-nocheck-backend)
9069         (spam-install-backend, spam-install-statistical-backend)
9070         (spam-install-statistical-checkonly-backend): Add backend installation
9071         support.
9072         (spam-summary-prepare-exit): Rewrite to use the new backend code.
9073         (spam-group-processor-p): Use the new backend code and respect the
9074         summary exit behavior.
9075         (spam-mark-spam-as-expired-and-move-routine): Remove.
9076         (spam-summary-prepare): Change to use the new spam-old-articles
9077         variable.
9078         (spam-copy-or-move-routine, spam-copy-spam-routine)
9079         (spam-move-spam-routine, spam-copy-ham-routine)
9080         (spam-move-ham-routine): Add code to copy/move ham or spam.
9081         (spam-fetch-field-fast): Improve doc and code, plus allow the
9082         'number request.
9083         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
9084         variables.
9085         (spam-split, spam-find-spam): Use the new backend code.
9086         (spam-registration-functions): Remove variable.
9087         (spam-unregister-routine): Add convenience wrapper.
9088         (spam-log-undo-registration, spam-register-routine)
9089         (spam-log-processing-to-registry)
9090         (spam-log-unregistration-needed-p): Rename "check" to "backend"
9091         where possible.
9092         (spam-check-gmane-xref, spam-check-regex-headers)
9093         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
9094         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
9095         (spam-check-bogofilter-headers, spam-check-spamoracle)
9096         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
9097         (spam-check-crm114-headers): Use the spam-split-group that
9098         spam-split prepares, no need to determine it every time.
9099
9100         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
9101         to the nnheader-parse-naked-head call.
9102
9103         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
9104
9105         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
9106         the nnheader-nov-read-message-id call.
9107
9108 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9109
9110         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
9111         gnus-activate-group twice.  Suggested by Markus Peter
9112         <warp@spin.de>.
9113
9114 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9115
9116         * gnus-art.el (gnus-article-time-format): Exchange the order of
9117         day and month in the default value; fix customization type.
9118         (article-date-ut): Use add-text-properties.
9119         (article-make-date-line): Use message-make-date instead of
9120         current-time-string.
9121
9122         * message.el (message-fetch-field): Don't use set-text-properties.
9123         (message-make-date): Simplify.
9124
9125         * messagexmas.el (message-xmas-make-date): New function.
9126         (message-xmas-redefine): Defalias message-make-date to it.
9127
9128 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9129
9130         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
9131         (rfc2047-encode-region): Treat text within parentheses as special;
9132         show the original text when error has occurred.
9133
9134         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
9135         already-computed method to gnus-activate-group.
9136
9137         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
9138         same select-methods identical Lisp objects.
9139
9140         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
9141         object when modifying the info.
9142
9143 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9144
9145         * gnus-srvr.el (gnus-server-set-info): Remove the server from
9146         gnus-opened-servers since it has never been opened with the new
9147         configuration yet.
9148
9149 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9150
9151         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
9152         arg to nnheader-generate-fake-message-id.
9153
9154 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
9155
9156         * nnheader.el (nnheader-generate-fake-message-id): Accept a
9157         number and build a fake message ID localized to a group and
9158         article number (so it's repeatable from that point on).
9159         (nnheader-fake-message-id-p): Change regex to accomodate new fake
9160         ID format.
9161
9162         * gnus-sum.el (gnus-get-newsgroup-headers): Call
9163         nnheader-generate-fake-message-id with the article number.
9164
9165 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
9166
9167         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
9168         end-of-buffer.
9169
9170 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9171
9172         * message.el (message-ignored-supersedes-headers): Add Approved.
9173
9174 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9175
9176         * rfc2047.el (rfc2047-encode-message-header): Remove useless
9177         goto-char.
9178         (rfc2047-encode): Fold the line before encoding.
9179
9180 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9181
9182         * rfc2047.el (rfc2047-encode-message-header): Disabled header
9183         folding -- not all headers can be folded, and this should be done
9184         by the message composition mode.  Probably.  I think.
9185
9186 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
9189         fast.
9190
9191         * gnus-ems.el (gnus-remove-image): Don't use
9192         message-text-with-property; remove only the image found first.
9193
9194         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
9195         found first.
9196
9197 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
9198
9199         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
9200
9201 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9202
9203         * message.el (message-text-with-property): Make it fast and accept
9204         optional arguments.
9205         (message-strip-forbidden-properties): Use it.
9206         (message-fix-before-sending): Follow the m-t-w-p change.
9207
9208         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
9209
9210 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9211
9212         * gnus-art.el (article-hide-headers): Don't change the buffer
9213         mistakenly when performing mml-preview even if
9214         gnus-single-article-buffer is nil.
9215
9216 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
9217
9218         * message.el (message-expand-name-databases): New user option.
9219         (message-expand-name): Use it.
9220
9221 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
9222
9223         * spam.el (spam-report-articles-resend)
9224         (spam-report-resend-register-routine): Allow ham reporting.
9225         (spam-report-resend-register-ham-routine): Add wrapper.
9226         (spam-registration-functions): Add ham resending functions.
9227         (spam-list-of-processors): Add ham resend processor.
9228
9229         * gnus.el (ham-resend-to): Add new group parameter.
9230         (spam-process): Add ham resend option.
9231
9232         * spam-report.el (spam-report-resend): Allow reporting ham.
9233         (spam-report-resend-ham): Add wrapper.
9234
9235 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9236
9237         * message.el (message-cite-articles-with-x-no-archive): New
9238         variable.
9239         (message-cite-original): Use it.
9240
9241 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9242
9243         * message.el (message-cite-original): Respect X-No-Archive.
9244
9245 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9246
9247         * gnus-art.el (article-hide-headers): Refer to the values for
9248         gnus-ignored-headers and gnus-visible-headers in the summary
9249         buffer since a user may have set them as group parameters.
9250
9251 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
9252
9253         * assistant.el (assistant-node-name): Add convenience function.
9254         (assistant-render-text, assistant-render-node): Add error handling,
9255         plus handle multiple next nodes.
9256         (assistant-find-next-node): Comment out for now.
9257         (assistant-find-next-nodes): Add function, returns list of next
9258         nodes.
9259
9260 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
9261
9262         * mail-source.el (mail-source-directory): Fix doc-string.
9263
9264 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
9265
9266         * assistant.el (assistant-render-text, assistant-eval): Add :set
9267         widget type, which is different because it takes and returns a
9268         list.  Much hilarity ensues.
9269
9270 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
9271
9272         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
9273
9274         * gnus-group.el (gnus-group-get-new-news-this-group): Added
9275         doc-string.
9276
9277         * gnus-start.el (gnus-activate-group): Added doc-string.
9278
9279 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9280
9281         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
9282
9283 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
9284
9285         * assistant.el (assistant-render-text): Try to add a :set
9286         widget, more to come.
9287
9288         * spam.el (spam-group-spam-contents-p): Handle empty groupname
9289         strings.
9290         (spam-report-articles-resend)
9291         (spam-register-routine): Do registration iff any articles warrant
9292         it.
9293         (spam-summary-prepare-exit): Change log message for nil group
9294         destinations.
9295
9296 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
9297
9298         * spam.el (spam-report-resend-register-routine): Allow
9299         spam-report-resend-to to be a group parameter or a global value.
9300
9301 2004-05-26  Simon Josefsson  <jas@extundo.com>
9302
9303         * starttls.el: Merge with my GNUTLS based starttls.el.
9304         (starttls-gnutls-program, starttls-use-gnutls)
9305         (starttls-extra-arguments, starttls-process-connection-type)
9306         (starttls-connect, starttls-failure, starttls-success): New
9307         variables.
9308         (starttls-program, starttls-extra-args): Doc fix.
9309         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
9310         functions.
9311         (starttls-negotiate, starttls-open-stream): Check
9312         `starttls-use-gnutls' and pass on to corresponding *-gnutls
9313         function if it is set.
9314
9315 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9316
9317         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
9318         structured fields.
9319
9320 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9321
9322         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
9323
9324 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
9325
9326         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
9327         variable.
9328         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
9329         assigning the spam-mark to new messages.
9330
9331 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
9332
9333         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
9334
9335 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9336
9337         * dgnushack.el: Autoload customize-set-variable for XEmacs.
9338
9339         * rfc2047.el (rfc2047-encodable-p): Don't move point.
9340         (rfc2047-decode): Treat the ascii coding-system as raw-text by
9341         default.
9342
9343 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
9344
9345         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
9346         correct data.
9347
9348 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
9349
9350         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
9351         (spam-group-processor-p): Fix function.
9352         (spam-group-processor-multiple-p)
9353         (spam-group-spam-processor-report-gmane-p)
9354         (spam-group-spam-processor-report-resend-p)
9355         (spam-group-spam-processor-bogofilter-p)
9356         (spam-group-spam-processor-blacklist-p)
9357         (spam-group-spam-processor-ifile-p)
9358         (spam-group-ham-processor-ifile-p)
9359         (spam-group-spam-processor-spamoracle-p)
9360         (spam-group-spam-processor-crm114-p)
9361         (spam-group-ham-processor-bogofilter-p)
9362         (spam-group-spam-processor-stat-p)
9363         (spam-group-ham-processor-stat-p)
9364         (spam-group-ham-processor-whitelist-p)
9365         (spam-group-ham-processor-BBDB-p)
9366         (spam-group-ham-processor-spamoracle-p)
9367         (spam-group-ham-processor-copy-p): Remove functions with some
9368         prejudice against unneeded code.
9369         (spam-report-articles-resend)
9370         (spam-report-resend-register-routine): Allow the group/topic
9371         spam-resend-to value to override spam-report-resend-to.
9372         (spam-summary-prepare-exit): Invoke spam-group-processor-p
9373         properly now.
9374
9375         * gnus.el (spam-resend-to): Add group/topic parameter.
9376         (spam-process): Move the OBSOLETE processors to the end of the
9377         choices.
9378
9379 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
9380
9381         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
9382         with resend-to set to nil, and then ask the user if necessary.
9383         (spam-report-resend): spam-report-resend takes a list of articles, not
9384         separate article numbers.
9385
9386 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9387
9388         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
9389         addition to emacs-w3m.
9390
9391 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9392
9393         * assistant.el (assistant-authinfo-data): New function.
9394         (assistant-eval): Eval for entire assistant.
9395
9396         * netrc.el (netrc-services-file): New variable.
9397         (netrc-parse-services): New function.
9398         (netrc-find-service-name): New function.
9399         (netrc-find-service-number): New function.
9400         (netrc-port-equal): New function.
9401         (netrc-machine): Use it.
9402
9403         * nnimap.el (nnimap-open-connection): Use netrc.
9404
9405         * gnus-util.el (gnus-netrc-get): Remove aliases.
9406
9407         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
9408
9409         * assistant.el (wid-edit): Fix compilation.
9410
9411         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
9412
9413 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
9414
9415         * gnus-util.el (gnus-set-file-modes): New function.  (small
9416         patch).
9417
9418 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9419
9420         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
9421
9422         * assistant.el (assistant-render-node): Fix up rendering and
9423         read-only text.
9424         (assistant-render-node): Reset.
9425         (assistant-make-read-only): Not sticky.
9426
9427 2004-05-20  Danny Siu  <dsiu@adobe.com>
9428
9429         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
9430         centered even when gnus-auto-center-summary is t
9431
9432 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9433
9434         * dns.el (dns-get-txt-answer): New function.
9435         (dns-read-txt): Ditto.
9436         (query-dns): Use it.
9437
9438 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9439
9440         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
9441         active for foreign groups even if the group level is higher than
9442         the specified value.
9443
9444 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9445
9446         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
9447         non-active groups.
9448
9449         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
9450
9451 2004-05-20  Magnus Henoch  <mange@freemail.hu>
9452
9453         * dns.el (dns-read-type): Add support for SVR.  (small patch)
9454
9455 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9456
9457         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
9458         (spam-crm114-header, spam-crm114-spam-switch)
9459         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
9460         (spam-crm114-positive-spam-header)
9461         (spam-crm114-database-directory, spam-list-of-processors)
9462         (spam-group-spam-processor-crm114-p)
9463         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
9464         (spam-generic-score, spam-list-of-checks)
9465         (spam-list-of-statistical-checks, spam-registration-functions)
9466         (spam-check-crm114-headers, spam-crm114-score)
9467         (spam-check-crm114, spam-crm114-register-with-crm114)
9468         (spam-crm114-register-spam-routine)
9469         (spam-crm114-unregister-spam-routine)
9470         (spam-crm114-register-ham-routine)
9471         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
9472         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
9473
9474         * gnus.el: Add spam-use-crm114.
9475
9476         * spam.el (spam-list-of-processors, spam-registration-functions):
9477         Add spam-use-resend.
9478         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
9479         (spam-report-articles-gmane): Add doc fix.
9480         (spam-report-articles-resend,
9481         spam-report-resend-register-routine): Add wrappers around
9482         spam-report-resend-to.
9483
9484         * spam-report.el (spam-report-resend-to, spam-report-resend):
9485         Add support for resending spam.
9486         (spam-report-gmane): Fix line length >80.
9487
9488         * gnus.el (spam-process): Add spam-use-resend.
9489
9490 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9491
9492         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
9493         number of processed spam messages.
9494         (spam-ham-copy-or-move-routine): Return the number of processed
9495         ham messages.
9496         (spam-summary-prepare-exit): Use the above values to decide
9497         whether status messages shouled be displayed.
9498
9499 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9500
9501         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
9502         `rfc2047-encoding-function-alist' in order to avoid conflicting
9503         with the old version.
9504         (rfc2047-encode-region): Concatenate words containing non-ASCII
9505         characters in structured fields; don't encode space-delimited
9506         ASCII words even in unstructured fields; don't break words at
9507         char-category boundaries.
9508         (rfc2047-encode-1): New function.
9509         (rfc2047-encode): Use it; encode text so that it occupies the
9510         maximum width within 76-column; work correctly on Q encoding for
9511         iso-2022-* charsets.
9512         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
9513         sure not to break a line just after the header name.
9514         (rfc2047-b-encode-region): Removed.
9515         (rfc2047-b-encode-string): New function.
9516         (rfc2047-q-encode-region): Removed.
9517         (rfc2047-q-encode-string): New function.
9518
9519         * mm-util.el (mm-replace-in-string): New function.
9520
9521 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9522
9523         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
9524         get it right.
9525         (gnus-inews-make-draft): Really.
9526
9527 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
9528
9529         * nnmh.el (nnmh-request-list-1): Don't check the link count
9530         before descending.  (small patch)
9531
9532 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9533
9534         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
9535         stuff.
9536
9537         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
9538         on real group name.
9539
9540         * gnus-art.el (gnus-signature-limit): Doc fix.
9541
9542         * gnus-msg.el (gnus-inews-make-draft): Quote list.
9543
9544         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
9545
9546 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
9547
9548         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
9549         isn't a string.
9550
9551 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9552
9553         * gnus-draft.el (gnus-draft-send): Bind
9554         rfc2047-encode-encoded-words.
9555
9556         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
9557         (rfc2047-encodable-p): Say that =? needs encoding.
9558         (rfc2047-encode-encoded-words): New variable.
9559
9560         * gnus-group.el (gnus-group-select-group): Doc fix.
9561
9562         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
9563
9564         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
9565         to nil.
9566
9567         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
9568
9569         * nnheader.el (nnheader-get-lines-and-char): New function.
9570
9571 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
9572
9573         * gnus-msg.el (gnus-summary-followup-with-original): Document
9574         yanking of region when active.
9575
9576 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9577
9578         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
9579         groups if the group level is higher than the specified value.
9580
9581 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9582
9583         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
9584         (gnus-group-jump-to-group): Added prefix argument using
9585         `gnus-group-jump-to-group-prompt'.  Query before jumping to
9586         non-active group.
9587
9588         * compface.el (uncompface): Be verbose when changing
9589         `uncompface-use-external'.
9590
9591         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
9592         handle manual section.
9593
9594 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9595
9596         * gnus-art.el (gnus-button-alist): Revert previous change.
9597
9598 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9599
9600         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
9601
9602 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9603
9604         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
9605         whether backend can accept message.
9606
9607         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9608
9609 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
9610
9611         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
9612         Avoid creating directory when nntp-marks-is-evil is true.
9613         Reported by Reiner Steib.
9614
9615 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9616
9617         * gnus-picon.el (gnus-picon-style): New variable.
9618         (gnus-picon-insert-glyph): Added optional `nostring' argument.
9619         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
9620         Jesper Harder <harder@ifa.au.dk>.
9621
9622 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9623
9624         * message.el (message-fill-field): Return point.
9625         (message-generate-headers): Go to end of field.
9626
9627         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
9628         stuff for non-living groups.
9629
9630 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
9631
9632         * gnus-art.el (gnus-article-followup-with-original)
9633         (gnus-article-reply-with-original): gnus-mark-active-p ->
9634         gnus-region-active-p.
9635
9636 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
9637
9638         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
9639         only when there is spam or ham to be processed.
9640
9641 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9642
9643         * mail-source.el (mail-source-delete-crash-box): Refactor.
9644         (mail-source-fetch): Use it.
9645         (mail-source-fetch-file): Ditto.
9646         (mail-source-fetch-directory): Run postscript in loop.
9647         (mail-source-fetch-pop): Delete.
9648         (mail-source-fetch-maildir): Ditto.
9649         (mail-source-fetch-imap): Ditto.
9650
9651         * imap.el (imap-authenticators): Comment out sasl.
9652
9653         * message.el (message-skip-to-next-address): New function.
9654         (message-fill-header-address): Refactor.
9655         (message-fill-address): Use it.
9656         (message-delete-address): Use it.
9657         (message-fill-header-general): Refactor.
9658         (message-fill-field-address): Rename.
9659         (message-narrow-to-field): Find the start of the header.
9660         (message-header-format-alist): Don't pre-fill.
9661         (message-fill-header): Removed.
9662         (message-insert-header): New function.
9663         (message-shorten-references): Use it.
9664
9665         * rfc2047.el (rfc2047-field-value): Strip props.
9666
9667         * mail-parse.el (mail-header-make-address): New alias.
9668
9669         * ietf-drums.el (ietf-drums-make-address): New function.
9670
9671         * imap.el: Add compiler directives.
9672
9673         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
9674
9675         * gnus-art.el (article-decode-idna-rhs): Don't use
9676         message-idna-inside-rhs-p.
9677
9678 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9679
9680         * message.el (message-idna-inside-rhs-p): Removed.
9681         (message-idna-to-ascii-rhs-1): Use proper address parsing.
9682
9683         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
9684         false positives.
9685
9686 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
9687
9688         * imap.el (imap-sasl-make-mechanisms): Use sasl.
9689
9690 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9691
9692         * nneething.el (nneething-file-name): Don't create spurions
9693         files.
9694
9695         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
9696         (gnus-inews-do-gcc): Remove sleep.
9697
9698         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
9699         part under point.
9700
9701         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
9702         (gnus-agent-regenerate-group): Using nil messages aren't valid.
9703
9704 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
9705
9706         * spam.el (spam-summary-prepare-exit): Fixed (length).
9707
9708 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9709
9710         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
9711         as expired without moving it" message when there are spam
9712         messages left.
9713
9714 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
9715
9716         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
9717         header is not nil.
9718
9719 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
9720
9721         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
9722         nntp-possibly-create-directory, not nntp-possibly-change-group.
9723         (nntp-marks-changed-p): New arg SERVER.
9724         (nntp-request-update-info): Adjust caller.
9725
9726 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
9727
9728         * nntp.el (nntp-save-marks): Pass missing arg.
9729
9730 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
9731
9732         * nntp.el: Support marks.
9733         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
9734         (nntp-marks-modtime, nntp-marks-directory): New variables.
9735         (nntp-request-set-mark, nntp-request-update-info)
9736         (nntp-possibly-create-directory, nntp-marks-changed-p)
9737         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
9738         functions.
9739
9740 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
9741
9742         * gnus-xmas.el (gnus-xmas-select-lowest-window)
9743         (gnus-xmas-redefine): Rename.
9744
9745         * gnus-score.el (gnus-score-insert-help): Use
9746         gnus-select-lowest-window.
9747
9748         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
9749         appt-select-lowest-window and rename to gnus-select-lowest-window.
9750
9751         * gnus.el: do.
9752
9753 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9754
9755         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
9756         encodings of MIME-encoded words, in order to improve
9757         interoperability with several broken MUAs.
9758
9759 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9760
9761         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
9762         tags, only when charsets are not specified in headers.
9763         (mm-inline-text-html-render-with-w3m): Ditto.
9764
9765         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
9766         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
9767
9768 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9769
9770         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
9771         instead of MIME-decoded from fields when checking
9772         `gnus-article-address-banner-alist'.
9773
9774 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
9775
9776         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
9777         description rather than subject.
9778
9779 2004-05-02  Steve Youngs  <steve@youngs.au.com>
9780
9781         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
9782
9783 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9784
9785         * gnus.el (gnus-version-number): Bump.
9786
9787 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9788
9789         * gnus.el: No Gnus v0.2 is released.
9790
9791 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9792
9793         * gnus-agent.el (gnus-agent-read-agentview): Inline
9794         gnus-uncompress-range.
9795
9796 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9797
9798         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
9799         `exec-installed-p'.
9800
9801 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9802
9803         * gnus.el (spam-process, spam-autodetect-methods): Add
9804         bsfilter and bsfilter-headers.
9805
9806         * spam.el (spam-bsfilter): New customize group.
9807         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
9808         (spam-bsfilter-header, spam-bsfilter-probability-header)
9809         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
9810         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
9811         (spam-bsfilter-database-directory): New options.
9812         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
9813         (spam-list-of-statistical-checks, spam-registration-functions):
9814         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
9815         (spam-bsfilter-score): New command.
9816         (spam-check-bsfilter-headers, spam-check-bsfilter)
9817         (spam-bsfilter-register-with-bsfilter)
9818         (spam-bsfilter-register-spam-routine)
9819         (spam-bsfilter-unregister-spam-routine)
9820         (spam-bsfilter-register-ham-routine)
9821         (spam-bsfilter-unregister-ham-routine): New functions.
9822         (spam-generic-score): Support bsfilter; Accept an optional argument
9823         to recalcurate spam score even if scoring header has already been
9824         added.
9825         (spam-bogofilter-score, spam-spamassassin-score): Accept an
9826         optional argument to recalcurate spam score even if scoring header
9827         has already been added.
9828
9829 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
9830
9831         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
9832         strings!  Reported by David D. Smith <davidsmith@acm.org>.
9833         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
9834         link is missing.
9835
9836 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
9837
9838         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
9839         (html2text-get-attr): Rewrite.
9840
9841         * message.el (message-setup-1): Remove redundant put-text-property
9842         on mail-header-separator.
9843
9844 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
9845
9846         * gnus-registry.el (gnus-registry-cache-whitespace)
9847         (gnus-registry-action, gnus-registry-spool-action)
9848         (gnus-registry-split-fancy-with-parent): Change message levels
9849         from 5 to 3 or 7, as needed.
9850
9851         * spam.el (spam-summary-prepare-exit)
9852         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
9853         (spam-split, spam-find-spam, spam-log-undo-registration)
9854         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
9855         level from 5 to 6.
9856
9857 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9858
9859         * gnus-ems.el: Autoload appt-select-lowest-window (revert
9860         2004-03-04 change).
9861
9862 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
9863
9864         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
9865         Use mapc when appropriate.
9866
9867         * sieve-manage.el (sieve-manage-open): do.
9868
9869         * nnweb.el (nnweb-insert-html): do.
9870
9871         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
9872         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
9873
9874         * nnspool.el (nnspool-request-group): do.
9875
9876         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
9877         do.
9878
9879         * nnml.el (nnml-request-update-info): do.
9880
9881         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
9882         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
9883
9884         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
9885         (nnimap-request-set-mark): do.
9886
9887         * nnfolder.el (nnfolder-request-update-info): do.
9888
9889         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
9890         do.
9891
9892         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
9893
9894         * gnus-uu.el (gnus-uu-find-articles-matching): do.
9895
9896         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
9897         do.
9898
9899         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
9900         do.
9901
9902         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
9903
9904         * gnus-nocem.el (gnus-nocem-scan-groups): do.
9905
9906         * gnus-int.el (gnus-start-news-server): do.
9907
9908         * gnus-group.el (gnus-group-make-kiboze-group)
9909         (gnus-group-browse-foreign-server): do.
9910
9911 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
9912
9913         FIXME: Make separate entries for each person.
9914
9915         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
9916         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
9917         <shields@msrl.com>:
9918
9919         * spam.el (spam-necessary-extra-headers): Get the extra headers we
9920         may need for spam sorting and scoring.
9921         (spam-user-format-function-S): Add user format function suitable for
9922         general use.
9923         (spam-article-sort-by-spam-status): Add sorting function for summary
9924         sorting.
9925         (spam-extra-header-to-number): Add function to get a score from a
9926         header.
9927         (spam-summary-score): Add function to  get a numeric score from the
9928         headers.
9929         (spam-generic-score): Fixed function doc, was in wrong place.
9930         (spam-initialize): Take symbols when it's run, and install the
9931         extra headers that spam-necessary-extra-headers thinks we need.
9932
9933 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
9934
9935         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
9936         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9937
9938 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
9939
9940         * gnus-sum.el (gnus-set-global-variables)
9941         (gnus-build-all-threads, gnus-get-newsgroup-headers)
9942         (gnus-article-get-xrefs, gnus-summary-best-group)
9943         (gnus-summary-next-article, gnus-summary-enter-digest-group)
9944         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
9945         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
9946         with-current-buffer.
9947
9948 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
9949
9950         * spam.el (spam-summary-prepare-exit): Simplify logic.
9951         (spam-fetch-article-header): Read the article header if it's not
9952         available.
9953         (spam-list-articles): Simplify logic.
9954         (spam-filelist-register-routine): Fix bug with unregister-list.
9955
9956         * gnus-registry.el: Fix comments at beginning.
9957
9958 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
9959
9960         * message.el (message-cater-to-broken-inn): Remove.
9961         (message-shorten-references): Make sure the total folded length of
9962         References is shorter than 998 characters to cater to a bug in INN
9963         2.3.  Also, don't pretend that references aren't folded -- this
9964         hasn't worked for a while.
9965
9966 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9967
9968         * gnus-agent.el (gnus-agentize):
9969         gnus-agent-send-mail-real-function no longer set to current value
9970         of message-send-mail-function but rather a lambda that calls
9971         message-send-mail-function.  The change makes the agent real-time
9972         responsive to user changes to message-send-mail-function.
9973
9974 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9975
9976         * legacy-gnus-agent.el
9977         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
9978         help from Florian Weimer <fw@deneb.enyo.de>
9979
9980 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9981
9982         * nnmail.el (nnmail-cache-insert): Revert last change.
9983
9984 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * nnmail.el (nnmail-cache-insert): Always check whether
9987         nnmail-cache-ignore-groups matches a group name.
9988
9989 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
9990
9991         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
9992         (spam-find-spam, spam-log-processing-to-registry)
9993         (spam-log-registered-p, spam-log-unregistration-needed-p)
9994         (spam-log-undo-registration): Use gnus-message instead of
9995         gnus-error, none of these errors are fatal.
9996
9997         * gnus-registry.el (gnus-registry-clean-empty-function)
9998         (gnus-registry-clean-empty): Remove only empty entries without
9999         extra data.
10000
10001 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
10002
10003         * spam-stat.el (spam-stat-buffer-change-to-spam)
10004         (spam-stat-buffer-change-to-non-spam): Change (error) to
10005         (gnus-message 8) invocation.
10006
10007 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10008
10009         * nntp.el (nntp-via-netcat-command): New variable.
10010         (nntp-via-netcat-switches): New variable.
10011         (nntp-open-via-rlogin-and-netcat): New function.
10012         (nntp-open-connection-function): Doc fix.
10013         (nntp-telnet-command): Doc fix.
10014         (nntp-end-of-line): Doc fix.
10015         (nntp-via-rlogin-command): Doc fix.
10016         (nntp-via-user-name): Doc fix.
10017         (nntp-via-address): Doc fix.
10018
10019 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10020
10021         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
10022         error in Emacs 21.1.
10023
10024 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
10025
10026         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
10027
10028 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10029         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
10030         (gnus-agent-with-refreshed-group): New macro.
10031         (gnus-agent-rename-group): New function.
10032         (gnus-agent-delete-group): New function.
10033         (gnus-agent-save-group-info): Use gnus-command-method when
10034         `method' parameter is nil.  Don't write nil entries into the
10035         active file.
10036         (gnus-agent-get-group-info): New function.
10037         (gnus-agent-fetch-articles): Use
10038         gnus-agent-update-files-total-fetched-for to increment disk space
10039         used.
10040         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
10041         gnus-agent-update-view-total-fetched-for to increment disk space
10042         used.
10043         (gnus-agent-get-local): Added optional parameters to avoid calling
10044         gnus-group-real-name and gnus-find-method-for-group.
10045         (gnus-agent-set-local): Delete stored entry if either min, or max,
10046         are nil.
10047         (gnus-agent-fetch-session): Reworded error/quit messages.  On
10048         quit, use gnus-agent-regenerate-group to record existance of any
10049         articles fetched to disk before the quit occurred.
10050         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
10051         gnus-agent-update-view-total-fetched-for, and
10052         gnus-agent-update-files-total-fetched-for to decrement disk space
10053         used.
10054         (gnus-agent-retrieve-headers): Use
10055         gnus-agent-update-view-total-fetched-for to increment disk space
10056         used.
10057         (gnus-agent-regenerate-group): Replace gnus-group-update-group
10058         with gnus-agent-update-files-total-fetched-for to decrement disk
10059         space and fresh group buffer.
10060         (gnus-agent-inhibit-update-total-fetched-for): New variable.
10061         (gnus-agent-need-update-total-fetched-for): New variable.
10062         (gnus-agent-update-files-total-fetched-for): New function.
10063         (gnus-agent-update-view-total-fetched-for): New function.
10064         (gnus-agent-total-fetched-for): New function.
10065
10066         * gnus-cache.el (gnus-cache-save-buffers): Use
10067         gnus-cache-update-overview-total-fetched-for to change disk space
10068         used by this group.
10069         (gnus-cache-possibly-enter-article): Use
10070         gnus-cache-update-file-total-fetched-for to increment disk space
10071         used by this group.
10072         (gnus-cache-possibly-remove-article): Use
10073         gnus-cache-update-file-total-fetched-for to decrement disk space
10074         used by this group.
10075         (gnus-cache-generate-nov-databases): Purge total fetched cache.
10076         (gnus-cache-rename-group): New function.
10077         (gnus-cache-delete-group): New function.
10078         (gnus-cache-inhibit-update-total-fetched-for): New variable.
10079         (gnus-cache-need-update-total-fetched-for): New variable.
10080         (gnus-cache-with-refreshed-group): New macro.
10081         (gnus-cache-update-file-total-fetched-for): New function.
10082         (gnus-cache-update-overview-total-fetched-for): New function.
10083         (gnus-cache-rename-group-total-fetched-for): New function.
10084         (gnus-cache-delete-group-total-fetched-for): New function.
10085         (gnus-cache-total-fetched-for): New function.
10086
10087         * gnus-group.el: Require gnus-sum and autoload functions to
10088         resolve warnings when gnus-group.el compiled alone.
10089         (gnus-group-line-format): Documented new %F
10090         (size of Fetched data) group line format; identifies disk space
10091         used by agent and cache.
10092         (gnus-group-line-format-alist): Defined new F format.
10093         (gnus-total-fetched-for): New function.
10094         (gnus-group-delete-group): No longer update
10095         gnus-cache-active-altered as gnus-request-delete-group now keeps
10096         the cache in sync.
10097         (gnus-group-list-active): Let the agent store a server's active
10098         list if currently plugged.
10099
10100         * gnus-int.el (gnus-request-delete-group): Use
10101         gnus-cache-delete-group and gnus-agent-delete-group to keep the
10102         local disk in sync with the server.
10103          (gnus-request-rename-group): Use
10104         gnus-cache-rename-group and gnus-agent-rename-group to keep the
10105         local disk in sync with the server.
10106
10107         * gnus-start.el (gnus-get-unread-articles): Cosmetic
10108         simplification to logic.
10109
10110         * gnus-util.el (gnus-rename-file): New function.
10111
10112 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
10113
10114         * mm-util.el (mm-image-load-path): Handle nil in load-path.
10115
10116 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
10117
10118         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
10119         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
10120
10121 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
10122
10123         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
10124         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
10125
10126 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
10127
10128         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
10129
10130 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
10131
10132         * spam.el (spam-set-difference): Add function to replace
10133         gnus-set-difference in spam.el.
10134         (spam-summary-prepare-exit): Use spam-set-difference.
10135
10136 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10137
10138         * gnus-registry.el (gnus-registry-cache-file): Update to use
10139         gnus-dribble-directory OR gnus-home-directory OR ~.
10140         (gnus-registry-split-fancy-with-parent): Fix doc.
10141
10142 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10143
10144         * message.el (message-exchange-point-and-mark): Use
10145         message-mark-active-p.  Suggested by Jesper Harder
10146         <harder@ifa.au.dk>.
10147
10148 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10149
10150         * message.el (message-exchange-point-and-mark): Don't activate
10151         region if it was inactive.  Suggested by Hiroshi Fujishima
10152         <pooh@nature.tsukuba.ac.jp>.
10153
10154 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10155
10156         * gnus-art.el (article-display-face): Display Faces in the same
10157         order as X-Faces.
10158
10159 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10160
10161         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
10162
10163 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10164
10165         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
10166         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
10167         (gnus-article-mime-hierarchy): Remove.
10168         (gnus-article-mime-hierarchy-next): Remove.
10169         (gnus-article-mode): Revert 2004-03-19 change.
10170         (gnus-article-setup-buffer): Revert 2004-03-19 change.
10171         (gnus-insert-mime-button): Revert 2004-03-19 change.
10172         (gnus-mime-accumulate-hierarchy): Remove.
10173         (gnus-mime-enter-multipart): Remove.
10174         (gnus-mime-leave-multipart): Remove,
10175         (gnus-mime-display-part): Revert 2004-03-19 change.
10176         (gnus-mime-display-alternative): Revert 2004-03-19 change.
10177
10178         * mml.el (mml-preview): Revert 2004-03-19 change.
10179
10180 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
10181
10182         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
10183
10184 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10185
10186         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
10187         t while entering a file name using the mm-with-multibyte macro.
10188         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10189
10190         * mm-util.el (mm-with-multibyte): New macro.
10191
10192 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10193
10194         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
10195         user option.
10196         (gnus-mime-multipart-functions): Doc and customization fix.
10197         (gnus-article-mime-hierarchy): New variable.
10198         (gnus-article-mime-hierarchy-next): New variable.
10199         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
10200         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
10201         gnus-article-mime-hierarchy-next to nil.
10202         (gnus-insert-mime-button): Show hierarchy numbers.
10203         (gnus-mime-accumulate-hierarchy): New function.
10204         (gnus-mime-enter-multipart): New function.
10205         (gnus-mime-leave-multipart): New function.
10206         (gnus-mime-display-part): Recompute hierarchical MIME structure.
10207         (gnus-mime-display-alternative): Show hierarchy numbers.
10208
10209         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
10210         gnus-article-mime-hierarchy-next to nil.
10211
10212 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
10213
10214         * dns.el: Don't require gnus-xmas.
10215
10216 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
10217
10218         * mml.el (mml-generate-mime-1): Don't use format=flowed with
10219         inline PGP.
10220         (mml-menu): Disable mml-quote-region if mark is inactive.
10221
10222 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10223
10224         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
10225         when the group's active is not available.
10226
10227 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10228
10229         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
10230         error.
10231
10232 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
10233
10234         * imap.el (imap-store-password): New variable.
10235         (imap-interactive-login): Use it.
10236         Suggested by Mark Plaksin <happy@mcplaksin.org>.
10237
10238 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10239
10240         * gnus-art.el (gnus-article-read-summary-keys): Restore new
10241         window-start and hscroll to summary window.
10242
10243 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10244
10245         * gnus-start.el (gnus-convert-old-newsrc): Only write the
10246         conversion message to newsrc-dribble when an actual conversion is
10247         performed.
10248
10249 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
10250
10251         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
10252
10253 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10254
10255         * mm-decode.el (mm-complicated-handles): New function reviving
10256         former definition of mm-multiple-handles.
10257
10258         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
10259         (gnus-mime-delete-part): Use it.
10260
10261 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10262
10263         * gnus-agent.el (gnus-agent-read-local): Bind
10264         nnheader-file-coding-system to gnus-agent-file-coding-system to
10265         avoid the implicit assumption that they will always be equal.
10266         (gnus-agent-save-local): Bind buffer-file-coding-system, not
10267         coding-system-for-write, as the with-temp-file macro first prints
10268         to a buffer then saves the buffer.
10269
10270 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10271
10272         * gnus-art.el (gnus-article-edit-part): New function.
10273         (gnus-mime-save-part-and-strip): Use it; do query instead of
10274         signaling an error; don't use mm-multiple-handles.
10275         (gnus-mime-delete-part): Ditto.
10276
10277 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10278
10279         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
10280         old file versions.
10281         (gnus-group-prepare-hook): Removed function that converted list
10282         form of gnus-agent-expire-days to group properties.
10283
10284         * gnus-int.el: Autoload gnus-agent-regenerate-group.
10285         (gnus-request-accept-article): Re-indented.
10286
10287         * gnus-start.el (gnus-convert-old-newsrc): Registered new
10288         converters to handle old agent file formats.  Added logic for a
10289         "backup before upgrading warning".
10290         (gnus-convert-mark-converter-prompt): Developers can mark
10291         functions as needing (default), or not needing,
10292         gnus-convert-old-newsrc's "backup before upgrading warning".
10293         (gnus-convert-converter-needs-prompt): Tests whether the user
10294         should be protected from potentially irreversable changes by the
10295         function.
10296
10297         * legacy-gnus-agent.el (): New. Provides converters that are only
10298         loaded when gnus-convert-old-newsrc needs to call them.
10299
10300 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10301
10302         * mail-source.el (mail-source-touch-pop): Doc fix.
10303
10304         * message.el (message-smtpmail-send-it): Doc fix.
10305
10306 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
10307
10308         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
10309
10310         * nnmail.el (nnmail-split-fancy): do.
10311
10312         * gnus-kill.el (gnus-kill, gnus-execute): do.
10313
10314 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
10315
10316         * gnus-sum.el (gnus-widget-reversible-match)
10317         (gnus-widget-reversible-to-internal)
10318         (gnus-widget-reversible-to-external): New functions.
10319         (gnus-widget-reversible): New widget.
10320         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
10321
10322 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
10323
10324         * gnus-sum.el (gnus-thread-sort-functions)
10325         (gnus-article-sort-functions): Document `(not F)' items.
10326
10327 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10328
10329         * spam.el (spam-use-gmane-xref): Add new backend.
10330         (spam-gmane-xref-spam-group): Add variable to control the name of the
10331         Gmane spam group.
10332         (spam-blackhole-servers, spam-blackhole-good-server-regex)
10333         (spam-regex-headers-spam, spam-regex-headers-ham)
10334         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
10335         (spam-list-of-checks): Add spam-use-gmane-xref to list of
10336         backends and checks.
10337         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
10338
10339         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
10340         an autodetect method.
10341
10342 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10343
10344         * gnus-int.el (gnus-request-accept-article): Inform the agent that
10345         articles are being added to a group.
10346         (gnus-request-replace-article): Inform the agent that articles
10347         need to be uncached as the cached contents are no longer valid.
10348
10349 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10350
10351         * binhex.el: Don't autoload executable-find.
10352
10353         * canlock.el: Don't autoload mail-fetch-field.
10354
10355         * dgnushack.el: Autoload c-mode for XEmacs.
10356
10357         * gnus-ems.el: Don't autoload appt-select-lowest-window.
10358
10359         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
10360         rmail-dont-reply-to and rmail-output.
10361
10362         * gnus-score.el: Don't autoload ffap-string-at-point.
10363
10364         * gnus-setup.el: Don't autoload sc-cite-original.
10365
10366         * imap.el: Don't autoload base64-decode-string,
10367         base64-encode-string and md5.
10368
10369         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
10370         and rmail-msg-restore-non-pruned-header.
10371
10372         * mm-decode.el: Don't autoload executable-find.
10373
10374         * mm-url.el: Don't autoload executable-find.
10375
10376         * mm-view.el: Don't autoload diff-mode.
10377
10378         * nndb.el: Don't autoload news-reply-mode, news-setup,
10379         cancel-timer and telnet.
10380
10381         * password.el: Don't autoload run-at-time for Emacs.
10382
10383         * sha1-el.el: Don't autoload executable-find.
10384
10385         * sieve-mode.el: Don't autoload c-mode.
10386
10387         * uudecode.el: Don't autoload executable-find.
10388
10389 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10390
10391         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
10392         (gnus-agent-possibly-alter-active): Avoid null in numeric
10393         comparison.
10394         (gnus-agent-set-local): Refuse to save null in local object table.
10395         (gnus-agent-regenerate-group): The REREAD parameter can now be a
10396         list of articles that will be marked as unread.
10397
10398 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10399
10400         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
10401
10402 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
10403
10404         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
10405         language tags.
10406
10407 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10408
10409         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
10410         Don't bind "obarray".
10411
10412         * gnus-sum.el (gnus-thread-sort-functions): Added
10413         `gnus-thread-sort-by-most-recent-number' and
10414         `gnus-thread-sort-by-most-recent-date'.
10415         Reported by Kai Grossjohann <kai@emptydomain.de>.
10416
10417 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10418
10419         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
10420
10421 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10422
10423         * gnus-cus.el (gnus-agent-customize-category): Removed
10424         ignore-errors macro reference that required cl to be loaded at
10425         run-time.
10426
10427         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
10428         single-interval range of the form (min . max).  Previously the
10429         range had to look like ((min . max)).  Likewise, return
10430         (min . max) rather than ((min . max)).
10431         (gnus-range-map): Use gnus-range-normalize to accept
10432         single-interval range.
10433
10434         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
10435         the cache, but not the agent, now appear with their usual face.
10436
10437         * dgnushack.el (loaddir): New variable that is bound to the
10438         directory containing the dgnushack.el file. Use loaddir, rather
10439         than srcdir, to update load-path. Change lets dgnushack compile
10440         code in directories other than GNUS/lisp.
10441
10442 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10443
10444         * lpath.el: Don't bind w3m-safe-url-regexp.
10445
10446         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
10447         w3m-safe-url-regexp variable buffer-local.
10448
10449         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10450
10451 2004-02-27  Simon Josefsson  <jas@extundo.com>
10452
10453         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
10454         gnus-group-real-prefix.
10455         (gnus-summary-move-article): Use it, instead of
10456         gnus-group-real-prefix.
10457
10458 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10459
10460         * lpath.el: Bind w3m-safe-url-regexp.
10461
10462         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
10463         w3m-safe-url-regexp variable buffer-local and set it as the value
10464         of mm-w3m-safe-url-regexp.
10465
10466         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10467
10468         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
10469         parsing gnus-posting-styles when the message is not for replying.
10470
10471         * dgnushack.el: Autoload sgml-mode for XEmacs.
10472
10473         * nnrss.el (nnrss-opml-export): Use
10474         mm-set-buffer-file-coding-system instead of
10475         set-buffer-file-coding-system.
10476
10477 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
10478
10479         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
10480         of checkdoc.el).
10481         * nnrss.el: do.
10482         * gnus-mlspl.el: do.
10483         * gnus-ml.el: do.
10484         * gnus-srvr.el: do.
10485
10486         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
10487
10488 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10489
10490         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
10491         Corrections to custom-manual links.
10492
10493         * gnus-art.el (gnus-article): Ditto.
10494
10495         * mm-decode.el (mime-display, mime-security): Ditto.
10496
10497 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10498
10499         * flow-fill.el: Typo.
10500
10501 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
10502
10503         * spam-wash.el: New file.
10504
10505 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
10506
10507         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
10508
10509 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10510
10511         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
10512         to be run with new-articles as LIST1, not LIST2.
10513         (spam-registration-functions): Add spam-use-ham-copy as a nil
10514         registration backend.
10515
10516 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10517
10518         * spam-stat.el (spam-stat-washing-hook): New option.
10519         (spam-stat-buffer-words): Use it.
10520         (spam-stat-process-directory, spam-stat-test-directory): Use
10521         insert-file-contents-literally.
10522         (spam-stat-coding-system): New variable.
10523         (spam-stat-load, spam-stat-save): Use it.
10524
10525 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10526
10527         * spam-report.el (spam-report-plug-agent): Quote
10528         spam-report-url-to-file and spam-report-url-ping-plain.
10529
10530 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
10531
10532         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
10533         / in mailto URLs.
10534
10535 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10536
10537         * spam-report.el (spam-report-process-queue): Fix interactive use.
10538         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
10539         (spam-report-unplug-agent): Doc fixes.
10540         (spam-report-url-ping-mm-url, spam-report-url-to-file)
10541         (spam-report-agentize, spam-report-deagentize): Autoload
10542
10543 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10544
10545         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
10546
10547         * message.el (message-setup-fill-variables): Add mml tags to
10548         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
10549         <ajk@iu.edu>.
10550         (message-mode): Don't modify paragraph-separate there.
10551
10552 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10553
10554         * compface.el (uncompface-use-external): Default to undecided.
10555         (uncompface-use-external-threshold): New variable.
10556         (uncompface-float-time): New macro.
10557         (uncompface): Determine whether to use the external decoder if
10558         uncompface-use-external is undecided.
10559
10560 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10561
10562         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
10563         after images.
10564
10565         * gnus-art.el (gnus-mime-display-single): Remove dead code.
10566
10567 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
10568
10569         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
10570
10571         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
10572
10573         * gnus-sum.el (gnus-summary-limit-to-age)
10574         (gnus-summary-limit-children): do.
10575
10576         * gnus-int.el (gnus-request-scan): do.
10577
10578         * gnus-group.el (gnus-group-suspend): do.
10579
10580         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
10581
10582         * gnus-cite.el (gnus-cite-parse-attributions): do.
10583
10584         * gnus-agent.el (gnus-summary-set-agent-mark)
10585         (gnus-agent-regenerate-group): do.
10586
10587         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
10588
10589         * binhex.el (binhex-decode-region-internal): do.
10590
10591 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10592
10593         * gnus-fun.el (gnus-face-properties-alist): New user option.
10594         (gnus-display-x-face-in-from): Use it.
10595
10596         * gnus-art.el (article-display-face): Ditto.
10597
10598         * compface.el (uncompface-use-external): Default to nil.
10599
10600 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
10601
10602         * nntp.el (nntp-erase-buffer): New function.
10603         (nntp-retrieve-data, nntp-send-command)
10604         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
10605         (nntp-possibly-change-group): Use it.
10606
10607         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
10608         with-current-buffer.
10609
10610 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
10611
10612         * compface.el: Merge the ELisp-based uncompface program.
10613         (compface): New customization group.
10614         (uncompface-use-external): New user option.
10615         (uncompface): Call uncompface-internal if uncompface-use-external
10616         is nil.
10617         (uncompface-internal): New function.  Note that there are also
10618         some other functions and variables added for this function.
10619
10620 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
10621
10622         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
10623         if necessary.
10624
10625 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
10626
10627         * spam-report.el (spam-report-unplug-agent)
10628         (spam-report-plug-agent, spam-report-deagentize)
10629         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
10630         Add support for the Agent in spam-report: when unplugged, report to a
10631         file; when plugged, submit all the requests.
10632
10633         * spam.el (spam-register-routine): Fix message about
10634         registration.
10635
10636 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
10637
10638         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
10639         dependencies.
10640         (rfc2047-encode): Use it.
10641
10642         * gnus-art.el (gnus-button-marker-list): Move before first
10643         reference.
10644
10645         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10646         (imap-parse-body): Fix format string mismatch.
10647
10648         * gnus-score.el (gnus-summary-increase-score): do.
10649
10650         * nnrss.el (nnrss-close): New function.
10651
10652 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
10653
10654         * nnrss.el (nnrss-make-filename): New function.
10655         (nnrss-request-delete-group, nnrss-read-server-data)
10656         (nnrss-save-server-data, nnrss-read-group-data)
10657         (nnrss-save-group-data): Use it.
10658         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
10659         (nnrss-read-server-data, nnrss-read-group-data): Use load.
10660         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
10661
10662 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
10663
10664         * mml.el (mml-compute-boundary-1): Don't uncompress files.
10665
10666 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
10667
10668         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
10669         files.
10670
10671         * message.el (message-generate-headers-first): Don't quote nil
10672         and t in docstrings.
10673
10674         * imap.el (imap-id): do.
10675
10676         * gnus-agent.el (gnus-agent-consider-all-articles)
10677         (gnus-agent-queue-mail): do.
10678
10679 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
10680
10681         * spam-report.el (spam-report-process-queue): New function.
10682         Process requests from `spam-report-requests-file'.
10683         (spam-report-process-queue): Doc fix.
10684
10685 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
10686
10687         * spam.el (spam-register-routine)
10688         (spam-log-processing-to-registry, spam-log-registered-p)
10689         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10690         Change "check" to "spam-check" for semi-clarity.
10691
10692 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
10693
10694         * pop3.el: Require nnheader.
10695
10696         * mml-smime.el: Require cl.  Autoload message-fetch-field.
10697
10698         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
10699
10700         * gnus-picon.el: Require cl.
10701
10702         * gnus-fun.el: Require gnus-ems and gnus-util.
10703
10704         * gnus.el (gnus-method-to-server): Move defsubst before first use.
10705
10706         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
10707
10708         * gnus-art.el (gnus-article-edit-mode): Define before first
10709         reference.
10710
10711 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
10712
10713         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
10714         (gnus-uu-post-encoded): Use point-at-bol.
10715
10716         * gnus-topic.el (gnus-group-active-topic-p): do.
10717
10718         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
10719
10720         * gnus-group.el (gnus-group-kill-region): do.
10721
10722         * gnus-art.el (article-date-ut): do.
10723
10724         * message.el (message-fetch-field): Remove redundant
10725         case-fold-search binding.
10726         (message-narrow-to-field): Simplify.
10727
10728 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10729
10730         * spam.el (spam-directory): Derive from `gnus-directory'.
10731
10732         * spam-report.el (spam-report-url-to-file)
10733         (spam-report-requests-file): New function and variable for offline
10734         reporting.
10735         (spam-report-url-ping-function): Add `spam-report-url-to-file'
10736         and user defined function.
10737         (spam-report-url-ping-mm-url): Remove doubled slash.
10738
10739 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
10740
10741         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
10742
10743 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
10744
10745         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
10746         format string mismatch.
10747
10748         * sieve.el (sieve-deactivate-all): do.
10749
10750         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
10751
10752         * nnlistserv.el (nnlistserv-kk-wash-article): do.
10753
10754         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
10755
10756         * mm-bodies.el (mm-7bit-chars): Don't include \r.
10757
10758 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
10759
10760         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
10761         the list of checks.
10762
10763 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
10764
10765         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
10766         padding.
10767
10768 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
10769
10770         * mm-view.el (mm-fill-flowed): New variable.
10771         (mm-inline-text): Use it.
10772
10773 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
10774
10775         * spam.el (spam-spamassassin-register-ham-routine)
10776         (spam-spamassassin-register-spam-routine): Fix function names.
10777
10778 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10779
10780         * gnus.el (gnus-tmp-grouplens): Remove.
10781         (gnus-summary-line-format): Remove grouplens.
10782
10783         * gnus-group.el (gnus-group-line-format): Ditto.
10784
10785         * gnus-spec.el (gnus-format-specs): Ditto.
10786         (gnus-update-format-specifications): Flush the group format spec
10787         cache if there's the grouplens stuff.
10788         (gnus-parse-simple-format): Replace %l with the empty string.
10789
10790 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
10791
10792         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
10793         omission.
10794
10795 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10796
10797         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
10798         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10799
10800 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10801
10802         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
10803         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
10804         New macros and functions.
10805         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
10806         Handle > NLINK_MAX messages.
10807         * nnmaildir.el (nnmaildir-request-set-mark): Use
10808         nnmaildir--emlink-p and nnmaildir--eexist-p.
10809
10810 2004-01-25  Alex Schroeder  <alex@gnu.org>
10811
10812         * spam-stat.el (spam-stat-process-directory-age): New option.
10813         (spam-stat-process-directory): Use it.
10814
10815 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
10816
10817         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
10818         (spam-stat-save): Accept prefix argument.
10819
10820 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
10821
10822         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
10823         links" error.
10824
10825 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10826
10827         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
10828         the rest of the and/or forms.
10829
10830 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10831
10832         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
10833         compatibility with old .newsrc.eld files.
10834
10835         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
10836
10837         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
10838
10839         * gnus-start.el (gnus-1): do.
10840
10841         * gnus-group.el (gnus-group-line-format-alist): do.
10842
10843         * gnus.el (gnus-use-grouplens, gnus-visual): do.
10844
10845         * gnus-gl.el: Remove.
10846
10847 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10848
10849         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
10850         marks consisting of a single range {for example, (3 . 5)} rather
10851         than a list of a single range { ((3 . 5)) }.
10852
10853 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10854
10855         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
10856         with-current-buffer.
10857         (spam-stat-store-current-buffer): Use insert-buffer-substring to
10858         avoid consing a string.
10859
10860         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
10861         Remove obsolete entries for big5 and gb2312.
10862
10863 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10864
10865         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
10866         uncompressed list.
10867
10868 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
10869
10870         * spam-stat.el (spam-stat-strip-xref): New function.
10871         (spam-stat-process-directory): Use it.
10872
10873         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
10874         here -- it's done in message-fetch-field.
10875
10876 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10877
10878         * gnus-agent.el (gnus-agent-queue-mail,
10879         gnus-agent-prompt-send-queue): New variables.
10880         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
10881         * gnus-draft.el (gnus-group-send-queue): Pass the group name
10882         "nndraft:queue" along to gnus-draft-send.  Use
10883         gnus-agent-prompt-send-queue.
10884         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
10885         is "nndraft:queue".  Suggested by Gaute Strokkenes
10886         <gs234@srcf.ucam.org>
10887
10888         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
10889         (agent-enable-undownloaded-faces): Added
10890         (gnus-agent-cat-groups): Use eval-and-compile, not
10891         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
10892         method of gnus-agent-cat-groups even when the buffer has been
10893         evaled.
10894         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
10895         delete gnus-agent-save-active-1.
10896         (gnus-agent-save-groups): Deleted. Identical to
10897         gnus-agent-save-active.
10898         (gnus-agent-write-active): No longer adjust agent's copy of active
10899         file as agent's adjustments are now stored in their own
10900         file. Removed optional parameter.
10901         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
10902         servers.  Add use of min/max range limits from server's local
10903         file.
10904         (gnus-agent-save-alist): Removed unused optional argument.
10905         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
10906         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
10907         (gnus-agent-set-local): A per-server file that keeps min/max range
10908         limits for articles known to the agent.  Provides a fast mechanism
10909         for altering many active ranges.
10910         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
10911         active file (local makes it unnecessary).
10912         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
10913
10914         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
10915         (agent-enable-undownloaded-faces): Added
10916
10917         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
10918         disable it when sending to "nndraft:queue".
10919         (gnus-group-send-queue): Add safety check to avoid sending queue
10920         when unplugged.
10921
10922         * gnus-group.el (gnus-group-catchup): Use new
10923         gnus-sequence-of-unread-articles, not
10924         gnus-list-of-unread-articles, to avoid exhausting memory with huge
10925         numbers of articles.  Use gnus-range-map to avoid having to
10926         uncompress the unread list.
10927         (gnus-group-archive-directory,
10928         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
10929         reference.
10930
10931         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
10932         (gnus-sorted-range-intersection): Intersection of two ranges
10933         without requiring that they first be uncompressed.
10934
10935         * gnus-start.el (gnus-activate-group): Unless blocked by the
10936         caller, possibly expand the active range to include both cached
10937         and agentized articles.
10938         (gnus-convert-old-newsrc): Rewrote in anticipation of having
10939         multiple version-dependent converters.
10940         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
10941         gnus-agent-save-active.
10942         (gnus-save-newsrc-file): Save dirty agent range limits.
10943
10944         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
10945         gnus-agent-possibly-alter-active.
10946         (gnus-adjust-marked-articles): Faster handling of simple lists
10947
10948 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
10949
10950         * spam-stat.el (spam-stat-test-directory): New optional argument
10951         displays a list of files detected.  Suggested by Andrew Cohen
10952         <cohen@andy.bu.edu>.
10953         (spam-stat-buffer-words-with-scores): Don't narrow and change
10954         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
10955
10956 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
10957
10958         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
10959         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
10960         (spam-spamassassin-arguments)
10961         (spam-spamassassin-spam-flag-header)
10962         (spam-spamassassin-positive-spam-flag-header)
10963         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
10964         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
10965         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10966         (spam-list-of-processors, spam-list-of-checks)
10967         (spam-list-of-statistical-checks, spam-registration-functions)
10968         (spam-check-spamassassin-headers, spam-check-spamassassin)
10969         (spam-spamassassin-score)
10970         (spam-spamassassin-register-with-sa-learn)
10971         (spam-spamassassin-register-spam-routine)
10972         (spam-spamassassin-register-ham-routine)
10973         (spam-assassin-register-spam-routine)
10974         (spam-assassin-register-ham-routine): add SpamAssassin support
10975         (spam-bogofilter-score): fix to show article before scoring
10976
10977 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
10978
10979         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
10980         default scoring function.
10981         (spam-generic-score): Call spam-spamassassin-score if
10982         spam-use-spamassassin or spam-use-spamassassin-headers is on;
10983         spam-bogofilter-score otherwise.
10984
10985         * gnus.el (spam-process, spam-autodetect-methods): Add
10986         spamassassin and spamassassin-headers.
10987
10988 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
10989
10990         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10991         Suppress unnecessary messages.
10992
10993 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
10994
10995         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
10996         make-hash-table.
10997
10998 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10999
11000         * canlock.el (base64-encode-string): Don't autoload it.
11001
11002 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11003
11004         * run-at-time.el: Remove useless (require 'itimer),
11005         eval-and-compile and (featurep 'xemacs).
11006
11007 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
11008
11009         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
11010         GROUP is a virtual group.
11011
11012 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
11013
11014         * gnus.el: Autoload `message-y-or-n-p'.
11015
11016 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
11017
11018         * pgg-parse.el: Remove unnecessary (require 'custom).
11019
11020         * pgg-def.el: do.
11021
11022         * nnmail.el: do.
11023
11024         * gnus-undo.el: do.
11025
11026         * gnus-picon.el: do.
11027
11028         * gnus-util.el: do.
11029
11030 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
11031
11032         * gnus-sum.el (gnus-pick-line-number): Add autoload.
11033
11034 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11035
11036         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
11037         handle, as well as a list.
11038
11039         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
11040         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
11041         (mm-w3m-cid-retrieve): Simplify.
11042
11043 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
11044
11045         * message.el (message-kill-to-signature): Allow prefix arg to
11046         specify number of lines to keep before signature.
11047
11048 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
11049
11050         (message-kill-to-signature): Change docstring.
11051
11052 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11053
11054         * canlock.el: Always require sha1-el.
11055         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
11056
11057         * message.el: Autoload sha1 only when compiling.
11058
11059         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
11060         eudc-expand-inline for XEmacs.
11061
11062 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11063
11064         * message.el (message-canlock-generate): Require sha1-el.
11065
11066 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
11067
11068         * message.el (message-expand-name): Silence the byte compiler.
11069
11070         * lpath.el: Add detect-coding-system.
11071
11072         * dgnushack.el (dgnushack-compile): Remove obsolete check for
11073         cus-edit.
11074
11075 2004-01-13  Simon Josefsson  <jas@extundo.com>
11076
11077         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
11078         Invoke gnus-score-mode.  Reported by
11079         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
11080
11081         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
11082         Jim Blandy <jimb@redhat.com> (tiny change).
11083
11084 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
11085
11086         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
11087
11088 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
11089
11090         * spam.el (spam-get-article-as-string): Update to use
11091         gnus-request-article-this-buffer, much simpler.
11092         (spam-get-article-as-buffer): Remove.
11093
11094 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
11095
11096         * message.el (message-expand-name): Use EUDC if the user uses
11097         that.
11098
11099 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
11100
11101         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
11102         character for the encoding to avoid consing a string.
11103
11104         * rfc2047.el (rfc2047-decode-string): Don't cons a string
11105         unnecessarily.
11106
11107         * mm-util.el (mm-replace-chars-in-string): Remove.
11108
11109         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
11110         of mm-replace-chars-in-string.
11111
11112 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
11113
11114         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
11115         strings.
11116
11117         * mm-util.el (mm-subst-char-in-string): Support inplace.
11118
11119         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
11120         a new string in every iteration.  Use shy groups.
11121
11122 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
11123
11124         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
11125         (gnus-group-change-level, gnus-kill-newsgroup)
11126         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
11127         (gnus-get-unread-articles, gnus-make-articles-unread)
11128         (gnus-make-ascending-articles-unread): Use accessor
11129         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
11130         to get group information for improved readability.
11131
11132         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
11133
11134         * gnus-soup.el (gnus-soup-group-brew): do.
11135
11136         * gnus-msg.el (gnus-put-message): do.
11137
11138         * gnus-move.el (gnus-group-move-group-to-server): do.
11139
11140         * gnus-kill.el (gnus-batch-score): do.
11141
11142         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
11143         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
11144         (gnus-group-update-group, gnus-group-read-group)
11145         (gnus-group-make-group, gnus-group-make-help-group)
11146         (gnus-group-make-archive-group, gnus-group-make-directory-group)
11147         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
11148         (gnus-group-sort-by-unread, gnus-group-catchup)
11149         (gnus-group-unsubscribe-group, gnus-group-kill-group)
11150         (gnus-group-yank-group, gnus-group-set-info)
11151         (gnus-group-list-groups): do.
11152
11153         * gnus.el (gnus-generate-new-group-name): do.
11154
11155         * gnus-delay.el (gnus-delay-send-queue): do.
11156
11157         * nnvirtual.el (nnvirtual-catchup-group): do.
11158
11159         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
11160         do.
11161
11162         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
11163         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
11164
11165         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
11166         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
11167         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
11168         (gnus-group-make-articles-read): do.
11169
11170 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11171
11172         * gnus-art.el (article-decode-mime-words, article-babel)
11173         (gnus-article-highlight-signature, gnus-article-add-buttons)
11174         (gnus-signature-toggle): Use gnus-with-article-buffer.
11175
11176         * gnus-art.el (gnus-article-highlight-headers)
11177         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
11178
11179         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
11180         (gnus-article-set-globals, gnus-request-article-this-buffer)
11181         (gnus-button-message-id, gnus-article-maybe-hide-headers)
11182         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
11183         (gnus-mime-display-alternative): Use with-current-buffer.
11184
11185 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11186
11187         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
11188         also under 80 char limit, and call gnus-error if needed.
11189         (spam-fetch-article-header): Fix - it was a
11190         buffer-local variable (gnus-newsgroup-data).
11191         (spam-find-spam): Use spam-generate-fake-headers, forget about
11192         spam-insert-fake-headers.
11193         (spam-insert-fake-headers): Remove.
11194
11195 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11196
11197         * deuglify.el (gnus-article-outlook-unwrap-lines)
11198         (gnus-outlook-rearrange-article)
11199         (gnus-outlook-repair-attribution-outlook)
11200         (gnus-outlook-repair-attribution-block)
11201         (gnus-outlook-repair-attribution-other): Remove redundant
11202         save-excursion.
11203
11204 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11205
11206         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
11207         (spam-fetch-field-subject-fast)
11208         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
11209         (spam-fetch-article-header): Add functions to deal with Gnus
11210         internals for fast retrieval of article header data.
11211         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
11212
11213 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11214
11215         * pop3.el (pop3-md5): Remove.
11216         (pop3-apop): Replace pop3-md5 with md5.
11217
11218         * mm-bodies.el: base64 is always built-in.
11219
11220         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
11221         with-current-buffer.
11222
11223 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11224
11225         * canlock.el (canlock-insert-header): Remove excessive grouping in
11226         regexp.
11227
11228         * gnus-sum.el (gnus-summary-read-document): Ditto.
11229
11230         * gnus-uu.el (gnus-uu-part-number): Ditto.
11231
11232         * html2text.el (html2text-remove-tags): Ditto.
11233         (html2text-format-tags): Ditto.
11234         (html2text-format-single-elements): Ditto.
11235
11236         * mml.el (mml-parse-1): Ditto.
11237
11238 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
11239
11240         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
11241
11242         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
11243
11244         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
11245
11246         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
11247
11248 2003-11-15  Simon Josefsson  <jas@extundo.com>
11249
11250         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
11251         (pgg-gpg-lookup-key): Use regexp match instead of
11252         split-string (split-string is different between emacs 21.2 and
11253         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
11254
11255 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
11256
11257         * gnus-art.el (gnus-mime-view-all-parts)
11258         (gnus-article-part-wrapper, gnus-article-view-part): Use
11259         with-current-buffer.
11260
11261 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
11262
11263         * spam.el (spam-disable-spam-split-during-ham-respool)
11264         (spam-spamoracle-database, spam-cache-lookups)
11265         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
11266         (spam-group-ham-mark-p, spam-group-spam-mark-p)
11267         (spam-group-ham-marks, spam-group-spam-marks)
11268         (spam-group-spam-contents-p, spam-group-ham-contents-p)
11269         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
11270         also add spam-use-blackholes to the statistical checks.
11271         (spam-fetch-field-fast): Add interface to fetching fields, may
11272         become a macro.
11273         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
11274         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
11275         (spam-insert-fake-headers): Fake an article when needed.
11276         (spam-find-spam): Fake article when possible.
11277         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
11278         (spam-check-bogofilter-headers): Use message-fetch-field instead
11279         of nnmail-fetch-field.
11280
11281 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11282
11283         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
11284
11285 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
11286
11287         * spam.el (spam-split): Do not require spam-use-CHECK to be
11288         enabled if that check is passed to spam-split explicitly; also
11289         fix so 'spam doesn't get converted to spam-split-group when
11290         spam-split-symbolic-return is t.
11291         (spam-find-spam): Find registrations of the article and use those
11292         instead of re-running spam-split to find the spam/ham
11293         classification of the article.
11294         (spam-log-processing-to-registry, spam-log-registered-p)
11295         (spam-log-unregistration-needed-p, spam-log-undo-registration):
11296         Use gnus-error instead of gnus-message.
11297         (spam-log-registration-type): Add function to determine the
11298         classification of a message based on registry entries; will
11299         return nil if both 'spam and 'ham are found.
11300         (spam-check-BBDB): Expand all the BBDB macros here so we can have
11301         a reasonably fast local cache without the loading errors.
11302         (spam-cache-lookups): Set to t by default.
11303         (spam-find-spam): Don't try to guess spam-cache-lookups.
11304         (spam-enter-whitelist, spam-enter-blacklist): Clear the
11305         spam-caches entry.
11306         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
11307         caching of whitelist/blacklist entries.
11308         (spam-check-whitelist, spam-check-blacklist): Invoke
11309         spam-from-listed-p with a type, not a cache variable.
11310         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
11311
11312 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11313
11314         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
11315
11316         * nnmail.el (nnmail-split-fancy): do.
11317
11318         * mml.el (mml-parse): do.
11319
11320         * gnus-score.el (gnus-enter-score-words-into-hashtb)
11321         (gnus-score-adaptive): do.
11322
11323 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11324
11325         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
11326         (gnus-mime-button-map): Don't set keymap parent.
11327         (gnus-button-ctan-directory-regexp): Use shy grouping.
11328         (gnus-prev-page-map): Don't set keymap parent.
11329         (gnus-prev-page-map): Remove duplicated one.
11330         (gnus-next-page-map): Don't set keymap parent.
11331         (gnus-mime-security-button-map): Ditto.
11332
11333         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
11334         version number.
11335
11336         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
11337
11338 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11339
11340         * canlock.el (canlock-sha1-function): Remove.
11341         (canlock-sha1-function-for-verify): Remove.
11342         (canlock-openssl-program): Remove.
11343         (canlock-openssl-args): Remove.
11344         (canlock-ignore-errors): Remove.
11345         (canlock-sha1-with-openssl): Remove.
11346         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
11347         (canlock-verify): Don't use canlock-ignore-errors.
11348
11349         * sha1-el.el (sha1-string-external): Make it can return a string
11350         in binary form.
11351         (sha1-region-external): Ditto.
11352         (sha1-string-internal): Ditto.
11353         (sha1-region-internal): Ditto.
11354         (sha1-region): Ditto.
11355         (sha1-string): Ditto.
11356         (sha1): Ditto.
11357
11358 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11359
11360         * spam.el (spam-report-articles-gmane): New command.
11361
11362 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * gnus.el: Don't make unnecessary *Group* buffer when loading.
11365
11366         * run-at-time.el (run-at-time-saved): Remove.
11367         (run-at-time): Doc fix.
11368
11369 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11370
11371         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
11372         (gnus-summary-limit-map): Add it.
11373         (gnus-summary-make-menu-bar): do.
11374
11375 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
11376
11377         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
11378         Make attempt at some caching support (done for BBDB only now).
11379         (spam-find-spam): Set spam-cache-lookups if there are more than 2
11380         addresses to be checked.
11381         (spam-clear-cache-BBDB): Add function, to be invoked by
11382         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
11383         (spam-check-BBDB): Check and use the caches, if
11384         spam-cache-lookups is on, remove superfluous (provide).
11385
11386 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
11387
11388         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
11389
11390 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
11391
11392         * run-at-time.el (run-at-time-saved): Move to after the definition
11393         of `run-at-time'.
11394
11395         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
11396
11397 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11398
11399         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
11400         mm-w3m-local-map-property.
11401
11402         * mm-view.el (mm-w3m-mode-map): Remove.
11403         (mm-w3m-local-map-property): Remove.
11404         (mm-inline-text-html-render-with-w3m): Don't use
11405         mm-w3m-local-map-property.
11406
11407 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11408
11409         * run-at-time.el: New file.
11410
11411         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
11412         under Emacs.
11413
11414         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
11415         of gnus-set-text-properties.
11416
11417         * gnus-uu.el (gnus-uu-save-article): Ditto.
11418
11419         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
11420
11421         * gnus-cite.el (gnus-cite-parse): Ditto.
11422
11423         * gnus-art.el (gnus-button-push): Use set-text-properties instead
11424         of gnus-.
11425
11426         * gnus-xmas.el (run-at-time): Require run-at-time.
11427
11428         * gnus.el: Changed calls to nnheader-run-at-time and
11429         password-run-at-time throughout to use run-at-time directly.
11430
11431         * password.el: Removed definition of run-at-time.
11432
11433         * nnheaderxm.el: Remove definition of run-at-time.
11434
11435 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
11436
11437         * mml.el (mml-minibuffer-read-disposition): Show attachment type
11438         in prompt.
11439
11440 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11441
11442         * messagexmas.el (message-xmas-redefine): Alias
11443         `message-make-caesar-translation-table' to
11444         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
11445         version.
11446
11447         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
11448         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
11449         `gnus-xmas-set-text-properties'.
11450         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
11451         `gnus-xmas-completing-read'.
11452         (gnus-xmas-completing-read): Removed.
11453         (gnus-xmas-open-network-stream): Removed.
11454
11455         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
11456         XEmacs version.
11457
11458         * dns.el (dns-make-network-process): Use `open-network-stream'
11459         instead of `gnus-xmas-open-network-stream'.
11460
11461         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
11462
11463         * .cvsignore: Add auto-autoloads.el, custom-load.el.
11464
11465 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11466
11467         * gnus-art.el (gnus-mime-display-alternative)
11468         (gnus-insert-mime-button, gnus-insert-mime-security-button)
11469         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
11470         Don't use gnus-local-map-property.
11471
11472         * gnus-util.el (gnus-local-map-property): Remove.
11473
11474         * mm-view.el (mm-view-pkcs7-decrypt): Replace
11475         gnus-completing-read-maybe-default with completing-read.
11476
11477         * gnus-util.el (gnus-completing-read): do.
11478         (gnus-completing-read-maybe-default): Remove.
11479
11480 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11481
11482         * password.el: Only autoload `run-at-time' if not XEmacs.
11483         Only autoload the itimer functions if XEmacs.
11484
11485 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11486
11487         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
11488         XEmacsen.
11489
11490         * dgnushack.el: Autoload executable-find for XEmacs.
11491
11492 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11493
11494         * gnus-art.el (gnus-read-string): Remove.
11495         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
11496         read-string.
11497
11498 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
11499
11500         * netrc.el: Autoload password-read.
11501         (netrc): Add configuration group.
11502         (netrc-encoding-method, netrc-openssl-path): Add
11503         variables for encoding and decoding of files with symmetric
11504         ciphers.
11505         (netrc-encode): Add assistant function to encode a file with
11506         netrc-encoding-method.
11507         (netrc-parse): Add interactive parameter, added optional
11508         decoding if netrc-encoding-method is non-nil but otherwise
11509         behavior is standard.
11510         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
11511         Do s/encode/encrypt/ everywhere.
11512
11513         * spam.el: Remove executable-find autoload.
11514
11515 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11516
11517         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
11518
11519         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
11520
11521 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11522
11523         * gnus-art.el (gnus-treat-ansi-sequences,
11524         article-treat-ansi-sequences): New variable and function.
11525         Suggested by Dan Jacobson <jidanni@jidanni.org>.
11526
11527         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11528         Use it.
11529
11530 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11531
11532         * mm-util.el (mm-quote-arg): Remove.
11533
11534         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
11535         shell-quote-argument.
11536
11537         * gnus-uu.el (gnus-uu-command): do.
11538
11539         * gnus-sum.el (gnus-summary-insert-pseudos): do.
11540
11541         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
11542         with make-char.
11543
11544         * mm-util.el (mm-make-char): Remove.
11545
11546         * mml.el (mml-mode): Replace gnus-add-minor-mode with
11547         add-minor-mode.
11548
11549         * gnus-undo.el (gnus-undo-mode): do.
11550
11551         * gnus-topic.el (gnus-topic-mode): do.
11552
11553         * gnus-sum.el (gnus-dead-summary-mode): do.
11554
11555         * gnus-start.el (gnus-slave-mode): do.
11556
11557         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
11558
11559         * gnus-ml.el (gnus-mailing-list-mode): do.
11560
11561         * gnus-gl.el (gnus-grouplens-mode): do.
11562
11563         * gnus-draft.el (gnus-draft-mode): do.
11564
11565         * gnus-dired.el (gnus-dired-mode): do.
11566
11567         * gnus-ems.el (gnus-add-minor-mode): Remove.
11568
11569         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11570         Replace gnus-char-width with char-width.
11571
11572         * gnus-ems.el (gnus-char-width): Remove.
11573
11574         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11575         Replace gnus-char-width with char-width.
11576
11577         * gnus-ems.el (gnus-char-width): Remove.
11578
11579         * spam-stat.el (with-syntax-table): Remove with-syntax-table
11580         definition.
11581         Remove Emacs 20 hash table compatibility code.
11582
11583         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
11584         20 compatibility code.
11585
11586         * spam.el (spam-point-at-eol): Replace with point-at-eol.
11587
11588         * smime.el (smime-point-at-eol): Replace with point-at-eol.
11589
11590         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
11591         with point-at-{eol,bol}.
11592
11593         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
11594
11595         * imap.el (imap-point-at-eol): Replace with point-at-eol.
11596
11597         * flow-fill.el (fill-flowed-point-at-bol,
11598         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
11599
11600         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
11601         Replace with point-at-{eol,bol} throughout all files.
11602
11603 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11604
11605         * ntlm.el (ntlm-string-as-unibyte): New macro.
11606         (ntlm-build-auth-response): Use it.
11607
11608         Remove Emacs 20 stuff:
11609         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
11610         (butlast, mapc, remove): Remove the compiler macros.
11611         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
11612         of delq and copy-sequence.
11613         * gnus-art.el (popup-menu): Remove the compiler macro.
11614         * nnmail.el (nnmail-split-fancy): Don't support customizing with
11615         Emacs 20.
11616
11617 2004-01-05  Simon Josefsson  <jas@extundo.com>
11618
11619         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
11620         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
11621         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
11622         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
11623         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
11624         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
11625         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
11626         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
11627         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
11628         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
11629         ntlm-string-permute, string-lshift into ntlm-string-lshift,
11630         string-xor into ntlm-string-xor.  Suggested by
11631         Jesper Harder <harder@myrealbox.com>.
11632
11633         * ntlm.el: Don't include poem.
11634
11635         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
11636         Jesper Harder <harder@myrealbox.com>.
11637
11638         * sasl-ntlm.el, ntlm.el, md4.el: New files.
11639
11640         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
11641         probably breaks emacs with DL patch, but do we care? Is anyone
11642         still using the DL stuff?)
11643
11644         * sieve-manage.el: Use the password package.
11645         (sieve-manage-read-passwd): Remove.
11646         (sieve-manage-interactive-login): Use password.  Re-add
11647         condition-case around loop.
11648
11649         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
11650         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
11651         the password package.
11652
11653 2003-02-19  Simon Josefsson  <jas@extundo.com>
11654
11655         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
11656         token.
11657
11658 2002-08-07  Simon Josefsson  <jas@extundo.com>
11659
11660         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
11661         (sieve-manage-authenticators):
11662         (sieve-manage-authenticator-alist): Add some SASL mechs.
11663         (sieve-sasl-auth): New function.
11664         (sieve-manage-cram-md5-auth):
11665         (sieve-manage-plain-auth): Rewrite using SASL library.
11666         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
11667         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
11668         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
11669         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
11670
11671 2004-01-05  Simon Josefsson  <jas@extundo.com>
11672
11673         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
11674         New files.
11675
11676 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11677
11678         * gnus-group.el (gnus-no-groups-message): Update.
11679
11680         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
11681
11682 2003-11-09  Simon Josefsson  <jas@extundo.com>
11683
11684         * imap.el: Support for ID IMAP extension (RFC 2971).
11685         (imap-local-variables): Add imap-id.
11686         (imap-id): New variable.
11687         (imap-id): New function.
11688         (imap-parse-response): Parse untagged ID response.
11689         * nnimap.el (nnimap-id): New variable.
11690         (nnimap-open-connection): Use it.
11691
11692 2003-12-28  Simon Josefsson  <jas@extundo.com>
11693
11694         * gnus-score.el (gnus-score-edit-all-score): New.
11695         * gnus-group.el (gnus-group-score-map): Bind it to W e.
11696
11697 2004-01-04  Simon Josefsson  <jas@extundo.com>
11698
11699         * password.el: Add.
11700
11701 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
11702
11703         * dns.el: Add support for AAAA records (see RFC 3596)
11704
11705         * Fix typo PRT -> PTR
11706
11707         * Parse MX, PTR and SOA replies (see RFC 1035)
11708
11709 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11710
11711         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
11712
11713         * Moved to Changelog.2.
11714
11715 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11716
11717         * gnus.el (gnus-version-number): Bump version.
11718
11719 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11720
11721         * gnus.el: No Gnus v0.1 is released.
11722
11723 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11724
11725         * gnus.el: No Gnus v0.0 is released.
11726
11727 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11728
11729         * gnus.el (gnus-version-number): Bump.
11730         (gnus-version): No.
11731
11732 See ChangeLog.2 for earlier changes.
11733
11734     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
11735
11736   This file is part of GNU Emacs.
11737
11738   GNU Emacs is free software; you can redistribute it and/or modify
11739   it under the terms of the GNU General Public License as published by
11740   the Free Software Foundation; either version 3, or (at your option)
11741   any later version.
11742
11743   GNU Emacs is distributed in the hope that it will be useful,
11744   but WITHOUT ANY WARRANTY; without even the implied warranty of
11745   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11746   GNU General Public License for more details.
11747
11748   You should have received a copy of the GNU General Public License
11749   along with GNU Emacs; see the file COPYING.  If not, write to the
11750   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11751   Boston, MA 02110-1301, USA.
11752
11753 ;; Local Variables:
11754 ;; coding: iso-2022-7bit
11755 ;; fill-column: 79
11756 ;; add-log-time-zone-rule: t
11757 ;; End:
11758
11759 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4