(mail-sources): Default to fetch from file for
[gnus] / lisp / ChangeLog
1 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * mail-source.el (mail-sources): Default to fetch from file for
4         compatibility with default of nnmail-spool-file.
5
6 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10         to look for encoded word that should be encoded again.
11         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
12         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13         encoding pattern.
14         (rfc2047-decode-region): Switch strict regexp and loose one according
15         to rfc2047-allow-irregular-q-encoded-words.
16
17 2007-11-25  Romain Francoise  <romain@orebokech.com>
18
19         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
20
21 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22
23         * tls.el (tls-program): Provide more custom choices from
24         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
25         (tls-process-connection-type, tls-success): Remove "*" in doc string.
26
27 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
28
29         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
30         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
31
32         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
33         `nnmail-spool-file'.
34
35         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
36         `nnmail-spool-file'.
37
38         * gnus-move.el (gnus-change-server): Ditto.
39
40         * gnus-kill.el (gnus-batch-score): Ditto.
41
42         * gnus-cache.el (gnus-jog-cache): Ditto.
43
44         * gnus-msg.el (gnus-summary-reply): Ignore
45         gnus-confirm-mail-reply-to-news for wide and very wide replies.
46
47 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
48
49         * gnus.el (gnus-method-to-server): Add an optional parameter so the
50         caller can indicate whether the cache should be disregarded for this
51         call.  This way the result of the call is reproducible at all times and
52         can be considered a canonical server name for the supplied method.
53         (gnus-agent-method-p): Canonicalize server names by pushing their
54         method through `gnus-method-to-server' using the no-cache argument.
55
56         * gnus-srvr.el (gnus-server-insert-server-line): Call
57         `gnus-method-to-server' with `no-cache' argument.
58
59         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
60         gnus-agent-possibly-synchronize-flags as this should be called when the
61         server is actually being opened.
62         (gnus-agent-possibly-synchronize-flags)
63         (gnus-agent-possibly-synchronize-flags-server): Move check for the
64         flags file of an agentized server to the latter function.
65
66         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
67         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
68         after a connection has been established successfully.
69
70 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
71
72         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
73         version.  Minor improvement to doc strings.
74         (tls-program): Add comment.
75
76 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
77
78         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
79         (tls-checktrust): New variable.  Check if GNU TLS complained about a
80         mismatch between the hostname provided in the certificate and the name
81         of the host connnecting to.
82         (open-tls-stream): Use them.  Check certificates against trusted root
83         certificates.
84
85 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
86
87         * gnus-cache.el (gnus-cache-generate-nov-databases): Use
88         nnml-generate-nov-databases-directory instead of
89         nnml-generate-nov-databases-1.
90
91 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
92
93         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
94         `smime-ldap-search' for Emacs 22 and up.
95
96 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
97
98         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
99         been checked if they have never been read and those group levels are
100         higher than the one that a user specified.
101
102 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
103
104         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
105         foreign groups unless a group level is specified by a user.
106         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
107
108 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
109
110         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
111         macros.
112         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
113         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
114         copy data from unibyte buffer to multibyte current buffer.
115         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
116         to copy data from unibyte current buffer to multibyte buffer.
117         (nntp-make-process-buffer): Make process buffer unibyte.
118
119         * pop3.el (pop3-open-server): Fix typo in Lisp code.
120
121 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
122
123         * pop3.el (pop3-open-server): Accept and process data more robustly at
124         connexion start to avoid spurious "POP SSL connexion failed" errors.
125
126 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
127
128         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
129         read group names.
130
131 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
132
133         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
134
135 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * nnmail.el (nnmail-parse-active): Make group names unibyte.
138         (nnmail-save-active): Use a unibyte buffer when saving active file,
139         which may contain non-ASCII group names.
140
141         * nnml.el (nnml-request-group): Decode group names in messages.
142
143 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
144
145         * message.el (message-citation-line-function)
146         (message-insert-formatted-citation-line): Fix spelling of
147         `message-insert-formated-citation-line'.
148
149 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
150
151         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
152
153 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
154
155         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
156         nnmail-pathname-coding-system.
157
158         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
159         that a user enters; decode group names in messages.
160
161         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
162
163 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
164
165         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
166
167         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
168
169         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
170         risky local variable.
171
172         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
173
174 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
175
176         * encrypt.el: Improve documentation to fix function name typo.
177         Reported by Daiki Ueno <ueno@unixuser.org>.
178
179 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
180
181         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
182         even if the point is not in the last page of an article.
183         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
184         back to the previous page.
185
186 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
187
188         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
189
190 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
191
192         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
193
194 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
195
196         * message.el (message-remove-blank-cited-lines): Fix if remove is
197         given.
198         (message-bogus-address-regexp): New variable.
199         (message-bogus-recipient-p): New function.
200         (message-check-recipients): New command.
201         (message-syntax-checks): Add `bogus-recipient'.
202         (message-fix-before-sending): Add `bogus-recipient'.
203
204         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
205         (gnus-treat-emphasize, gnus-treat-body-boundary): Don't test
206         window-system.
207
208 2007-10-28  Miles Bader  <miles@gnu.org>
209
210         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
211         at compile-time too.
212
213 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
214
215         * gnus-msg.el (gnus-message-setup-hook): Add
216         `message-remove-blank-cited-lines' to options.
217
218 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
219
220         * message.el (message-remove-blank-cited-lines): New function.
221         Suggested by Karl Pl\e,Ad\e(Bsterer.
222
223 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
224
225         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
226         mapc.
227
228         * imap.el (imap-open): Replace mapcar called for effect with mapc.
229         (top-level): Use mapc to set functions to be traced for debugging.
230
231         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
232         called for effect with while loop.
233
234         * message.el (message-talkative-question): Replace mapcar called for
235         effect with mapc.
236
237         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
238         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
239         called for effect with dolist.
240
241         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
242
243         * nndiary.el: Use dolist instead of mapcar to add diary headers to
244         gnus-extra-headers and nnmail-extra-headers.
245
246         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
247         called for effect with dolist.
248         (top-level): Use mapc to set functions to be traced for debugging.
249
250         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
251         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
252         dolist.
253
254         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
255         Replace mapcar called for effect with mapc.
256         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
257         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
258         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
259         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
260
261         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
262         remove-if that's a cl function.
263
264         * webmail.el (webmail-debug): Replace mapcar called for effect with
265         dolist.
266
267         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
268         with mapc.
269
270 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
271
272         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
273         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
274         with while loop.
275
276         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
277         functions from article-* functions.
278         (gnus-multi-decode-header): Replace mapcar called for effect with
279         dolist.
280
281         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
282         (gnus-bookmark-show-details): Replace mapcar called for effect with
283         while loop.
284
285         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
286         called for effect with while loop.
287
288         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
289         with dolist.
290
291         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
292         mapcar called for effect with dolist.
293
294         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
295
296         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
297         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
298         Replace mapcar called for effect with dolist.
299         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
300         mapc.
301
302         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
303         Replace mapcar called for effect with dolist.
304         (gnus-topic-list): Replace mapcar called for effect with mapc.
305
306         * gnus.el: Use mapc instead of mapcar to add autoloads.
307
308 2007-10-23  Richard Stallman  <rms@gnu.org>
309
310         * gnus-group.el (gnus-group-highlight): Mark as risky.
311
312 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
313
314         * gnus.el (gnus-server-to-method): Return method found first in
315         gnus-newsrc-alist.
316
317         * gnus-art.el (gnus-article-highlight-signature)
318         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
319         button overlay without the front stickiness.
320
321 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
322
323         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
324         overview buffer needed a catch to receive its throw.
325         (gnus-agent-flush-cache): Declared as interactive to make this function
326         easier to use.
327
328 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
329
330         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
331         `next-line'.
332
333 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
334
335         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
336         exclude address matching message-dont-reply-to-names.
337
338 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
339
340         * gnus-util.el (gnus-string<): New function.
341
342         * gnus-sum.el (gnus-article-sort-by-author)
343         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
344
345 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
346
347         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
348         the frame-focus tag is set in gnus-buffer-configuration.
349
350 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
351
352         * gnus-art.el (gnus-article-add-button): Make a button overlay without
353         the front stickiness.
354
355 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
356
357         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
358         url pattern; remove duplicate one.
359         (gnus-article-extend-url-button): New function.
360         (gnus-article-add-buttons): Use it.
361         (gnus-button-push): Use concatenated url that it makes.
362
363 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
364
365         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
366
367 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
368
369         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
370         Don't hardcode point-min==1.
371
372 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
373
374         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
375         Fix comment about "iso8859-1".
376
377 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
378
379         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
380         ones returned from the verify-function.
381
382         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
383         mml2015-extract-cleartext-signature if extraction failed.
384
385 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
386
387         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
388         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
389         failed.
390
391 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
392
393         * Relicense "GPLv2 or later" files to "GPLv3 or later".
394
395 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
396
397         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
398         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
399         recommends to use EasyPG instead of PGG.
400
401         * pgg.el: Revert to revision 6.23.2.16
402
403         * pgg-def.el: Revert to revision 6.6.2.14.
404
405         * pgg-gpg.el: Revert to revision 6.23.2.34.
406
407 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
408
409         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
410         to mark a thread as expirable.  Add variable `hide' to handle hiding of
411         thread for both the null and zero (kill/expire thread) universal prefix
412         cases.
413         (gnus-summary-expire-thread): Add new function to expire a thread,
414         using gnus-summary-kill-thread.
415         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
416         shortcuts for gnus-summary-expire-thread.
417         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
418         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
419
420 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
421
422         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
423         extras value, so an extras entry can be deleted.
424         (gnus-registry-delete-extra-entry): Use it.
425         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
426         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
427         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
428          storage through the gnus-registry, and provide an appropriate API for
429          it.
430
431 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
432
433         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
434         Suggested by Leo <sdl.web@gmail.com>.
435
436         * gnus.el: Do.
437
438 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
439
440         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
441         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
442
443         * gnus-agent.el (gnus-agent-fetch-headers): Do.
444
445         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
446         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
447
448 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
449
450         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
451         newline.
452         (nnmbox-request-accept-article): Don't change article in source buffer;
453         narrow to header to use message-fetch-field rather than
454         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
455         (nnmbox-request-replace-article): Quote lines that'll be misidentified
456         as delimiters; make sure article ends with newline.
457         (nnmbox-delete-mail): Correct last position of article to be deleted;
458         ignore X-Gnus-Newsgroup header in article body.
459         (nnmbox-save-mail): Quote lines looking like delimiters at the right
460         positions; make sure article ends with newline.
461
462         * message.el (message-display-abbrev): Don't infloop when a user
463         inserts SPC in the beginning of header.
464
465         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
466         coding-system-for-read and coding-system-for-write for XEmacs having no
467         file-coding feature.
468
469         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
470
471 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
472
473         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
474         list of groups not followed by default.  Fix type to be regexp.
475         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
476
477 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
478
479         * hmac-def.el (define-hmac-function): Switch from old-style to
480         new-style backquotes.
481
482         * md4.el (md4-make-step): likewise.
483
484 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
485
486         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
487         raw-text coding system when saving .newsrc file, which may contain
488         non-ASCII group names.
489
490 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
491
492         * gnus-cus.el (gnus-score-extra): New widget.
493         (gnus-score-extra-convert): New function.
494         (gnus-score-customize): Use it for Extra.
495
496 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
497
498         * mml2015.el (mml2015-extract-cleartext-signature): New function.
499         (mml2015-mailcrypt-clear-verify): Use it.
500         (mml2015-gpg-clear-verify): Use it.
501         (mml2015-pgg-clear-verify): Use it.
502         (mml2015-epg-clear-verify): Replace the current part with the output
503         from GnuPG; don't extract the plaintext by itself.
504
505         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
506         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
507         mml2015-clear-verify-function; don't touch the armor headers or
508         dash-escaped text here.
509
510 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
511
512         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
513         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
514         parts, or application/octet-stream as a last resort.
515         (gnus-mime-view-part-as-type): Don't toggle display.
516         (gnus-mime-view-part-as-charset): Don't turn off display before
517         querying charset.
518
519         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
520         stuff to undisplayer function in Emacs.
521         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
522
523         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
524         text/calendar parts.
525
526 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
527
528         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
529         decoding text/calendar parts.
530
531         * message.el (message-forward-make-body-mime): Always mark body as
532         having no illegible text; remove signed-or-encrypted argument.
533         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
534
535         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
536         (mml-generate-mime-1): Don't encode body if it is specified to be in
537         raw form; don't make buffer be unibyte when inserting multibyte string.
538
539 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
540
541         * sha1.el: Fix up comment style.
542         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
543         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
544
545         * hex-util.el: Fix up comment style.
546         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
547
548         * gnus-salt.el: Use with-current-buffer.
549         (gnus-pick-setup-message): Fix long-standing typo.
550
551 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
552
553         * imap.el (imap-logout-timeout): New variable.
554         (imap-logout, imap-logout-wait): New functions.
555         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
556
557         * nnimap.el (nnimap-logout-timeout): New server variable.
558         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
559         nnimap-logout-timeout.
560
561         * gnus-art.el (gnus-article-summary-command-nosave)
562         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
563
564 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
565
566         * gnus.el (gnus-maximum-newsgroup): New variable.
567
568         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
569         according to gnus-maximum-newsgroup.
570
571         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
572         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
573         Limit the range of articles according to gnus-maximum-newsgroup.
574
575 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
576
577         * gnus-art.el (gnus-sticky-article): Fixed problems described in
578         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
579         Don't perform gnus-configure-windows here; reuse existing sticky
580         article buffer.
581
582         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
583         it doesn't exist in gnus-article-mode.
584
585 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
586
587         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
588         (gnus-agent-decoded-group-name): New function.
589         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
590         (gnus-agent-expire-group-1): Use it; decode group name in messages.
591
592 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
593
594         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
595         Add binding for gnus-sticky-article.
596         (gnus-summary-exit): Don't kill sticky article buffers.
597
598         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
599         article buffer.
600         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
601         (gnus-kill-sticky-article-buffers): New commands.
602
603 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
604
605         * nntp.el (nntp-xref-number-is-evil): New server variable.
606         (nntp-find-group-and-number): If it is non-nil, don't trust article
607         numbers in the Xref header.
608
609 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
610
611         * gnus-agent.el (gnus-agent-read-group): New function.
612         (gnus-agent-flush-group, gnus-agent-expire-group)
613         (gnus-agent-regenerate-group): Use it.
614         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
615         nnmail-pathname-coding-system.
616
617 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
618
619         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
620
621         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
622         that are unread as unread, and also as selected so that information of
623         marks having been changed by a user may be updated when exiting group.
624
625 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
626
627         * gnus-art.el (gnus-mime-display-single): Pass part number that is
628         calculated ignoring signature parts to gnus-treat-article.
629
630 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
631
632         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
633         a point here in order to keep the window start.
634         (gnus-insert-mime-security-button): Make a button overlay without the
635         front stickiness.
636         (gnus-mime-display-security): Goto the end of a button.
637
638         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
639
640 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
641
642         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
643         group-name-at-point.
644         (gnus-group-completing-read): New function that offers decoded
645         non-ASCII group names for completion.
646         (gnus-fetch-group, gnus-group-read-ephemeral-group)
647         (gnus-group-jump-to-group, gnus-group-make-group-simple)
648         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
649         (gnus-group-fetch-control): Use it.
650         (gnus-fetch-group): Use group-name-at-point for the initial value
651         rather than the default value; use gnus-alive-p.
652
653         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
654         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
655         (gnus-summary-post-news): Use gnus-group-completing-read.
656
657         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
658         (gnus-read-move-group-name): Decode group name for completion.
659
660 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
661
662         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
663         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
664         Yamaoka slightly modified the code).
665
666 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
667
668         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
669         (nnmail-split-incoming): Bind it.
670
671         * nnml.el (nnml-group-name-charset): New function.
672         (nnml-decoded-group-name): Use it; don't decode group name if
673         nnmail-group-names-not-encoded-p is non-nil.
674         (nnml-encoded-group-name): New function.
675         (nnml-group-pathname): Inline nnml-decoded-group-name.
676         (nnml-request-expire-articles): Decode group name in message.
677         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
678         nnmail-pathname-coding-system.
679         (nnml-save-mail, nnml-active-number): Work with decoded group names and
680         not decoded ones according to nnmail-group-names-not-encoded-p.
681         (nnml-generate-active-info): Use nnml-encoded-group-name.
682
683 2007-08-08  Glenn Morris  <rgm@gnu.org>
684
685         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
686         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
687         doc-strings and comments.
688
689 2007-07-25  Glenn Morris  <rgm@gnu.org>
690
691         * Relicense all FSF files to GPLv3 or later.
692
693 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
694
695         * gnus-sum.el (gnus-summary-move-article): Make
696         gnus-summary-respool-article work.
697
698 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
699
700         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
701         string.
702
703 2007-07-20  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
704
705         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
706         that should be ignored when comparing distant RSS articles with local
707         ones.
708         (nnrss-make-hash-index): New function.  Create a hash index according
709         to the ignored fields.
710         (nnrss-check-group): Use it.
711
712 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
713
714         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
715
716         * gnus-art.el (article-decode-group-name): Decode Xref header too.
717
718         * gnus-group.el (gnus-group-make-group): Encode group name here unless
719         the new optional argument ENCODED is non-nil.
720         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
721         coding system for encoding group name.
722         (gnus-group-make-rss-group): Pass un-encoded group name to
723         gnus-group-make-group.
724         (gnus-group-set-info): Tell gnus-group-make-group that group name is
725         encoded.
726
727         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
728         Encode group name to which articles are moved or copied.
729         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
730         coding system for encoding Newsgroup, Followup-To and Xref headers.
731
732         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
733         marks; use nnheader-file-coding-system to write a file.
734         (nnagent-retrieve-headers): Bind file-name-coding-system to
735         nnmail-pathname-coding-system.
736
737         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
738
739         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
740         (nnml-request-article, nnml-request-create-group)
741         (nnml-request-rename-group, nnml-find-id)
742         (nnml-possibly-change-directory, nnml-possibly-create-directory)
743         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
744         (nnml-save-marks): Use nnml-group-pathname instead of
745         nnmail-group-pathname.
746
747         (nnml-request-create-group, nnml-request-expire-articles)
748         (nnml-request-move-article, nnml-request-delete-group)
749         (nnml-deletable-article-p, nnml-possibly-create-directory)
750         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
751         (nnml-open-marks): Bind file-name-coding-system to
752         nnmail-pathname-coding-system.
753
754         (nnml-request-article): Pass server argument to nnml-find-group-number.
755         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
756         server argument to nnml-possibly-create-directory.
757         (nnml-request-accept-article): Pass server argument to
758         nnml-active-number and nnml-save-mail.
759         (nnml-find-group-number): Pass server argument to nnml-find-id.
760         (nnml-request-update-info): Pass server argument to
761         nnml-marks-changed-p.
762
763         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
764         (nnml-save-mail, nnml-active-number): Add server argument.
765
766         (nnml-request-delete-group): Warn if group is missing.
767         (nnml-get-nov-buffer): Decode group name.
768         (nnml-generate-active-info): Encode group name.
769         (nnml-open-marks): Decode group name in messages.
770
771 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
772
773         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
774         if it is not specified.
775         (gnus-article-pipe-part, gnus-article-save-part)
776         (gnus-article-interactively-view-part, gnus-article-copy-part)
777         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
778         (gnus-article-inline-part, gnus-article-save-part-and-strip)
779         (gnus-article-replace-part, gnus-article-delete-part)
780         (gnus-article-view-part-as-type): Pass raw prefix argument to
781         gnus-article-part-wrapper.
782
783 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
784
785         * gnus-agent.el (gnus-agent-save-active): Bind
786         nnheader-file-coding-system to gnus-agent-file-coding-system.
787
788         * gnus-cache.el (gnus-cache-save-buffers)
789         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
790         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
791         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
792         (gnus-cache-braid-nov, gnus-cache-braid-heads)
793         (gnus-cache-generate-active, gnus-cache-rename-group)
794         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
795         (gnus-cache-update-overview-total-fetched-for): Bind
796         file-name-coding-system to nnmail-pathname-coding-system.
797         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
798         variables.
799         (gnus-cache-decoded-group-name): New function.
800         (gnus-cache-file-name): Use it.
801         (gnus-cache-generate-active): Use non-decoded group name for active.
802
803         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
804         right place.
805         (gnus-write-active-file): Don't break non-ASCII group names.
806
807         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
808         nnmail-pathname-coding-system.
809
810         * lpath.el: Bind default-file-name-coding-system,
811         file-name-coding-system and language-info-alist for XEmacs.
812
813         * gnus-uu.el (gnus-uu-decode-save): Typo.
814
815 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
816
817         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
818
819 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
820
821         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
822         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
823         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
824         (gnus-agent-flush-group, gnus-agent-flush-cache)
825         (gnus-agent-fetch-headers, gnus-agent-load-alist)
826         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
827         (gnus-agent-retrieve-headers, gnus-agent-request-article)
828         (gnus-agent-regenerate-group)
829         (gnus-agent-update-files-total-fetched-for)
830         (gnus-agent-update-view-total-fetched-for): Bind
831         file-name-coding-system to nnmail-pathname-coding-system.
832         (gnus-agent-group-pathname): Don't encode file names by
833         nnmail-pathname-coding-system.
834         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
835         coding-system-for-write instead of buffer-file-coding-system to
836         gnus-agent-file-coding-system.
837
838         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
839         Decode group name.
840
841         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
842
843         * gnus-start.el (gnus-update-active-hashtb-from-killed)
844         (gnus-read-newsrc-el-file): Make group names unibyte.
845
846         * nnmail.el (nnmail-group-pathname): Don't encode file names by
847         nnmail-pathname-coding-system.
848
849         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
850         (nnrss-request-delete-group): Bind file-name-coding-system to
851         nnmail-pathname-coding-system.
852         (nnrss-read-server-data, nnrss-read-group-data): Bind
853         file-name-coding-system correctly.
854         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
855
856         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
857         (nntp-server-to-method-cache): New variable.
858         (nntp-group-pathname): New function that decodes non-ASCII group names.
859         (nntp-possibly-create-directory, nntp-marks-changed-p)
860         (nntp-save-marks, nntp-open-marks): Use it.
861         (nntp-possibly-create-directory, nntp-open-marks):
862         Bind file-name-coding-system to nnmail-pathname-coding-system.
863         (nntp-open-marks): Decode group names when bootstrapping marks.
864
865         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
866         Newsgroups and Folowup-To headers.
867
868 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
869
870         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
871         (gnus-server-closed-face, gnus-server-denied-face)
872         (gnus-server-offline-face): Remove variable.
873         (gnus-server-font-lock-keywords): Use faces that are not aliases.
874
875         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
876         of modifying message-stack directly for XEmacs.
877
878         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
879         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
880         if the coding-system argument is nil for XEmacs.
881
882         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
883         mm-charset-override-alist.
884
885         * rfc2047.el: Don't require base64; require rfc2045 for the function
886         rfc2045-encode-string.
887         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
888         to quote the parameter value.
889
890 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
891
892         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
893         form in gnus-group-name-charset-method-alist.
894
895         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
896         overrides the default layout edit-form.
897
898         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
899
900         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
901
902 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
903
904         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
905         as unfetched articles.
906
907 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
908
909         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
910
911 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
912
913         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
914         original back end that keeps marks in the local system.
915
916 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
917
918         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
919         arg of pop-to-buffer for XEmacs.
920         (gnus-article-read-summary-keys): Ditto; don't restore window
921         configuration if summary command ends up with neither article buffer
922         nor summary buffer; describe bindings if summary keys end with C-h.
923
924 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
925
926         * message.el (message-fix-before-sending): Skip raw message part to be
927         forwarded while checking illegible text.
928         (message-forward-make-body-mime, message-forward-make-body): Mark
929         signed or encrypted raw message as having no illegible text.
930
931 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
932
933         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
934         (gnus-message-with-timestamp-1): New macro.
935         (gnus-message-with-timestamp): New function.
936         (gnus-message): Use them.
937
938         * nnheader.el (nnheader-message): Use them.
939
940 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
941
942         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
943         .newsrc.eld file.
944
945 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
946
947         * gnus-agent.el (gnus-agent-fetch-headers)
948         (gnus-agent-retrieve-headers): Bind
949         gnus-decode-encoded-address-function to identity.
950
951         * nntp.el (nntp-send-xover-command): Recognize an xover command is
952         available also when the server returns simply a dot.
953
954         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
955
956 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
957
958         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
959
960 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
961
962         * gnus-ems.el (gnus-x-splash): Make it work.
963
964         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
965         from being used.
966
967         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
968
969 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
970
971         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
972         4th and the 5th arguments.
973
974         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
975         the front stickiness.
976         (gnus-article-summary-command-nosave): Correct the order of the
977         arguments passed to pop-to-buffer.
978         (gnus-article-read-summary-keys): Ditto; make it work properly when the
979         summary command ends up with the article buffer.
980
981         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
982         the same faces.
983
984 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
985
986         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
987
988 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
989
990         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
991         * gnus-sum.el (gnus-summary-highlight):
992         * pgg.el (pgg-sign-region, pgg-sign):
993         * mail-source.el (mail-source-delete-old-incoming-confirm):
994         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
995
996 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
997
998         * gnus-art.el (gnus-mime-view-part-externally)
999         (gnus-mime-view-part-internally): Fix predicate function passed to
1000         completing-read.
1001
1002         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
1003
1004         * gnus.el (gnus-update-message-archive-method): Add :version.
1005
1006 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1007
1008         * gnus.el (gnus-update-message-archive-method): New variable.
1009
1010         * gnus-start.el (gnus-setup-news): Update saved "archive" method
1011         according to gnus-message-archive-method if
1012         gnus-update-message-archive-method is non-nil.
1013
1014 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1015
1016         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
1017         by Loic Dachary <loic@dachary.org>.
1018         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
1019
1020 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1021
1022         * message.el (message-pop-to-buffer): Add switch-function argument.
1023         (message-mail): Pass switch-function argument to it.
1024
1025 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
1026
1027         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
1028         Improve doc string.
1029
1030 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1031
1032         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
1033         (gnus-header-content)
1034         * gnus-cite.el (gnus-cite-10)
1035         * gnus-srvr.el (gnus-server-closed)
1036         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
1037         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
1038         (gnus-group-mail-3-empty, gnus-group-mail-low)
1039         (gnus-group-mail-low-empty, gnus-splash)
1040         * message.el (message-header-to, message-header-cc)
1041         (message-header-subject, message-header-other, message-header-name)
1042         (message-header-xheader, message-separator, message-cited-text)
1043         (message-mml): Lighten colors of faces used for dark background.
1044
1045 2007-05-24  Simon Josefsson  <simon@josefsson.org>
1046
1047         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
1048         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
1049
1050 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1051
1052         * message.el (message-narrow-to-headers-or-head): Ignore
1053         mail-header-separator in the body.
1054
1055 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1056
1057         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
1058         same as window size.
1059
1060 2007-05-22  Kevin Ryde  <user42@zip.com.au>
1061
1062         * message.el (message-font-lock-keywords): Use message-header-xheader
1063         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
1064         ahead of the anything pattern, to get it recognised.
1065
1066 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1067
1068         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
1069         spam.el loads uses it in the compiled defadvice form.
1070
1071 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1072
1073         * gnus-sum.el (gnus-articles-to-read)
1074         (gnus-summary-insert-old-articles): Don't truncate group name for
1075         `read-string'.
1076
1077         * gnus-util.el (gnus-limit-string): Delete this function.
1078
1079         * gnus-sum.el (gnus-simplify-subject-fully): Use
1080         `truncate-string-to-width' instead.
1081
1082 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1083
1084         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
1085         if, on summary exit, the next group has to be selected.
1086         (gnus-summary-exit): Use it.
1087
1088 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
1089
1090         * gnus-art.el (gnus-article-mode): Fix comment about displaying
1091         non-break space.
1092
1093 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1094
1095         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
1096         Check if group is not a directory.
1097         (nnfolder-request-expire-articles): Don't delete articles if the target
1098         group is not available.
1099
1100         * nnml.el (nnml-request-create-group): Properly check if group is not a
1101         file.
1102         (nnml-request-expire-articles): Don't delete articles if the target
1103         group is not available.
1104
1105         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1106         Don't quote characters that are within parentheses.
1107
1108 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1109
1110         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
1111         (gnus-handle-ephemeral-exit): Select article according to it.
1112
1113 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
1114
1115         * message.el (message-insert-formated-citation-line): Remove newline.
1116         (message-citation-line-format): Add final \n here so that the user can
1117         avoid a blank line.
1118
1119 2007-05-03  Dan Christensen  <jdc@uwo.ca>
1120
1121         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
1122         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
1123         Update lanl/arXiv support.
1124
1125 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1126
1127         * gnus.el: Bump version number.
1128
1129 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1130
1131         * gnus.el (gnus-version-number): Bump version.
1132
1133 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1134
1135         * gnus.el: No Gnus v0.6 is released.
1136
1137 2007-04-27  Didier Verna  <didier@xemacs.org>
1138
1139         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
1140         * gmm-utils.el (gmm-regexp-concat): here.
1141         * message.el: Don't require 'gnus-util.
1142         (message-dont-reply-to-names): Handle name change above.
1143         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
1144
1145 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1146
1147         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
1148         since the initial value varies according to the system.
1149
1150 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1151
1152         * mm-util.el (mm-charset-synonym-alist): Defcustom.
1153
1154 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
1155
1156         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
1157
1158 2007-04-24  Didier Verna  <didier@xemacs.org>
1159
1160         Improve the type of gnus-ignored-from-addresses.
1161         * gnus-util.el (gnus-orify-regexp): New function.
1162         * message.el (gnus-util): Require it.
1163         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
1164         * gnus-sum.el (gnus-ignored-from-addresses): New function.
1165         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
1166
1167 2007-04-24  Didier Verna  <didier@xemacs.org>
1168
1169         * gnus-sum.el:
1170         * gnus-utils.el: Fix some trailing whitespaces.
1171
1172 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1173
1174         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
1175         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
1176         article's Message-ID; refer parent article in summary buffer.
1177
1178         * message.el (message-bounce): Call mime-to-mml.
1179
1180         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
1181         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
1182         optimize and/or forms properly.
1183
1184 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
1185
1186         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
1187         URL.
1188
1189 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1190
1191         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
1192
1193 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1194
1195         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
1196         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
1197         displayed of multipart/alternative part if it is invoked from summary
1198         buffer.
1199
1200         * mm-view.el (mm-inline-text-html-render-with-w3m)
1201         (mm-inline-text-html-render-with-w3m-standalone)
1202         (mm-inline-render-with-function): Use mail-parse-charset by default.
1203
1204 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
1205
1206         * parse-time.el (parse-time-string-chars): Check if CHAR
1207         is less than the length of parse-time-syntax.
1208
1209 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1210
1211         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
1212         from gnus-newsgroup-processable.
1213
1214 2007-04-16  Didier Verna  <didier@xemacs.org>
1215
1216         * gnus-msg.el (gnus-configure-posting-styles): Handle
1217         message-signature-directory properly with :file syntax. Reported by
1218         "Leo".
1219
1220 2007-04-11  Didier Verna  <didier@xemacs.org>
1221
1222         New user option: message-signature-directory.
1223         * gnus-msg.el (gnus-configure-posting-styles): Support it.
1224         * message.el (message-insert-signature): Ditto.
1225         * message.el (message-signature-file): Doc update.
1226         * message.el (message-signature-directory): New.
1227
1228 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1229
1230         * gnus-msg.el (gnus-inews-yank-articles): Use
1231         message-exchange-point-and-mark instead of exchange-point-and-mark.
1232
1233 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1234
1235         * message.el (message-yank-original): Make sure cited text ends with
1236         newline; don't exchange point and mark.
1237
1238 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
1239
1240         * tls.el (open-tls-stream): Properly handle case where there
1241         is no associated buffer.
1242
1243 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
1244
1245         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
1246         message-yank-original, make sure (< mark TEXT point).
1247
1248 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1249
1250         * message.el (message-fill-column): New variable.
1251         (message-mode): Use it.  Add comment on a possible new hook.
1252
1253         * nnmail.el (nnmail-spool-file): Mark as obsolete.
1254         (nnmail-get-new-mail): Reformat.
1255
1256         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
1257
1258         * gmm-utils.el: Fix Commentary.
1259         (gmm-tool-bar-from-list): Fix typo in doc string.
1260
1261 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
1262
1263         * message.el (message-yank-original): Don't switch point and mark
1264         unnecessarily to put point and mark as documented.
1265
1266 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1267
1268         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
1269         from the message heads.
1270
1271 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
1272
1273         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
1274         article buffer does not have a window.  This may not be the best
1275         solution but is certainly better than setting the start of the null,
1276         that is the current, window.
1277
1278 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1279
1280         * gnus-draft.el (gnus-draft-setup-hook): New hook.
1281         (gnus-draft-setup): Run it.
1282
1283         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
1284         gnus-score-fast-scoring.  Allow regexp.
1285         (gnus-score-headers): Use it.
1286
1287         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
1288         XEmacs.
1289
1290         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
1291         string.
1292         (gnus-button-alist): Also catch `<f1> k ...'.
1293         (gnus-treat-display-x-face): Fix doc string.
1294
1295 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1296
1297         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
1298         evaluation of gnus-extended-version to ensure correct generation of the
1299         User-Agent header when message-generate-headers-first is used.
1300
1301 2007-03-24  Simon Josefsson  <simon@josefsson.org>
1302
1303         * hashcash.el (hashcash-generate-payment-async): Don't crash if
1304         hashcash-path is nil.  Don't call callback with incorrect number of
1305         parameters if val is 0.
1306
1307 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1308
1309         * message.el (message-required-news-headers):
1310         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
1311
1312 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
1313
1314         * tls.el (open-tls-stream): In handshake-waiting loop,
1315         don't wait more if there is output available to process.
1316
1317 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
1318
1319         * tls.el (tls-program): Doc fix.
1320
1321 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1322
1323         * message.el (message-generate-new-buffers): Change the meaning of the
1324         nil value; add `standard' to the choices; treat t as `unique'; improve
1325         doc string.
1326         (gnus-select-frame-set-input-focus): Autoload.
1327         (message-buffer-name): Search for the existing message buffer if
1328         message-generate-new-buffers is nil or `standard'; treat the value t of
1329         message-generate-new-buffers as `unique'.
1330         (message-pop-to-buffer): Raise the frame already displaying the message
1331         buffer; clear the echo area after querying.
1332         (message-setup): Pass the `continue' argument to compose-mail.
1333         (message-mail): Prefer `switch-function' if it is given; search for the
1334         existing message buffer if the `continue' argument is non-nil; pass
1335         continue and switch-function arguments to compose-mail by way of
1336         message-setup.
1337         (message-mail-other-window): Adjust argument of message-setup.
1338         (message-mail-other-frame): Ditto.
1339
1340 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1341
1342         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
1343         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
1344         to turn font-lock on when turning gnus-message-citation-mode on.
1345
1346 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
1347
1348         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
1349         (mml-smime-function-alist): New variable; add epg as the backend.
1350         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
1351         mml-smime- functions instead.
1352         * mm-view.el: Require smime.
1353
1354 2007-03-05  Didier Verna  <didier@xemacs.org>
1355
1356         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
1357         instead of just inheritance for posting styles.
1358         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
1359
1360 2007-02-24  Chris Moore  <dooglus@gmail.com>
1361
1362         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1363         * pgg-pgp.el (pgg-pgp-encrypt-region):
1364         * pgg-gpg.el (pgg-gpg-encrypt-region):
1365         Check pgg-encrypt-for-me if no other recipients.
1366
1367 2007-02-24  John Paul Wallington  <jpw@pobox.com>
1368
1369         * tls.el (tls-certtool-program): Fix custom type.
1370
1371 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1372
1373         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
1374         and point-at-eol instead of line-(beginning|end)-position.
1375
1376         * assistant.el (assistant-parse-buffer): Ditto.
1377
1378         * netrc.el (netrc-parse-services): Ditto.
1379
1380 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
1381
1382         * mml2015.el (mml2015-epg-find-usable-key): New function.
1383         (mml2015-epg-sign): Use it.
1384         (mml2015-epg-encrypt): Use it.
1385
1386 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1387
1388         * message.el (message-make-in-reply-to): Quote name containing
1389         non-ASCII characters.  It will make the RFC2047 encoder cause an error
1390         if there are special characters.  Reported by NAKAJI Hiroyuki
1391         <nakaji@jp.freebsd.org>.
1392
1393 2007-02-27  Didier Verna  <didier@xemacs.org>
1394
1395         Include the group parameters as well as the topic ones in the
1396         inheritance filter process.
1397         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
1398         argument GROUP-PARAMS-LIST.
1399         * gnus-topic.el (gnus-group-topic-parameters): Use it.
1400
1401 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1402
1403         * nntp.el (nntp-never-echoes-commands)
1404         (nntp-open-connection-functions-never-echo-commands): New variables.
1405         (nntp-send-command): Use them.
1406
1407 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
1408
1409         * mml2015.el (mml2015-epg-verify): Simplified.
1410
1411 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1412
1413         * mml.el (mml-content-disposition-alist): New user option.
1414         (mml-content-disposition): New function.
1415         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
1416         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
1417
1418 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
1419
1420         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
1421         verification.
1422
1423 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1424
1425         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
1426         articles posted in the last 24 hours.
1427
1428 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
1429
1430         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
1431
1432 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1433
1434         * nntp.el (nntp-send-command): Don't wait for echoes when
1435         nntp-open-ssl-stream is used.
1436
1437 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1438
1439         * gnus-cite.el (gnus-test-font-lock-add-keywords)
1440         (gnus-message-add-citation-keywords)
1441         (gnus-message-remove-citation-keywords): Remove.
1442         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
1443         directly, make the variables in font-lock-defaults buffer-local, add
1444         gnus-message-citation-keywords to them and then update the value of
1445         font-lock-keywords.
1446
1447 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1448
1449         * message.el (message-cite-original-1): Don't call
1450         gnus-article-highlight-citation.
1451
1452         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
1453         citations; fix line count.
1454
1455 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1456
1457         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
1458         (gnus-message-add-citation-keywords)
1459         (gnus-message-remove-citation-keywords): Use it; fix the emulating
1460         versions of font-lock-add-keywords and font-lock-remove-keywords to
1461         work with XEmacs correctly.
1462
1463 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1464
1465         * gnus-cite.el (gnus-cite-face-list): Set the values of
1466         gnus-message-max-citation-depth and gnus-message-citation-keywords.
1467         (gnus-message-max-citation-depth): Use defvar rather than defconst.
1468         (gnus-message-cite-prefix-regexp): New variable.
1469         (gnus-message-search-citation-line): Use it; protect against long
1470         citation prefix; fill match data with nil rather than 0 for XEmacs; set
1471         the 0th match data for Emacs.
1472         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
1473         (gnus-message-add-citation-keywords): Append keywords rather than
1474         prepending; emulate font-lock-add-keywords if it is not available.
1475         (gnus-message-remove-citation-keywords): Emulate
1476         font-lock-remove-keywords if it is not available.
1477
1478         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
1479
1480         * message.el (message-cite-prefix-regexp): Set the value of
1481         gnus-message-cite-prefix-regexp.
1482
1483 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1484
1485         * nnweb.el (nnweb-google-parse-1): Update parser.
1486
1487 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
1488
1489         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
1490
1491 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1492
1493         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1494         regexp.
1495
1496 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1497
1498         * uudecode.el (uudecode-string-to-multibyte): New function emulating
1499         string-to-multibyte.
1500         (uudecode-decode-region-internal): Use it.
1501
1502         * lpath.el: Fbind string-as-multibyte for XEmacs.
1503
1504 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
1505
1506         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
1507         custom choice.
1508
1509         * gnus-art.el (gnus-signature-limit): Fix custom choice.
1510
1511 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
1512
1513         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
1514
1515         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
1516         `write-region' to respect `mm-inhibit-file-name-handlers'.
1517
1518 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
1519
1520         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
1521         Use gnus-home-directory instead of "~/" or "$HOME".
1522
1523 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
1524
1525         * encrypt.el (encrypt-insert-file-contents): Add better prompt
1526         to mention filename.
1527         Add comments at beginning regarding usage.
1528         (encrypt-write-file-contents): Change interactive so a string is
1529         acceptable.  If the file has no associated model, show an error instead
1530         of a nonsense prompt.
1531
1532 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1533
1534         * spam.el (spam-bsfilter-ham-switch): Fix typo.
1535         Thanks to Yoshihiko Yamada for kind notification of this typo.
1536
1537 2007-01-12  Kenichi Handa  <handa@m17n.org>
1538
1539         * uudecode.el (uudecode-decode-region-internal): Make it work in a
1540         multibyte buffer.
1541
1542 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1543
1544         * gnus-score.el (gnus-score-fast-scoring): New variable.
1545         (gnus-score-headers): Use it.
1546
1547         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
1548
1549         * message.el (message-cite-original-1): Call
1550         gnus-article-highlight-citation if requested.
1551         (message-make-from): Allow name and address as optional arguments.
1552
1553         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
1554
1555         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
1556         bugs to doc string.
1557         (gnus-button-alist): Add mid\\|message-id.
1558         (gnus-button-fetch-group): Extend for use in
1559         `browse-url-browser-function'.
1560         (gnus-button-url-regexp): Try to catch paired parentheses like in
1561         Wikipedia URLs.
1562
1563         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
1564         Suggested by Simon Krahnke <overlord@gmx.li>.
1565
1566 2007-01-13  Romain Francoise  <romain@orebokech.com>
1567
1568         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
1569         Update copyright.
1570
1571 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
1572
1573         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
1574
1575 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1576
1577         * gnus-registry.el (gnus-registry-unfollowed-groups)
1578         (gnus-registry-split-fancy-with-parent): Fix documentation.
1579
1580 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1581
1582         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
1583         from nnweb groups.
1584
1585 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1586
1587         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
1588         Xref urls.  Erase buffer before requesting head.
1589
1590 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1591
1592         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
1593         customizable.
1594
1595 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
1596
1597         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
1598         no signing key is found.
1599         (mml2015-epg-encrypt): Ask user whether to skip or abort if
1600         no encrypting and/or signing key is found.
1601
1602 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1603
1604         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
1605
1606 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1607
1608         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
1609         headers read from disk with the ones newly found in the current search.
1610         This should no longer cause problems, because the article numbers in
1611         Gmane's `nov.php' output are ignored since the previous change.
1612
1613 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1614
1615         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
1616
1617 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1618
1619         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
1620         replace-regexp-in-string; bind url-version; fbind display-images-p and
1621         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
1622         find-face and set-itimer-function for Emacs; bind itimer-list for
1623         Emacs.
1624
1625         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
1626
1627 2007-01-01  Romain Francoise  <romain@orebokech.com>
1628
1629         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
1630
1631 2006-12-31  Steve Youngs  <steve@sxemacs.org>
1632
1633         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
1634         `define-minor-mode' macro definition expanded properly.
1635         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
1636         exclude it there.
1637
1638         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
1639         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
1640         `fboundp' test.
1641         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
1642         This is OK to autoload in (S)XEmacs now.
1643
1644 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1645
1646         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
1647         keystroke.
1648         (gnus-summary-limit-to-singletons): Fix typo.
1649
1650         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
1651         else fails.
1652
1653 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1654
1655         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
1656         docstring.
1657
1658         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
1659         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
1660         (gnus-summary-insert-dormant-articles): Fix typo in message.
1661
1662 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1663
1664         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
1665         nil for XEmacs.
1666         (gnus-message-citation-mode): Don't autoload in XEmacs.
1667
1668         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
1669
1670 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1671
1672         * nnimap.el (nnimap-expunge-search-string): Mention
1673         nnimap-search-uids-not-since-is-evil in docstring.
1674
1675 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1676
1677         * spam.el: Revert to make-obsolete-variable because
1678         define-obsolete-variable-alias is not supported in Emacs 21.
1679
1680         * spam.el (spam-ifile-path, spam-ifile-database-path)
1681         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
1682         make-obsolete-variable.
1683         (spam-bsfilter-path, spam-bsfilter-program)
1684         (spam-spamassassin-path, spam-spamassassin-program)
1685         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
1686         use "path" inappropriately.
1687         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
1688         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
1689         variable names.
1690
1691 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
1692
1693         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
1694         summary buffer.
1695
1696         * password.el (password-cache-remove): Use clear-string to burn
1697         password, if available.
1698
1699 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1700
1701         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
1702
1703         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
1704
1705         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
1706         (gnus-message-highlight-citation): Move defcustom here from
1707         gnus-cite.el.
1708         (gnus-message-citation-mode): Autoload.
1709
1710         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
1711         checks to make it compile with XEmacs.
1712         (gnus-message-citation-mode): New minor mode.
1713         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
1714         (gnus-message-highlight-citation): New variables.
1715         (gnus-message-search-citation-line)
1716         (gnus-message-add-citation-keywords)
1717         (gnus-message-remove-citation-keywords)
1718         (turn-on-gnus-message-citation-mode)
1719         (turn-off-gnus-message-citation-mode): New functions.
1720
1721 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
1722
1723         * gnus-cite.el: Enable highlighting of different citation levels in
1724         message-mode.
1725
1726 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1727
1728         * message.el (message-make-fqdn): Fix comment.
1729         (message-bogus-system-names): Add ".local".
1730
1731         * spam.el (spam-ifile-path, spam-ifile-program)
1732         (spam-ifile-database-path, spam-ifile-database)
1733         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
1734         Don't use "path" inappropriately.
1735         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
1736         strings.
1737         (spam-check-ifile, spam-ifile-register-with-ifile)
1738         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
1739         new variable names.
1740
1741         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
1742         (gnus-treat-display-smileys): Simplify using
1743         gnus-image-type-available-p.
1744
1745         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
1746         available.
1747
1748         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
1749         `display-images-p' if available.
1750
1751 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1752
1753         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
1754         one after turning on the buffer's multibyteness instead of decoding
1755         them directly in the unibyte buffer that causes unexpected conversion
1756         in Emacs 23 (unicode).
1757
1758 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1759
1760         * message.el (message-generate-hashcash): Fix custom type.
1761
1762 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1763
1764         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
1765
1766 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1767
1768         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
1769         disconnect icons.  Add help text.
1770
1771 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
1772
1773         * spam.el (spam-extra-header-to-number): CRM114 spam score is
1774         negated to be consistent with the others we handle.
1775
1776 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1777
1778         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
1779         version of gnus-summary-buffer to something, so that we can use two
1780         article buffers at the same time.
1781
1782 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1783
1784         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
1785         trigger all the extra headers.
1786         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
1787         sorting.
1788
1789 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1790
1791         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
1792         solid groups.
1793
1794 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
1795
1796         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
1797
1798 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1799
1800         * legacy-gnus-agent.el: Add Copyright notice.
1801
1802 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
1803
1804         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
1805
1806 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1807
1808         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
1809
1810         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
1811         to make it work reliably in CVS Emacs.
1812         (gnus-summary-limit-strange-charsets-predicate)
1813         (gnus-summary-limit-to-predicate): New functions.
1814
1815 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
1816
1817         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
1818         specifying array size.
1819         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
1820         array if it is too small.
1821         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
1822         (gnus-sort-threads-loop): New function.
1823
1824 2006-12-06  Chris Moore  <dooglus@gmail.com>
1825
1826         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
1827         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
1828
1829 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1830
1831         * mm-url.el (mm-url-predefined-programs): Call curl with correct
1832         options.
1833
1834 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1835
1836         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
1837         DOS-ing the recipient.
1838
1839         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
1840         the headers when creating the mapping to avoid mismappings.
1841         (nnweb-gmane-create-mapping): Always nix out old mapping.
1842
1843 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1844
1845         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
1846         and mm-verify-option to never.
1847
1848 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1849
1850         * message.el (message-signed-or-encrypted-p): New function.
1851         (message-forward-make-body): Use it.
1852
1853         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
1854         Replace encode-coding-string with mm-encode-coding-string.
1855
1856 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1857
1858         * nneething.el (nneething-decode-file-name): Replace
1859         decode-coding-string with mm-decode-coding-string.
1860
1861         * gnus-int.el (gnus-open-server): Say failed server's name.
1862
1863 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1864
1865         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
1866         strings to a single string.  Quote `errors-file-name'.
1867         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1868         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1869         Adjust calls.  Use `shell-quote-argument'.
1870
1871 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
1872
1873         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
1874         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
1875
1876         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
1877         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
1878         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
1879         (gnus-group-make-directory-group, gnus-group-transpose-groups):
1880         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
1881         (gnus-subscribe-newsgroup, gnus-1):
1882         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
1883         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
1884         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
1885         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
1886
1887 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1888
1889         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
1890         keystroke.
1891         (gnus-summary-limit-to-bodies): Implement headersp.
1892
1893 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1894
1895         * dns.el (query-dns): Protect against "Process dns deleted" strings.
1896
1897 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1898
1899         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
1900
1901 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1902
1903         * message.el (message-generate-hashcash): Expand range of values to
1904         include `opportunistic'.
1905         (message-send-mail): Use it.
1906
1907 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1908
1909         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
1910         and comment it.
1911
1912         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
1913
1914 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
1915
1916         * gnus-util.el (gnus-extract-address-components): Improve comment.
1917
1918 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1919
1920         * gnus-util.el (gnus-extract-address-components): Work with address in
1921         which the name portion contains @.
1922
1923         * lpath.el: Fbind custom-autoload.
1924
1925 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1926
1927         * gnus.el (gnus-start): Move custom group up.
1928         (gnus-select-method): Don't autoload, but make it available for
1929         `customize-variable'.
1930         (gnus-getenv-nntpserver): Don't autoload.
1931
1932 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
1933
1934         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
1935
1936 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1937
1938         * message.el (message-sendmail-extra-arguments): New variable.
1939         (message-send-mail-with-sendmail): Use it.
1940
1941 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1942
1943         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
1944         mm-with-unibyte-current-buffer to make string unibyte.
1945
1946         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
1947         mm-string-as-multibyte.
1948
1949 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
1950
1951         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
1952         Reported by Werner Koch <wk@gnupg.org>.
1953
1954 2006-11-14  Daiki Ueno  <ueno@p360>
1955
1956         * mml2015.el: Autoload epa-select-keys when compiling.
1957
1958 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1959
1960         * mml2015.el (mml2015-epg-sign): Save the signing keys in
1961         message-options.
1962         (mml2015-epg-encrypt): Save the recipient keys in message-options.
1963
1964 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1965
1966         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
1967         EasyPG (< 0.0.6).
1968         (mml2015-always-trust): New user option.
1969         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
1970         prompt.
1971
1972 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1973
1974         * nntp.el (nntp-authinfo-force): New variable.
1975         (nntp-send-authinfo): Use it.
1976
1977 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
1978
1979         * message.el (message-strip-subject-encoded-words): Allow _not_ to
1980         decode encoded words.  Improve prompt.  Add comment about forwarding.
1981         (message-replacement-char): Move up.
1982
1983 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1984
1985         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
1986         instead of gnus-intersection because arguments of gnus-sorted-nunion
1987         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
1988
1989 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
1990
1991         * message.el (message-strip-subject-encoded-words): Reformat prompt.
1992         (message-simplify-subject-functions): Enable
1993         message-strip-subject-encoded-words by default.
1994
1995 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1996
1997         * message.el (message-strip-subject-encoded-words): New function
1998         (message-simplify-subject-functions): New variable.
1999         (message-simplify-subject): Use it.  Fix typo in doc string.
2000         Support message-strip-subject-encoded-words.
2001
2002 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
2003
2004         * gnus-diary.el (gnus-diary-delay-format-function):
2005         * nndiary.el (nndiary-reminders):
2006         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
2007
2008 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2009
2010         * gnus-art.el (article-hide-boring-headers): Fetch date from
2011         gnus-original-article-buffer to avoid problems with localized date
2012         strings.
2013
2014 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2015
2016         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
2017
2018 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
2019
2020         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
2021         New variables.
2022         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
2023         (mm-charset-synonym-alist): Move some entries to
2024         mm-codepage-iso-8859-list.
2025         (mm-charset-synonym-alist, mm-charset-override-alist): Add
2026         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
2027
2028 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2029
2030         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
2031
2032 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2033
2034         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
2035         with Emacs 21 and XEmacs.
2036
2037 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2038
2039         * spam.el (spam-parse-address): New function for better parsing,
2040         catching errors, etc.
2041         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
2042
2043 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2044
2045         * mm-view.el: Add interactive arg to html2text autoload.
2046
2047 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2048
2049         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
2050
2051 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
2052
2053         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
2054         variables.
2055         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
2056         (mm-charset-synonym-alist): Move some entries to
2057         mm-codepage-iso-8859-list.
2058
2059         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
2060
2061 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
2062
2063         * message.el (message-citation-line-format)
2064         (message-insert-formated-citation-line): Fix implementation of %E, %N
2065         and %n according to the doc string.
2066
2067 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
2068
2069         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
2070         car-safe to avoid bad parses.
2071
2072 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2073
2074         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
2075         names.
2076
2077         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
2078
2079 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2080
2081         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
2082         header.
2083
2084         * message.el (message-draft-headers): Add Date.
2085         (message-headers-to-generate): Fix typo in docstring.
2086
2087         * nndraft.el (nndraft-required-headers): New variable.
2088         (nndraft-generate-headers): Use it.
2089
2090         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
2091
2092 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
2093
2094         * gnus-registry.el (gnus-registry-wash-for-keywords)
2095         (gnus-registry-find-keywords): New functions to allow easy searching of
2096         articles that are in the registry.
2097
2098 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
2099
2100         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
2101         ietf-drums-parse-address instead of gnus-extract-address-components.
2102         Reported by Damien Elmes <damien@repose.cx>.
2103
2104 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
2105
2106         * gnus.el (gnus-mime): Remove unused custom group.
2107
2108 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2109
2110         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
2111         "blank line" when searching for end of armor headers.
2112
2113 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2114
2115         * gmm-utils.el (gmm-write-region): Fix variable name.
2116
2117 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
2118
2119         * gmm-utils.el (gmm-write-region): New function based on compatibility
2120         code from `mm-make-temp-file'.
2121
2122         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
2123
2124         * nnmaildir.el (nnmaildir--update-nov)
2125         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
2126         Use `gmm-write-region'.
2127
2128 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2129
2130         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
2131         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
2132
2133         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
2134
2135         * message.el (message-replacement-char): New variable.
2136         (message-fix-before-sending): Use it.
2137         (message-simplify-subject): New function to remove duplicate code.
2138         (message-reply, message-followup): Use it.
2139
2140         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
2141         gnus-summary-limit-to-articles.
2142
2143 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2144
2145         * gnus-util.el (gnus-with-local-quit): New macro.
2146
2147         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
2148
2149 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
2150
2151         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
2152         ignore non-string data.
2153
2154 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
2155
2156         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
2157         non-string data (needs to be done in the registry too).
2158
2159 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2160
2161         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
2162         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
2163         (gnus-registry-split-fancy-with-parent)
2164         (gnus-registry-fetch-simplified-message-subject-fast)
2165         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
2166         Remove text properties on ingress into the registry and when it's saved.
2167         (gnus-registry-clean-empty-function): Fix bug with cleaning the
2168         registry from entries with no groups.
2169
2170 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2171
2172         * gnus-util.el (gnus-string-remove-all-properties): Add utility
2173         function to remove string properties.
2174
2175 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
2176
2177         * gmm-utils.el (gmm): Adjust custom version.
2178
2179         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
2180         custom version.
2181
2182         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
2183
2184 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
2185
2186         * gnus-art.el (gnus-insert-prev-page-button)
2187         (gnus-insert-next-page-button): Simplify.  Reformat.
2188
2189 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
2190
2191         * gnus-art.el (gnus-insert-prev-page-button)
2192         (gnus-insert-next-page-button): Apply gnus-article-button-face.
2193
2194 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
2195
2196         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
2197
2198 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
2199
2200         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
2201         gnus-article-button-face to MIME and security buttons.
2202
2203 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
2204
2205         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
2206         readable.
2207
2208 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2209
2210         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
2211
2212 2006-09-20  Steve Youngs  <steve@sxemacs.org>
2213
2214         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
2215         `browse-url-of-file' instead of `browse-url'.
2216
2217 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2218
2219         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
2220         regexp.  Articles containing quotation were cut prematurely.
2221
2222 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2223
2224         * message.el (message-cite-original-1): Use nobody by default for the
2225         value of From header.
2226         (message-reply): Ditto.
2227
2228 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
2229
2230         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
2231         to the gnus-info.  This fixes a bug of inline-PGP message verification.
2232         Reported by Michael Piotrowski <mxp@dynalabs.de>.
2233
2234 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
2235
2236         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
2237         mails in the doc string.  Add some URLs in comment.
2238         (pop3-movemail): Warn about pop3-leave-mail-on-server.
2239
2240 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2241
2242         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
2243         backslashes handling and the way to find boundaries of quoted strings.
2244
2245 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
2246
2247         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
2248         mml1991-encrypt-to-self is set and mml1991-signers is not set.
2249         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
2250         mml2015-encrypt-to-self is set and mml2015-signers is not set.
2251
2252 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
2253
2254         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
2255         doc string.
2256         (gnus-button-regexp, gnus-button-last): Remove unused variables.
2257
2258 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2259
2260         * lpath.el: Fbind epg-check-configuration.
2261
2262 2006-09-06  Simon Josefsson  <jas@extundo.com>
2263
2264         * mml2015.el (mml2015-use): Doc fix, mention epg.
2265
2266 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2267
2268         * mml2015.el (mml2015-use): Default to epg, if available.
2269
2270 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2271
2272         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
2273         message-sender.
2274         (mml1991-epg-encrypt): Ditto.
2275         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
2276         message-sender.
2277         (mml2015-epg-encrypt): Ditto.
2278
2279 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
2280
2281         * message.el (message-send-mail-with-sendmail): Look for sendmail in
2282         several common directories.
2283
2284 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
2285
2286         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
2287         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
2288
2289 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2290
2291         * gnus-art.el (article-decode-encoded-words): Make it fast.
2292
2293 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2294
2295         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
2296
2297         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
2298         in quoted string into `\'.
2299
2300 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2301
2302         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2303         Use standard-syntax-table.
2304
2305 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2306
2307         * gnus-art.el (gnus-decode-address-function): New variable.
2308         (article-decode-encoded-words): Use it to decode headers which are
2309         assumed to contain addresses.
2310         (gnus-mime-delete-part): Remove useless `or'.
2311
2312         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
2313         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
2314         (gnus-nov-parse-line): Use it to decode From header.
2315         (gnus-get-newsgroup-headers): Ditto.
2316         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
2317
2318         * mail-parse.el (mail-decode-encoded-address-region): New alias.
2319         (mail-decode-encoded-address-string): New alias.
2320
2321         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2322         New function.
2323         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
2324         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
2325         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
2326         (rfc2047-decode-string): Ditto.
2327         (rfc2047-decode-address-region): New function.
2328         (rfc2047-decode-address-string): New function.
2329
2330 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
2331
2332         * message.el (message-caesar-buffer-body): Allow rotating headers.
2333
2334         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
2335
2336         * message.el (message-insert-formated-citation-line): Fix %f.
2337         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
2338
2339 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2340
2341         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
2342         (gnus-bookmark-mouse-available-p): New macro.
2343         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
2344         (gnus-bookmark-bmenu-show-infos): Use it.
2345         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
2346         (gnus-bookmark-bmenu-hide-infos): Ditto.
2347         (gnus-bookmark-remove-properties): New function.
2348         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
2349         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
2350         (gnus-bookmark-write-file): Bind coding-system-for-write.
2351         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
2352         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
2353         group before selecting it.
2354         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
2355         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
2356         quit-window if it is not available; use gnus-mouse-2 and bind it to
2357         gnus-bookmark-bmenu-select-by-mouse.
2358         (gnus-bookmark-show-details): Remove unused variable `details-list'.
2359         (gnus-bookmark-bmenu-select-by-mouse): New function.
2360
2361 2006-08-13  Romain Francoise  <romain@orebokech.com>
2362
2363         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
2364         space.
2365
2366 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2367
2368         * compface.el (uncompface): Use binary rather than raw-text-unix.
2369
2370 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2371
2372         * compface.el (uncompface): Make sure the eol conversion doesn't take
2373         place when communicating with the external programs.  Reported by
2374         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2375
2376 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2377
2378         * nnheader.el (nnheader-insert-head): Fix typo in comment.
2379
2380 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2381
2382         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2383         Make it more robust by parsing author and date independently.
2384
2385 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2386
2387         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
2388
2389 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
2390
2391         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
2392         first matching secret key.
2393         (mml2015-epg-encrypt): Ditto.
2394
2395         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
2396         first matching secret key.
2397         (mml1991-epg-encrypt): Ditto.
2398
2399         * mml2015.el (mml2015-encrypt-to-self): New user option.
2400         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
2401         mml2015-epg-encrypt-to-self is set.
2402
2403         * mml1991.el (mml1991-encrypt-to-self): New variable.
2404         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
2405         mml1991-epg-encrypt-to-self is set.
2406
2407         * mml2015.el (mml2015-signers): New user option.
2408         (mml2015-epg-sign): Reflect the value of mml2015-signers.
2409         (mml2015-epg-encrypt): Allow to select signing keys.
2410
2411         * mml1991.el (mml1991-signers): New variable.
2412         (mml1991-epg-sign): Reflect the value of mml1991-signers.
2413         (mml1991-epg-encrypt): Allow to select signing keys.
2414
2415 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2416
2417         * nnheader.el (nnheader-insert-head): Make it work even if the file
2418         uses CRLF for the line-break code.
2419
2420 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
2421
2422         * mml2015.el: Require mml-sec instead of password.
2423         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
2424         (mml2015-cache-passphrase): Inherit the default value from
2425         mml-secure-cache-passphrase.
2426         (mml2015-passphrase-cache-expiry): Inherit the default value from
2427         mml-secure-passphrase-cache-expiry.
2428
2429         * mml1991.el: Require mml-sec instead of password.
2430         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
2431         (mml1991-cache-passphrase): Inherit the default value from
2432         mml-secure-cache-passphrase.
2433         (mml1991-passphrase-cache-expiry): Inherit the default value from
2434         mml-secure-passphrase-cache-expiry.
2435
2436         * mml-sec.el: Require password.
2437         (mml-secure-verbose): New user option.
2438         (mml-secure-cache-passphrase): New user option.
2439         (mml-secure-passphrase-cache-expiry): New user option.
2440
2441 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
2442
2443         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
2444         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
2445         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
2446
2447         FIXME: Use `tiny change'?
2448
2449 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2450
2451         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
2452         workaround for the url package included with Emacs.
2453
2454         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2455
2456 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2457
2458         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
2459         correctly.  This fixes a bug caused by the 2006-05-12 change.
2460
2461 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
2462
2463         * nnmail.el (nnmail-article-group): If splitting raises an error, give
2464         some information about the error when saying that the `bogus' mail
2465         group will be used.
2466
2467 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
2468
2469         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
2470         string.
2471
2472 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
2473
2474         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
2475
2476 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2477
2478         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
2479
2480 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2481
2482         * mml1991.el (mml1991-function-alist): Add epg.
2483         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
2484         (mml1991-epg-encrypt): New functions.
2485
2486 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2487
2488         * mml2015.el (mml2015-verbose): New variable.
2489         (mml2015-cache-passphrase): Ditto.
2490         (mml2015-passphrase-cache-expiry): Ditto.
2491         (mml2015-function-alist): Add epg.
2492         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
2493         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
2494         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
2495         functions.
2496
2497 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2498
2499         * message.el (message-cite-original-1): Preserve region when removing
2500         quoted text due to X-No-Archive in order to avoid bogus attribution
2501         when citing multiple messages.
2502
2503 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2504
2505         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
2506         Kenneth Jacker <khj@be.cs.appstate.edu>.
2507
2508 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
2509
2510         * gnus-diary.el (gnus-user-format-function-d)
2511         (gnus-user-format-function-D): Autoload.
2512
2513         * imap.el (Commentary): Fix typo.
2514
2515         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
2516         2006-04-22 contribution.
2517
2518 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2519
2520         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
2521         It didn't really fix the bogosity I'm seeing with solid web groups.
2522
2523 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2524
2525         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
2526         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
2527         created using server names.  If we use the feature without declaring
2528         it, Gnus does not properly manage server and group state.
2529
2530         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
2531         bound.
2532
2533 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2534
2535         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
2536         looking up the method using GROUP's prefix before inventing a new one.
2537         It is used on killed/unknown groups in various places where returning
2538         an all-new method isn't expected by the caller.
2539
2540         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
2541         and match semantics of gnus-group-real-prefix.
2542
2543 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
2544
2545         * nnmail.el (nnmail-broken-references-mailers): New variable.
2546         (nnmail-ignore-broken-references): New function generalizing
2547         nnmail-fix-eudora-headers.
2548         (nnmail-fix-eudora-headers): Now obsolete.
2549
2550         * gnus-art.el (gnus-button-handle-custom): Support
2551         `customize-apropos*'.
2552
2553 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2554
2555         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
2556
2557         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
2558         articles.
2559
2560 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
2561
2562         * message.el (message-cite-reply-above): New variable.
2563         (message-yank-original): Use it.
2564
2565 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2566
2567         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
2568
2569 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
2570
2571         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
2572         as read.
2573
2574         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
2575
2576 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
2577
2578         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
2579         (gnus-bookmark-default-file): Use gnus-directory.
2580         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
2581         Remove "*" in doc string.
2582         (gnus-bookmark-write-file): Simplify.
2583         (gnus-bookmark-maybe-sort-alist): Use `when'.
2584         (gnus-bookmark-get-bookmark): Fix typo in doc string.
2585         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
2586         FIXME about Emacs 21 and XEmacs compatibility.
2587         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
2588         compatibility.
2589         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
2590         compatibility.
2591         (gnus-bookmark-menu-heading): Fix version.
2592
2593 2006-06-19  Bastien Guerry  <bzg@altern.org>
2594
2595         * gnus-bookmark.el: New file.
2596
2597 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2598
2599         * message.el (message-syntax-checks): Doc fix.
2600
2601 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2602
2603         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
2604         unsubscribed groups as if they were killed ones.  It causes duplicate
2605         entries in gnus-newsrc-alist.
2606
2607 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2608
2609         * message.el (message-syntax-checks): Doc fix.
2610         (message-send-mail): Add check for continuation headers.
2611         (message-check-news-header-syntax): Fix regexp used to check for
2612         continuation headers.
2613
2614 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2615
2616         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
2617
2618 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
2619
2620         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
2621
2622 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2623
2624         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
2625         default-truncate-lines.
2626
2627 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2628
2629         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
2630         to fill the utf-8 entry.
2631
2632         * lpath.el: Fbind unicode-precedence-list.
2633
2634 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2635
2636         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2637
2638 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
2639
2640         * gnus-agent.el (directory-files-and-attributes): Move all the way
2641         forward (the third and final move).
2642         (gnus-agent-read-agentview): Trap reconstruction errors due to
2643         nonexistant directory.  Handle by returning nil.
2644
2645 2006-05-30  Didier Verna  <didier@xemacs.org>
2646
2647         * message.el (message-dont-reply-to-names): Update the custom type.
2648         * message.el (message-dont-reply-to-names): New defsubst: potentially
2649         convert a list of regexps into a single one.
2650         * message.el (message-get-reply-headers): Use it.
2651         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
2652
2653 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2654
2655         * gnus-agent.el (directory-files-and-attributes): Move forward.
2656
2657 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2658
2659         * gnus-ml.el (gnus-mailing-list-subscribe)
2660         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
2661         (gnus-mailing-list-message): Fix doc strings.
2662
2663 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2664
2665         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
2666         of doing it manually.
2667
2668 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2669
2670         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
2671         comment.
2672
2673 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
2674
2675         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
2676         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
2677         (gnus-agent-read-local): All symbols allocated in my-obarray
2678         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
2679         (gnus-agent-regenerate-group): Check numeric names to see if they are
2680         messages or groups.
2681         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
2682         better way of do this...)
2683
2684         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
2685         'dummy.group' (there should be a better way of do this...)
2686
2687 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2688
2689         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
2690         (gnus-saved-headers): Ditto.
2691         (gnus-default-article-saver): Mention functions may have properties.
2692         (gnus-article-save): Override gnus-save-all-headers and
2693         gnus-saved-headers by :headers property which saver function may have.
2694         (gnus-summary-save-in-file): Add :headers property.
2695         (gnus-summary-write-to-file): Ditto.
2696
2697         * gnus-sum.el (gnus-summary-save-article): Bind
2698         gnus-prompt-before-saving to t when saving many articles in a file;
2699         always show all headers.
2700
2701         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
2702
2703 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2704
2705         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
2706         marks.
2707
2708         * message.el (message-indent-citation): Add optional arguments to allow
2709         using it outside of message buffers.
2710
2711         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
2712         (gnus-article-treat-unfold-headers): Use it.
2713         (gnus-article-truncate-lines): New variable.
2714         (gnus-article-mode): Use it.
2715         (gnus-article-toggle-truncate-lines): New function.
2716
2717         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
2718         gnus-article-toggle-truncate-lines.
2719
2720         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
2721         coding system in XEmacs, use binary.
2722
2723 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2724
2725         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
2726         after-load-alist.
2727
2728         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
2729         this function should save decoded articles.
2730         (gnus-summary-write-to-file): Use property to specify this function
2731         should save decoded articles and specify gnus-summary-save-in-file
2732         should be used to save articles other than the first one when saving
2733         many articles.
2734         (gnus-summary-save-body-in-file): Use property to specify this
2735         function should save decoded articles.
2736         (gnus-summary-write-body-to-file): Use property to specify this
2737         function should save decoded articles and specify
2738         gnus-summary-save-body-in-file should be used to save articles other
2739         than the first one when saving many articles.
2740
2741         * gnus-sum.el (gnus-summary-save-article): Simplify.
2742
2743 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2744
2745         * gnus-art.el (gnus-default-article-saver): Add
2746         gnus-summary-write-body-to-file.
2747         (gnus-article-save-coding-system): Don't use coding system object
2748         in XEmacs.
2749         (gnus-read-save-file-name): Add optional `dir-var' argument which
2750         specifies directory in which files are saved; work even if optional
2751         `variable' argument is not specified.
2752         (gnus-summary-write-to-file): Read file name.
2753         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
2754         (gnus-summary-write-body-to-file): New function.
2755
2756         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
2757         (gnus-summary-local-variables): Add it.
2758         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
2759         (gnus-summary-save-article): Remove optional `decode' argument;
2760         determine whether to decode articles by the value of
2761         gnus-default-article-saver; when saving many files using
2762         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
2763         it first and use gnus-summary-save-in-file or
2764         gnus-summary-save-body-in-file thereafter unless
2765         gnus-prompt-before-saving is always; move point to article which
2766         will be saved.
2767         (gnus-summary-save-article-file): Revert.
2768         (gnus-summary-write-article-file): Revert.
2769         (gnus-summary-save-article-body-file): Revert.
2770         (gnus-summary-write-article-body-file): New function.
2771
2772 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2773
2774         * gnus-art.el (gnus-default-article-saver): Doc fix.
2775         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
2776         from gnus-summary-save-article-coding-system, and default to a
2777         certain coding system.
2778         (gnus-output-to-file): Add coding cookie and encode text according
2779         to gnus-article-save-coding-system; don't use mm-append-to-file.
2780
2781         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
2782         gnus-art.el and rename to gnus-article-save-coding-system.
2783         (gnus-summary-save-article): Require gnus-art; don't show all
2784         headers if it decodes articles; don't add coding cookie here;
2785         don't bind mm-text-coding-system-for-write.
2786         (gnus-summary-save-article-file): Save decoded articles.
2787         (gnus-summary-write-article-file): When saving many files, use
2788         gnus-summary-write-to-file first and gnus-summary-save-in-file
2789         thereafter unless gnus-prompt-before-saving is always.
2790         (gnus-summary-save-article-body-file): Save decoded articles.
2791
2792         * lpath.el: Fbind select-safe-coding-system for XEmacs.
2793
2794 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2795
2796         * nnrss.el (nnrss-check-group): Bind hash-index.
2797
2798 2006-05-23  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2799
2800         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
2801         its hash index.  Store this hash in `nnrss-group-data'.
2802         (nnrss-read-group-data): Update accordingly.
2803
2804 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2805
2806         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
2807         entry.
2808
2809         * gnus-sum.el (gnus-summary-make-menu-bar): Add
2810         gnus-article-browse-html-article.
2811
2812 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
2813
2814         * gnus-sum.el (gnus-summary-mime-map): Add
2815         gnus-article-browse-html-article.
2816
2817         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
2818
2819 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2820
2821         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
2822         suitable coding systems in customize.
2823
2824 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
2825
2826         * mail-source.el (mail-sources): Fix custom type.
2827
2828 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
2829
2830         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
2831         (gnus-summary-expire-articles-now): Shorten prompt.
2832
2833         * gmm-utils.el (wid-edit): Require.
2834         (defun-gmm): Renamed from `gmm-defun-compat'.
2835         (gmm-image-search-load-path): Use it.
2836         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
2837
2838 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2839
2840         * gnus-sum.el (gnus-summary-save-article-coding-system): New
2841         variable.
2842         (gnus-summary-save-article): Add optional `decode' argument.  If
2843         it is set and gnus-summary-save-article-coding-system is non-nil,
2844         save decoded article.
2845         (gnus-summary-write-article-file): Save decoded article if
2846         gnus-summary-save-article-coding-system is non-nil.
2847
2848         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
2849         type.
2850
2851 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2852
2853         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
2854
2855 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2856
2857         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
2858         first to test gnus-single-article-buffer which may be buffer-local.
2859
2860         * gnus-sum.el (gnus-summary-setup-buffer): Make
2861         gnus-single-article-buffer buffer-local and nil in ephemeral
2862         group; make gnus-article-buffer, gnus-article-current, and
2863         gnus-original-article-buffer always buffer-local.
2864         (gnus-summary-exit): Kill article buffer belonging to ephemeral
2865         group.
2866         (gnus-handle-ephemeral-exit): Don't move to next summary line.
2867
2868 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2869
2870         * nnml.el (nnml-request-compact-group): Compressed files might not
2871         have .gz extension.
2872
2873 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2874
2875         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
2876         (mm-copy-to-buffer): Use with-current-buffer.
2877         (mm-display-part): Simplify.
2878         (mm-inlinable-p): Add optional arg `type'.
2879
2880 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2881
2882         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
2883         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
2884         Try harder to show the attachment internally or externally using
2885         gnus-mime-view-part-as-type.
2886
2887 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2888
2889         * message.el (message-from-style, message-signature-separator)
2890         (message-user-organization-file, message-send-mail-function)
2891         (message-citation-line-function, message-yank-prefix)
2892         (message-indent-citation-function, message-signature)
2893         (message-signature-file, message-signature-insert-empty-line):
2894         Remove autoloads.
2895
2896         * gnus-art.el (gnus-buttonized-mime-types): Remove
2897         "multipart/signed".  Revert 2006-04-26 change.
2898
2899 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2900
2901         * gnus.el (gnus-version-number): Bump version.
2902
2903 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2904
2905         * gnus.el: No Gnus v0.5 is released.
2906
2907 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2908
2909         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
2910         fetching articles by message-id.
2911
2912 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2913
2914         * message.el (hashcash): Require hashcash as normal.
2915
2916         * ecomplete.el (ecomplete-highlight-match-line): Use
2917         point-at-eol.
2918         (ecomplete-highlight-match-line): Use `highlight', because that
2919         face exists in both Emacs and XEmacs.
2920
2921         * message.el (message-display-abbrev): Use point-at-bol.
2922
2923         * mail-source.el: Don't require timer/timer-funcs.
2924
2925         * gnus-async.el: Ditto.
2926
2927         * password.el: Ditto.
2928
2929         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
2930
2931         * mm-url.el: Ditto.
2932
2933         * gnus-xmas.el: Don't require timer-funcs.
2934
2935         * mm-util.el: Require timer/timer-funcs.
2936
2937 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2938
2939         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
2940         Close.
2941
2942 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2943
2944         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
2945         unibyte after clear-decrypt function runs.
2946
2947         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
2948         returns as a unibyte string.
2949
2950 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2951
2952         * lpath.el: Revert.
2953
2954         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
2955         (pgg-gpg-process-sentinel): Revert.
2956
2957         * pgg-pgp.el (pgg-pgp-process-region): Revert.
2958         (pgg-pgp-lookup-key): Revert.
2959
2960         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
2961         (pgg-pgp5-lookup-key): Revert.
2962
2963         * pgg.el (pgg-fetch-key): Revert.
2964
2965 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2966
2967         * lpath.el: Fbind string-as-multibyte for XEmacs.
2968
2969         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
2970         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
2971         (mml1991-pgg-encrypt): Ditto.
2972
2973         * pgg-gpg.el (pgg-string-to-multibyte): New function.
2974         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
2975         a multibyte buffer.
2976
2977         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
2978         (pgg-pgp-lookup-key): Ditto.
2979
2980         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2981         (pgg-pgp5-lookup-key): Ditto.
2982
2983         * pgg.el (pgg-fetch-key): Ditto.
2984
2985 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
2986
2987         * message.el (message-user-organization-file): Check several
2988         locations of the organization file.
2989
2990         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
2991         Add gnus-article-view-part-as-type.
2992
2993         * gnus-art.el (gnus-article-view-part-as-type): New function.
2994
2995         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
2996         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
2997
2998         * mml.el: Simplify autoload.
2999         (mml-mode): defvar dnd-protocol-alist instead of using
3000         symbol-value.
3001         (mml-default-directory): New variable.
3002         (mml-minibuffer-read-file): Use it.
3003         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
3004
3005         * message.el (message-citation-line-format): New variable.
3006         (message-insert-formated-citation-line): New function.
3007         (message-citation-line-function): Add
3008         `message-insert-formated-citation-line' to custom type.
3009
3010         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
3011         to doc string.
3012
3013         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
3014         depending on mm-verify-option.
3015
3016 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3017
3018         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
3019         binding pgg-* variables; reimplement the section which prevents
3020         MIME header from being signed.
3021         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
3022         pgg-text-mode; remove a blank line at the top of body.
3023
3024         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
3025         lines at the top of body; use gnus-newsgroup-charset if there's no
3026         Charset header.
3027
3028 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3029
3030         * message.el (message-self-insert-commands): Doc fix.
3031
3032         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
3033         (mm-uu-pgp-encrypted-test): Ditto.
3034         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
3035         between header and body; return application/pgp-encrypted handle
3036         if decryption failed; decode decrypted body by charset.
3037
3038         * mm-decode.el (mm-automatic-display): Don't make application/pgp
3039         element match to application/pgp-*.
3040
3041 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3042
3043         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
3044         HTML.
3045
3046 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3047
3048         * mail-source.el (mail-source-call-script): Message the error
3049         string.
3050
3051 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3052
3053         * gnus-util.el (gnus-byte-compile): Use it.
3054
3055 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
3056
3057         * gnus-util.el (kill-empty-logs): New function.
3058
3059 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3060
3061         * message.el (message-mail-alias-type): Doc fix.
3062         (message-mail-alias-type-p): New function.
3063         (message-send): Use it.
3064         (message-mode): Ditto.
3065         (message-strip-forbidden-properties): Ditto.
3066
3067         * ecomplete.el (ecomplete-database-file-coding-system): New
3068         variable.
3069         (ecomplete-save): Use it.
3070         (ecomplete-setup): Use it.
3071
3072 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3073
3074         * message.el (message-self-insert-commands): New variable.
3075         (message-strip-forbidden-properties): Use it.
3076
3077 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3078
3079         * message.el (message-put-addresses-in-ecomplete): Use a regexp
3080         that doesn't make XEmacs choke.
3081
3082 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
3083
3084         * gnus-util.el (gnus-replace-in-string):
3085         Prefer replace-regexp-in-string over of replace-in-string.
3086
3087 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3088
3089         * gnus-util.el (gnus-select-frame-set-input-focus):
3090         Use select-frame-set-input-focus if it is available in XEmacs; use
3091         definition defined in Emacs 22 for old Emacsen.
3092
3093         * dgnushack.el: Autoload unmorse-region for XEmacs.
3094
3095         * lpath.el: Bind cursor-in-non-selected-windows and
3096         select-frame-set-input-focus for XEmacs.
3097
3098 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3099
3100         * mm-view.el (mm-inline-text): Use equal instead of equalp.
3101
3102 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
3103
3104         * gnus-registry.el (gnus-registry-cache-save): Remove text
3105         properties when saving via the temp buffer.
3106
3107 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
3108
3109         * message.el (message-generate-hashcash): Honor custom type.
3110
3111 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3112
3113         * message.el (message-generate-hashcash): Default to non-nil when
3114         hashcash is found.
3115
3116         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
3117         (gnus-refer-thread-limit): Increase default to 500.
3118
3119         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
3120
3121         * flow-fill.el (fill-flowed): Allow delete-space.
3122
3123 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
3124
3125         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
3126         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
3127         Remove autoloads.
3128
3129 2006-04-18  Simon Josefsson  <jas@extundo.com>
3130
3131         * message.el (message-generate-hashcash): Default to.
3132
3133 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3134
3135         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
3136         concatenating segments rather than before concatenating them.
3137
3138 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
3139
3140         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
3141
3142 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3143
3144         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
3145
3146         * message.el (message-forward-make-body-plain): Allow
3147         message-forward-ignored-headers to be a list.
3148         (message-remove-ignored-headers): Factor out into function.
3149         (message-forward-make-body-mml): Use it.
3150
3151         * imap.el (imap-quote-specials): New function.
3152         (imap-login-auth): Quote specials.
3153
3154         * rfc2231.el (rfc2231-parse-string): Remove dead code.
3155         (rfc2231-parse-string): Allow concatanation of parameters that
3156         aren't contiguous.  The test case is
3157           (mail-header-parse-content-type "message/external-body;
3158             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
3159             access-type=LOCAL-FILE;
3160             name*1*=plugh%2fhello-sailor%2fbing.pdf")
3161
3162 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3163
3164         * nntp.el (nntp-accept-process-output): Return the value of
3165         `nnheader-accept-process-output'.
3166
3167 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3168
3169         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
3170         (gnus-button-alist): Recognize more diff formats.
3171         (gnus-button-patch): Strip directory.
3172
3173 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
3174
3175         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
3176         Emacs 22 when setting focus.
3177
3178 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3179
3180         * gnus-art.el (gnus-article-treat-types): Do treatment of
3181         text/x-verbatim parts.
3182         (gnus-button-patch): New command.
3183
3184         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
3185         addresses that contain invalid characters.
3186
3187 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3188
3189         * message.el (message-put-addresses-in-ecomplete): Use
3190         gnus-replace-in-string.
3191         (message-is-yours-p): Use the more correct
3192         mail-header-parse-address instead of
3193         mail-extract-address-components.
3194         (message-put-addresses-in-ecomplete): Fix typo.
3195
3196         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
3197         keystroke.
3198
3199         * gnus-art.el (gnus-treatment-function-alist): Change order of
3200         newsgroups/generic header folding to avoid double-folding.
3201
3202         * message.el (message-hidden-headers): Add X-Draft-From.
3203
3204         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
3205         command.
3206         (gnus-summary-repeat-search-article-backward): New command.
3207
3208         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
3209         groups in the parent topic.
3210
3211 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
3212
3213         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
3214         (spam-extra-header-to-number): Return the CRM114 number as a
3215         number instead of a string.
3216
3217 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3218
3219         * gnus-art.el (gnus-face-properties-alist): Moved here from
3220         gnus-fun.
3221
3222         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
3223
3224 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3225
3226         * message.el (message-strip-forbidden-properties): Only display on
3227         self-insert-command.
3228
3229         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
3230         reindent.
3231         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
3232
3233 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
3234
3235         * smiley.el (smiley-style): Fix typo.
3236
3237 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3238
3239         * hashcash.el (hashcash-insert-payment-async-2): Use
3240         message-goto-eoh instead of doing it manually.
3241         (mail-add-payment): Use message-narrow-to-header instead of trying
3242         to do the same itself.
3243
3244         * message.el (message-hidden-headers): Add Face.
3245
3246         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
3247         reparenting code.
3248         (gnus-summary-reparent-children): Refactored out code.
3249         (gnus-summary-thread-map): New keystroke.
3250         (gnus-summary-reparent-children): Make into command.
3251
3252         * smiley.el (smiley-style): Default to `medium' if using a large
3253         font.
3254
3255         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
3256         does it itself.
3257
3258         * message.el (message-point-in-header-p): Simplify definition.
3259
3260 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3261
3262         * nnagent.el (nnagent-request-set-mark): Silence log file
3263         writing.
3264         (nnagent-request-set-mark): Use write-region instead of
3265         append-to-file.
3266
3267         * gnus-sum.el (gnus-read-header): Fudge article number if using a
3268         strange select method.
3269
3270         * ecomplete.el (ecomplete-display-matches): Get highlightling
3271         right.
3272         (ecomplete-display-matches): Use literals.
3273         (ecomplete-display-matches): Disable message logging.
3274
3275         * message.el (message-display-abbrev): Small optimization.
3276
3277         * ecomplete.el (ecomplete-display-matches): Allow automatic
3278         display.
3279
3280         * message.el (message-strip-forbidden-properties): Display
3281         abbrevs.
3282         (message-display-abbrev): Get automatic display right.
3283
3284         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
3285         keystrokes.
3286
3287 2006-04-13  Romain Francoise  <romain@orebokech.com>
3288
3289         TODO: Backport to v5-10!
3290
3291         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
3292         Moved here (and renamed) from gnus-registry.el.
3293
3294         * gnus-registry.el: Require gnus-util.
3295         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
3296
3297 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3298
3299         * gnus-group.el (gnus-group-catchup-current): Change
3300         if-then-else-if-then-else into cond.
3301         (gnus-group-catchup): Indent.
3302         (group-name-at-point): New function.
3303         (gnus-fetch-group): Provide default from thing at point.
3304
3305 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3306
3307         * message.el (message-display-abbrev): Fix regexp.
3308
3309         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
3310         choosing.
3311         (ecomplete-highlight-match-line): Fix up code rewrite, remove
3312         dead variables.
3313
3314         * message.el (message-newline-and-indent): Remove debugging.
3315         (message-display-abbrev): Use new implementation.
3316
3317 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3318
3319         * gnus-art.el (gnus-article-mode): Set
3320         cursor-in-non-selected-windows to nil.
3321
3322         * smiley.el: Revert previous change.
3323         (smiley-data-directory): defvar it before using it in the
3324         defcustom of `smiley-style'.
3325
3326 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3327
3328         * message.el (message-newline-and-indent): New function.
3329
3330         * ecomplete.el: Implement more bits.
3331
3332         * message.el (message-put-addresses-in-ecomplete): Clean up the
3333         string.
3334
3335         * ecomplete.el (ecomplete-add-item): Chop off decimals.
3336
3337         * gnus-sum.el (gnus-summary-save-parts): Bind
3338         gnus-summary-save-parts-counter and use it to make unique file
3339         names.
3340
3341         * gnus-art.el (gnus-ignored-headers): Add some more headers.
3342
3343         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
3344         parameter to say whether to actually parse the individual
3345         addresses.
3346
3347         * message.el (message-put-addresses-in-ecomplete): New function.
3348         (ecomplete): Require.
3349         (message-mail-alias-type): Add ecomplete as an option.
3350
3351 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
3352
3353         * flow-fill.el (fill-flowed): Remove trailing space from blank
3354         quoted lines.
3355
3356 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3357
3358         * smiley.el (smiley-style): Move definition later to avoid a
3359         compilation warning.
3360
3361 2006-04-12  Kenichi Handa  <handa@m17n.org>
3362
3363         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
3364         buffer and then decode the buffer text if necessary.
3365         (rfc2231-encode-string): Be sure to work on multibyte buffer at
3366         first, and after mm-encode-body, change the buffer to unibyte.
3367         Use mm-disable-multibyte instead of set-buffer-multibyte.
3368
3369 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3370
3371         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
3372         Content-Type header instead of Content-Disposition header.
3373         (gnus-mime-inline-part): Ditto.
3374         (gnus-mime-view-part-as-charset): Ignore charset that the part
3375         specifies.
3376
3377         * mm-decode.el (mm-display-part): Work with external parts and
3378         usual parts similarly.
3379
3380         * mm-extern.el (mm-inline-external-body): Use mm-display-part
3381         instead of gnus-display-mime.
3382
3383         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
3384         instead of with-temp-buffer.
3385
3386         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
3387         tag to summarized topics part in order to encode non-ASCII text.
3388
3389 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3390
3391         * smiley.el (smiley-style): New variable.
3392         (smiley-directory): New function.
3393         (smiley-data-directory): Derive from `smiley-style' using
3394         `smiley-directory'.
3395         (smiley-regexp-alist): Add new entries.
3396
3397         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
3398         (gnus-article-browse-delete-temp): Add :version.
3399
3400 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3401
3402         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
3403         the sieve region.
3404
3405 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3406
3407         * gnus.el (gnus-version-number): Bump version.
3408
3409 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3410
3411         * gnus.el: No Gnus v0.4 is released.
3412
3413 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3414
3415         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
3416         layout.
3417
3418         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
3419         unknown charset.
3420
3421         * message.el (message-header-synonyms): Add Original-To to the
3422         default.
3423
3424         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
3425         optional parameter.
3426
3427 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3428
3429         * gnus-fun.el (gnus): Require it for gnus-directory.
3430
3431 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3432
3433         * gnus-fun.el (gnus-face-properties-alist): Add :version.
3434
3435 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3436
3437         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
3438
3439 2006-04-05  Simon Josefsson  <jas@extundo.com>
3440
3441         * password.el (password-reset): New function.
3442
3443 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3444
3445         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
3446         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3447
3448 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3449
3450         * nnweb.el (nnweb-google-create-mapping): Update regexp.
3451         Some whitespace was matched into the url, which broke browsing hits
3452         > 100 when mm-url-use-external was nil.
3453
3454 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
3455
3456         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
3457         gnus-extra-headers for 'Newsgroups.
3458
3459         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
3460         bound.
3461
3462 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
3463
3464         * pgg-gpg.el: Clean up process buffers every time gpg processes
3465         complete.
3466
3467 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
3468
3469         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3470         doc string.
3471
3472 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
3473
3474         * pgg-gpg.el (pgg-gpg-process-filter)
3475         (pgg-gpg-wait-for-completion): Check if buffer is alive.
3476
3477         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3478         lines, temporary fix.
3479
3480 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3481
3482         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
3483
3484 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
3485
3486         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3487         default-enable-multibyte-characters.  This reverts the change from
3488         revision 6.17 which is no longer necessary because the passphrase
3489         is sent separately now.  GnuPG messages are unreadable under
3490         multibyte locales with default-enable-multibyte-characters set to
3491         nil.
3492
3493 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
3494
3495         * message.el (message-tool-bar-gnome): Move "spell".
3496
3497 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
3498
3499         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
3500         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
3501         instead.
3502
3503 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
3504
3505         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
3506         newsgroups handling for NNTP overviews which don't include
3507         Newsgroups.
3508
3509 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3510
3511         * message.el (message-resend): Bind message-generate-hashcash to nil.
3512
3513 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3514
3515         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
3516         when searching for already-paid recipients.
3517
3518 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
3519
3520         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3521         passphrases when it is not needed.
3522         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3523         passphrase stuff from gpg, should only be necessary when you use
3524         gpg with a smartcard.
3525
3526 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3527
3528         * mml.el (mml-insert-mime): Ignore cached contents of
3529         message/external-body part.
3530
3531         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
3532         (mm-insert-part): Ditto.
3533
3534 2006-03-23  Simon Josefsson  <jas@extundo.com>
3535
3536         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
3537         Reiner.
3538         (pgg-gpg-use-agent-p): Use it again.
3539
3540 2006-03-23  Simon Josefsson  <jas@extundo.com>
3541
3542         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
3543         older emacsen.
3544         (pgg-gpg-use-agent-p): Don't use it.
3545
3546 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
3547
3548         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
3549         if we can.
3550
3551 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
3552
3553         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3554         (pgg-gpg-update-agent): New function.
3555         (pgg-gpg-use-agent-p): New function.
3556         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3557         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3558         (pgg-gpg-sign-region): Use it.
3559
3560 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
3563         Reported by Ralf Wachinger <rwachinger@gmx.de>.
3564
3565 2006-03-21  Simon Josefsson  <jas@extundo.com>
3566
3567         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3568         <wilde@sha-bang.de>.
3569         (pgg-gpg-use-agent): New variable.
3570         (pgg-gpg-process-region): Use it.
3571         (pgg-gpg-encrypt-region): Likewise.
3572         (pgg-gpg-encrypt-symmetric-region): Likewise.
3573         (pgg-gpg-decrypt-region): Likewise.
3574         (pgg-gpg-sign-region): Likewise.
3575         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3576
3577 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3578
3579         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
3580
3581         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
3582         Add comment on version.
3583
3584 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3585
3586         * smiley.el: Add missing test smiley.
3587
3588 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3589
3590         * mm-decode.el (mm-with-part): New macro.
3591         (mm-get-part): Use it; work with message/external-body as well.
3592         (mm-save-part): Treat name and filename equally.
3593
3594         * mm-extern.el (mm-extern-cache-contents): New function.
3595         (mm-inline-external-body): Use it; force the part to be displayed;
3596         move undisplayer added to the cached handle to the parent.
3597
3598         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
3599         (gnus-mime-view-part-as-type): Work with message/external-body.
3600
3601         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
3602
3603 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3604
3605         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
3606         images in image-load-path.  [Sync with image.el, revision 1.60, in
3607         Emacs.]
3608
3609 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3610
3611         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
3612         path rather than symbol.  Always return list of directories.
3613         Guarantee that image directory comes first.  [Sync with image.el,
3614         revision 1.59, in Emacs.]
3615
3616         * message.el (message-make-tool-bar): Adjust to new API of
3617         `gmm-image-load-path-for-library'.
3618
3619         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3620
3621         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3622
3623 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3624
3625         * gnus-art.el (gnus-article-only-boring-p):
3626         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
3627         intangible text.
3628         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
3629
3630 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
3631
3632         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
3633         `defun' instead of `gmm-defun-compat'.
3634
3635 2006-03-14  Simon Josefsson  <jas@extundo.com>
3636
3637         * message.el (message-unique-id): Don't use message-number-base36
3638         if (user-uid) is a float.
3639         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
3640
3641 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3642
3643         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
3644
3645         * gnus-art.el (gnus-mime-display-single): Make sure there is an
3646         empty line between a part and a message part.
3647
3648 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
3649
3650         * smiley.el: Add more test smileys.
3651         (smiley-data-directory, smiley-regexp-alist)
3652         (gnus-smiley-file-types): Fix doc strings.
3653         (smiley-update-cache): Clear smiley-cached-regexp-alist before
3654         adding new elements.
3655         (smiley-mouse-map): Unused code.  Make it a comment.
3656
3657 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3658
3659         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
3660         scan latest NoCeM messages instead of old ones.
3661         (gnus-nocem-check-article): Fix regexps so as to match to PGP
3662         delimiters that are recently used.
3663         (gnus-nocem-load-cache): Add autoload cookie.
3664
3665         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
3666
3667         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
3668         level which is larger than gnus-use-nocem is specified.
3669
3670         * gnus-group.el (gnus-group-get-new-news): Ditto.
3671
3672 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3673
3674         * gnus-util.el (gnus-tool-bar-update): New function.
3675
3676         * gnus-group.el (gnus-group-update-tool-bar): New variable.
3677         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
3678
3679         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
3680
3681         * gnus-group.el (gnus-group-redraw-when-idle)
3682         (gnus-group-redraw-check): Remove.
3683         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
3684
3685 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3686
3687         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
3688         if optional last element is specified in splits (FIELD VALUE...).
3689
3690 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
3691
3692         * message.el (message-make-tool-bar): Rename gmm-image-load-path
3693         to gmm-image-load-path-for-library.  Call with no-error argument.
3694         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
3695
3696         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3697
3698         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3699
3700         * gmm-utils.el (gmm-image-load-path): Remove alias.
3701
3702 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
3703
3704         * gmm-utils.el (gmm-image-load-path): Add alias.
3705
3706         * nnml.el (nnml-generate-nov-databases-directory): Rename from
3707         nnml-generate-nov-databases-1.
3708         (nnml-generate-nov-databases): Use it.
3709         (nnml-generate-nov-databases-directory): Document no-active
3710         argument.
3711
3712         * gmm-utils.el (gmm-image-load-path-for-library): Return single
3713         directory if path is t.  Add no-error.
3714
3715         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
3716         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3717
3718         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
3719         resetting gnus-article-browse-html-temp-list.
3720
3721         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
3722         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
3723         Add example to docstring.  Rename local variables.  Move error
3724         checks to default case in cond and simplify.
3725
3726 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3727
3728         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
3729         handle is multipart when calling it recursively.
3730         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
3731
3732 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
3733
3734         * nnimap.el (nnimap-request-update-info-internal): Optimize.
3735         Don't `gnus-uncompress-range' to avoid excessive memory usage.
3736
3737 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3738
3739         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
3740         is loaded.
3741
3742         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
3743         loaded.
3744
3745 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3746
3747         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
3748         to "Emacs 23 (unicode)" in doc string.
3749
3750         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
3751         "Emacs 23 (unicode)" in comment.
3752
3753 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3754
3755         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
3756
3757         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
3758         characters 160 through 255 in Emacs 23.
3759
3760 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3761
3762         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
3763         gnus-article-browse-html-temp.
3764         (gnus-article-browse-delete-temp): Make it customizable.  Add
3765         `file'.  Adjust doc string.
3766         (gnus-article-browse-delete-temp-files): Add argument.  Allow
3767         query for each file.  Adjust doc string.
3768         (gnus-article-browse-html-parts): Add
3769         `gnus-article-browse-delete-temp-files' to
3770         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
3771
3772 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
3773
3774         * gnus-art.el (gnus-article-browse-html-temp)
3775         (gnus-article-browse-delete-temp): New variables.
3776         (gnus-article-browse-delete-temp-files): New function.
3777         (gnus-article-browse-html-parts): Use it.
3778
3779 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3780
3781         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
3782
3783         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
3784         string.
3785
3786         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
3787         gnus-summary-insert-new-articles when unplugged.  Remove
3788         gnus-summary-search-article-forward.
3789
3790         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
3791         display-visual-class instead of display-color-cells.
3792
3793 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3794
3795         * dgnushack.el: Autoload customize-group for XEmacs.
3796
3797         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
3798         message/* containing non-ASCII text properly.
3799
3800 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3801
3802         * message.el: Require gmm-utils, remove autoloads.
3803         (message-tool-bar): Set default based on
3804         gmm-tool-bar-style.
3805         (message-tool-bar-gnome): Add gmm-customize-mode.
3806
3807         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
3808         gmm-tool-bar-style.
3809         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
3810
3811         * gnus-group.el (gnus-group-tool-bar): Set default based on
3812         gmm-tool-bar-style.
3813         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
3814
3815         * gmm-utils.el (gmm-image-directory): Rename variable from
3816         gmm-image-load-path.
3817         (gmm-image-load-path): Use gmm-image-directory.
3818         (gmm-customize-mode): New function.
3819         (gmm-tool-bar-style): New variable.
3820
3821         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
3822         gnus-group-redraw-line-number.
3823         (gnus-group-redraw-check): Simplify.
3824         (gnus-group-tool-bar-update): Remove redraw check.
3825         (gnus-group-make-tool-bar): Add redraw check.
3826
3827 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
3828
3829         * gnus-art.el (gnus-button): Add missing parentheses.
3830
3831 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3832
3833         * lpath.el: Fbind line-number-at-pos.
3834
3835 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3836
3837         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3838
3839 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3840
3841         * gnus-art.el (gnus-button): New face.
3842         (gnus-article-button-face): Use it.
3843
3844         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
3845         gnus-summary-next-page.  Re-order.
3846
3847         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
3848         next-node are now included.
3849         (gnus-group-redraw-line-number): New internal variable.
3850         (gnus-group-redraw-check): Helper function for updating the tool
3851         bar.
3852         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3853
3854         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3855
3856         * spam.el (spam-spamassassin-score-regexp): New internal variable.
3857         (spam-extra-header-to-number, spam-check-spamassassin-headers):
3858         Use it to match format of Spamassassin 3.0 and later.  Reported by
3859         IRIE Tetsuya <irie@t.email.ne.jp>.
3860         (spam-check-bogofilter)
3861         (spam-bogofilter-register-with-bogofilter): Fix args of
3862         `gnus-error' calls.
3863
3864 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3865
3866         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
3867         unnecessary interaction when sending queued mails.  Reported by
3868         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3869
3870 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3871
3872         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
3873         first or last are nil.
3874
3875 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3876
3877         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3878
3879 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3880
3881         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3882
3883 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3884
3885         * dns.el (query-dns): Protect more against buggy tcp output.
3886
3887 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3888
3889         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
3890         nov.php.
3891
3892 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3893
3894         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
3895         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
3896         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
3897         output on the server side.
3898         (nnweb-google-create-mapping): Update regexps and add some
3899         progress indication.
3900
3901 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
3902
3903         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
3904         gnus-agent-toggle-plugged.  Re-order icons.
3905         (gnus-group-tool-bar-gnome): Add
3906         gnus-group-{prev,next}-unread-group.
3907         (gnus-group-tool-bar-gnome): Re-order icons.
3908
3909         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
3910         gnus-summary-insert-new-articles.
3911
3912         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
3913         comments.
3914
3915         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
3916         also available in Emacs 21.3.
3917
3918         * message.el (message-fix-before-sending): Change "Emacs 22" to
3919         "Emacs 23 (unicode)" in comment.
3920
3921         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
3922         "Emacs 23 (unicode)" in comment.
3923
3924         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
3925         comment.
3926         (mm-coding-system-p): Add comment about no-MULE XEmacs.
3927
3928         * mm-view.el (mm-fill-flowed): Add :version.
3929
3930 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3931
3932         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
3933         and load-path.
3934
3935 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
3936
3937         * message.el: Autoload gmm-image-load-path.
3938         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
3939         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
3940         consitency.
3941
3942         * gmm-utils.el (gmm-image-load-path): Also search in
3943         "../etc/images".  Don't set gmm-image-load-path if we don't find
3944         the image.
3945
3946 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3947
3948         * gmm-utils.el (gmm-image-load-path): Don't make
3949         `gmm-image-load-path' include subdirectories which the second arg
3950         `image' might specify.
3951
3952         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
3953         subdirectory to icon file names.
3954
3955         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
3956
3957 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
3958
3959         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
3960         gmm-image-load-path calls.
3961
3962         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3963
3964         * message.el (message-make-tool-bar): Ditto.
3965
3966         * mml.el (mml-preview): Added comment concerning tool bar icons.
3967
3968         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
3969         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
3970
3971         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
3972         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
3973
3974         * message.el (message-tool-bar-gnome): Use new icon names.
3975         (message-make-tool-bar): Use `gmm-image-load-path'.
3976
3977         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
3978         functions from MH-E.
3979         (gmm-image-load-path): New variable from MH-E.
3980         (gmm-image-load-path): New function from MH-E.  Added arguments
3981         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
3982         *-image-load-path-called-flag.
3983
3984 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
3985
3986         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
3987
3988 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
3989
3990         * nnimap.el (nnimap-request-move-article): Change folder back to
3991         source group before deleting.
3992
3993 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3994
3995         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
3996
3997         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
3998         mm-url.
3999
4000         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
4001
4002 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4003
4004         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
4005         coding system which mm-charset-to-coding-system returns for a
4006         given charset is valid.
4007
4008 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
4009
4010         * html2text.el (html2text-remove-tag-list):
4011         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
4012
4013 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
4014
4015         * gnus-cus.el: Revert 2005-10-17 change.
4016
4017 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4018
4019         * gnus-art.el (article-strip-banner): Call
4020         article-really-strip-banner only when the regexp match is made.
4021
4022 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4023
4024         * gnus-art.el (article-strip-banner): Use
4025         gnus-extract-address-components instead of
4026         mail-header-parse-addresses to make it work with non-ASCII text;
4027         remove mail-encode-encoded-word-string.
4028
4029         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
4030         values which are surrounded with \"...\"; make it never cause a
4031         Lisp error; give up parsing of parameters if it failed in
4032         extracting type.
4033
4034 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4035
4036         * smime.el (smime-cert-by-ldap-1): Fix bug where
4037         `smime-ldap-search' returns results without userCertificates.
4038
4039 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4040
4041         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
4042
4043 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4044
4045         * spam.el (spam-check-spamassassin-headers): Adapt format for
4046         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
4047         <ari@mbf.ocn.ne.jp>.
4048         (spam-list-of-processors): Add spam-use-gmane.
4049
4050 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4051
4052         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
4053         make-temp-file; make it work with XEmacs as well.
4054
4055         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
4056         mm-make-temp-file.
4057
4058         * mm-decode.el (mm-display-external): Use the 3rd arg of
4059         mm-make-temp-file.
4060         (mm-create-image-xemacs): Ditto.
4061
4062 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4063
4064         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
4065         with message-narrow-to-headers.
4066         (gnus-draft-setup): Narrow to header to run message-fetch-field.
4067         (gnus-draft-check-draft-articles): New function.
4068         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
4069
4070 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
4071
4072         * gnus-art.el (gnus-article-browse-html-parts):
4073         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
4074         Don't use suffix argument for mm-make-temp-file for Emacs 21
4075         compatibility.  Remove useless `format'.
4076
4077 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4078
4079         * nnweb.el (nnweb-google-wash-article): Update regexps.
4080         (nnweb-group-alist): Use defvoo instead of defvar.
4081
4082 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4083
4084         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
4085         re-loading nn* modules.
4086
4087 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4088
4089         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
4090         for `tool-bar-mode' and don't check it's default-value.
4091
4092         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4093
4094         * message.el (message-make-tool-bar): Ditto.
4095
4096         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
4097         `substring'.  Shorten tmp-file name.
4098
4099         * gnus.el: Remove bogus comment.
4100
4101 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
4102
4103         * gnus-art.el (gnus-article-browse-html-parts): New function.
4104         (gnus-article-browse-html-article): New function for viewing html
4105         articles with a browser.
4106
4107 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
4108
4109         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
4110         in elisp.
4111         (pgg-gpg-encrypt-symmetric-region): Ditto.
4112         (pgg-gpg-sign-region): Ditto.
4113
4114         * pgg-def.el (pgg-text-mode): New variable.
4115
4116         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
4117         (mml2015-pgg-encrypt): Ditto.
4118
4119         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
4120         (mml1991-pgg-encrypt): Ditto.
4121
4122 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4123
4124         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
4125         message-make-date instead of current-time-string.
4126
4127         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
4128         to gnus-decoded which mm-uu might set.
4129
4130 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4131
4132         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
4133         don't decode quoted parameters; remove misimported Emacs code.
4134         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4135         (rfc2231-decode-encoded-string): Don't use split-string which
4136         behaves differently according to Emacs version; use
4137         mm-decode-coding-region to convert charset to coding-system.
4138         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4139         (rfc2231-encode-string): Remove misimported Emacs code.
4140
4141 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4142
4143         * gnus-art.el (article-decode-charset): Don't use ignore-errors
4144         when calling mail-header-parse-content-type.
4145         (article-de-quoted-unreadable): Ditto.
4146         (article-de-base64-unreadable): Ditto.
4147         (article-wash-html): Ditto.
4148
4149         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
4150         calling mail-header-parse-content-type and
4151         mail-header-parse-content-disposition.
4152         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
4153         mail-header-parse-content-type.
4154
4155         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
4156         insert charset and format parameters; encode description after
4157         inserting it to buffer.
4158         (mml-insert-parameter): Fold lines properly even if a parameter is
4159         segmented into two or more lines; change the max column to 76.
4160
4161         * rfc1843.el (rfc1843-decode-article-body): Don't use
4162         ignore-errors when calling mail-header-parse-content-type.
4163
4164         * rfc2231.el (rfc2231-parse-string): Return at least type if
4165         possible; don't cause an error even if it fails in parsing of
4166         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4167         (rfc2231-encode-string): Don't break lines at the beginning, leave
4168         it to mml-insert-parameter.
4169
4170         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
4171         calling mail-header-parse-content-type.
4172
4173 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
4174
4175         * spam-report.el (spam-report-gmane-use-article-number):
4176         Improve doc string.
4177         (spam-report-gmane-internal): Check if a suitable header was found
4178         in the article.
4179
4180 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4181
4182         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
4183         (rfc2231-encode-string): Make param*=value always begin with LWSP.
4184
4185 2006-02-05  Romain Francoise  <romain@orebokech.com>
4186
4187         Update copyright notices of all files in the gnus directory.
4188
4189 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4190
4191         * nnweb.el (nnweb-request-group): Avoid growing overview files.
4192
4193 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4194
4195         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
4196         segmented lines of parameter value to cope with Thunderbird 1.5
4197         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
4198         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4199         (rfc2231-encode-string): Don't make lines exceeding 76 column.
4200
4201 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
4202
4203         * mml.el (mml-generate-mime-1): Correct the order of inline signed
4204         parts.
4205
4206 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4207
4208         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
4209         there's only one active file for all servers.
4210         (nnweb-request-scan): Make sure nnweb-articles is initialized on
4211         solid groups.  Gnus might have used a FAST request to select the group.
4212         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
4213         and nnweb-search redundantly in the active file.
4214         (nnweb-request-list): Don't list bogus groups.  There can only be one.
4215         (nnweb-request-create-group): Don't use ARGS.
4216         (nnweb-possibly-change-server, nnweb-request-group): Remove some
4217         initialisations.  Let nnoo do the work.
4218
4219 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4220
4221         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
4222         Say the part has been decoded.
4223
4224         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
4225
4226 2006-01-31  Kevin Ryde  <user42@zip.com.au>
4227
4228         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
4229         mailcap-viewer-test-cache when there's no 'test clause, since that
4230         will invert the meaning of a "nil" test previously determined by
4231         mailcap-mailcap-entry-passes-test.
4232
4233 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4234
4235         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
4236         compiling.
4237
4238         * gnus-sum.el: Ditto.
4239
4240         * message.el: Don't bind tool-bar-map when compiling.
4241
4242 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
4243
4244         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
4245
4246 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4247
4248         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
4249         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
4250         current Google Groups.
4251
4252 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
4253
4254         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
4255         and tool-bar-mode.
4256
4257         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
4258         and tool-bar-mode.
4259
4260         * message.el (message-tool-bar-update): Simplify.
4261         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
4262
4263         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
4264         gnus-summary-buffer.
4265         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
4266         gnus-summary-reply.
4267
4268         * gmm-utils.el (gmm): Add :version.
4269
4270 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4271
4272         * Makefile.in (clean): New rule.
4273         (distclean): Use it.
4274
4275 2006-01-26  Steve Youngs  <steve@sxemacs.org>
4276
4277         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
4278         autoload.
4279
4280 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4281
4282         * gmm-utils.el (gmm-verbose): Add :group.
4283
4284 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
4285
4286         * message.el: Change some comments WRT tool-bars.
4287
4288         * gnus-sum.el (gnus-summary-tool-bar)
4289         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
4290         (gnus-summary-tool-bar-zap-list): New variables.
4291         (gnus-summary-make-tool-bar): Complete rewrite using
4292         `gmm-tool-bar-from-list'.
4293
4294         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
4295         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
4296         variables.
4297         (gnus-group-make-tool-bar): Complete rewrite using
4298         `gmm-tool-bar-from-list'.
4299         (gnus-group-tool-bar-update): New function.
4300
4301         * message.el (message-mode-field-menu): Add "Show hidden Headers".
4302
4303 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4304
4305         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
4306         is dissected into a single part of which the type is the same as
4307         the given one; decode charset.
4308
4309 2006-01-21  Kevin Ryde  <user42@zip.com.au>
4310
4311         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
4312         into alists as symbol not string, since that's what
4313         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
4314         look for.
4315
4316 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
4317
4318         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
4319         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
4320
4321         * message.el (message-tool-bar-gnome): Use gmm-ignore.
4322
4323 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4324
4325         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
4326         (gnus-xmas-mime-security-button-menu): New function.
4327
4328         * gnus-art.el (gnus-mime-security-button-commands): New variable.
4329         (gnus-mime-security-button-menu): New definition.
4330         (gnus-mime-security-button-map): Use them.
4331         (gnus-mime-security-button-menu): New function.
4332         (gnus-insert-mime-security-button): Addition to help echo.
4333         (gnus-mime-security-run-function, gnus-mime-security-save-part)
4334         (gnus-mime-security-pipe-part): New functions.
4335
4336         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
4337         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
4338
4339         * mm-decode.el (mm-handle-set-disposition): Remove.
4340         (mm-handle-set-description): Remove.
4341
4342 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4343
4344         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
4345         (mm-w3m-standalone-supports-m17n-p): New function.
4346         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
4347         w3m usage.
4348
4349         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
4350         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
4351
4352 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4353
4354         * message.el (message-tool-bar-zap-list): Use
4355         gmm-tool-bar-zap-list as custom type.
4356         (message-tool-bar-update): New function.
4357         (message-tool-bar, message-tool-bar-gnome)
4358         (message-tool-bar-retro): Add message-tool-bar-update.
4359         (message-tool-bar-gnome): Add flyspell-buffer.
4360
4361         * gnus-util.el (gnus-error): Describe `args'.
4362
4363         * gmm-utils.el (gmm-error): Describe `args'.
4364         (gmm-tool-bar-zap-list): New widget.
4365         (gmm-tool-bar-from-list): Improve description of `zap-list'.
4366
4367 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4368
4369         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
4370         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
4371         the number of recursive calls.
4372
4373         * mm-decode.el (mm-handle-set-disposition): New macro.
4374         (mm-handle-set-description): New macro.
4375
4376 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4377
4378         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
4379         encoding.
4380
4381 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4382
4383         * message.el (message-tool-bar-zap-list, message-tool-bar)
4384         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
4385         (message-tool-bar-local-item-from-menu): Remove.
4386         (message-tool-bar-map): Replace by `message-make-tool-bar'.
4387         (message-make-tool-bar): New function.
4388         (message-mode): Use `message-make-tool-bar'.
4389
4390         * gmm-utils.el: New file.
4391         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
4392         (gmm-lazy): New widget copied from `nnmail.el'.
4393         (gmm-tool-bar-from-list): New function for creating customizable
4394         tool bars.
4395         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
4396         output.
4397         (gmm): Add :prefix to defgroup.
4398
4399 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
4400
4401         * gmm-utils.el (gmm-widget-p): New function.
4402
4403 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4404
4405         * mml.el (mml-attach-file): Describe `description' in doc string.
4406         (mml-menu): Add Emacs MIME manual and PGG manual.
4407
4408 2006-01-20  Richard M. Stallman  <rms@gnu.org>
4409
4410         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4411
4412 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
4413
4414         * nntp.el (nntp-end-of-line): Doc fix.
4415
4416 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
4417
4418         * imap.el (imap-open): Handle case where buffer is a buffer
4419         object.
4420
4421 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4422
4423         * gnus-delay.el (gnus-delay): Don't autoload.
4424         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4425         to be re-loaded when customizing the `gnus-delay' group.
4426
4427 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
4428
4429         * message.el (message-insert-citation-line): Use newlines.
4430
4431 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4432
4433         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4434         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
4435         these routines, so the passphrase can be managed externally and
4436         passed in to the system.
4437         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4438         pgg-add-passphrase-to-cache function.
4439
4440         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4441         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
4442         these routines, so the passphrase can be managed externally and
4443         passed in to the system.
4444         (pgg-pgp5-sign-region): Use new name of
4445         pgg-add-passphrase-to-cache function.
4446
4447 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4448
4449         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4450         part of the decoded armor to find the key-identifier.
4451         (pgg-gpg-lookup-key-owner): New function to return the
4452         human-readable identifier of a key owner.
4453         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
4454         itself.
4455         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4456         the key value) if we have a key and can match it against a secret
4457         key.  Also, added a note pointing out fact that the prompt only
4458         indicates the first matching key.
4459
4460         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4461         pgg-decrypt-region.
4462         (pgg-add-passphrase-to-cache): Rename from
4463         `pgg-add-passphrase-cache' to reduce confusion (all callers
4464         changed).
4465         (pgg-remove-passphrase-from-cache): Rename from
4466         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4467         changed).
4468         (pgg-read-passphrase, pgg-add-passphrase-cache)
4469         (pgg-remove-passphrase-cache): Add informative docstrings.
4470         (pgg-decrypt): Convey provided passphrase in subordinate call to
4471         pgg-decrypt-region.
4472
4473 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
4474
4475         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4476         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4477         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4478         'passphrase' argument, so the passphrase can be managed externally
4479         and then passed in to the system.
4480
4481         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4482         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4483         so the passphrase cache can be used reliably with identifiers
4484         besides a pgp packet's key id.
4485
4486         * pgg-gpg.el (pgg-gpg-encrypt-region)
4487         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4488         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
4489         these routines, so the passphrase can be managed externally and
4490         passed in to the system.
4491
4492         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4493         'notruncate' argument, so the passphrase cache can be used
4494         reliably with identifiers besides a pgp packet's key id.
4495
4496 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
4497
4498         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4499         symmetric encryption.
4500         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4501         encrypted session key.
4502         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4503         message ask for the passphrase in a proper way.
4504
4505         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4506         New user commands for symmetric encryption.
4507
4508 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4509
4510         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
4511
4512         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
4513
4514 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
4515
4516         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
4517
4518 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4519
4520         * mm-decode.el (mm-inlined-types): Add application/pgp.
4521         (mm-automatic-display): Ditto.
4522
4523         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
4524         part as text.
4525
4526 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4527
4528         * nnrss.el: Update copyright.
4529         (nnrss-opml-import): Query whether to subscribe to each entry.
4530
4531         * gnus-art.el:
4532         * gnus-sum.el:
4533         * gnus-xmas.el:
4534         * messagexmas.el:
4535         * mm-uu.el:
4536         * mm-view.el: Update copyright.
4537
4538 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
4539
4540         * message.el (message-info): New function.
4541         (message-mode-menu): Add it.
4542         Update copyright.
4543
4544         * ChangeLog: Fix and update copyright.
4545
4546 2006-01-13  Romain Francoise  <romain@orebokech.com>
4547
4548         * message.el (message-forward-subject-name-subject): Prefer the
4549         address to 'nowhere' if the sender has no name.
4550         Fix typo.  Update copyright year.
4551
4552 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4553
4554         * gnus-art.el (article-wash-html): Use
4555         gnus-summary-show-article-charset-alist if a numeric arg is given.
4556         (gnus-article-wash-html-with-w3m-standalone): New function.
4557
4558         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
4559         mm-inline-text-html-render-with-w3m-standalone.
4560         (mm-text-html-washer-alist): Map w3m-standalone to
4561         gnus-article-wash-html-with-w3m-standalone.
4562         (mm-inline-text-html-render-with-w3m-standalone): New function.
4563
4564 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4565
4566         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
4567         Improve LaTeX.
4568
4569 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4570
4571         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
4572         (nnrss-request-article): Render text/plain parts as HTML.
4573
4574         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
4575         the buffer.
4576
4577 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4578
4579         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
4580         custom definition of `gnus-posting-styles'.
4581
4582         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
4583         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
4584
4585 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4586
4587         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
4588         Use nntp for bug archive.
4589
4590 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
4593         parts.
4594         (nnrss-normalize-date): New function converts ISO 8601 date into
4595         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4596         (nnrss-check-group): Use it.
4597
4598 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4599
4600         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
4601
4602         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
4603         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4604         (nnrss-insert-w3): Ditto.
4605
4606 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4607
4608         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
4609         the articles to be forwarded including the case where neither a
4610         number of articles nor a region is specified.
4611
4612 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4613
4614         * nnrss.el (nnrss-request-article): Fix last change; fill
4615         text/plain parts.
4616
4617 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4618
4619         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
4620         in text/plain part.
4621         (nnrss-check-group): Don't add excessive newline to dc:subject.
4622
4623 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
4624
4625         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
4626         article.
4627
4628 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4629
4630         * nnml.el: Don't require gnus-bcklg.  Autoload it.
4631         (nnml-use-compressed-files, nnml-save-mail): Support other
4632         comression programs such as bzip2.
4633
4634 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4635
4636         * dns.el (query-dns): Make sure we check the buffer size before
4637         removing tcp headers.
4638
4639 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4640
4641         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
4642         remove MIME buttons associated with multipart/alternative parts.
4643         (gnus-mime-display-alternative): Tag buttons using `article-type'
4644         text property.
4645
4646         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
4647         associated with multipart/alternative parts.
4648
4649         * gnus-art.el (gnus-signature-separator): Fix custom type.
4650
4651         * mm-decode.el (mm-inlined-types): Fix custom type.
4652         (mm-keep-viewer-alive-types): Ditto.
4653         (mm-automatic-display): Ditto.
4654         (mm-attachment-override-types): Ditto.
4655         (mm-inline-override-types): Ditto.
4656         (mm-automatic-external-display): Ditto.
4657
4658 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4659
4660         * spam-report.el (spam-report-user-mail-address)
4661         (spam-report-user-agent): New variables.
4662         (spam-report-url-ping-plain): Use spam-report-user-agent.
4663
4664 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
4665
4666         * gnus-art.el (gnus-button-handle-custom): Do not just use
4667         `customize-apropos' for any "M-x customize-*" button but the
4668         function called for.  Accept both the function name and its
4669         argument in order to achieve this.
4670         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
4671         function name to `gnus-button-handle-custom' in case of "M-x
4672         customize-*" buttons.
4673
4674 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4675
4676         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
4677         multipart/alternative and add xref to mm-discouraged-alternatives
4678         in doc string.
4679
4680         * mm-decode.el (mm-discouraged-alternatives): Add xref to
4681         gnus-buttonized-mime-types in doc string.
4682
4683 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
4684
4685         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
4686         Suggest image/.* in the doc string.
4687
4688 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4689
4690         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
4691         message-marks (Debian bug #342521).
4692
4693 2005-12-12  Simon Josefsson  <jas@extundo.com>
4694
4695         * password.el (password-read-from-cache): Add.
4696         (password-read): Use it.
4697
4698 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4699
4700         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
4701         us-ascii as a MIME charset.
4702
4703         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
4704         against the case where the 2nd arg TYPE is nil.
4705
4706 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4707
4708         * pop3.el (pop3-stream-type): Fix custom version.
4709
4710         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
4711
4712 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4713
4714         * mm-decode.el (mm-display-external): Add missing cdr.
4715
4716 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4717
4718         * mm-decode.el (mm-display-external): Use nametemplate (defined in
4719         RFC1524) if it is in mailcap or add a suffix according to
4720         mailcap-mime-extensions when generating a temp filename; postpone
4721         deleting a temp file for 2 seconds for some wrappers, shell
4722         scripts, and so on, which might exit right after having started a
4723         viewer command as a background job.
4724
4725 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4726
4727         * nntp.el (nntp-marks-directory): Fix custom group.
4728
4729         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
4730         steps when < 10.
4731
4732         * gnus-start.el (gnus-no-server-1): Mention
4733         `gnus-level-default-subscribed' in doc string.
4734
4735 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4736
4737         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
4738         parens.
4739
4740 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4741
4742         * gnus-xmas.el (gnus-use-toolbar): Revert.
4743         (gnus-xmas-setup-toolbar): Use global default-toolbar if
4744         gnus-use-toolbar is default.
4745
4746         * messagexmas.el (message-use-toolbar): Revert.
4747         (message-setup-toolbar): Use global default-toolbar if
4748         message-use-toolbar is default.
4749
4750 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4751
4752         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
4753         according to default-toolbar-visible-p.
4754
4755         * messagexmas.el (message-use-toolbar): Ditto.
4756
4757 2005-11-26  Dave Love  <fx@gnu.org>
4758
4759         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
4760         (tls-program, tls-success): Provide openssl alternative.
4761
4762         * starttls.el: Doc fixes.
4763         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
4764         SERVICE to PORT.
4765
4766         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
4767         port null or service name.
4768         (starttls-negotiate): Autoload.
4769
4770 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4771
4772         * message.el (message-kill-to-signature): Fix interactive spec.
4773
4774 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4775
4776         * pop3.el (pop3-open-server): Recognize a string as a service name.
4777
4778 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
4779
4780         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4781
4782 2005-11-23  Dave Love  <fx@gnu.org>
4783
4784         Add pop3s, pop3/starttls.
4785
4786         * pop3.el (pop3-authentication-scheme): Clarify doc.
4787         (open-tls-stream, starttls-open-stream): Autoload.
4788         (pop3-stream-type): New.
4789         (pop3-open-server): Use it.
4790
4791         * mail-source.el (mail-sources): Fix some :types.  Add stream type
4792         for POP.
4793         (mail-source-keyword-map): Add :stream for POP.
4794         (mail-source-fetch-pop): Use pop3-stream-type.
4795
4796 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4797
4798         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
4799         of current-time-string.
4800
4801 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
4802
4803         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
4804         date header.
4805
4806 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4807
4808         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
4809         it can seriously impact performance as it bypasses the agent's
4810         local caches.
4811
4812 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4813
4814         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
4815         must be explicitly online rather than "not explicitly offline" for
4816         its flags to be synchronized.
4817
4818         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
4819         that gnus-uu-unmark-thread will function correctly.
4820
4821         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
4822         1024K is instead displayed as 1M.
4823
4824 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4825
4826         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
4827
4828 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
4829
4830         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
4831
4832 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
4833
4834         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
4835         error message to display actual error condition.
4836         (gnus-agent-save-local): Avoid saving symbols that are bound to
4837         nil as they simply result in a warning message in
4838         gnus-agent-read-local.
4839
4840 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4841
4842         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
4843         rather than make-variable-buffer-local for file-precious-flag.
4844
4845 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4846
4847         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
4848         for duplicates which are removed.  The invalid sort check then
4849         triggers a rescan after the sort as sorting may have moved
4850         duplicate entries such that they can be cheaply detected.
4851
4852 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4853
4854         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
4855
4856 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4857
4858         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
4859         internal variable to a custom variable.  Changed default value
4860         from compressed(2) to uncompressed(1).
4861         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
4862         support for uncompressed agentview files.  Taken together, reading
4863         the agentview file should now be 6-7 times faster.
4864
4865 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4866
4867         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
4868         as a buffer-local variable.  This avoids creating truncated
4869         dribble files as a result of a hang up, eg.
4870
4871 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
4872
4873         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
4874         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
4875         XEmacs.
4876
4877 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4878
4879         * gnus-start.el (gnus-start-draft-setup): Enforce
4880         `gnus-draft-mode' for nndraft:drafts at startup.
4881
4882         * gnus.el (gnus-splash): Change custom group.
4883         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
4884         allow-list argument.
4885
4886         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
4887         string.
4888
4889 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4890
4891         * gnus-art.el (gnus-default-article-saver): Add user-defined
4892         `function' to custom type.
4893
4894 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4895
4896         * imap.el (imap-open): Handle case where buffer is a buffer
4897         object.
4898
4899 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4900
4901         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
4902         long lines.
4903         (gnus-cache-delete-group): Wrap doc strings.
4904
4905         * gnus-agent.el (gnus-agent-rename-group)
4906         (gnus-agent-delete-group): Wrap doc strings.
4907
4908
4909 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4910
4911         * messagexmas.el (message-use-toolbar): Change the valid values
4912         into default, top, bottom, left, and right.
4913         (message-toolbar-thickness): New variable.
4914         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
4915         well.
4916         (message-setup-toolbar): Make it work.
4917
4918         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
4919         (gnus-use-toolbar): Change the valid values into default, top,
4920         bottom, left, and right.
4921         (gnus-toolbar-thickness): New variable.
4922         (gnus-xmas-setup-toolbar): New function.
4923         (gnus-xmas-setup-group-toolbar): Use it.
4924         (gnus-xmas-setup-summary-toolbar): Use it.
4925
4926 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4927
4928         * gnus-start.el (gnus-1): Add "native" to
4929         gnus-predefined-server-alist.
4930
4931         * gnus.el (gnus-method-to-server): Don't add "native" to the
4932         lists here, because that leads to problems when
4933         gnus-select-method is bound.
4934
4935 2005-11-09  Simon Josefsson  <jas@extundo.com>
4936
4937         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
4938         use (not sort-by-date) instead.
4939
4940 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4941
4942         * gnus-delay.el (gnus-delay-group): Don't autoload.
4943         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4944         to be re-loaded when customizing the `gnus-delay' group.
4945
4946 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
4947
4948         * message.el: Revert last changes.
4949         (message-insert-citation-line): Use newlines.
4950
4951 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4952
4953         * message.el (message-courtesy-message)
4954         (message-mark-insert-begin, message-mark-insert-end)
4955         (message-elide-ellipsis, message-cancel-message)
4956         (message-add-header, message-change-subject)
4957         (message-cross-post-followup-to-header)
4958         (message-cross-post-insert-note, message-reduce-to-to-cc)
4959         (message-widen-reply, message-delete-not-region)
4960         (message-kill-to-signature, message-insert-signature)
4961         (message-insert-importance-high, message-insert-importance-low)
4962         (message-insert-or-toggle-importance)
4963         (message-insert-disposition-notification-to)
4964         (message-indent-citation, message-yank-original)
4965         (message-cite-original-without-signature, message-cite-original)
4966         (message-insert-citation-line, message-position-on-field)
4967         (message-fix-before-sending, message-send-mail-partially)
4968         (message-send-mail, message-send-mail-with-sendmail)
4969         (message-send-mail-with-qmail, message-send-news)
4970         (message-check-news-header-syntax, message-generate-headers)
4971         (message-insert-courtesy-copy, message-fill-address)
4972         (message-fill-header, message-shorten-references)
4973         (message-setup-1, message-cancel-news)
4974         (message-forward-make-body-plain, message-forward-make-body-mime)
4975         (message-forward-make-body-mml, message-encode-message-body)
4976         (message-forward-make-body-digest-plain)
4977         (message-forward-make-body-digest-mime)
4978         (message-use-alternative-email-as-from): Insert `hard-newline'
4979         instead of ordinary newlines.
4980
4981 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4982
4983         * message.el (message-generate-headers): Downcase the argument
4984         given to message-check-element.
4985
4986 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
4987
4988         * nntp.el (nntp-authinfo-rejected): New error condition.
4989         (nntp-wait-for): Use new error condition to signal authentication
4990         error.
4991         (nntp-retrieve-data): Rethrow new error condition to break out of
4992         recursive call to nntp-send-authinfo.
4993
4994 2005-11-08  Romain Francoise  <romain@orebokech.com>
4995
4996         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
4997         (gnus-summary-exit-map): Bind to `Z p'.
4998         (gnus-summary-make-menu-bar): Add menu item.
4999
5000 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
5001
5002         * gnus-art.el (gnus-article-treat-custom): Add `first'.
5003         (gnus-treat-*): Add `first' in all doc strings.
5004
5005         * gnus-group.el (gnus-group-compact-group): Fix typo.
5006
5007 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5008
5009         * gnus.el (gnus-parameters-case-fold-search): New variable.
5010         (gnus-parameters-get-parameter): Use it.
5011
5012         * gnus-score.el (gnus-home-score-file): Doc fix.
5013
5014 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
5015
5016         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
5017
5018 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5019
5020         * mm-util.el (mm-special-display-p): New function.
5021
5022         * mml.el (mml-preview): Use it; doc fix.
5023
5024 2005-10-29  Romain Francoise  <romain@orebokech.com>
5025
5026         * message.el (message-fix-before-sending): Fix comment.
5027
5028 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
5029
5030         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
5031
5032 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
5033
5034         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
5035         Used in gnus-score.el.
5036
5037 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5038
5039         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
5040
5041 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5042
5043         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
5044         whitespace removed in revision 7.8.  Use concatenated string to
5045         protect trailing whitespace.
5046
5047 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
5048
5049         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
5050         (nnimap-request-expire-articles): Use it to avoid sending 'UID
5051         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
5052         Courier IMAP ("some version from 2004").  Mostly based on similar
5053         code in the same function.
5054
5055 2005-10-26  Didier Verna  <didier@xemacs.org>
5056
5057         * gnus-group.el (gnus-group-compact-group): invalidate original
5058         article buffer.
5059         * gnus-srvr.el (gnus-server-compact-server): ditto.
5060         * nnml.el (nnml-request-compact-group): handle self Xref: field in
5061         NOV database and in article itself.
5062         Invalidate article backlog.
5063
5064 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5065
5066         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
5067
5068 2005-10-26  Simon Josefsson  <jas@extundo.com>
5069
5070         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
5071         part of 2004-07-25 change.
5072
5073 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5074
5075         * message.el (message-display-completion-list): New function.
5076         (message-expand-group): Use it; make sure the Completions buffer
5077         is modifiable.
5078
5079 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
5080
5081         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
5082         user-mail-name is an empty string.
5083
5084 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5085
5086         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
5087         depending on gnus-score-decay-constant.
5088
5089         * encrypt.el (encrypt-insert-file-contents)
5090         (encrypt-write-file-contents): Don't use `gnus-message'.
5091
5092         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
5093         arguments.
5094         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
5095         arguments to mm-uu-verbatim-marks-extract.
5096         (mm-uu-hide-markers): New variable.
5097         (mm-uu-extract): Use face similar to `gnus-cite-3'.
5098
5099         * gnus-fun.el (gnus-convert-image-to-x-face-command)
5100         (gnus-convert-image-to-face-command): Use "convert" by default to
5101         allow other input image formats.
5102         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
5103         accordingly.
5104
5105 2005-10-23  Simon Josefsson  <jas@extundo.com>
5106
5107         * imap.el (imap-gssapi-program): Align command line parameters
5108         with latest GNU SASL.
5109         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
5110
5111 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5112
5113         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
5114         HTML.
5115         (nnslashdot-request-article): Ditto.
5116
5117         * lpath.el (featurep): Add nobreak-char-display.
5118
5119 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5120
5121         * mail-source.el (mail-source-fetch-pop): Require pop3.
5122         (mail-source-check-pop): Ditto.
5123
5124 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5125
5126         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
5127         errors.
5128
5129 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5130
5131         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
5132         (gnus-treat-strip-leading-blank-lines): Improve doc string.
5133
5134         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
5135
5136         * mm-bodies.el (mm-decode-string): Call
5137         `mm-charset-to-coding-system' with allow-override argument.
5138
5139 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5140
5141         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
5142         (rfc2047-charset-to-coding-system): New function.
5143         (rfc2047-decode-encoded-words): New function.
5144         (rfc2047-decode-region): Use them.
5145         (rfc2047-decode-cte): Remove.
5146         (rfc2047-parse-and-decode): Remove.
5147         (rfc2047-decode): Remove.
5148
5149 2005-10-15  Kenichi Handa  <handa@m17n.org>
5150
5151         * rfc2047.el (rfc2047-decode-cte): New function.
5152         (rfc2047-decode-region): Change the way to decode successive
5153         encoded-words: decode B- or Q-encoding in each encoded-word,
5154         concatenate them, and decode it as charset.
5155
5156 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5157
5158         * lpath.el: Fbind codepage-setup for XEmacs.
5159
5160 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
5161
5162         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
5163         widget-move-and-invoke.
5164         (gnus-custom-mode): Use gnus-custom-map.
5165
5166 2005-10-15  Bill Wohler  <wohler@newt.com>
5167
5168         * message.el (message-tool-bar-map): Renamed image file from
5169         mail_send to mail/send.
5170
5171 2005-10-16  Masatake YAMATO  <jet@gyve.org>
5172
5173         * message.el (message-expand-group): Pass the common
5174         prefix substring of completion to `display-completion-list'.
5175
5176 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
5177
5178         * mml-sec.el (mml-secure-method): New internal variable.
5179         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
5180         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
5181         functions using mml-secure-method.
5182
5183         * mml.el (mml-mode-map): Add key bindings for those functions.
5184         (mml-menu): Simplify security menu entries.  Suggested by Jesper
5185         Harder <harder@myrealbox.com>.
5186         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
5187         end of message if point is the headers of the message.
5188
5189         * message.el (message-in-body-p): New function.
5190
5191         * assistant.el: Autoload gnus-util and netrc.
5192
5193         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
5194         Use `mm-charset-override-alist' only when decoding.
5195
5196         * mm-bodies.el (mm-decode-body): Call
5197         `mm-charset-to-coding-system' with allow-override argument.
5198
5199         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
5200         `filename' from Content-Disposition if Content-Type doesn't
5201         provide `name'.
5202         (gnus-mime-view-part-as-type): Set default instead of
5203         initial-input.
5204
5205 2005-10-09  Daniel Brockman  <daniel@brockman.se>
5206
5207         * format-spec.el (format-spec): Propagate text properties of % spec.
5208
5209 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5210
5211         * gnus-art.el (gnus-treat-predicate): Add `first'.
5212
5213 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
5214
5215         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
5216         (mm-charset-override-alist): New variable.
5217         (mm-charset-to-coding-system): Use it.
5218         (mm-codepage-setup): New helper function.
5219         (mm-charset-eval-alist): New variable.
5220         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
5221         about unknown charsets.
5222
5223         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
5224
5225 2005-10-04  David Hansen  <david.hansen@gmx.net>
5226
5227         * nnrss.el (nnrss-request-article): Add support for the comments tag.
5228         (nnrss-check-group): Ditto.
5229
5230 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5231
5232         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
5233         Rename x-gnus-verbatim to x-verbatim.
5234         (mm-uu-type-alist): Fix regexp for verbatim-marks.
5235
5236         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
5237         x-verbatim.
5238
5239         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
5240
5241         * gnus-util.el (gnus-remove-duplicates): Remove.
5242
5243         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
5244         instead of gnus-remove-duplicates.
5245
5246         * message.el (message-remove-duplicates): Remove.
5247         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
5248         message-remove-duplicates.
5249
5250         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
5251         available, else use implementation from `delete-dups'.
5252
5253         * message.el (message-insert-expires): New function.
5254         (message-mode-map): Add key binding.
5255         (message-mode-field-menu): Add menu entry.
5256         (message-mode): Document it.
5257         (message-make-expires-date): Use `message-make-date'.
5258
5259 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
5260
5261         * message.el (message-make-expires-date): New function.
5262
5263 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * Makefile.in (list-installed-shadows): New entry.
5266         (install): Use it.
5267         (remove-installed-shadows): New entry.
5268
5269         * dgnushack.el (dgnushack-default-load-path): New variable.
5270         (dgnushack-find-lisp-shadows): New function.
5271         (dgnushack-remove-lisp-shadows): New function.
5272
5273 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5274
5275         * Makefile.in (install-el-elc): New entry.
5276         (install): Use it so that .el files are necessarily installed.
5277
5278 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * time-date.el: Autoload parse-time-string, XEmacs needs it.
5281
5282 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5283
5284         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
5285         function rather than the diff-mode.el package.
5286         (mm-display-external): Use with-current-buffer.
5287         (mm-viewer-completion-map, mm-viewer-completion-map):
5288         Move initialization inside declaration.
5289
5290 2005-09-29  Simon Josefsson  <jas@extundo.com>
5291
5292         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
5293         autoload mail-check-payment.
5294         (spam-check-hashcash): Define unconditionally, since hashcash.el
5295         is part of Gnus now.  Ignore errors from payment checking.
5296
5297 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5298
5299         * message.el (message-bold-region, message-unbold-region): Rename
5300         from `bold-region' and `unbold-region'.
5301
5302         * message.el: Remove useless autoloads.
5303
5304 2005-09-28  Simon Josefsson  <jas@extundo.com>
5305
5306         * message.el (message-use-idna): Default to t.
5307         (message-use-idna): Test whether encoding works too.  Doc fix.
5308
5309 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5310
5311         * nntp.el (nntp-warn-about-losing-connection): Remove.
5312
5313 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5314
5315         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
5316         customizable.  Change default value.
5317         (mm-uu-diff-groups-regexp): Change default value.
5318         (mm-uu-type-alist): Add doc string.
5319         (mm-uu-configure): Add doc string.  Make it interactive.
5320         (mm-uu-tex-groups-regexp): New variable.
5321         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
5322         (mm-uu-type-alist): Add LaTeX documents.
5323         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
5324         of "text/verbatim".
5325         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
5326
5327         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
5328         instead of "text/verbatim".
5329
5330         * message.el (message-mark-inserted-region)
5331         (message-mark-insert-file): Use slrn style marks when called with
5332         prefix argument.
5333
5334 2005-09-27  Simon Josefsson  <jas@extundo.com>
5335
5336         * message.el (message-idna-to-ascii-rhs-1): Reformat.
5337
5338 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5339
5340         * message.el (message-remove-duplicates): New function.
5341         Implementation borrowed from `gnus-remove-duplicates'.
5342         (message-idna-to-ascii-rhs): Also encode idna addresses in
5343         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5344         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
5345         only ask about the same idna domain once per header and also tell
5346         in what header to replace the idna domain.
5347
5348         * gnus-art.el (article-decode-idna-rhs): Also decode idna
5349         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5350         (article-decode-idna-rhs): Fix regexp so that all idna-address in
5351         a header is decoded and not just the last one.
5352
5353 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5354
5355         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
5356         has been decoded.
5357
5358         * mm-decode.el (mm-automatic-display): Add text/verbatim.
5359         (mm-insert-part): Don't modify text if it has been decoded.
5360
5361         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
5362         decoded.
5363
5364         * mm-view.el (mm-inline-text): Don't strip text props unless
5365         decoding enriched or richtext parts.
5366
5367 2005-09-25  Romain Francoise  <romain@orebokech.com>
5368
5369         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
5370         * gnus-start.el (gnus-subscribe-interactively):
5371         * gnus-uu.el (gnus-uu-grab-articles):
5372         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
5373         space.
5374
5375 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
5376
5377         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5378         * mm-view.el (mm-view-pkcs7-decrypt):
5379         * gnus-sum.el (gnus-summary-limit-to-extra)
5380         (gnus-summary-respool-article, gnus-read-move-group-name):
5381         * gnus-score.el (gnus-summary-increase-score):
5382         * gnus-util.el (gnus-completing-read-with-default):
5383         * gnus-art.el (gnus-read-save-file-name)
5384         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
5385         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
5386         * message.el (message-check-news-header-syntax):
5387         Follow convention for reading with the minibuffer.
5388
5389 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
5390
5391         * spam-report.el (spam-report-url-ping-plain):
5392         Use gnus-extended-version as User-Agent.
5393
5394         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
5395         default value is nil.
5396
5397         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
5398         (mm-uu-verbatim-marks-extract): New function.
5399         (mm-uu-extract): New face.
5400         (mm-uu-copy-to-buffer): Use it.
5401
5402         * spam-report.el (spam-report-gmane-ham): Renamed from
5403         `spam-report-gmane-unspam'.
5404         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
5405         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
5406
5407         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
5408         Autoload.
5409         (spam-report-gmane-unregister-routine): Renamed
5410         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
5411
5412 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
5413
5414         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
5415         (spam-report-gmane-unregister-routine): Add support for gmane
5416         unregistration.
5417
5418         * spam-report.el (spam-report-gmane-unspam)
5419         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
5420         (spam-report-gmane): Change to take a single article and do unspam
5421         registration.
5422
5423 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5424
5425         * mm-url.el (mm-url-decode-entities): Fix regexp.
5426
5427 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5428
5429         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
5430         default to nil, to be able to use Gnus at all.  If the default
5431         switches to something else, then the function should be fixed not
5432         be exceedingly slow.
5433
5434 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
5435
5436         * gnus-start.el (gnus-activate-group): If the server is nil, don't
5437         fail hard.
5438
5439         * spam-report.el: Add better Keywords line.
5440
5441         * spam.el: Add Maintainer and better Keywords line.
5442
5443 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5444
5445         * gnus-art.el (gnus-article-replace-part)
5446         (gnus-mime-replace-part): New functions.
5447         (gnus-mime-action-alist, gnus-mime-button-commands)
5448         (gnus-mime-save-part-and-strip): Added file argument.
5449         (gnus-article-part-wrapper): Added interactive argument.
5450
5451         * gnus-sum.el (gnus-summary-mime-map): Add
5452         `gnus-article-replace-part'.
5453
5454 2005-09-19  Didier Verna  <didier@xemacs.org>
5455
5456         The nnml compaction feature:
5457         * nnml.el (nnml-request-compact-group): New function.
5458         * nnml.el (nnml-request-compact): New function.
5459         * gnus-int.el (gnus-request-compact-group): New function.
5460         * gnus-int.el (gnus-request-compact): New function.
5461         * gnus-group.el (gnus-group-compact-group): New function.
5462         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
5463         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
5464         * gnus-srvr.el (gnus-server-compact-server): New function.
5465         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
5466         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
5467
5468 2005-09-18  Deepak Goel  <deego@gnufans.org>
5469
5470         * sieve.el (sieve-help): Fix `message' call: first arg should be a
5471         format spec.
5472
5473 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5474
5475         * gnus.el (gnus-group-startup-message): Bind image-load-path.
5476
5477 2005-09-15  Romain Francoise  <romain@orebokech.com>
5478
5479         * message.el (message-fill-paragraph): Clarify docstring.
5480
5481 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5482
5483         * gnus-art.el (gnus-mime-display-part): Protect against broken
5484         MIME messages.
5485
5486 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5487
5488         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
5489         before parsing header.
5490
5491 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
5492
5493         * html2text.el: (html2text-replace-list): Add new entities.
5494
5495 2005-09-11  Romain Francoise  <romain@orebokech.com>
5496
5497         * message.el (message-alternative-emails): Improve docstring.
5498         (message-setup-1): Call `message-use-alternative-email-as-from'
5499         after `message-setup-hook' to give it precedence over posting
5500         styles, etc.
5501         (message-use-alternative-email-as-from): Add docstring.  Remove
5502         the original From header if present.
5503
5504         * nnml.el (nnml-compressed-files-size-threshold): New variable.
5505         (nnml-save-mail): Use it.
5506
5507         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
5508         articles.  Add new argument `silent'.
5509         (gnus-uu-mark-all): Report the total number of marked articles.
5510
5511 2005-09-10  Romain Francoise  <romain@orebokech.com>
5512
5513         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
5514         (gnus-uu-mark-series): Likewise.
5515
5516 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
5517
5518         * spam-report.el (spam-report-gmane): Fix generation of spam
5519         report URL.
5520
5521 2005-09-10  Simon Josefsson  <jas@extundo.com>
5522
5523         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
5524         t, based on discussion on the ding list with Robert Epprecht
5525         <epprecht@solnet.ch>.
5526
5527 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
5528
5529         * spam-report.el (spam-report-gmane): Make it work without
5530         X-Report-Spam header.  Gmane now only provides Archived-At.
5531         This is only used if `spam-report-gmane-use-article-number' is nil.
5532         (spam-report-gmane-spam-header): Remove.  Not used anymore.
5533
5534         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
5535         make `gnus-summary-sort-by-recipient' work with threading.
5536
5537         * nnweb.el (nnweb-google-wash-article): Print a message if article
5538         is not available.
5539
5540 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5541
5542         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
5543         change.  Decode text/* parts content before displaying.
5544
5545 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5546
5547         * mml-smime.el: Remove defvar of gnus-extract-address-components.
5548
5549 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5550
5551         * mm-view.el (mm-display-inline-fontify): Disable support modes.
5552
5553         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
5554         url-package-name, url-package-version,
5555         w3m-cid-retrieve-function-alist, w3m-current-buffer,
5556         w3m-display-inline-images, and w3m-minor-mode-map.
5557
5558 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
5559
5560         * message.el (message-tab-body-function): Fixed mismatched custom
5561         type.
5562
5563         * gnus.el (gnus-group-change-level-function): Ditto.
5564
5565         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
5566
5567         * gnus-art.el (gnus-signature-limit)
5568         (gnus-article-mime-part-function): Ditto.
5569
5570 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5571
5572         * mml.el (mml-mode): Silence the byte compiler.
5573
5574         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
5575         using `(sit-for 0)' before moving the point to the specified part;
5576         skip unbuttonized parts.
5577         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
5578         return to the summary window if gnus-auto-select-part is non-nil.
5579
5580 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
5581
5582         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
5583         variables.
5584         (mml-dnd-attach-file, mml-mode): Use them.
5585
5586         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
5587         Make fetching article by MID work again for Google Groups.  Added
5588         FIXME concerning gnus-group-make-web-group.
5589
5590         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
5591         Don't depend on Gnus by using mail-extract-address-components if
5592         gnus-extract-address-components is not bound.
5593
5594 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5595
5596         * gnus-art.el (gnus-mime-display-security): Don't display the
5597         signature, but only the signed part.
5598
5599 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5600
5601         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
5602
5603         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
5604         list, not listp.
5605
5606 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
5607
5608         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
5609         when encoding.
5610
5611         * mm-bodies.el (mm-decode-content-transfer-encoding):
5612         De-canonicalize CRLF for all text content types, not just
5613         text/plain.
5614
5615 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5616
5617         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
5618         valid article; point arrow and cursor at the MIME button.
5619
5620 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5621
5622         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
5623         Suggested by Dan Christensen <jdc@uwo.ca>.
5624
5625         * mm-decode.el (mm-save-part): Enable change of prompt.
5626
5627 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
5628
5629         * gnus-msg.el (gnus-inews-add-send-actions): Made
5630         `message-post-method' lambda parameter ARG `&optional'.
5631
5632 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5633
5634         * gnus-sum.el (gnus-summary-mime-map): Added
5635         gnus-article-save-part-and-strip, gnus-article-delete-part and
5636         gnus-article-jump-to-part.
5637
5638         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
5639         (gnus-article-edit-part): Use it.
5640         (gnus-article-part-wrapper): Added no-handle argument.
5641         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
5642         functions.
5643
5644 2005-08-29  Romain Francoise  <romain@orebokech.com>
5645
5646         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5647         docstring.
5648         (gnus-face-from-file): Likewise.
5649
5650 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5651
5652         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
5653         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
5654         non-nil.
5655         (gnus-auto-select-part): New variable.
5656         (gnus-article-jump-to-part): New function.
5657         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
5658         (gnus-mime-delete-part): Allow selecting specified part after
5659         deleting or stripping parts.
5660         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
5661         part if argument is bogus.
5662
5663 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
5664
5665         * gnus-art.el (w3m-minor-mode-map):
5666         * gnus-spec.el (gnus-newsrc-file-version):
5667         * gnus-util.el (nnmail-active-file-coding-system)
5668         (gnus-original-article-buffer, gnus-user-agent):
5669         * gnus.el (gnus-ham-process-destinations)
5670         (gnus-parameter-ham-marks-alist)
5671         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
5672         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
5673         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
5674         * mm-decode.el (gnus-current-window-configuration):
5675         * mm-extern.el (gnus-article-mime-handles):
5676         * mm-url.el (url-current-object, url-package-name)
5677         (url-package-version):
5678         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
5679         (smime-keys, w3m-cid-retrieve-function-alist)
5680         (w3m-current-buffer, w3m-display-inline-images)
5681         (w3m-minor-mode-map):
5682         * mml-smime.el (gnus-extract-address-components):
5683         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
5684         (gnus-newsrc-hashtb, message-default-charset)
5685         (message-deletable-headers, message-options)
5686         (message-posting-charset, message-required-mail-headers)
5687         (message-required-news-headers):
5688         * mml1991.el (mc-pgp-always-sign):
5689         * mml2015.el (mc-pgp-always-sign):
5690         * nnheader.el (nnmail-extra-headers):
5691         * rfc1843.el (gnus-decode-encoded-word-function)
5692         (gnus-decode-header-function, gnus-newsgroup-name):
5693         * spam-stat.el (gnus-original-article-buffer): Add defvars.
5694
5695 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
5696
5697         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
5698         the end of the date treatments.
5699
5700 2005-08-15  Simon Josefsson  <jas@extundo.com>
5701
5702         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
5703         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
5704         Capello and Romain Francoise.
5705         (pgg-fetch-key-function): Removed, not used?
5706         (pgg-insert-url-with-w3): Require url, to get
5707         url-insert-file-contents regardless of where it is defined.
5708
5709 2005-08-13  Romain Francoise  <romain@orebokech.com>
5710
5711         * message.el (message-cite-original-1): New function.
5712         (message-cite-original): Use it.
5713         (message-cite-original-without-signature): Ditto.
5714
5715 2005-08-08  Romain Francoise  <romain@orebokech.com>
5716
5717         * message.el (message-yank-empty-prefix): New variable.
5718         (message-indent-citation): Use it.
5719         (message-cite-original-without-signature): Respect X-No-Archive.
5720
5721 2005-08-08  Simon Josefsson  <jas@extundo.com>
5722
5723         * pgg.el: Autoload url-insert-file-contents instead of loading
5724         w3/url.
5725         (pgg-insert-url-with-w3): Don't load url here.
5726
5727 2005-08-07  Jesper Harder  <harder@phys.au.dk>
5728
5729         * message.el (message-kill-to-signature): Don't insert newline at
5730         bol.
5731         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
5732
5733 2005-08-06  Romain Francoise  <romain@orebokech.com>
5734
5735         * message.el (message-user-fqdn): Fix typo in docstring.
5736
5737 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
5738
5739         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
5740
5741         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
5742
5743 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5744
5745         * mm-bodies.el (mm-encode-body): Use coding system rather than
5746         charset to encode text.
5747
5748         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
5749         number of charsets if utf-8 is available (XEmacs).
5750
5751 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
5752
5753         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
5754         taken from `gnus-button-mid-or-mail-regexp'.
5755         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
5756         (gnus-button-alist): Improve regexp for domain part of the MIDs
5757         for news:localpart@domain buttons.
5758         (gnus-button-ctan-directory-regexp): Update.
5759
5760 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5761
5762         * sieve-manage.el (sieve-manage-interactive-login): Use
5763         make-local-variable rather than make-variable-buffer-local.
5764         (sieve-manage-open): Ditto.
5765         (sieve-manage-authenticate): Ditto.
5766
5767         * mml.el (mml-generate-mime-1): Make the content type default to
5768         text/plain if the filename is not specified.
5769
5770 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5771
5772         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
5773         instead of insert-buffer.
5774
5775         * message.el (message-yank-original): Ditto; set the mark at the
5776         end of the yanked message.
5777
5778 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5779
5780         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
5781         lines to scroll rather than to stop it.
5782
5783         * mml.el (mml-generate-default-type): Add doc string.
5784         (mml-generate-mime-1): Use mm-default-file-encoding or make it
5785         default to application/octet-stream when determining the content
5786         type if it is not specified for the part or the mml contents; add
5787         a comment about mml-generate-default-type.
5788
5789 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
5790
5791         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
5792         make it default to application/octet-stream when determining the
5793         content type if it is not specified for the external contents.
5794
5795 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * rfc2231.el (rfc2231-parse-string): Take care that not only a
5798         segmented parameter but also other parameters might be there.
5799
5800 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5801
5802         * mm-decode.el (mm-display-external): Delete temp file, directory
5803         and buffer immediately if the external process is exited.
5804
5805 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5806
5807         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
5808         fewer lines than that of scroll-margin.
5809         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
5810
5811 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5812
5813         * gnus-art.el (gnus-article-next-page): Revert.
5814         (gnus-article-beginning-of-window): New macro.
5815         (gnus-article-next-page-1): Use it.
5816         (gnus-article-prev-page): Ditto.
5817         (gnus-article-edit-part): Use insert-buffer-substring instead of
5818         insert-buffer.
5819         (gnus-article-edit-exit): Ditto.
5820
5821         * gnus-util.el (gnus-beginning-of-window): Remove.
5822         (gnus-end-of-window): Remove.
5823
5824         * lpath.el: Don't bind header-line-format and scroll-margin.
5825
5826 2005-07-25  Simon Josefsson  <jas@extundo.com>
5827
5828         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
5829         to have the url package without w3.  Reported by Daiki Ueno
5830         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
5831
5832 2005-07-20  Didier Verna  <didier@xemacs.org>
5833
5834         * gnus-diary.el: Remove the description comment (nndiary is now
5835         properly documented in the Gnus manual).
5836         Fix the spelling of "Back End".
5837         * nndiary.el: Ditto.
5838         Fix the copyright notice.
5839
5840 2005-07-18  Romain Francoise  <romain@orebokech.com>
5841
5842         * gnus-sum.el (gnus-summary-to-prefix,
5843         gnus-summary-newsgroup-prefix): New variables.
5844         (gnus-summary-from-or-to-or-newsgroups): Use them.
5845
5846 2005-07-17  Romain Francoise  <romain@orebokech.com>
5847
5848         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
5849         space as it's generally not especially interesting to the user.
5850
5851 2005-07-16  Romain Francoise  <romain@orebokech.com>
5852
5853         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
5854         nil to avoid prompting and file modification if one of the
5855         messages at the top of the nnfolder file contains a copyright
5856         notice.
5857         Update copyright notice.
5858
5859         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
5860         instead of `current-time-string' as the latter creates a time
5861         string that is not RFC 2822 compliant (it lacks the zone).
5862         Update copyright notice.
5863
5864 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5865
5866         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
5867         for text/rtf.  Display default in prompt.  Pass default for M-n.
5868
5869         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
5870
5871 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5872
5873         * gnus-msg.el (gnus-button-mailto): Remove
5874         save-selected-window-window hackery because it relies on
5875         save-selected-window internals.
5876
5877 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5878
5879         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
5880         (gnus-article-next-page-1): Use gnus-beginning-of-window.
5881         (gnus-article-prev-page): Ditto.
5882
5883         * gnus-util.el (gnus-beginning-of-window): New function.
5884         (gnus-end-of-window): New function.
5885
5886         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
5887
5888 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5889
5890         * gnus-score.el (gnus-score-edit-all-score): Set
5891         gnus-score-edit-exit-function to gnus-score-edit-done and call
5892         gnus-message.
5893
5894 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5895
5896         * gnus-msg.el (gnus-button-mailto): Remove
5897         save-selected-window-window hackery because it relies on
5898         save-selected-window internals.
5899
5900 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5901
5902         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
5903         add-minor-mode.
5904         (gnus-binary-mode): Ditto.
5905
5906         * gnus-topic.el (gnus-topic-mode): Ditto.
5907
5908 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
5909
5910         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
5911         (gnus-article-prev-page): Take scroll-margin into consideration.
5912
5913 2005-07-04  Lute Kamstra  <lute@gnu.org>
5914
5915         Update FSF's address in GPL notices.
5916
5917 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
5918
5919         * gnus.el (gnus-exit):
5920         * gnus-group.el (gnus-group-icons):
5921         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
5922
5923         * gnus-nocem.el (gnus-nocem):
5924         * message.el (message-various, message-buffers, message-sending)
5925         (message-interface, message-forwarding, message-insertion)
5926         (message-headers, message-news, message-mail):
5927         * pgg-gpg.el (pgg-gpg):
5928         * pgg-parse.el (pgg-parse):
5929         * pgg-pgp.el (pgg-pgp):
5930         * pgg-pgp5.el (pgg-pgp5):
5931         * pop3.el (pop3): Finish `defgroup' description with period.
5932
5933 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5934
5935         * gnus-art.el (article-display-face): Improve the efficiency.
5936         (article-display-x-face): Ditto; remove grey x-face stuff.
5937
5938 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5939
5940         * gnus-art.el (article-display-face): Correct the position in
5941         which Faces are inserted.
5942
5943 2005-06-29  Didier Verna  <didier@xemacs.org>
5944
5945         * gnus-art.el (article-display-face): Display faces in correct
5946         order.
5947
5948 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5949
5950         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
5951         (gnus-fill-real-hashtb): Use hash table instead of obarray.
5952         (gnus-nocem-check-article): Fetch the Type header.
5953         (gnus-nocem-message-wanted-p): Fix the way to examine types.
5954         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
5955         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
5956         make sure gnus-nocem-hashtb is initialized.
5957         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
5958         (gnus-nocem-unwanted-article-p): Ditto.
5959
5960         * pgg.el (pgg-verify): Return the verification result.
5961
5962 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5963
5964         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
5965         is ascii.
5966
5967 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
5968
5969         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
5970         `show-nonbreak-escape'.
5971
5972 2005-06-23  Lute Kamstra  <lute@gnu.org>
5973
5974         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
5975
5976         * dig.el (dig-mode):
5977         * smime.el (smime-mode): Use gnus-run-mode-hooks.
5978
5979 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
5980
5981         * nnimap.el (nnimap-split-download-body): Fix spellings.
5982
5983 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
5984
5985         * gnus-art.el (gnus-article-encrypt-body):
5986         * gnus-cus.el (gnus-score-customize):
5987         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
5988         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
5989
5990 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5991
5992         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
5993         header by looking for magic "MII" at the beginnig.
5994
5995 2005-06-16  Miles Bader  <miles@gnu.org>
5996
5997         * gnus-xmas.el (gnus-xmas-group-startup-message):
5998         Use renamed gnus-splash face.
5999
6000         * assistant.el (assistant-field): Remove "-face" suffix from face name.
6001         (assistant-field-face): New backward-compatibility alias for renamed
6002         face.
6003         (assistant-render-text): Use renamed assistant-field face.
6004
6005         * spam.el (spam): Remove "-face" suffix from face name.
6006         (spam-face): New backward-compatibility alias for renamed face.
6007         (spam-face, spam-initialize): Use renamed spam face.
6008
6009         * message.el (message-header-to, message-header-cc)
6010         (message-header-subject, message-header-newsgroups)
6011         (message-header-other, message-header-name)
6012         (message-header-xheader, message-separator, message-cited-text)
6013         (message-mml): Remove "-face" suffix from face names.
6014         (message-header-to-face, message-header-cc-face)
6015         (message-header-subject-face, message-header-newsgroups-face)
6016         (message-header-other-face, message-header-name-face)
6017         (message-header-xheader-face, message-separator-face)
6018         (message-cited-text-face, message-mml-face):
6019         New backward-compatibility aliases for renamed faces.
6020         (message-font-lock-keywords): Use renamed message faces.
6021
6022         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
6023         (sieve-test-commands, sieve-tagged-arguments):
6024         Remove "-face" suffix from face names.
6025         (sieve-control-commands-face, sieve-action-commands-face)
6026         (sieve-test-commands-face, sieve-tagged-arguments-face):
6027         New backward-compatibility aliases for renamed faces.
6028         (sieve-control-commands-face, sieve-action-commands-face)
6029         (sieve-test-commands-face, sieve-tagged-arguments-face):
6030         Use renamed sieve faces.
6031
6032         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
6033         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
6034         (gnus-group-news-3-empty, gnus-group-news-4)
6035         (gnus-group-news-4-empty, gnus-group-news-5)
6036         (gnus-group-news-5-empty, gnus-group-news-6)
6037         (gnus-group-news-6-empty, gnus-group-news-low)
6038         (gnus-group-news-low-empty, gnus-group-mail-1)
6039         (gnus-group-mail-1-empty, gnus-group-mail-2)
6040         (gnus-group-mail-2-empty, gnus-group-mail-3)
6041         (gnus-group-mail-3-empty, gnus-group-mail-low)
6042         (gnus-group-mail-low-empty, gnus-summary-selected)
6043         (gnus-summary-cancelled, gnus-summary-high-ticked)
6044         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
6045         (gnus-summary-high-ancient, gnus-summary-low-ancient)
6046         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
6047         (gnus-summary-low-undownloaded)
6048         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
6049         (gnus-summary-low-unread, gnus-summary-normal-unread)
6050         (gnus-summary-high-read, gnus-summary-low-read)
6051         (gnus-summary-normal-read, gnus-splash):
6052         Remove "-face" suffix from face names.
6053         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6054         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6055         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6056         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6057         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6058         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6059         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6060         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6061         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6062         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6063         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6064         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6065         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6066         (gnus-summary-normal-ticked-face)
6067         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
6068         (gnus-summary-normal-ancient-face)
6069         (gnus-summary-high-undownloaded-face)
6070         (gnus-summary-low-undownloaded-face)
6071         (gnus-summary-normal-undownloaded-face)
6072         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6073         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6074         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6075         (gnus-splash-face):
6076         New backward-compatibility aliases for renamed faces.
6077         (gnus-group-startup-message): Use renamed gnus faces.
6078
6079         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
6080         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
6081         (gnus-server-agent): Remove "-face" suffix from face names.
6082         (gnus-server-agent-face, gnus-server-opened-face)
6083         (gnus-server-closed-face, gnus-server-denied-face)
6084         (gnus-server-offline-face):
6085         New backward-compatibility aliases for renamed faces.
6086         (gnus-server-agent-face, gnus-server-opened-face)
6087         (gnus-server-closed-face, gnus-server-denied-face)
6088         (gnus-server-offline-face): Use renamed gnus faces.
6089
6090         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
6091         Remove "-face" suffix from face names.
6092         (gnus-picon-xbm-face, gnus-picon-face):
6093         New backward-compatibility aliases for renamed faces.
6094
6095         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
6096         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
6097         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
6098         (gnus-cite-11): Remove "-face" suffix from face names.
6099         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
6100         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
6101         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
6102         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
6103         New backward-compatibility aliases for renamed faces.
6104         (gnus-cite-attribution-face, gnus-cite-face-list)
6105         (gnus-article-boring-faces): Use renamed gnus faces.
6106
6107         * gnus-art.el (gnus-signature, gnus-header-from)
6108         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
6109         (gnus-header-content): Remove "-face" suffix from face names.
6110         (gnus-signature-face, gnus-header-from-face)
6111         (gnus-header-subject-face, gnus-header-newsgroups-face)
6112         (gnus-header-name-face, gnus-header-content-face):
6113         New backward-compatibility aliases for renamed faces.
6114         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
6115
6116         * gnus-sum.el (gnus-summary-selected-face)
6117         (gnus-summary-highlight): Use renamed gnus faces.
6118         * gnus-group.el (gnus-group-highlight): Likewise.
6119
6120 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
6121
6122         * gnus-sieve.el (gnus-sieve-article-add-rule):
6123         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
6124         * spam-stat.el (spam-stat-buffer-change-to-spam)
6125         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
6126
6127         * message.el (message-is-yours-p):
6128         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
6129
6130 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6131
6132         * mm-view.el (mm-inline-text): Withdraw the last change.
6133
6134 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6135
6136         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
6137         executing enriched-decode.
6138
6139 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6140
6141         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
6142         charset of tar files.
6143
6144 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
6145
6146         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
6147
6148 2005-06-04  Lute Kamstra  <lute@gnu.org>
6149
6150         * nnfolder.el (nnfolder-read-folder): Make sure that undo
6151         information is never recorded.
6152
6153 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6154
6155         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
6156
6157 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6158
6159         * pop3.el (pop3-apop): Run md5 in the binary mode.
6160
6161         * starttls.el (starttls-set-process-query-on-exit-flag):
6162         Use eval-and-compile.
6163
6164 2005-05-31  Simon Josefsson  <jas@extundo.com>
6165
6166         * smime.el (smime-replace-in-string): Define.
6167         (smime-cert-by-ldap-1): Use it.
6168
6169 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6170
6171         * gnus-art.el (article-display-x-face): Replace
6172         process-kill-without-query by gnus-set-process-query-on-exit-flag.
6173
6174         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
6175         set-process-query-on-exit-flag or process-kill-without-query.
6176
6177         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
6178         loop instead of replace-regexp.
6179
6180         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
6181         instead of process-kill-without-query if it is available.
6182
6183         * lpath.el: Fbind ldap-search-entries.
6184
6185         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
6186         instead of find-file-hooks if it is available.
6187
6188         * mml1991.el: Bind pgg-default-user-id when compiling.
6189
6190         * mml2015.el: Bind pgg-default-user-id when compiling.
6191
6192         * nndraft.el (nndraft-request-associate-buffer):
6193         Use write-contents-functions instead of write-contents-hooks if it is
6194         available.
6195
6196         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
6197         instead of find-file-hooks if it is available.
6198
6199         * nntp.el (nntp-open-connection): Replace
6200         process-kill-without-query by gnus-set-process-query-on-exit-flag.
6201         (nntp-open-ssl-stream): Ditto.
6202         (nntp-open-tls-stream): Ditto.
6203
6204         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
6205         set-process-query-on-exit-flag or process-kill-without-query.
6206         (starttls-open-stream-gnutls): Use it instead of
6207         process-kill-without-query.
6208         (starttls-open-stream): Ditto.
6209
6210 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
6211
6212         * smime.el (smime-cert-by-ldap-1): Don't use
6213         replace-regexp-in-string.
6214
6215 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6216
6217         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
6218
6219         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
6220         in PEM format. Adjust to the XEmacs compability.
6221
6222 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
6223
6224         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
6225         by `string-to-number'.
6226         * gnus-agent.el (gnus-agent-regenerate-group)
6227         (gnus-agent-fetch-articles): Ditto.
6228         * gnus-art.el (gnus-button-fetch-group): Ditto.
6229         * gnus-cache.el (gnus-cache-generate-active)
6230         (gnus-cache-articles-in-group): Ditto.
6231         * gnus-group.el (gnus-group-set-current-level)
6232         (gnus-group-insert-group-line): Ditto.
6233         * gnus-score.el (gnus-score-set-expunge-below)
6234         (gnus-score-set-mark-below, gnus-summary-score-effect)
6235         (gnus-summary-score-entry): Ditto.
6236         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
6237         (gnus-soup-pack): Ditto.
6238         * gnus-spec.el (gnus-xmas-format): Ditto.
6239         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
6240         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
6241         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
6242         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
6243         * nndb.el (nndb-get-remote-expire-response): Ditto.
6244         * nndiary.el (nndiary-parse-schedule-value)
6245         (nndiary-string-to-number, nndiary-request-replace-article)
6246         (nndiary-request-article): Ditto.
6247         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
6248         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
6249         * nneething.el (nneething-make-head): Ditto.
6250         * nnfolder.el (nnfolder-request-article)
6251         (nnfolder-retrieve-headers): Ditto.
6252         * nnheader.el (nnheader-file-to-number): Ditto.
6253         * nnkiboze.el (nnkiboze-request-article): Ditto.
6254         * nnmail.el (nnmail-process-unix-mail-format)
6255         (nnmail-process-babyl-mail-format): Ditto.
6256         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
6257         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
6258         (nnmh-request-create-group, nnmh-request-list-1)
6259         (nnmh-request-group, nnmh-request-article): Ditto.
6260         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
6261         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
6262         * nnsoup.el (nnsoup-make-active): Ditto.
6263         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
6264         * nntp.el (nntp-find-group-and-number)
6265         (nntp-retrieve-headers-with-xover): Ditto.
6266         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
6267         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
6268         (pgg-format-key-identifier): Ditto.
6269         * pop3.el (pop3-last, pop3-stat): Ditto.
6270         * qp.el (quoted-printable-decode-region): Ditto.
6271
6272         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
6273         of concat.
6274
6275 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6276
6277         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
6278
6279         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
6280
6281         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
6282
6283         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
6284
6285         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
6286
6287         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
6288
6289         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
6290         (gnus-carpal-mode): Ditto.
6291
6292         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
6293         (gnus-browse-mode): Ditto.
6294
6295         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
6296
6297         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
6298
6299 2005-05-29  Richard M. Stallman  <rms@gnu.org>
6300
6301         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
6302
6303 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6304
6305         * gnus-util.el (gnus-run-mode-hooks): New function.
6306
6307         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
6308
6309         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
6310         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
6311
6312 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
6313
6314         * gnus-agent.el (gnus-agent-make-mode-line-string):
6315         Use mode-line-highlight as mouse-face.
6316
6317 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6318
6319         * canlock.el (canlock): Change the parent group to news.
6320
6321         * deuglify.el (gnus-outlook-deuglify): Add :group.
6322
6323         * dig.el (dig): Add :group.
6324
6325         * dns-mode.el (dns-mode): Add :group.
6326
6327         * encrypt.el (encrypt): Add :group.
6328
6329         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
6330         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
6331         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
6332         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
6333         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
6334
6335         * gnus-diary.el (gnus-diary): Add :group.
6336
6337         * gnus.el (gnus-group-news-1-face): Add :group.
6338         (gnus-group-news-1-empty-face): Ditto.
6339         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
6340         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
6341         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
6342         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
6343         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
6344         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
6345         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
6346         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
6347         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
6348         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
6349         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
6350         (gnus-summary-high-ticked-face): Ditto.
6351         (gnus-summary-low-ticked-face): Ditto.
6352         (gnus-summary-normal-ticked-face): Ditto.
6353         (gnus-summary-high-ancient-face): Ditto.
6354         (gnus-summary-low-ancient-face): Ditto.
6355         (gnus-summary-normal-ancient-face): Ditto.
6356         (gnus-summary-high-undownloaded-face): Ditto.
6357         (gnus-summary-low-undownloaded-face): Ditto.
6358         (gnus-summary-normal-undownloaded-face): Ditto.
6359         (gnus-summary-high-unread-face): Ditto.
6360         (gnus-summary-low-unread-face): Ditto.
6361         (gnus-summary-normal-unread-face): Ditto.
6362         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
6363         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
6364
6365         * hashcash.el (hashcash): New custom group.
6366         (hashcash-default-payment): Add :group.
6367         (hashcash-payment-alist): Ditto.
6368         (hashcash-default-accept-payment): Ditto.
6369         (hashcash-accept-resources): Ditto.
6370         (hashcash-path): Ditto.
6371         (hashcash-extra-generate-parameters): Ditto.
6372         (hashcash-double-spend-database): Ditto.
6373         (hashcash-in-news): Ditto.
6374
6375         * message.el (message-minibuffer-local-map): Add :group.
6376
6377         * netrc.el (netrc): Add :group.
6378
6379         * sieve-manage.el (sieve-manage-log): Add :group.
6380         (sieve-manage-default-user): Diito.
6381         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
6382         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
6383         (sieve-manage-authenticators): Ditto.
6384         (sieve-manage-authenticator-alist): Ditto.
6385         (sieve-manage-default-port): Ditto.
6386
6387         * sieve-mode.el (sieve-control-commands-face): Add :group.
6388         (sieve-action-commands-face): Ditto.
6389         (sieve-test-commands-face): Ditto.
6390         (sieve-tagged-arguments-face): Ditto.
6391
6392         * smime.el (smime): Add :group.
6393
6394         * spam-report.el (spam-report): Add :group.
6395
6396         * spam.el (spam, spam-face): Add :group.
6397
6398 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6399
6400         * nntp.el (nntp-next-result-arrived-p): Some news servers may
6401         return \n.\n.\n at the end of articles.  Protect against that.
6402         (nntp-with-open-group): Allow debugging.
6403
6404         * nnheader.el (mail-header-set-extra): Make into a function
6405         because I just could't understand how to quote the list properly.
6406
6407         * dns.el (query-dns-cached): New function.
6408
6409 2005-05-26  Lute Kamstra  <lute@gnu.org>
6410
6411         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
6412
6413 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6414
6415         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
6416
6417         * gnus-art.el: Don't autoload mail-extract-address-components.
6418
6419         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
6420         eval-and-compile to evaluate it.
6421
6422         * hashcash.el: Don't autoload executable-find.
6423
6424         * nndb.el: Don't declare the nndb back end two or more times; don't
6425         autoload news-reply-mode, news-setup, cancel-timer and telnet.
6426
6427         * nntp.el: Autoload format-spec instead of format; use
6428         eval-and-compile to evaluate autoload forms.
6429
6430 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
6431
6432         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
6433
6434 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6435
6436         * gnus.el (gnus-version-number): Bump version.
6437
6438 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6439
6440         * gnus.el: No Gnus v0.3 is released.
6441
6442 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6443
6444         * lpath.el (featurep): Bind show-nonbreak-escape.
6445
6446 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6447
6448         * gnus-art.el (gnus-article-edit-part): Disable undo.
6449
6450 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6451
6452         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
6453         gnus-article-date-lapsed-new-header is t if date timer is active;
6454         skip headers in which the original date value is empty.
6455         (gnus-article-save-original-date): Redefine it as a macro.
6456         (gnus-display-mime): Use it.
6457
6458 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6459
6460         * gnus-art.el (article-date-ut): Support converting date in
6461         forwarded parts as well.
6462         (gnus-article-save-original-date): New function.
6463         (gnus-display-mime): Use it.
6464
6465 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
6466
6467         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
6468         enclosure element of <item>.
6469
6470 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
6471
6472         * message.el (message-kill-buffer-query): Renamed from
6473         `message-kill-buffer-query-if-modified'.  Added :version.
6474
6475 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6476
6477         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
6478         window layout.
6479
6480 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6481
6482         * mml.el: Autoload dnd when compiling.
6483
6484 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6485
6486         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
6487         x-dnd-*.
6488
6489 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6490
6491         * qp.el (quoted-printable-encode-region): Save excursion.
6492
6493 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6494
6495         * message.el (message-kill-buffer-query-if-modified): Add new variable
6496         so the user can kill a modified message buffer quickly.
6497         (message-kill-buffer): Use it.
6498
6499 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6500
6501         * lpath.el: Fbind display-time-event-handler; don't fbind
6502         string-to-multibyte.
6503
6504         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
6505
6506 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6507
6508         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
6509         contained in text because xml.el decodes entities) with LFs.
6510
6511 2005-04-11  Lute Kamstra  <lute@gnu.org>
6512
6513         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
6514         differently.
6515
6516 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6517
6518         * mm-util.el (mm-detect-coding-region): Typo.
6519
6520 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6521
6522         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
6523
6524 2005-04-06  D Goel  <deego@gnufans.org>
6525
6526         * spam-stat.el (spam-stat-score-buffer): Add a call to a
6527         user-function allow user modifications of the scores.
6528         (spam-stat-score-buffer-user): New function, to allow
6529         user-computed modifications to the score.
6530         (spam-stat-score-buffer-user-functions): list of additional
6531         scoring functions
6532         (spam-stat-error-holder): global temporary error holder
6533         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
6534         variable
6535
6536 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6537
6538         * gnus-registry.el (gnus-registry-clean-empty-function)
6539         (gnus-registry-trim, gnus-registry-fetch-groups)
6540         (gnus-registry-delete-group): Groups that match
6541         `gnus-registry-ignored-groups' are removed from the registry
6542         entries, not just ignored for splitting.  This helps clean up the
6543         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
6544         to get all the groups a message ID is in.
6545
6546         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
6547         (spam-stat-split-fancy): Change "threshhold" to "threshold"
6548         (spam-stat-score-buffer-user-functions): Add :number custom type.
6549
6550 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6551
6552         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
6553         argument in XEmacs.
6554
6555         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
6556         (nnrss-request-group): Decode group name first.
6557         (nnrss-request-article): Make a text/plain article if mml-to-mime
6558         failed.
6559         (nnrss-get-encoding): Return a compatible encoding according to
6560         nnrss-compatible-encoding-alist.
6561         (nnrss-find-el): Use consp instead of listp.
6562         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
6563
6564 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6565
6566         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
6567         which Emacs 20 doesn't support.
6568         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
6569
6570 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6571
6572         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
6573         silence the byte compiler inside the defun
6574
6575         * gnus-demon.el (parse-time-string): Add autoload.
6576
6577         * gnus-delay.el (parse-time-string): Add autoload.
6578
6579         * gnus-art.el (parse-time-string): Add autoload.
6580
6581         * nnultimate.el (parse-time): Require for `parse-time-string'.
6582
6583 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6584
6585         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
6586
6587         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
6588
6589         * smime.el (smime-ldap-host-list): Add :version.
6590
6591 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6592
6593         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
6594         pass it to `gnus-browse-read-group'.
6595         (gnus-browse-read-group): Add NUMBER argument and pass it to
6596         `gnus-group-read-ephemeral-group'.
6597
6598         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
6599         argument and pass it to `gnus-group-read-group'.
6600
6601 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
6602
6603         * mm-util.el (mm-xemacs-find-mime-charset): Only call
6604         mm-xemacs-find-mime-charset-1 if we have the mule feature
6605         available at runtime.
6606
6607 2005-03-25  Werner Lemberg  <wl@gnu.org>
6608
6609         * nnmaildir.el: Replace `illegal' with `invalid'.
6610
6611 2005-03-23  Lute Kamstra  <lute@gnu.org>
6612
6613         * time-date.el: Add comment on time value formats.
6614         Don't require parse-time.
6615         (with-decoded-time-value): New macro.
6616         (encode-time-value): New function.
6617         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6618         (days-to-time): Return a valid time value when arg is huge.
6619         (time-since): Use time-subtract.
6620         (time-to-number-of-days): Use time-to-seconds.
6621
6622 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6623
6624         * gnus-start.el (gnus-display-time-event-handler):
6625         Check display-time-timer at runtime rather than only at load time
6626         in case display-time-mode is turned off in the mean time.
6627
6628 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6629
6630         * nnimap.el (nnimap-open-connection): Print which authinfo file is
6631         used.
6632
6633         * nneething.el (nneething-map-file-directory): Derive from
6634         `gnus-directory'.
6635
6636         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
6637         the To/Cc button.
6638
6639 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6640
6641         * nnmaildir.el (nnmaildir-request-accept-article):
6642         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
6643
6644 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6645
6646         * gnus-async.el: Require timer-funcs at compile time when in
6647         XEmacs for `run-with-idle-timer'.
6648
6649 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6650
6651         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
6652         autoloaded function.
6653
6654 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6655
6656         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
6657
6658 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
6659
6660         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
6661
6662 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6663
6664         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
6665         gnus-expert-user to default.
6666
6667 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
6668
6669         * nnimap.el (nnimap-open-server): Ditto.
6670
6671         * imap.el (imap-authenticate): Fix typo.
6672
6673 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
6674
6675         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
6676         buffer (since IMAP server might return FETCH response out of
6677         order, and the nntp buffer must be sorted).
6678
6679 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
6680
6681         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
6682         comparison on string.
6683
6684         * gnus-agent.el (gnus-agent-long-article,
6685         gnus-agent-short-article, gnus-agent-score): Renamed category
6686         keywords to match gnus-cus.
6687         (gnus-agent-summary-fetch-series): Modified to protect against
6688         gnus-agent-summary-fetch-group clearing processable flags.
6689         (gnus-agent-synchronize-group-flags): Update live group buffer as
6690         synchronization may occur due to the user toggle the plugged
6691         status.
6692         (gnus-agent-fetch-group-1): Clear downloadable flag when article
6693         successfully downloaded.
6694         (gnus-agent-expire-group-1): Avoid using markers when the overview
6695         is in ascending order; greatly improves performance.
6696         (gnus-agent-regenerate-group): Use
6697         gnus-agent-synchronize-group-flags to reset read status in both
6698         gnus and server.
6699         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
6700
6701 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6702
6703         * message.el: Don't autoload former message-utils variables.
6704         (message-strip-subject-trailing-was): Change doc string.
6705
6706         * nnweb.el: Fixes for `gnus-group-make-web-group'.
6707         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
6708         (nnweb-google-search): Add "hl=en" here.
6709         (nnweb-google-parse-1, nnweb-google-create-mapping):
6710         Don't hardcode URL.
6711
6712 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6713
6714         * message.el (message-get-reply-headers, message-followup):
6715         Mention related variables `message-use-followup-to' and
6716         `message-use-mail-followup-to', in the information buffer.
6717
6718         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
6719         of broken groups(-beta).google.com.
6720
6721 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6722
6723         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
6724         parameter to invoked gnus-request-move-article; remove the
6725         redundant gnus-sum-hint-move-is-internal variable; apply the marks
6726         all at once instead of once per article.
6727         (gnus-summary-remove-process-mark): Accept a list of articles as
6728         well as a single article for processing.
6729
6730         * gnus-int.el (gnus-request-move-article): Add move-is-internal
6731         parameter.
6732
6733         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
6734
6735         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
6736
6737         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
6738         parameter.
6739
6740         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
6741         parameter.
6742
6743         * nnimap.el (nnimap-request-move-article): Add move-is-internal
6744         parameter and remove the gnus-sum-hint-move-is-internal variable.
6745
6746         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
6747         parameter.
6748
6749         * nndraft.el (nndraft-request-move-article): Add move-is-internal
6750         parameter.
6751
6752         * nndiary.el (nndiary-request-move-article): Add move-is-internal
6753         parameter.
6754
6755         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
6756
6757         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
6758         parameter.
6759
6760         * nnagent.el (nnagent-request-move-article): Add move-is-internal
6761         parameter.
6762
6763 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6764
6765         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
6766         a more conservative way.
6767
6768 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6769
6770         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
6771         buffer, so it moves the window's cursor.
6772
6773 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6774
6775         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
6776         `mm-dissect-multipart' and receive the from field as an (optional)
6777         argument from `mm-dissect-multipart'.
6778         (mm-dissect-multipart): Receive the from field as an argument and
6779         pass it on when we call `mm-dissect-buffer' on MIME parts.
6780         Fixes verification/decryption of signed/encrypted MIME parts.
6781
6782 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6783
6784         * gnus-sum.el (gnus-summary-move-article): Set
6785         gnus-sum-hint-move-is-internal for gnus-request-move-article and
6786         whatever it calls (right now, only nnimap-request-move article
6787         respects it).
6788
6789         * nnimap.el (nnimap-request-move-article): When
6790         gnus-sum-hint-move-is-internal is set, don't do the extra
6791         nnimap-request-article.
6792
6793 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6794
6795         * nnheader.el (nnheader-find-file-noselect): Add doc string.
6796
6797         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
6798         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
6799
6800         * gnus-sum.el (gnus-summary-caesar-message):
6801         Apply `gnus-treat-article' after rotation.
6802
6803         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
6804         doc string.
6805
6806 2005-02-22  Simon Josefsson  <jas@extundo.com>
6807
6808         * encrypt.el (encrypt-password-cache-expiry): Remove (use
6809         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
6810         <arne@arnested.dk>.
6811         (encrypt): Add password-cache and password-cache-expiry as group
6812         members.
6813
6814 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6815
6816         * smime.el (smime-ldap-host-list): Doc fix.
6817         (smime-ask-passphrase): Use `password-read-and-add' to read (and
6818         cache) password.
6819         (smime-sign-region): Use it.
6820         (smime-decrypt-region): Use it.
6821         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
6822         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
6823         fails.
6824         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
6825         certificate from DER to PEM format rather than calling openssl.
6826
6827         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
6828
6829         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
6830         for signing/encryption.
6831
6832         * mml.el (mml-parse-1): Use them.
6833
6834 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6835
6836         * nnrss.el (nnrss-verbose): Removed.
6837         (nnrss-request-group): Use `nnheader-message' instead.
6838
6839 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
6840
6841         * nnrss.el (nnrss-verbose): New variable.
6842         (nnrss-request-group): Make it say nnrss is requesting a group.
6843
6844 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6845
6846         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
6847         Handle news URL with given port correctly.
6848
6849 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6850
6851         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
6852         containing special characters.
6853
6854         * gnus-sum.el (gnus-summary-edit-article): Ditto.
6855
6856         * mml.el (mime-to-mml): Ditto.
6857
6858         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
6859         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
6860         (rfc2047-decode-region): Quote decoded words containing special
6861         characters when rfc2047-quote-decoded-words-containing-tspecials
6862         is non-nil.
6863
6864 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6865
6866         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
6867
6868         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
6869
6870 2005-02-15  Simon Josefsson  <jas@extundo.com>
6871
6872         * nnimap.el (nnimap-debug): Doc fix.
6873
6874         * imap.el (imap-debug): Doc fix.
6875
6876 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6877
6878         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
6879
6880 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6881
6882         * gnus.el (spam-contents): Improve docs for spam-contents
6883         parameter in its variable incarnation.
6884
6885 2005-02-14  Simon Josefsson  <jas@extundo.com>
6886
6887         * smime-ldap.el: Use require instead of load-library for ldap.
6888         (smime-ldap-search): Indent.
6889         (smime-ldap-search-internal): Shorten line.
6890
6891         * smime.el (smime-cert-by-dns): Add doc-string.
6892         (smime-cert-by-ldap-1): Indent.
6893
6894         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
6895         mml-smime-get-dns-ldap.
6896         (mml-smime-encrypt-query): Use new function.  Default to ldap.
6897
6898 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6899
6900         * smime.el: Require smime-ldap.
6901         (smime-ldap-host-list): New variable.
6902         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
6903
6904         * mml-smime.el (mml-smime-encrypt-query): New function.
6905         (mml-smime-encrypt-query): Use it.
6906
6907         * smime-ldap.el: New file.
6908
6909 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
6912
6913 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6914
6915         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
6916         argument in doc string.  Make query for type more clear.
6917
6918 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6919
6920         * gnus.el (gnus-group-startup-message): Search for gnus images in
6921         etc/images/gnus.
6922         * mm-util.el (mm-image-load-path): Likewise.
6923         * smiley.el (smiley-data-directory): Search for smilies in
6924         etc/images/smilies.
6925
6926 2005-02-09  Kim F. Storm  <storm@cua.dk>
6927
6928         Change Emacs release version from 21.4 to 22.1 throughout.
6929         Change Emacs development version from 21.3.50 to 22.0.50.
6930
6931 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6932
6933         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
6934
6935         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
6936         non-Mule XEmacs as well.
6937         (mm-decompress-buffer): Signal an error intentionally if it does
6938         not decompress compressed data because auto-compression-mode is
6939         disabled.
6940
6941 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
6942
6943         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
6944         an ID in the registry even if it has no groups.
6945
6946 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6947
6948         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
6949         merge it into mm-decompress-buffer.
6950         (gnus-mime-copy-part): Use the MIME part charset, the value which
6951         a user specified or gnus-newsgroup-charset for decoding, like
6952         gnus-mime-inline-part does; set buffer-file-coding-system to tell
6953         save-buffer what was used.  Suggested by Kevin Ryde
6954         <user42@zip.com.au>.
6955         (gnus-mime-inline-part): Allow the name parameter as well as the
6956         filename parameter; force decompressing of compressed data; always
6957         display contents being not decoded as unibyte.
6958
6959         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
6960         as well as the filename parameter.
6961
6962         * mm-util.el (mm-decompress-buffer): Merge
6963         gnus-mime-jka-compr-maybe-uncompress.
6964         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
6965         of compressed data.
6966
6967 2005-02-08  Simon Josefsson  <jas@extundo.com>
6968
6969         * imap.el (imap-log): Doc fix.
6970
6971 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6972
6973         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
6974         the coding cookies; decompress compressed parts.
6975
6976         * mml.el (mml-generate-mime-1): Add the charaset parameter according
6977         to the value which a user specified manually or the coding cookie.
6978
6979         * mm-util.el (mm-string-to-multibyte): New function.
6980         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
6981         (mm-coding-system-to-mime-charset): New function.
6982         (mm-decompress-buffer): New function.
6983         (mm-find-buffer-file-coding-system): New function.
6984
6985         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
6986         (mm-display-inline-fontify): Rewrite for decoding and decompressing
6987         parts.
6988
6989 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6990
6991         * mm-view.el (mm-display-inline-fontify): Decode a part according
6992         to the charset parameter.
6993
6994 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
6997         prefix arg is neither nil nor a number, as info specifies.
6998
6999 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7000
7001         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
7002         timestamps.
7003
7004 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
7005
7006         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
7007         groups error checking and notify user.
7008
7009 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
7010
7011         * message.el (message-send-mail-function): Check existence of
7012         sendmail-program first before using default value
7013         `message-send-mail-with-sendmail'.  Otherwise use more generic
7014         `smtpmail-send-it'.
7015
7016 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7017
7018         * nntp.el (nntp-request-update-info): Always return nil.
7019
7020 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7021
7022         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
7023
7024 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7025
7026         * message.el (message-beginning-of-line): Change the behavior when
7027         invoked between BOL and : so that it first moves backward.
7028
7029 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7030
7031         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
7032         article buffer when editing of the article is discarded.
7033         (gnus-article-prepare): Revert.
7034
7035 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7036
7037         * gnus-art.el (gnus-article-prepare):
7038         Remove message-strip-forbidden-properties from the local hook.
7039
7040 2005-01-27  Simon Josefsson  <jas@extundo.com>
7041
7042         * password.el (password-cache-add): Only start one timer per key.
7043         Reported by Derek Atkins <warlord@MIT.EDU>.
7044
7045 2005-01-26  Steve Youngs  <steve@sxemacs.org>
7046
7047         * run-at-time.el: Removed.  It is no longer needed as
7048         timer-funcs.el in the xemacs-base package has a working version of
7049         `run-at-time'.
7050
7051         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
7052
7053         * password.el: Require timer-funcs instead of run-at-time in
7054         XEmacs.
7055         Remove `password-run-at-time' macro.
7056         (password-cache-add): Use `run-at-time' instead of
7057         `password-run-at-time'.
7058
7059         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
7060         Remove `nnheader-cancel-function-timers' alias,
7061         `cancel-function-timers' exists in XEmacs in timer-funcs.
7062
7063         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
7064         for `run-with-idle-timer'.
7065
7066         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
7067         for `run-at-time'.
7068
7069         * mm-url.el: Require timer-funcs at compile time when in XEmacs
7070         for `with-timeout'.
7071
7072         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
7073         the same as for XEmacs 21.4.
7074         No need to ignore `run-with-idle-timer', this function exists in
7075         XEmacs now in timer-funcs.el in the xemacs-base package.
7076         (dgnushack-compile): No need to delete
7077         run-at-time.el from the list of files to compile because it
7078         doesn't exist anymore.
7079
7080 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7081
7082         * mml.el (mml-generate-mime-1): Convert string into unibyte when
7083         inserting " *mml*" buffer's contents into a unibyte temp buffer.
7084
7085 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
7086
7087         * mail-source.el (mail-source-fetch-imap): Search for ^From case
7088         sensitively.
7089
7090 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
7091
7092         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
7093
7094 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7095
7096         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
7097         which will be inserted according to the multibyteness of a buffer
7098         rather than the type of contents.  Suggested by ARISAWA Akihiro
7099         <ari@mbf.ocn.ne.jp>.
7100
7101         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
7102         of string which old xml.el may return rather than a string.
7103
7104 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7105
7106         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
7107
7108 2005-01-16  Simon Josefsson  <jas@extundo.com>
7109
7110         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
7111         idn/idna.el isn't available.
7112         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
7113         <michael@waxrat.com>.
7114
7115         * hashcash.el: Remove non-FSF copyright header.
7116
7117         * hashcash.el (hashcash-extra-generate-parameters): New variable.
7118         (hashcash-generate-payment): Use it.
7119         (hashcash-generate-payment-async): Use it.
7120
7121 2005-01-15  Simon Josefsson  <jas@extundo.com>
7122
7123         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
7124         Suggested by Raymond Scholz <ray-2005@zonix.de>.
7125
7126         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
7127         gnus-summary-idna-message.
7128         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
7129         (gnus-summary-idna-message): New function.
7130
7131 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7132
7133         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
7134         gnus-novice-user.
7135
7136 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7137
7138         * nnrss.el (nnrss-request-delete-group): Delete entries in
7139         nnrss-group-alist as well.
7140         (nnrss-save-server-data): Insert newline.
7141
7142 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
7143
7144         * gnus.el (gnus-user-agent): Use list of symbols instead of
7145         symbols.  Display full version number for (S)XEmacs.  Optionally
7146         display (S)XEmacs codename.
7147
7148         * gnus-util.el (gnus-emacs-version): Update for new
7149         `gnus-user-agent'.
7150
7151         * gnus-msg.el (gnus-extended-version): Make it possible to omit
7152         Gnus version.
7153
7154 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7155
7156         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
7157         which is unreadable in some setups.
7158
7159 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7160
7161         * gnus-spec.el (gnus-update-format-specifications): Flush the
7162         group format spec cache if it doesn't support decoded group names.
7163
7164 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7165
7166         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
7167         to apply decay on score files matching a regexp.
7168
7169 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7170
7171         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
7172         compatibility in %g and %c.
7173
7174 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7175
7176         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
7177         name for only %g and %c.
7178         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
7179         of gnus-tmp-group to decoded group name.
7180         (gnus-group-make-rss-group): Exclude `/'s from group names.
7181
7182 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * nnrss.el (nnrss-get-encoding): Fix regexp.
7185
7186 2004-12-27  Simon Josefsson  <jas@extundo.com>
7187
7188         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
7189         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
7190         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
7191
7192 2004-12-17  Kim F. Storm  <storm@cua.dk>
7193
7194         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
7195
7196         * gnus-sum.el (gnus-summary-mode-map): Likewise.
7197
7198 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7199
7200         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
7201
7202 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7203
7204         * nnrss.el: Require rfc2047 and mml.
7205         (nnrss-file-coding-system): New variable.
7206         (nnrss-format-string): Redefine it as an inline function.
7207         (nnrss-decode-group-name): New function.
7208         (nnrss-string-as-multibyte): Remove.
7209         (nnrss-retrieve-headers): Decode group name; don't use
7210         nnrss-format-string.
7211         (nnrss-request-group): Decode group name.
7212         (nnrss-request-article): Decode group name; allow a Message-ID as
7213         well as an article number; don't use nnrss-format-string; encode a
7214         Message-ID string which may contain non-ASCII characters; use
7215         mml-to-mime to compose a MIME article.
7216         (nnrss-request-expire-articles): Decode group name.
7217         (nnrss-request-delete-group): Decode group name.
7218         (nnrss-fetch): Clarify error message.
7219         (nnrss-read-server-data): Use insert-file-contents instead of load;
7220         bind file-name-coding-system; use multibyte buffer.
7221         (nnrss-save-server-data): Bind coding-system-for-write to the
7222         value of nnrss-file-coding-system; bind file-name-coding-system;
7223         add coding cookie.
7224         (nnrss-read-group-data): Use insert-file-contents instead of load;
7225         bind file-name-coding-system; use multibyte buffer.
7226         (nnrss-save-group-data): Bind coding-system-for-write to the
7227         value of nnrss-file-coding-system; bind file-name-coding-system.
7228         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
7229         make it work with non-ASCII text.
7230         (nnrss-find-el): Make it work with old xml.el as well.
7231
7232 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7233
7234         * nnrss.el (nnrss-get-encoding): New function.
7235         (nnrss-fetch): Use unibyte buffer initially; bind
7236         coding-system-for-read while performing mm-url-insert; remove ^Ms;
7237         decode contents according to the encoding attribute.
7238         (nnrss-save-group-data): Add coding cookie.
7239         (nnrss-mime-encode-string): New function.
7240         (nnrss-check-group): Use it to encode subject and author.
7241
7242 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
7243
7244         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
7245         imaginary variable.
7246
7247 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7248
7249         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
7250         correctly even if there are wide characters.
7251
7252 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7253
7254         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
7255         downcased symbol names; make a new cache instead of reusing
7256         bbdb-hashtable.
7257
7258 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7259
7260         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7261         concatenating segments rather than before concatenating them.
7262         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7263
7264         * message.el (message-get-reply-headers): Bind `extra'.
7265
7266 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7267
7268         * message.el (message-extra-wide-headers): New variable.
7269         (message-get-reply-headers): Use it.
7270
7271 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7272
7273         * gnus-agent.el (gnus-agent-group-path): Decode group name.
7274         (gnus-agent-group-pathname): Ditto.
7275
7276         * gnus-cache.el (gnus-cache-file-name): Decode group name.
7277
7278         * gnus-group.el (gnus-group-make-group): Decode group name.
7279         (gnus-group-make-rss-group): Register the group data after opening
7280         the nnrss group.
7281
7282 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
7283
7284         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
7285         by expiry now get marked as read.
7286
7287 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7288
7289         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
7290
7291 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
7292
7293         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
7294         unify Latin characters in XEmacs.
7295         (mm-find-mime-charset-region): Use it.
7296
7297 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7298
7299         * gnus-util.el (gnus-delete-directory): New function.
7300
7301         * gnus-agent.el (gnus-agent-delete-group): Use it.
7302
7303         * gnus-cache.el (gnus-cache-delete-group): Use it.
7304
7305 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7306
7307         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
7308         names.
7309
7310 2004-12-16  Simon Josefsson  <jas@extundo.com>
7311
7312         * hashcash.el (hashcash-payment-alist): Fix custom :type.
7313
7314 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7315
7316         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
7317
7318         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
7319         (gnus-group-set-current-level): Decode group name.
7320
7321 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
7322
7323         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
7324         failed.
7325
7326 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7327
7328         * gnus-group.el (gnus-group-delete-group): Decode group name.
7329         (gnus-group-make-rss-group): Encode group name.
7330         (gnus-group-catchup-current): Decode group name.
7331         (gnus-group-kill-group): Decode group name.
7332
7333 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7334
7335         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
7336
7337 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7338
7339         * gnus-group.el (gnus-group-make-rss-group):
7340         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
7341
7342         * gnus-start.el (gnus-setup-news): Honor user's setting to
7343         gnus-message-archive-method.  Suggested by Lute Kamstra
7344         <lute@gnu.org>.
7345
7346 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
7347
7348         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
7349         global counterparts of the buffer-local variables.
7350
7351 2004-11-16  Romain Francoise  <romain@orebokech.com>
7352
7353         * gnus-sum.el (gnus-summary-exit): Don't clear the global
7354         counterparts of the buffer-local variables.
7355
7356 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7357
7358         * message.el (message-forbidden-properties): Fixed typo in doc
7359         string.
7360
7361 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7362
7363         * gnus-util.el (gnus-replace-in-string): Added doc string.
7364
7365         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
7366         to avoid problems when splitting mails with many recipients.
7367
7368 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7369
7370         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
7371         pop-to-buffer, covered by the subsequent gnus-configure-windows.
7372
7373 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
7374
7375         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
7376         if there is no hashtable in memory or file modification time is
7377         newer than cached timestamp.
7378
7379 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7380
7381         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
7382         not-matching option.
7383
7384 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
7385
7386         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
7387         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
7388         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7389         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
7390         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
7391         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
7392
7393 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7394
7395         * message.el (message-forward-make-body-mml): Remove headers
7396         according to message-forward-ignored-headers if a message is decoded.
7397
7398 2004-12-02  Romain Francoise  <romain@orebokech.com>
7399
7400         * message.el (message-forward-make-body-plain): Always remove
7401         headers according to message-forward-ignored-headers.
7402
7403 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7404
7405         * spam.el (spam-summary-prepare-exit): Remove the
7406         gnus-summary-limit pop for now, it has problems with ham marks for
7407         me.
7408
7409 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
7410
7411         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
7412         correctly.
7413
7414 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
7415
7416         * format-spec.el (format-spec): Message the char.
7417
7418 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
7419
7420         * gnus-art.el (gnus-split-methods): Reformat comments.
7421
7422         * spam.el (spam-summary-prepare-exit): Remove article limits
7423         before exiting the summary buffer.
7424
7425 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7426
7427         * lpath.el: Remove bbdb-create-internal, bbdb-records,
7428         spam-BBDB-register-routine and spam-enter-ham-BBDB.
7429
7430         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
7431         order to silence the byte compiler.
7432
7433         * spam.el: Fix the way to silence the byte compiler, which
7434         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
7435         bbdb-search-simple, spam-BBDB-register-routine,
7436         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
7437         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
7438         spam-stat-buffer-is-spam, spam-stat-load,
7439         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
7440         spam-stat-save and spam-stat-split-fancy.
7441
7442 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7443
7444         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
7445         which may confuse users.
7446         (canlock-password-for-verify): Ditto.
7447
7448         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
7449
7450         * gnus-art.el (gnus-emphasis-alist): Ditto.
7451
7452         * gnus-registry.el (gnus-registry-max-entries): Ditto.
7453
7454         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
7455
7456         * gnus-start.el (gnus-save-killed-list): Ditto.
7457
7458         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
7459         (gnus-sum-thread-tree-root): Ditto.
7460         (gnus-sum-thread-tree-false-root): Ditto.
7461         (gnus-sum-thread-tree-single-indent): Ditto.
7462
7463         * message.el (message-courtesy-message): Ditto.
7464         (message-archive-note): Ditto.
7465         (message-subscribed-address-file): Ditto.
7466         (message-user-fqdn): Ditto.
7467
7468         * spam-report.el (spam-report-gmane-regex): Ditto.
7469
7470         * spam.el (spam-blackhole-good-server-regex): Ditto.
7471
7472 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7473
7474         * mml.el (mml-preview): Widen the message buffer before copying
7475         the contents to the preview buffer; sort headers before previewing.
7476
7477         * message.el (message-hidden-headers): Fix the way to avoid a bug
7478         in the `repeat' widget in Emacs 21.3 or earlier.
7479
7480 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * message.el (message-hidden-headers): Default to "^References:".
7483         Improve customization type.  Suggested by Reiner Steib
7484         <Reiner.Steib@gmx.de>.
7485
7486 2004-11-25  Romain Francoise  <romain@orebokech.com>
7487
7488         * message.el (message-strip-forbidden-properties): Remove check for
7489         obsolete `message-hidden' text property, hidden headers are not
7490         accessible in the buffer anymore.
7491
7492 2004-11-22  Romain Francoise  <romain@orebokech.com>
7493
7494         * message.el (message-header-format-alist): Add `From' in list
7495         so that it can be sorted.
7496         (message-fix-before-sending): Widen and sort headers before
7497         sending.
7498         (message-hide-headers): Use narrowing to hide headers by moving
7499         them to the top of the buffer and narrowing to the region
7500         underneath.
7501
7502 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7503
7504         * message.el (message-strip-forbidden-properties): Bind
7505         buffer-read-only (etc) to nil.
7506
7507 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7508
7509         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
7510         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7511
7512 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
7513
7514         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
7515
7516 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7517
7518         * dns.el (query-dns): Use sit-for to time instead of
7519         accept-process-output, since that doesn't seem to work on udp
7520         sockets.
7521
7522 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7523
7524         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
7525
7526 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
7527
7528         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
7529         doc string.  Improve doc string.
7530
7531 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7532
7533         * nntp.el (nntp-request-update-info): Return nil if
7534         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
7535         may not call gnus-activate-group which uselessly issues the GROUP
7536         commands for all nntp groups and wastes time.  Reported by Romain
7537         Francoise <romain@orebokech.com>.
7538
7539         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
7540
7541 2004-11-15  Simon Josefsson  <jas@extundo.com>
7542
7543         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
7544         headers separately.
7545         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
7546         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
7547
7548 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7549
7550         * gnus-start.el (gnus-convert-old-newsrc):
7551         Assign legacy-gnus-agent to 5.10.7.
7552
7553 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7554
7555         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
7556         start of the lines.
7557
7558 2004-11-14  Magnus Henoch  <mange@freemail.hu>
7559
7560         * hashcash.el (hashcash-default-payment): Change default to 20
7561         (hashcash-default-accept-payment): Change default to 20
7562         (hashcash-process-alist): New variable
7563         (hashcash-generate-payment-async): Add
7564         (hashcash-already-paid-p): Add
7565         (hashcash-insert-payment): Don't generate payments twice
7566         (hashcash-insert-payment-async): Add
7567         (hashcash-insert-payment-async-2): Add
7568         (hashcash-cancel-async): Add
7569         (hashcash-wait-async): Add
7570         (hashcash-processes-running-p): Add
7571         (hashcash-wait-or-cancel): Add
7572         (mail-add-payment): New optional argument.  Conditionally start
7573         asynchronous calculation.
7574         (mail-add-payment-async): Add
7575
7576         * message.el (message-send-mail): Wait for asynchronous hashcash
7577         results.  Don't clobber existing X-Hashcash headers.
7578         (message-setup-1): Call mail-add-payment-async when
7579         message-generate-hashcash is non-nil.
7580
7581 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7582
7583         * message.el (message-use-alternative-email-as-from): Examine the
7584         From header as well; use message-make-from in order to include a
7585         user's full name.
7586
7587 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7588
7589         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
7590         default; improve customization type.
7591         (gnus-emphasis-custom-with-format): New macro.
7592         (gnus-emphasis-custom-value-to-external): New function.
7593         (gnus-emphasis-custom-value-to-internal): New function.
7594
7595 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7596
7597         * dns.el (query-dns): Resolve reverse addresses.
7598
7599 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7600
7601         * gnus-group.el (gnus-group-get-new-news): Use it.
7602
7603         * gnus-start.el (gnus-check-reasonable-setup): New function.
7604
7605 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7606
7607         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
7608         "Args out of range" error.  Reported by Arnaud Giersch
7609         <arnaud.giersch@free.fr>.
7610
7611 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7612
7613         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
7614
7615 2004-11-04  Richard M. Stallman  <rms@gnu.org>
7616
7617         * spam.el (spam group): Add :version.
7618
7619         * pgg-def.el (pgg group): Add :version.
7620
7621 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7622
7623         * gnus-art.el (gnus-article-edit-article): Don't associate the
7624         article buffer with a draft file.  This is a temporary measure
7625         against the 2004-08-22 change to gnus-article-edit-mode.
7626
7627 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7628
7629         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
7630         (html2text-format-tags): Remove unused variable `attr'.
7631
7632 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7633
7634         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
7635
7636         * tls.el (tls-process-connection-type, tls-success)
7637         (tls-certtool-program): Add :version.
7638
7639         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
7640         (starttls-extra-arguments, starttls-process-connection-type)
7641         (starttls-connect, starttls-failure, starttls-success):
7642
7643         * spam-stat.el (spam-stat): Add :version.
7644
7645         * sieve.el (sieve): Add :version.
7646
7647         * sha1.el (sha1): Add :version.
7648         (sha1-use-external): Remove redundant version.
7649
7650         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
7651         (nnmail-cache-ignore-groups, nnmail-spool-hook)
7652         (nnmail-split-fancy-match-partial-words)
7653         (nnmail-split-lowercase-expanded): Add :version.
7654
7655         * nndiary.el (nndiary): Add :version.
7656
7657         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
7658
7659         * mml-sec.el (mml-default-sign-method)
7660         (mml-default-encrypt-method, mml-signencrypt-style-alist):
7661         Add :version.
7662
7663         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
7664
7665         * mm-url.el (mm-url-use-external, mm-url-program)
7666         (mm-url-arguments): Add :version.
7667
7668         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
7669         (mm-attachment-file-modes, mm-decrypt-option)
7670         (mm-w3m-safe-url-regexp): Add :version.
7671
7672         * message.el (message-cite-prefix-regexp)
7673         (message-sendmail-envelope-from, message-minibuffer-local-map)
7674         (message-user-fqdn, message-completion-alist): Add :version.
7675
7676         * gnus-win.el (gnus-configure-windows-hook)
7677         (gnus-use-frames-on-any-display): Add :version.
7678
7679         * gnus-art.el (gnus-article-address-banner-alist)
7680         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
7681         (gnus-treat-from-picon, gnus-treat-mail-picon)
7682         (gnus-treat-x-pgp-sig): Add :version.
7683
7684         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
7685         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
7686         (gnus-summary-article-delete-hook)
7687         (gnus-summary-display-while-building): Add :version.
7688
7689         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
7690         (gnus-get-top-new-news-hook):Add :version.
7691
7692         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7693         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
7694
7695         * gnus-registry.el (gnus-registry): Add :version.
7696
7697         * gnus-spec.el (gnus-use-correct-string-widths)
7698         (gnus-make-format-preserve-properties): Add :version.
7699
7700         * gnus.el (gnus-group-charter-alist)
7701         (gnus-group-fetch-control-use-browse-url)
7702         (gnus-install-group-spam-parameters): Add :version.
7703
7704         * gnus-diary.el (gnus-diary): Add :version.
7705
7706         * gnus-delay.el (gnus-delay): Add :version.
7707
7708         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
7709         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
7710         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
7711         Add :version.
7712
7713         * gnus-agent.el (gnus-agent-max-fetch-size)
7714         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
7715         (gnus-agent-prompt-send-queue): Add :version.
7716
7717         * deuglify.el (gnus-outlook-deuglify): Add :version.
7718
7719         * html2text.el: Beautify code.  Improve doc strings.  Some
7720         checkdoc cleanup.
7721         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
7722
7723 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
7724
7725         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
7726
7727 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
7728
7729         * gnus-registry.el (gnus-registry-hashtb): Create the registry
7730         when package is loaded.
7731
7732         * spam.el (spam-summary-score-preferred-header): Add global preference
7733         for people who want to override the default SpamAssassin over
7734         Bogofilter preference (when both are set).
7735         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
7736         (spam-user-format-function-S): Check
7737         spam-summary-score-preferred-header.
7738         (spam-extra-header-to-number): Add X-Bogosity header parsing.
7739         (spam-user-format-function-S): Format the score correctly.
7740
7741 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7742
7743         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
7744         signature file.  Suggested by Manoj Srivastava
7745         <srivasta@golden-gryphon.com>.
7746
7747         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
7748         iso-2022-jp even in the Japanese language environment.
7749         Suggested by Jason Rumney <jasonr@gnu.org>.
7750
7751 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7752
7753         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
7754         use the same characters as the dummy marks; make it free from
7755         getting affected by the language environment.
7756         (gnus-summary-read-group-1): Update mark positions only when the
7757         format spec is updated.
7758
7759         * gnus-spec.el (gnus-update-format-specifications): Return a list
7760         of updated types.
7761
7762 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7763
7764         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
7765         of boundp to check if display-warning is available.
7766
7767 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
7768
7769         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
7770
7771 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7772
7773         * nnspool.el (nnspool-spool-directory): Use news-path if the
7774         news-directory variable is not bound.
7775
7776         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
7777         function instead of display-warning if it is not available.
7778
7779 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7780
7781         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
7782         v5-10: Use `point-at-bol'.
7783
7784 2004-10-26  Simon Josefsson  <jas@extundo.com>
7785
7786         * hashcash.el: Fix URL in comment, reported by Cheng Gao
7787         <chenggao@gmail.com>.
7788
7789 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7790
7791         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
7792         instead.
7793
7794 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
7795
7796         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
7797         to remove a server from the nnimap-server-buffer-alist.
7798         (nnimap-open-connection, nnimap-close-server): Use it.
7799
7800         * gnus-encrypt.el: Remove file in favor of encrypt.el.
7801
7802 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7803
7804         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
7805         running the major-mode function.
7806
7807 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7808
7809         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
7810         dummy marks in the right way.
7811
7812 2004-10-18  David Edmondson  <dme@dme.org>
7813
7814         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
7815         excessively.
7816
7817 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
7818
7819         * gnus-util.el (gnus-split-references): Accept a nil references
7820         string and go on blissfully.
7821
7822         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
7823         cases where the references string is non-nil but has no references.
7824
7825         * encrypt.el: Add autoload tags.
7826
7827         * spam.el (spam-resolve-registrations-routine): Remove article
7828         from unregistration list too.  Reported by David Hanak
7829         <dhanak@isis.vanderbilt.edu>
7830
7831 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
7832
7833         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
7834         nil.  Changed custom type.
7835
7836 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
7837
7838         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
7839
7840         * gnus-sum.el (gnus-summary-move-article): Use it.
7841
7842 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
7843
7844         * encrypt.el: Add autoload cookies.
7845
7846         * spam.el (spam-backend-article-list-property)
7847         (spam-backend-get-article-todo-list)
7848         (spam-backend-put-article-todo-list, )
7849         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
7850         Resolve registrations separately.
7851         (spam-register-routine): Format comments.
7852         (spam-unregister-routine, spam-register-routine): Always call with
7853         specific-articles, no default list.
7854         (spam-summary-prepare-exit): Use the spam-classifications function.
7855
7856         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
7857         gnus-encrypt.el.
7858
7859         * encrypt.el: copied from gnus-encrypt.el
7860
7861         * gnus-encrypt.el: commented that it's obsolete
7862
7863 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7864
7865         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
7866         (gnus-score-save): Use it.
7867
7868         * message.el (message-bury): Use `window-dedicated-p'.
7869
7870 2004-10-15  Simon Josefsson  <jas@extundo.com>
7871
7872         * pop3.el (top-level): Don't require nnheader.
7873         (pop3-read-timeout): Add.
7874         (pop3-accept-process-output): Add.
7875         (pop3-read-response, pop3-retr): Use it.
7876
7877 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
7878
7879         * spam.el (spam-register-routine): Move comment.
7880         (spam-verify-bogofilter): Use 'unknown for the initial
7881         spam-bogofilter-valid state, not 'never.
7882
7883         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
7884         for netrc-machine.
7885
7886         * nnimap.el (nnimap-open-connection): Use
7887         netrc-machine-user-or-password.
7888
7889 2004-10-17  Richard M. Stallman  <rms@gnu.org>
7890
7891         * gnus-registry.el (gnus-registry-unload-hook):
7892         Set as a variable with add-hook.
7893
7894         * nnspool.el (nnspool-spool-directory): Use news-directory instead
7895         of news-path.
7896
7897         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
7898
7899         * spam.el: Delete duplicate `provide'.
7900         (spam-unload-hook): Set as a variable with add-hook.
7901
7902 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7903
7904         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
7905         in the doc string.
7906
7907         * message.el (message-ignored-news-headers)
7908         (message-ignored-supersedes-headers)
7909         (message-ignored-resent-headers)
7910         (message-forward-ignored-headers): Improve custom type.
7911
7912 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7913
7914         * message.el (message-tokenize-header): Fix 2004-09-06 change
7915         which used point-min in the wrong place.
7916
7917 2004-10-12  Simon Josefsson  <jas@extundo.com>
7918
7919         * tls.el (tls-certtool-program): New variable.
7920         (tls-certificate-information): New function, based on
7921         ssl-certificate-information.
7922
7923 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7924
7925         * compface.el: Move the version of ELisp-based uncompface program
7926         to the contrib directory because of the copyright problem.
7927
7928 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7929
7930         * message.el (message-kill-buffer): Raise the current frame.
7931
7932 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7933
7934         * gnus-sum.el: Mention that multibyte characters don't work as marks.
7935
7936         * gnus.el (message-y-or-n-p): Autoload.
7937
7938         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
7939         (pop3-password-required, pop3-authentication-scheme)
7940         (pop3-leave-mail-on-server): Made customizable.
7941         (pop3): New custom group.
7942         (pop3-retr): Remove `sleep-for' statements.
7943         Suggested by Dave Love <fx@gnu.org>.
7944
7945         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
7946         Windows/DOS.
7947
7948         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
7949         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
7950         Dave Love <fx@gnu.org>.
7951
7952         * mml.el (mml-minibuffer-read-disposition): Require match.
7953         Suggested by Dave Love <fx@gnu.org>.
7954
7955 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7956
7957         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
7958         doc string.
7959
7960 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7961
7962         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
7963
7964 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7965
7966         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
7967         instead of calling `mm-insert-inline', to decode text/* parts
7968         before displaying them.
7969
7970 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * mm-uu.el (mm-uu-text-plain-type): New variable.
7973         (mm-uu-pgp-signed-extract-1): Use it.
7974         (mm-uu-pgp-encrypted-extract-1): Use it.
7975         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
7976         bind mm-uu-text-plain-type with that value.
7977         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
7978         mm-uu-dissect.
7979
7980 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7981
7982         * gnus-group.el (gnus-update-group-mark-positions):
7983         * gnus-sum.el (gnus-update-summary-mark-positions):
7984         * message.el (message-check-news-body-syntax):
7985         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
7986         of string-as-multibyte.
7987
7988 2004-10-05  Juri Linkov  <juri@jurta.org>
7989
7990         * gnus-group.el (gnus-update-group-mark-positions):
7991         * gnus-sum.el (gnus-update-summary-mark-positions):
7992         * message.el (message-check-news-body-syntax):
7993         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
7994         8-bit unibyte values to a multibyte string for search functions.
7995
7996 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7997
7998         * mm-uu.el (mm-uu-dissect): Allow optional arg.
7999         (mm-uu-dissect-text-parts): New function.
8000
8001         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
8002         dissect text parts.
8003
8004         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
8005         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
8006
8007         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
8008
8009         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
8010         gnus-current-topics instead of gnus-current-topic.
8011
8012 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
8013
8014         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
8015
8016 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
8017
8018         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
8019         where approriate.
8020
8021         * nnml.el (nnml-generate-active-info): do.
8022
8023         * nndiary.el (nndiary-generate-active-info): do.
8024
8025         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
8026         (gnus-topic-move): do.
8027
8028         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
8029         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
8030
8031         * gnus-srvr.el (gnus-server-prepare)
8032         (gnus-server-open-all-servers): do.
8033
8034         * gnus-msg.el (gnus-summary-cancel-article)
8035         (gnus-summary-resend-message)
8036         (gnus-summary-mail-crosspost-complaint): do.
8037
8038         * gnus-move.el (gnus-change-server): do.
8039
8040         * gnus-group.el (gnus-group-unmark-all-groups)
8041         (gnus-group-set-current-level): do.
8042
8043 2004-10-04  Simon Josefsson  <jas@extundo.com>
8044
8045         * message.el (message-generate-hashcash): Doc fix.
8046
8047 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
8048
8049         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
8050         avoid infinite recursion via gnus-get-function.
8051
8052 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
8053
8054         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
8055
8056         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
8057
8058         * nnmail.el (nnmail-split-history): do.
8059
8060         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
8061         (nnml-request-delete-group): do.
8062
8063         * nnslashdot.el (nnslashdot-read-groups): do.
8064
8065         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
8066         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
8067
8068         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
8069         (nnspool-sift-nov-with-sed): Use last
8070         (nnspool-retrieve-headers-with-nov): Use mapc.
8071         (nnspool-request-newgroups): Use dolist.
8072         (nnspool-request-group): Use last.
8073
8074         * nntp.el (nntp-read-server-type): Use dolist.
8075
8076         * nnvirtual.el (nnvirtual-create-mapping)
8077         (nnvirtual-update-read-and-marked): Use dolist.
8078         (nnvirtual-convert-headers): Simplify.
8079
8080 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
8081
8082         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
8083         support for sync'ing tick marks.
8084
8085 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8086
8087         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
8088         there's no visible header.
8089
8090 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
8091
8092         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
8093         necessary, pass full group name to gnus-request-set-marks.
8094
8095 2004-10-01  Simon Josefsson  <jas@extundo.com>
8096
8097         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
8098         acroread.
8099
8100 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8101
8102         * spam-report.el (spam-report-gmane): Fix interactive.
8103
8104         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
8105
8106         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
8107         when writing file.
8108         (gnus-agent-synchronize-flags): Don't default to being
8109         interactive.
8110
8111 2004-09-30  Simon Josefsson  <jas@extundo.com>
8112
8113         * message.el (message-generate-hashcash): Add.
8114         (message-send-mail): Use it, call mail-add-payment.
8115
8116 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8117
8118         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
8119
8120 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
8121
8122         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
8123         gnus-requst-update-info with explicit code to sync the in-memory
8124         info read flags with the marks being sync'd to the backend.
8125
8126         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
8127
8128 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8129
8130         * spam.el (spam-verify-bogofilter): Add new function.
8131         (spam-check-bogofilter)
8132         (spam-bogofilter-register-with-bogofilter): Use it.
8133         (spam-verify-bogofilter): Add small fixes.
8134
8135 2004-09-28  Simon Josefsson  <jas@extundo.com>
8136
8137         * hashcash.el (hashcash-generate-payment): Revert.
8138
8139 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8140
8141         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
8142         gnus-extract-references instead of gnus-split-references.
8143
8144         * gnus-util.el (gnus-extract-references): Add new function, analogous
8145         to gnus-split-references but extracts only the message-ID without
8146         anything extra.
8147
8148         * hashcash.el (hashcash-generate-payment)
8149         (hashcash-check-payment): Do the right thing if hashcash-path is
8150         nil (because the hashcash program could not be found).
8151
8152         * spam.el (spam-use-hashcash): Remove comment.
8153
8154 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
8155
8156         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
8157         (gnus-cache-enter-article, gnus-cache-remove-article)
8158         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
8159
8160         * gnus-async.el (gnus-async-prefetch-remove-group): do.
8161
8162         * gnus-art.el (article-hide-boring-headers)
8163         (article-translate-strings, article-display-face)
8164         (gnus-article-mime-match-handle-first)
8165         (gnus-article-highlight-headers)
8166         (gnus-article-add-buttons-to-head): do.
8167
8168 2004-09-27  Simon Josefsson  <jas@extundo.com>
8169
8170         * hashcash.el: New version, from
8171         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
8172         ../contrib/.
8173
8174 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8175
8176         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
8177
8178 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
8179
8180         * gnus-dup.el (gnus-dup-open): Use mapc.
8181         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
8182
8183         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
8184         Reported by Stefan Wiens <s.wi@gmx.net>.
8185
8186         * gnus.el (gnus-shutdown): Use dolist.
8187
8188         * gnus-undo.el (gnus-undo): Use mapc.
8189
8190         * nnrss.el (nnrss-generate-active): do.
8191
8192         * message.el (message-cite-original-without-signature)
8193         (message-cite-original): Use mapc.
8194         (message-do-actions, message-make-forward-subject): Use dolist.
8195
8196 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
8197
8198         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
8199         deletion to remove entire duplicate line.  Fixes merged article
8200         number bug.
8201
8202 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
8203
8204         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
8205         servers that are offline.  Avoids having gnus-agent-toggle-plugged
8206         first ask if you want to open a server and then, even when you
8207         responded with no, asking if you want to synchronize the server's
8208         flags.
8209         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
8210         multi-line expressions.
8211         (gnus-agent-synchronize-group-flags): New internal function.
8212         Updates marks in memory (in the info structure) AND in the
8213         backend.
8214
8215         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
8216
8217         * nnagent.el (nnagent-request-set-mark): Use
8218         gnus-agent-synchronize-group-flags, not backend's request-set-mark
8219         method, to ensure that synchronization updates marks in the
8220         backend and in the info (in memory) structure.
8221
8222 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8223
8224         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
8225         convention fully; don't miss the root article of a thread; make
8226         the X-Draft-From header with correct article numbers.
8227
8228 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
8229
8230         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
8231         unless plugged.  Disable the agent so that an open failure causes
8232         an error.
8233
8234         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
8235         Reverted 2004-09-21 change.  The backend must be opened while
8236         synchronizing flags even when the backend stores the flags
8237         locally.
8238
8239 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
8240
8241         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
8242         in `header' match.  Reported by Svend Tollak Munkejord.
8243
8244         * message.el (message-cite-original): Fix use of
8245         `message-cite-articles-with-x-no-archive'.
8246
8247 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8248
8249         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
8250         (gnus-window-to-buffer): Ditto.
8251
8252         * mml.el (mml-preview-buffer): New variable.
8253         (mml-preview): Manage window layout with gnus-buffer-configuration.
8254
8255         * gnus-msg.el (gnus-setup-message): Put article numbers into the
8256         X-Draft-From header even if those articles aren't quoted.
8257
8258 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
8259
8260         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
8261         (gnus-request-set-mark, gnus-request-update-mark): Use new
8262         g-s-t-u-l-m to decide to use backend even when unplugged.
8263
8264 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8265
8266         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
8267         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
8268
8269 2004-09-20  Simon Josefsson  <jas@extundo.com>
8270
8271         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
8272         "utf-16-le".
8273
8274 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8275
8276         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
8277
8278 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8279
8280         * uudecode.el (uudecode-use-external): Add :version.
8281
8282         * smime.el (smime-CA-file, smime-encrypt-cipher)
8283         (smime-dns-server): Add :version.
8284
8285         * smiley.el (gnus-smiley-file-types): Add :version.
8286
8287         * sha1.el (sha1-use-external): Add :version.
8288
8289         * pgg-def.el (pgg-query-keyserver): Add :version.
8290
8291         * nnmail.el (nnmail-fancy-expiry-targets)
8292         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
8293         Add :version.
8294
8295         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
8296         (nnimap-retrieve-groups-asynchronous): Add :version.
8297         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
8298
8299         * mml.el (mml-content-disposition-parameters)
8300         (mml-insert-mime-headers-always): Add :version.
8301
8302         * mm-util.el (mm-coding-system-priorities): Add :version.
8303
8304         * mm-decode.el (mm-inline-text-html-with-images)
8305         (mm-keep-viewer-alive-types, mm-external-terminal-program)
8306         (mm-verify-option): Add :version.
8307         (mm-text-html-renderer): Change :version.
8308
8309         * message.el (message-fcc-externalize-attachments)
8310         (message-required-headers, message-draft-headers)
8311         (message-subject-trailing-was-query)
8312         (message-subject-trailing-was-ask-regexp)
8313         (message-subject-trailing-was-regexp, message-mark-insert-begin)
8314         (message-mark-insert-end, message-archive-header)
8315         (message-archive-note, message-cross-post-default)
8316         (message-cross-post-note, message-followup-to-note)
8317         (message-cross-post-note-function, message-use-mail-followup-to)
8318         (message-subscribed-address-functions)
8319         (message-subscribed-address-file, message-subscribed-addresses)
8320         (message-subscribed-regexps, message-allow-no-recipients)
8321         (message-yank-cited-prefix, message-signature-insert-empty-line)
8322         (message-hidden-headers, message-hierarchical-addresses)
8323         (message-mail-user-agent, message-use-idna)
8324         (message-valid-fqdn-regexp)
8325         (message-strip-special-text-properties, message-header-synonyms)
8326         (message-beginning-of-line, message-tab-body-function): Add :version.
8327         (message-insert-canlock, message-wide-reply-confirm-recipients):
8328         Change :version.
8329
8330         * mail-source.el (mail-source-ignore-errors): Add :group, :type
8331         and :version.
8332         (mail-source-delete-old-incoming-confirm)
8333         (mail-source-movemail-program): Add :version.
8334
8335         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
8336         (gnus-agent-cache, gnus-agent): Change :version.
8337
8338         * gnus-util.el (gnus-use-byte-compile): Change :version.
8339
8340         * gnus-sum.el (gnus-summary-make-false-root-always)
8341         (gnus-summary-default-high-score)
8342         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
8343         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
8344         (gnus-read-all-available-headers, gnus-article-emulate-mime)
8345         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
8346         (gnus-sum-thread-tree-single-indent)
8347         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8348         (gnus-sum-thread-tree-leaf-with-other)
8349         (gnus-sum-thread-tree-single-leaf): Add :version.
8350         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
8351         (gnus-article-loose-mime): Change :version.
8352
8353         * gnus-start.el (gnus-backup-startup-file)
8354         (gnus-save-startup-file-via-temp-buffer): Add :version.
8355
8356         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
8357         (gnus-server-offline-face): Add :version.
8358
8359         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
8360
8361         * gnus-msg.el (gnus-gcc-externalize-attachments)
8362         (gnus-debug-files, gnus-debug-exclude-variables)
8363         (gnus-discouraged-post-methods): Change :version.
8364         (gnus-confirm-mail-reply-to-news)
8365         (gnus-confirm-treat-mail-like-news): Add :version.
8366
8367         * gnus-int.el (gnus-server-unopen-status): Add :version.
8368
8369         * gnus-group.el (gnus-group-jump-to-group-prompt)
8370         (gnus-large-ephemeral-newsgroup)
8371         (gnus-fetch-old-ephemeral-headers): Add :version.
8372
8373         * gnus-fun.el (gnus-x-face-directory)
8374         (gnus-convert-pbm-to-x-face-command)
8375         (gnus-convert-image-to-x-face-command)
8376         (gnus-convert-image-to-face-command): Add :version.
8377
8378         * gnus-delay.el (gnus-delay-default-hour): Add :version.
8379
8380         * gnus-cite.el (gnus-cite-blank-line-after-header)
8381         (gnus-article-boring-faces): Add :version.
8382
8383         * gnus-art.el (gnus-buttonized-mime-types)
8384         (gnus-inhibit-mime-unbuttonizing)
8385         (gnus-treat-display-face)
8386         (gnus-treat-body-boundary): Change :version.
8387         (gnus-body-boundary-delimiter, gnus-picon-databases)
8388         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
8389         (gnus-treat-date-english, gnus-treat-fold-headers)
8390         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
8391         (gnus-treat-mail-picon, gnus-treat-wash-html)
8392         (gnus-article-encrypt-protocol)
8393         (gnus-use-idna, gnus-article-over-scroll)
8394         (gnus-mime-display-multipart-alternative-as-mixed)
8395         (gnus-mime-display-multipart-related-as-mixed)
8396         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
8397         (gnus-ctan-url, gnus-button-ctan-handler)
8398         (gnus-button-handle-ctan-bogus-regexp)
8399         (gnus-button-ctan-directory-regexp)
8400         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
8401         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
8402         (gnus-button-man-level, gnus-button-emacs-level)
8403         (gnus-button-message-level, gnus-button-browse-level): Add :version.
8404
8405         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
8406         (gnus-agent-go-online): Change :version.
8407         (gnus-agent-expire-unagentized-dirs)
8408         (gnus-agent-auto-agentize-methods): Add :version.
8409
8410         * flow-fill.el (fill-flowed-display-column)
8411         (fill-flowed-encode-column): Add :version.
8412
8413         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8414         (gnus-outlook-deuglify-unwrap-max)
8415         (gnus-outlook-deuglify-cite-marks)
8416         (gnus-outlook-deuglify-unwrap-stop-chars)
8417         (gnus-outlook-deuglify-no-wrap-chars)
8418         (gnus-outlook-deuglify-attrib-cut-regexp)
8419         (gnus-outlook-deuglify-attrib-verb-regexp)
8420         (gnus-outlook-deuglify-attrib-end-regexp)
8421         (gnus-outlook-display-hook): Add :version.
8422
8423         * binhex.el (binhex-use-external): Add :version.
8424
8425 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
8426
8427         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
8428         and `invisible'.
8429
8430 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8431
8432         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
8433         in gnus-registry-trim.
8434
8435 2004-09-13  Simon Josefsson  <jas@extundo.com>
8436
8437         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
8438
8439         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
8440
8441         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
8442         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8443         <yamaoka@jpl.org>.
8444         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
8445         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8446         <yamaoka@jpl.org>.
8447
8448         * sieve.el (sieve-manage-mode): Ditto.
8449
8450 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
8451
8452         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
8453
8454 2004-09-11  Simon Josefsson  <jas@extundo.com>
8455
8456         * dns-mode.el: Add.
8457
8458         * mm-view.el (mm-display-dns-inline): Add.
8459
8460         * mm-decode.el (mm-inline-media-tests): Add text/dns.
8461         (mm-automatic-display): Ditto.
8462
8463         * mailcap.el (mailcap-mime-data): Add text/dns.
8464         (mailcap-mime-extensions): Map .soa to text/dns.
8465
8466 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
8467
8468         * gnus-art.el (article-decode-mime-words, article-babel)
8469         (gnus-article-highlight-signature, gnus-article-add-buttons)
8470         (gnus-signature-toggle): Remove unnecessary bindings of
8471         `inhibit-read-only' inherited from v5.10 merge.
8472
8473 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
8474
8475         * nntp.el (nntp): New customization group.
8476         (nntp-authinfo-file): Add customization group.
8477
8478         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
8479
8480         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
8481
8482         * gnus.el (to-address, to-list, subscribed)
8483         (large-newsgroup-initial): Ditto.
8484
8485         * flow-fill.el (fill-flowed-display-column)
8486         (fill-flowed-encode-column): Ditto.
8487
8488 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
8489
8490         * message.el (message-tokenize-header, message-send-mail-with-qmail):
8491         Use point-min rather than 1.
8492         (message-send-mail): Use buffer-size rather than point-max.
8493
8494         * gnus-sum.el (gnus-summary-search-article-forward):
8495         Signal a specific `search-failed' rather than a generic `error'.
8496
8497         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
8498         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
8499         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
8500
8501 2004-09-10  Simon Josefsson  <jas@extundo.com>
8502
8503         * nndb.el (require): Remove tcp and duplicate cl.
8504
8505 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * gnus-agent.el (directory-files-and-attributes): Move forward.
8508
8509 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8510
8511         * gnus-agent.el (directory-files-and-attributes): Optionally
8512         defined to support XEmacs.
8513
8514 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8515
8516         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
8517         to avoid run-time CL dependencies.
8518         (gnus-agent-unfetch-articles): New function.
8519         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
8520         article numbers even when local .overview file is missing.
8521         (gnus-agent-read-article-number): New function. Only accepts
8522         27-bit article numbers.
8523         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
8524         gnus-agent-read-article-number.
8525         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
8526         from backend while recognizing that article numbers in .overview
8527         must be valid.
8528         (gnus-agent-update-files-total-fetched-for): Use
8529         directory-files-and-attributes to improve performance.
8530         * gnus-int.el (gnus-request-move-article): Use
8531         gnus-agent-unfetch-articles in place of gnus-agent-expire to
8532         improve performance.
8533
8534         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
8535         some users confused by references to .newsrc when they only have a
8536         .newsrc.eld file.
8537         (gnus-convert-mark-converter-prompt,
8538         gnus-convert-converter-needs-prompt): Fixed use of property list.
8539         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
8540         New function. Used internally to only display 'gnus converting
8541         files' message when actually necessary.
8542
8543         * gnus-sum.el (): Removed (require 'gnus-agent) as required
8544         methods now autoloaded.
8545
8546 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8547
8548         * gnus-sum.el (gnus-summary-insert-subject): Remove list
8549         identifiers.
8550
8551 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
8552
8553         * gnus-picon.el: Fix indentation and closing parenthesis.
8554
8555 2004-09-01  Simon Josefsson  <jas@extundo.com>
8556
8557         * message.el (message-canlock-generate): Require sha1, not
8558         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
8559         to require within a function.  Sadly, if sha1.el isn't loaded, the
8560         let binding in m-c-g will hide the defcustom definition, which is
8561         bad.)
8562
8563         * canlock.el: Require sha1, not sha1-el.
8564
8565         * message.el: Don't autoload sha1 (there is a autoload cookie in
8566         sha1.el).
8567
8568         * sha1-el.el: Renamed to sha1.el.
8569
8570 2004-08-30  Juanma Barranquero  <lektu@terra.es>
8571
8572         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
8573
8574 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8575
8576         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
8577
8578 2004-08-30  Kim F. Storm  <storm@cua.dk>
8579
8580         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
8581
8582         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
8583         Add :group 'nnimap.
8584
8585 2004-08-30  Andreas Schwab  <schwab@suse.de>
8586
8587         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
8588         ?* and ?\;.
8589
8590         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
8591         and ?\' to symbol instead of whitespace.
8592
8593 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8594
8595         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
8596
8597         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
8598         instead of re-search-forward.
8599
8600         * gnus-uu.el (gnus-uu-save-article): Ditto.
8601         (gnus-uu-post-encode-uuencode): Ditto.
8602
8603         * html2text.el (html2text-clean-list-items): Ditto.
8604         (html2text-clean-dtdd): Ditto.
8605         (html2text-format-tags): Ditto.
8606
8607         * message.el (message-send-mail-with-sendmail): Fix regexp.
8608         (message-fill-field-general): Use search-forward instead of
8609         re-search-forward.
8610         (unbold-region): Ditto.
8611
8612         * nnrss.el (nnrss-request-article): Ditto.
8613
8614         * nnslashdot.el (nnslashdot-request-article): Ditto.
8615
8616         * nnweb.el (nnweb-gmane-wash-article): Ditto.
8617
8618         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
8619         "Unrecognized menu descriptor" error in XEmacs.
8620
8621 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
8622
8623         * gnus-sum.el (gnus-read-header): Don't remove a header for the
8624         parent article of a sparse article in the thread hashtb.
8625
8626 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
8627
8628         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
8629         (nnmail-expand-newtext): Lowercase expanded entries if
8630         nnmail-split-lowercase-expanded is non-nil.
8631
8632 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8633
8634         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
8635         entry.
8636
8637         * gnus-group.el (gnus-group-line-format-alist): Convert the value
8638         of gnus-tmp-news-method into string under XEmacs.  It will be
8639         passed to gnus-correct-length which takes only a string argument.
8640
8641 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8642
8643         * gnus-util.el (gnus-bind-print-variables): New macro.
8644         (gnus-prin1): Use it.
8645         (gnus-prin1-to-string): Use it.
8646         (gnus-pp): New function.
8647         (gnus-pp-to-string): New function.
8648
8649         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
8650         pp-to-string with gnus-pp-to-string.
8651         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
8652         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
8653         * gnus-msg.el (gnus-debug): Ditto.
8654         * gnus-score.el (gnus-score-save): Ditto.
8655         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
8656         gnus-pp-to-string.
8657         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
8658         with gnus-pp.
8659         * score-mode.el (gnus-score-pretty-print): Ditto.
8660         * webmail.el (webmail-debug): Ditto.
8661
8662 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8663
8664         * gnus-art.el (article-display-face, article-display-x-face): Use
8665         buffer-read-only.
8666
8667 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * gnus-art.el (article-hide-list-identifiers): Bind
8670         inhibit-read-only as t.
8671
8672 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8673
8674         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
8675
8676 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8677
8678         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
8679         (gnus-narrow-to-page): Don't assume point-min == 1.
8680         (gnus-article-edit-mode): Derive from message-mode.
8681
8682         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
8683         point-min == 1.
8684
8685         * imap.el (imap-parse-address-list, imap-parse-body-ext):
8686         Disable incorrect use of `assert'.
8687
8688         * message.el (message-mode): Set comment-start-skip.
8689
8690
8691 2004-08-22  Sam Steingold  <sds@gnu.org>
8692
8693         * pop3.el (pop3-leave-mail-on-server): New user variable.
8694         (pop3-movemail): Delete mail only when it is nil.
8695
8696 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
8697
8698         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
8699
8700         * mml.el (mml-preview): Use `pop-to-buffer'.
8701
8702         * message.el (message-goto-mail-followup-to): Insert after "To".
8703         (message-carefully-insert-headers): Add comment.
8704
8705         * gnus.el: Remove unused variable `gnus-article-check-size'.
8706
8707         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
8708
8709         * gnus-art.el (gnus-button-alist): Improve
8710         `gnus-button-handle-library' entry.
8711
8712 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
8713
8714         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
8715         downcase, since XEmacs capitalizes error messages differently.
8716
8717 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
8718
8719         * nntp.el: Add (require 'gnus) due to reference to
8720         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
8721
8722 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
8723
8724         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
8725         `mm-fill-flowed'.
8726
8727         * mm-decode.el (mm-dissect-singlepart): Check it.
8728
8729 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
8730
8731         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
8732         'imap' for netrc parsing.
8733
8734 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
8735
8736         * mailcap.el (mailcap-mime-data): Mark as risky.
8737
8738 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8739
8740         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
8741         may be included in the encoded word.
8742         (rfc2047-encode): Don't append a space if the encoded word
8743         includes close parenthesis.
8744
8745 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
8748         of text within parentheses.
8749
8750 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
8751
8752         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
8753         (gnus-encrypt-write-file-contents): Make the password key the file
8754         name PLUS the cipher, not just the cipher.  Also remove failed
8755         passwords from the cache.
8756
8757 2004-08-06  Simon Josefsson  <jas@extundo.com>
8758
8759         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
8760         fix.
8761
8762 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8763
8764         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
8765         LWSP.
8766
8767 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
8768
8769         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
8770         to append in-reply-to: data to the references: header.
8771
8772         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
8773         (netrc-parse): Use gnus-encrypt.el functions.
8774
8775         * gnus-encrypt.el: Add new file for encryption support; currently
8776         does only a few GPG ciphers and an internal XOR cipher.
8777
8778         * password.el: Add comments on using password-read-and-add.
8779         (password-read-and-add): Add function to read and add the
8780         password to the cache at once.
8781
8782 2004-07-28  Simon Josefsson  <jas@extundo.com>
8783
8784         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
8785         parameter (but don't use it, for now).
8786
8787         * imap.el (imap-ssl-open): Use imap-process-connection-type,
8788         instead of hard coding to nil.
8789
8790 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8791
8792         * mm-view.el (mm-inline-image-emacs): Open lines under an image
8793         as mm-inline-image-xemacs does.
8794
8795 2004-07-26  Simon Josefsson  <jas@extundo.com>
8796
8797         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
8798         Revert part of 2004-07-17 change below.
8799
8800 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8801
8802         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
8803         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8804
8805 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8806
8807         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
8808         quotes that actually start with ">" at the beginning of the
8809         lines.
8810
8811 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8812
8813         * rfc2047.el (rfc2047-encode-region): Fix last change.
8814         (rfc2047-encode-parameter): Remove useless concat.
8815
8816 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8817
8818         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
8819         encode special characters; fix some kind of misconfigured headers;
8820         signal a real error if debug-on-quit or debug-on-error is non-nil.
8821         (rfc2047-encode-max-chars): New variable.
8822         (rfc2047-encode-1): Use it.
8823         (rfc2047-encode-parameter): New function.
8824
8825         * mml.el (mml-insert-parameter): Remove an excessive space.
8826
8827 2004-07-17  Simon Josefsson  <jas@extundo.com>
8828
8829         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
8830         Kai Grossjohann <kai@emptydomain.de>.
8831         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
8832         (gnus-group-make-menu-bar): Ditto.
8833
8834         * gnus-util.el (gnus-group-server): Add.
8835
8836 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
8837
8838         * message.el (message-clone-locals): Clone sendmail and smtp
8839         variables.
8840
8841 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8842
8843         * rfc2047.el (rfc2047-encode-region): Fix last change.
8844
8845 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8846
8847         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
8848         characters as non-special.
8849
8850 2004-07-09  Simon Josefsson  <jas@extundo.com>
8851
8852         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
8853         Users will lose all flag changes made while unplugged with
8854         e.g. nntp unless flag synchronization happens, thus `nil' is not a
8855         good default.  See numerous reports on ding mailing list.
8856
8857 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8858
8859         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
8860         add generate-head-function and generate-article-function to the
8861         rfc822-forward entry.
8862         (nndoc-rfc822-forward-generate-article): New function.
8863         (nndoc-rfc822-forward-generate-head): New function.
8864
8865         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
8866
8867 2004-07-06  Dan Christensen  <jdc@uwo.ca>
8868
8869         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
8870         respect display group parameter and gnus-summary-expunge-below.
8871         (gnus-articles-to-read): Remove unused reference to display group
8872         parameter.
8873
8874 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8875
8876         * nnheader.el (nnheader-uniquify-message-id): New experimental
8877         variable.
8878         (nnheader-nov-read-message-id): Use it.
8879
8880         * spam-report.el (spam-report-gmane): Add interactive.
8881
8882 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8883
8884         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
8885         qp-or-base64 for the application/* types.
8886
8887 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
8888
8889         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
8890
8891 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
8892
8893         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
8894         trim value.
8895
8896 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8897
8898         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
8899         New macro and function.
8900         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
8901
8902 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8903
8904         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
8905         after-load-alist.
8906
8907 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8908
8909         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
8910         update info that isn't there.
8911
8912 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
8913
8914         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
8915         entry.
8916
8917 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8918
8919         * mm-view.el (mm-inline-render-with-function): Use multibyte
8920         buffer; decode html source by charset.
8921
8922         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
8923
8924         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
8925         Mule-UCS is loaded under XEmacs.
8926         (mm-mime-mule-charset-alist): Avoid duplicated entries.
8927
8928 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
8929
8930         * nnheader.el (nnheader-max-head-length): Increase to 8192.
8931
8932 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8933
8934         * mm-util.el (mm-coding-system-p): Return a coding-system.
8935         (mm-mime-mule-charset-alist): Use shift_jis instead of
8936         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
8937         entries for the mime charsets iso-2022-jp-3 and shift_jis.
8938         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
8939         instead of japanese-shift-jis and iso-latin-1 respectively in
8940         order to share the default value with both Emacs and XEmacs-mule.
8941         (mm-mule-charset-to-mime-charset): Make
8942         mm-coding-system-priorities effective.
8943         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
8944         while predicating of candidates upon the priorities.
8945
8946 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
8947
8948         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8949         gnus-uu-invert-processable.
8950
8951         * gnus.el: Autoload gnus-uu-invert-processable.
8952
8953 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8954
8955         * mm-util.el (mm-with-multibyte-buffer): New macro.
8956
8957         * rfc2047.el (rfc2047-encode-string): Use it.
8958         (rfc2047-encode-region): Move point to the end of the region after
8959         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
8960
8961 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8962
8963         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
8964         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
8965
8966 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8967
8968         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
8969         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
8970         Karl Chen <quarl@nospam.quarl.org>.
8971
8972 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
8973
8974         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
8975         invalid addresses.
8976
8977 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
8978
8979         * spam.el: Change section markers, revise TODO list.
8980         (spam-backends): Make new master list of all installed backends.
8981         (spam-summary-exit-behavior): Add new variable to determine how
8982         messages moves are done at summary exit.
8983         (spam-move-spam-nonspam-groups-only)
8984         (spam-process-ham-in-nonham-groups)
8985         (spam-process-ham-in-spam-groups): Remove variables, the
8986         spam-summary-exit-behavior variable should be used to manage this
8987         behavior.
8988         (spam-old-ham-articles, spam-old-spam-articles): Remove.
8989         (spam-old-articles): Add variable, replacing spam-old-ham-articles
8990         and spam-old-spam-articles.
8991         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
8992         Add empty variables, placeholders for the backends they represent.
8993         (spam-set-difference): Move, unchanged.
8994         (spam-list-of-processors): Declare OBSOLETE, not used anymore
8995         unless the user has a processor variable.
8996         (spam-classifications, spam-classification-valid-p)
8997         (spam-backend-properties, spam-backend-property-valid-p)
8998         (spam-backend-function-type-valid-p)
8999         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
9000         (spam-report-articles-gmane, spam-report-articles-resend):
9001         Remove functions, they are not needed.
9002         (spam-install-backend-super, spam-backend-list)
9003         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
9004         (spam-backend-function, spam-backend-ham-registration-function)
9005         (spam-backend-spam-registration-function)
9006         (spam-backend-ham-unregistration-function)
9007         (spam-backend-spam-unregistration-function)
9008         (spam-backend-statistical-p, spam-backend-mover-p)
9009         (spam-install-backend-alias, spam-install-checkonly-backend)
9010         (spam-install-mover-backend, spam-install-nocheck-backend)
9011         (spam-install-backend, spam-install-statistical-backend)
9012         (spam-install-statistical-checkonly-backend): Add backend installation
9013         support.
9014         (spam-summary-prepare-exit): Rewrite to use the new backend code.
9015         (spam-group-processor-p): Use the new backend code and respect the
9016         summary exit behavior.
9017         (spam-mark-spam-as-expired-and-move-routine): Remove.
9018         (spam-summary-prepare): Change to use the new spam-old-articles
9019         variable.
9020         (spam-copy-or-move-routine, spam-copy-spam-routine)
9021         (spam-move-spam-routine, spam-copy-ham-routine)
9022         (spam-move-ham-routine): Add code to copy/move ham or spam.
9023         (spam-fetch-field-fast): Improve doc and code, plus allow the
9024         'number request.
9025         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
9026         variables.
9027         (spam-split, spam-find-spam): Use the new backend code.
9028         (spam-registration-functions): Remove variable.
9029         (spam-unregister-routine): Add convenience wrapper.
9030         (spam-log-undo-registration, spam-register-routine)
9031         (spam-log-processing-to-registry)
9032         (spam-log-unregistration-needed-p): Rename "check" to "backend"
9033         where possible.
9034         (spam-check-gmane-xref, spam-check-regex-headers)
9035         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
9036         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
9037         (spam-check-bogofilter-headers, spam-check-spamoracle)
9038         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
9039         (spam-check-crm114-headers): Use the spam-split-group that
9040         spam-split prepares, no need to determine it every time.
9041
9042         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
9043         to the nnheader-parse-naked-head call.
9044
9045         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
9046
9047         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
9048         the nnheader-nov-read-message-id call.
9049
9050 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9051
9052         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
9053         gnus-activate-group twice.  Suggested by Markus Peter
9054         <warp@spin.de>.
9055
9056 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9057
9058         * gnus-art.el (gnus-article-time-format): Exchange the order of
9059         day and month in the default value; fix customization type.
9060         (article-date-ut): Use add-text-properties.
9061         (article-make-date-line): Use message-make-date instead of
9062         current-time-string.
9063
9064         * message.el (message-fetch-field): Don't use set-text-properties.
9065         (message-make-date): Simplify.
9066
9067         * messagexmas.el (message-xmas-make-date): New function.
9068         (message-xmas-redefine): Defalias message-make-date to it.
9069
9070 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9071
9072         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
9073         (rfc2047-encode-region): Treat text within parentheses as special;
9074         show the original text when error has occurred.
9075
9076         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
9077         already-computed method to gnus-activate-group.
9078
9079         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
9080         same select-methods identical Lisp objects.
9081
9082         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
9083         object when modifying the info.
9084
9085 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9086
9087         * gnus-srvr.el (gnus-server-set-info): Remove the server from
9088         gnus-opened-servers since it has never been opened with the new
9089         configuration yet.
9090
9091 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9092
9093         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
9094         arg to nnheader-generate-fake-message-id.
9095
9096 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
9097
9098         * nnheader.el (nnheader-generate-fake-message-id): Accept a
9099         number and build a fake message ID localized to a group and
9100         article number (so it's repeatable from that point on).
9101         (nnheader-fake-message-id-p): Change regex to accomodate new fake
9102         ID format.
9103
9104         * gnus-sum.el (gnus-get-newsgroup-headers): Call
9105         nnheader-generate-fake-message-id with the article number.
9106
9107 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
9108
9109         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
9110         end-of-buffer.
9111
9112 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9113
9114         * message.el (message-ignored-supersedes-headers): Add Approved.
9115
9116 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9117
9118         * rfc2047.el (rfc2047-encode-message-header): Remove useless
9119         goto-char.
9120         (rfc2047-encode): Fold the line before encoding.
9121
9122 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9123
9124         * rfc2047.el (rfc2047-encode-message-header): Disabled header
9125         folding -- not all headers can be folded, and this should be done
9126         by the message composition mode.  Probably.  I think.
9127
9128 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9129
9130         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
9131         fast.
9132
9133         * gnus-ems.el (gnus-remove-image): Don't use
9134         message-text-with-property; remove only the image found first.
9135
9136         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
9137         found first.
9138
9139 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
9140
9141         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
9142
9143 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9144
9145         * message.el (message-text-with-property): Make it fast and accept
9146         optional arguments.
9147         (message-strip-forbidden-properties): Use it.
9148         (message-fix-before-sending): Follow the m-t-w-p change.
9149
9150         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
9151
9152 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9153
9154         * gnus-art.el (article-hide-headers): Don't change the buffer
9155         mistakenly when performing mml-preview even if
9156         gnus-single-article-buffer is nil.
9157
9158 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
9159
9160         * message.el (message-expand-name-databases): New user option.
9161         (message-expand-name): Use it.
9162
9163 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
9164
9165         * spam.el (spam-report-articles-resend)
9166         (spam-report-resend-register-routine): Allow ham reporting.
9167         (spam-report-resend-register-ham-routine): Add wrapper.
9168         (spam-registration-functions): Add ham resending functions.
9169         (spam-list-of-processors): Add ham resend processor.
9170
9171         * gnus.el (ham-resend-to): Add new group parameter.
9172         (spam-process): Add ham resend option.
9173
9174         * spam-report.el (spam-report-resend): Allow reporting ham.
9175         (spam-report-resend-ham): Add wrapper.
9176
9177 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9178
9179         * message.el (message-cite-articles-with-x-no-archive): New
9180         variable.
9181         (message-cite-original): Use it.
9182
9183 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9184
9185         * message.el (message-cite-original): Respect X-No-Archive.
9186
9187 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9188
9189         * gnus-art.el (article-hide-headers): Refer to the values for
9190         gnus-ignored-headers and gnus-visible-headers in the summary
9191         buffer since a user may have set them as group parameters.
9192
9193 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
9194
9195         * assistant.el (assistant-node-name): Add convenience function.
9196         (assistant-render-text, assistant-render-node): Add error handling,
9197         plus handle multiple next nodes.
9198         (assistant-find-next-node): Comment out for now.
9199         (assistant-find-next-nodes): Add function, returns list of next
9200         nodes.
9201
9202 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
9203
9204         * mail-source.el (mail-source-directory): Fix doc-string.
9205
9206 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
9207
9208         * assistant.el (assistant-render-text, assistant-eval): Add :set
9209         widget type, which is different because it takes and returns a
9210         list.  Much hilarity ensues.
9211
9212 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
9213
9214         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
9215
9216         * gnus-group.el (gnus-group-get-new-news-this-group): Added
9217         doc-string.
9218
9219         * gnus-start.el (gnus-activate-group): Added doc-string.
9220
9221 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9222
9223         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
9224
9225 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
9226
9227         * assistant.el (assistant-render-text): Try to add a :set
9228         widget, more to come.
9229
9230         * spam.el (spam-group-spam-contents-p): Handle empty groupname
9231         strings.
9232         (spam-report-articles-resend)
9233         (spam-register-routine): Do registration iff any articles warrant
9234         it.
9235         (spam-summary-prepare-exit): Change log message for nil group
9236         destinations.
9237
9238 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
9239
9240         * spam.el (spam-report-resend-register-routine): Allow
9241         spam-report-resend-to to be a group parameter or a global value.
9242
9243 2004-05-26  Simon Josefsson  <jas@extundo.com>
9244
9245         * starttls.el: Merge with my GNUTLS based starttls.el.
9246         (starttls-gnutls-program, starttls-use-gnutls)
9247         (starttls-extra-arguments, starttls-process-connection-type)
9248         (starttls-connect, starttls-failure, starttls-success): New
9249         variables.
9250         (starttls-program, starttls-extra-args): Doc fix.
9251         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
9252         functions.
9253         (starttls-negotiate, starttls-open-stream): Check
9254         `starttls-use-gnutls' and pass on to corresponding *-gnutls
9255         function if it is set.
9256
9257 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9258
9259         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
9260         structured fields.
9261
9262 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9263
9264         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
9265
9266 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
9267
9268         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
9269         variable.
9270         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
9271         assigning the spam-mark to new messages.
9272
9273 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
9274
9275         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
9276
9277 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9278
9279         * dgnushack.el: Autoload customize-set-variable for XEmacs.
9280
9281         * rfc2047.el (rfc2047-encodable-p): Don't move point.
9282         (rfc2047-decode): Treat the ascii coding-system as raw-text by
9283         default.
9284
9285 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
9286
9287         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
9288         correct data.
9289
9290 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
9291
9292         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
9293         (spam-group-processor-p): Fix function.
9294         (spam-group-processor-multiple-p)
9295         (spam-group-spam-processor-report-gmane-p)
9296         (spam-group-spam-processor-report-resend-p)
9297         (spam-group-spam-processor-bogofilter-p)
9298         (spam-group-spam-processor-blacklist-p)
9299         (spam-group-spam-processor-ifile-p)
9300         (spam-group-ham-processor-ifile-p)
9301         (spam-group-spam-processor-spamoracle-p)
9302         (spam-group-spam-processor-crm114-p)
9303         (spam-group-ham-processor-bogofilter-p)
9304         (spam-group-spam-processor-stat-p)
9305         (spam-group-ham-processor-stat-p)
9306         (spam-group-ham-processor-whitelist-p)
9307         (spam-group-ham-processor-BBDB-p)
9308         (spam-group-ham-processor-spamoracle-p)
9309         (spam-group-ham-processor-copy-p): Remove functions with some
9310         prejudice against unneeded code.
9311         (spam-report-articles-resend)
9312         (spam-report-resend-register-routine): Allow the group/topic
9313         spam-resend-to value to override spam-report-resend-to.
9314         (spam-summary-prepare-exit): Invoke spam-group-processor-p
9315         properly now.
9316
9317         * gnus.el (spam-resend-to): Add group/topic parameter.
9318         (spam-process): Move the OBSOLETE processors to the end of the
9319         choices.
9320
9321 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
9322
9323         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
9324         with resend-to set to nil, and then ask the user if necessary.
9325         (spam-report-resend): spam-report-resend takes a list of articles, not
9326         separate article numbers.
9327
9328 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9329
9330         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
9331         addition to emacs-w3m.
9332
9333 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9334
9335         * assistant.el (assistant-authinfo-data): New function.
9336         (assistant-eval): Eval for entire assistant.
9337
9338         * netrc.el (netrc-services-file): New variable.
9339         (netrc-parse-services): New function.
9340         (netrc-find-service-name): New function.
9341         (netrc-find-service-number): New function.
9342         (netrc-port-equal): New function.
9343         (netrc-machine): Use it.
9344
9345         * nnimap.el (nnimap-open-connection): Use netrc.
9346
9347         * gnus-util.el (gnus-netrc-get): Remove aliases.
9348
9349         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
9350
9351         * assistant.el (wid-edit): Fix compilation.
9352
9353         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
9354
9355 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
9356
9357         * gnus-util.el (gnus-set-file-modes): New function.  (small
9358         patch).
9359
9360 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9361
9362         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
9363
9364         * assistant.el (assistant-render-node): Fix up rendering and
9365         read-only text.
9366         (assistant-render-node): Reset.
9367         (assistant-make-read-only): Not sticky.
9368
9369 2004-05-20  Danny Siu  <dsiu@adobe.com>
9370
9371         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
9372         centered even when gnus-auto-center-summary is t
9373
9374 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9375
9376         * dns.el (dns-get-txt-answer): New function.
9377         (dns-read-txt): Ditto.
9378         (query-dns): Use it.
9379
9380 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9381
9382         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
9383         active for foreign groups even if the group level is higher than
9384         the specified value.
9385
9386 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9387
9388         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
9389         non-active groups.
9390
9391         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
9392
9393 2004-05-20  Magnus Henoch  <mange@freemail.hu>
9394
9395         * dns.el (dns-read-type): Add support for SVR.  (small patch)
9396
9397 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9398
9399         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
9400         (spam-crm114-header, spam-crm114-spam-switch)
9401         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
9402         (spam-crm114-positive-spam-header)
9403         (spam-crm114-database-directory, spam-list-of-processors)
9404         (spam-group-spam-processor-crm114-p)
9405         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
9406         (spam-generic-score, spam-list-of-checks)
9407         (spam-list-of-statistical-checks, spam-registration-functions)
9408         (spam-check-crm114-headers, spam-crm114-score)
9409         (spam-check-crm114, spam-crm114-register-with-crm114)
9410         (spam-crm114-register-spam-routine)
9411         (spam-crm114-unregister-spam-routine)
9412         (spam-crm114-register-ham-routine)
9413         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
9414         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
9415
9416         * gnus.el: Add spam-use-crm114.
9417
9418         * spam.el (spam-list-of-processors, spam-registration-functions):
9419         Add spam-use-resend.
9420         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
9421         (spam-report-articles-gmane): Add doc fix.
9422         (spam-report-articles-resend,
9423         spam-report-resend-register-routine): Add wrappers around
9424         spam-report-resend-to.
9425
9426         * spam-report.el (spam-report-resend-to, spam-report-resend):
9427         Add support for resending spam.
9428         (spam-report-gmane): Fix line length >80.
9429
9430         * gnus.el (spam-process): Add spam-use-resend.
9431
9432 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9433
9434         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
9435         number of processed spam messages.
9436         (spam-ham-copy-or-move-routine): Return the number of processed
9437         ham messages.
9438         (spam-summary-prepare-exit): Use the above values to decide
9439         whether status messages shouled be displayed.
9440
9441 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9442
9443         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
9444         `rfc2047-encoding-function-alist' in order to avoid conflicting
9445         with the old version.
9446         (rfc2047-encode-region): Concatenate words containing non-ASCII
9447         characters in structured fields; don't encode space-delimited
9448         ASCII words even in unstructured fields; don't break words at
9449         char-category boundaries.
9450         (rfc2047-encode-1): New function.
9451         (rfc2047-encode): Use it; encode text so that it occupies the
9452         maximum width within 76-column; work correctly on Q encoding for
9453         iso-2022-* charsets.
9454         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
9455         sure not to break a line just after the header name.
9456         (rfc2047-b-encode-region): Removed.
9457         (rfc2047-b-encode-string): New function.
9458         (rfc2047-q-encode-region): Removed.
9459         (rfc2047-q-encode-string): New function.
9460
9461         * mm-util.el (mm-replace-in-string): New function.
9462
9463 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9464
9465         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
9466         get it right.
9467         (gnus-inews-make-draft): Really.
9468
9469 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
9470
9471         * nnmh.el (nnmh-request-list-1): Don't check the link count
9472         before descending.  (small patch)
9473
9474 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9475
9476         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
9477         stuff.
9478
9479         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
9480         on real group name.
9481
9482         * gnus-art.el (gnus-signature-limit): Doc fix.
9483
9484         * gnus-msg.el (gnus-inews-make-draft): Quote list.
9485
9486         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
9487
9488 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
9489
9490         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
9491         isn't a string.
9492
9493 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9494
9495         * gnus-draft.el (gnus-draft-send): Bind
9496         rfc2047-encode-encoded-words.
9497
9498         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
9499         (rfc2047-encodable-p): Say that =? needs encoding.
9500         (rfc2047-encode-encoded-words): New variable.
9501
9502         * gnus-group.el (gnus-group-select-group): Doc fix.
9503
9504         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
9505
9506         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
9507         to nil.
9508
9509         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
9510
9511         * nnheader.el (nnheader-get-lines-and-char): New function.
9512
9513 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
9514
9515         * gnus-msg.el (gnus-summary-followup-with-original): Document
9516         yanking of region when active.
9517
9518 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9519
9520         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
9521         groups if the group level is higher than the specified value.
9522
9523 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9524
9525         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
9526         (gnus-group-jump-to-group): Added prefix argument using
9527         `gnus-group-jump-to-group-prompt'.  Query before jumping to
9528         non-active group.
9529
9530         * compface.el (uncompface): Be verbose when changing
9531         `uncompface-use-external'.
9532
9533         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
9534         handle manual section.
9535
9536 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9537
9538         * gnus-art.el (gnus-button-alist): Revert previous change.
9539
9540 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9541
9542         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
9543
9544 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9545
9546         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
9547         whether backend can accept message.
9548
9549         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9550
9551 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
9552
9553         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
9554         Avoid creating directory when nntp-marks-is-evil is true.
9555         Reported by Reiner Steib.
9556
9557 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9558
9559         * gnus-picon.el (gnus-picon-style): New variable.
9560         (gnus-picon-insert-glyph): Added optional `nostring' argument.
9561         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
9562         Jesper Harder <harder@ifa.au.dk>.
9563
9564 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9565
9566         * message.el (message-fill-field): Return point.
9567         (message-generate-headers): Go to end of field.
9568
9569         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
9570         stuff for non-living groups.
9571
9572 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
9573
9574         * gnus-art.el (gnus-article-followup-with-original)
9575         (gnus-article-reply-with-original): gnus-mark-active-p ->
9576         gnus-region-active-p.
9577
9578 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
9579
9580         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
9581         only when there is spam or ham to be processed.
9582
9583 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9584
9585         * mail-source.el (mail-source-delete-crash-box): Refactor.
9586         (mail-source-fetch): Use it.
9587         (mail-source-fetch-file): Ditto.
9588         (mail-source-fetch-directory): Run postscript in loop.
9589         (mail-source-fetch-pop): Delete.
9590         (mail-source-fetch-maildir): Ditto.
9591         (mail-source-fetch-imap): Ditto.
9592
9593         * imap.el (imap-authenticators): Comment out sasl.
9594
9595         * message.el (message-skip-to-next-address): New function.
9596         (message-fill-header-address): Refactor.
9597         (message-fill-address): Use it.
9598         (message-delete-address): Use it.
9599         (message-fill-header-general): Refactor.
9600         (message-fill-field-address): Rename.
9601         (message-narrow-to-field): Find the start of the header.
9602         (message-header-format-alist): Don't pre-fill.
9603         (message-fill-header): Removed.
9604         (message-insert-header): New function.
9605         (message-shorten-references): Use it.
9606
9607         * rfc2047.el (rfc2047-field-value): Strip props.
9608
9609         * mail-parse.el (mail-header-make-address): New alias.
9610
9611         * ietf-drums.el (ietf-drums-make-address): New function.
9612
9613         * imap.el: Add compiler directives.
9614
9615         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
9616
9617         * gnus-art.el (article-decode-idna-rhs): Don't use
9618         message-idna-inside-rhs-p.
9619
9620 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9621
9622         * message.el (message-idna-inside-rhs-p): Removed.
9623         (message-idna-to-ascii-rhs-1): Use proper address parsing.
9624
9625         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
9626         false positives.
9627
9628 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
9629
9630         * imap.el (imap-sasl-make-mechanisms): Use sasl.
9631
9632 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9633
9634         * nneething.el (nneething-file-name): Don't create spurions
9635         files.
9636
9637         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
9638         (gnus-inews-do-gcc): Remove sleep.
9639
9640         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
9641         part under point.
9642
9643         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
9644         (gnus-agent-regenerate-group): Using nil messages aren't valid.
9645
9646 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
9647
9648         * spam.el (spam-summary-prepare-exit): Fixed (length).
9649
9650 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9651
9652         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
9653         as expired without moving it" message when there are spam
9654         messages left.
9655
9656 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
9657
9658         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
9659         header is not nil.
9660
9661 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
9662
9663         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
9664         nntp-possibly-create-directory, not nntp-possibly-change-group.
9665         (nntp-marks-changed-p): New arg SERVER.
9666         (nntp-request-update-info): Adjust caller.
9667
9668 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
9669
9670         * nntp.el (nntp-save-marks): Pass missing arg.
9671
9672 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
9673
9674         * nntp.el: Support marks.
9675         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
9676         (nntp-marks-modtime, nntp-marks-directory): New variables.
9677         (nntp-request-set-mark, nntp-request-update-info)
9678         (nntp-possibly-create-directory, nntp-marks-changed-p)
9679         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
9680         functions.
9681
9682 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
9683
9684         * gnus-xmas.el (gnus-xmas-select-lowest-window)
9685         (gnus-xmas-redefine): Rename.
9686
9687         * gnus-score.el (gnus-score-insert-help): Use
9688         gnus-select-lowest-window.
9689
9690         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
9691         appt-select-lowest-window and rename to gnus-select-lowest-window.
9692
9693         * gnus.el: do.
9694
9695 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9696
9697         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
9698         encodings of MIME-encoded words, in order to improve
9699         interoperability with several broken MUAs.
9700
9701 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9702
9703         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
9704         tags, only when charsets are not specified in headers.
9705         (mm-inline-text-html-render-with-w3m): Ditto.
9706
9707         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
9708         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
9709
9710 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9711
9712         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
9713         instead of MIME-decoded from fields when checking
9714         `gnus-article-address-banner-alist'.
9715
9716 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
9717
9718         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
9719         description rather than subject.
9720
9721 2004-05-02  Steve Youngs  <steve@youngs.au.com>
9722
9723         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
9724
9725 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9726
9727         * gnus.el (gnus-version-number): Bump.
9728
9729 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9730
9731         * gnus.el: No Gnus v0.2 is released.
9732
9733 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9734
9735         * gnus-agent.el (gnus-agent-read-agentview): Inline
9736         gnus-uncompress-range.
9737
9738 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9739
9740         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
9741         `exec-installed-p'.
9742
9743 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9744
9745         * gnus.el (spam-process, spam-autodetect-methods): Add
9746         bsfilter and bsfilter-headers.
9747
9748         * spam.el (spam-bsfilter): New customize group.
9749         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
9750         (spam-bsfilter-header, spam-bsfilter-probability-header)
9751         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
9752         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
9753         (spam-bsfilter-database-directory): New options.
9754         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
9755         (spam-list-of-statistical-checks, spam-registration-functions):
9756         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
9757         (spam-bsfilter-score): New command.
9758         (spam-check-bsfilter-headers, spam-check-bsfilter)
9759         (spam-bsfilter-register-with-bsfilter)
9760         (spam-bsfilter-register-spam-routine)
9761         (spam-bsfilter-unregister-spam-routine)
9762         (spam-bsfilter-register-ham-routine)
9763         (spam-bsfilter-unregister-ham-routine): New functions.
9764         (spam-generic-score): Support bsfilter; Accept an optional argument
9765         to recalcurate spam score even if scoring header has already been
9766         added.
9767         (spam-bogofilter-score, spam-spamassassin-score): Accept an
9768         optional argument to recalcurate spam score even if scoring header
9769         has already been added.
9770
9771 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
9772
9773         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
9774         strings!  Reported by David D. Smith <davidsmith@acm.org>.
9775         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
9776         link is missing.
9777
9778 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
9779
9780         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
9781         (html2text-get-attr): Rewrite.
9782
9783         * message.el (message-setup-1): Remove redundant put-text-property
9784         on mail-header-separator.
9785
9786 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
9787
9788         * gnus-registry.el (gnus-registry-cache-whitespace)
9789         (gnus-registry-action, gnus-registry-spool-action)
9790         (gnus-registry-split-fancy-with-parent): Change message levels
9791         from 5 to 3 or 7, as needed.
9792
9793         * spam.el (spam-summary-prepare-exit)
9794         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
9795         (spam-split, spam-find-spam, spam-log-undo-registration)
9796         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
9797         level from 5 to 6.
9798
9799 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9800
9801         * gnus-ems.el: Autoload appt-select-lowest-window (revert
9802         2004-03-04 change).
9803
9804 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
9805
9806         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
9807         Use mapc when appropriate.
9808
9809         * sieve-manage.el (sieve-manage-open): do.
9810
9811         * nnweb.el (nnweb-insert-html): do.
9812
9813         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
9814         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
9815
9816         * nnspool.el (nnspool-request-group): do.
9817
9818         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
9819         do.
9820
9821         * nnml.el (nnml-request-update-info): do.
9822
9823         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
9824         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
9825
9826         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
9827         (nnimap-request-set-mark): do.
9828
9829         * nnfolder.el (nnfolder-request-update-info): do.
9830
9831         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
9832         do.
9833
9834         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
9835
9836         * gnus-uu.el (gnus-uu-find-articles-matching): do.
9837
9838         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
9839         do.
9840
9841         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
9842         do.
9843
9844         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
9845
9846         * gnus-nocem.el (gnus-nocem-scan-groups): do.
9847
9848         * gnus-int.el (gnus-start-news-server): do.
9849
9850         * gnus-group.el (gnus-group-make-kiboze-group)
9851         (gnus-group-browse-foreign-server): do.
9852
9853 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
9854
9855         FIXME: Make separate entries for each person.
9856
9857         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
9858         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
9859         <shields@msrl.com>:
9860
9861         * spam.el (spam-necessary-extra-headers): Get the extra headers we
9862         may need for spam sorting and scoring.
9863         (spam-user-format-function-S): Add user format function suitable for
9864         general use.
9865         (spam-article-sort-by-spam-status): Add sorting function for summary
9866         sorting.
9867         (spam-extra-header-to-number): Add function to get a score from a
9868         header.
9869         (spam-summary-score): Add function to  get a numeric score from the
9870         headers.
9871         (spam-generic-score): Fixed function doc, was in wrong place.
9872         (spam-initialize): Take symbols when it's run, and install the
9873         extra headers that spam-necessary-extra-headers thinks we need.
9874
9875 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
9876
9877         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
9878         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9879
9880 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
9881
9882         * gnus-sum.el (gnus-set-global-variables)
9883         (gnus-build-all-threads, gnus-get-newsgroup-headers)
9884         (gnus-article-get-xrefs, gnus-summary-best-group)
9885         (gnus-summary-next-article, gnus-summary-enter-digest-group)
9886         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
9887         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
9888         with-current-buffer.
9889
9890 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
9891
9892         * spam.el (spam-summary-prepare-exit): Simplify logic.
9893         (spam-fetch-article-header): Read the article header if it's not
9894         available.
9895         (spam-list-articles): Simplify logic.
9896         (spam-filelist-register-routine): Fix bug with unregister-list.
9897
9898         * gnus-registry.el: Fix comments at beginning.
9899
9900 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
9901
9902         * message.el (message-cater-to-broken-inn): Remove.
9903         (message-shorten-references): Make sure the total folded length of
9904         References is shorter than 998 characters to cater to a bug in INN
9905         2.3.  Also, don't pretend that references aren't folded -- this
9906         hasn't worked for a while.
9907
9908 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9909
9910         * gnus-agent.el (gnus-agentize):
9911         gnus-agent-send-mail-real-function no longer set to current value
9912         of message-send-mail-function but rather a lambda that calls
9913         message-send-mail-function.  The change makes the agent real-time
9914         responsive to user changes to message-send-mail-function.
9915
9916 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9917
9918         * legacy-gnus-agent.el
9919         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
9920         help from Florian Weimer <fw@deneb.enyo.de>
9921
9922 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9923
9924         * nnmail.el (nnmail-cache-insert): Revert last change.
9925
9926 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9927
9928         * nnmail.el (nnmail-cache-insert): Always check whether
9929         nnmail-cache-ignore-groups matches a group name.
9930
9931 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
9932
9933         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
9934         (spam-find-spam, spam-log-processing-to-registry)
9935         (spam-log-registered-p, spam-log-unregistration-needed-p)
9936         (spam-log-undo-registration): Use gnus-message instead of
9937         gnus-error, none of these errors are fatal.
9938
9939         * gnus-registry.el (gnus-registry-clean-empty-function)
9940         (gnus-registry-clean-empty): Remove only empty entries without
9941         extra data.
9942
9943 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
9944
9945         * spam-stat.el (spam-stat-buffer-change-to-spam)
9946         (spam-stat-buffer-change-to-non-spam): Change (error) to
9947         (gnus-message 8) invocation.
9948
9949 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9950
9951         * nntp.el (nntp-via-netcat-command): New variable.
9952         (nntp-via-netcat-switches): New variable.
9953         (nntp-open-via-rlogin-and-netcat): New function.
9954         (nntp-open-connection-function): Doc fix.
9955         (nntp-telnet-command): Doc fix.
9956         (nntp-end-of-line): Doc fix.
9957         (nntp-via-rlogin-command): Doc fix.
9958         (nntp-via-user-name): Doc fix.
9959         (nntp-via-address): Doc fix.
9960
9961 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9962
9963         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
9964         error in Emacs 21.1.
9965
9966 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
9967
9968         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
9969
9970 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9971         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
9972         (gnus-agent-with-refreshed-group): New macro.
9973         (gnus-agent-rename-group): New function.
9974         (gnus-agent-delete-group): New function.
9975         (gnus-agent-save-group-info): Use gnus-command-method when
9976         `method' parameter is nil.  Don't write nil entries into the
9977         active file.
9978         (gnus-agent-get-group-info): New function.
9979         (gnus-agent-fetch-articles): Use
9980         gnus-agent-update-files-total-fetched-for to increment disk space
9981         used.
9982         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
9983         gnus-agent-update-view-total-fetched-for to increment disk space
9984         used.
9985         (gnus-agent-get-local): Added optional parameters to avoid calling
9986         gnus-group-real-name and gnus-find-method-for-group.
9987         (gnus-agent-set-local): Delete stored entry if either min, or max,
9988         are nil.
9989         (gnus-agent-fetch-session): Reworded error/quit messages.  On
9990         quit, use gnus-agent-regenerate-group to record existance of any
9991         articles fetched to disk before the quit occurred.
9992         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
9993         gnus-agent-update-view-total-fetched-for, and
9994         gnus-agent-update-files-total-fetched-for to decrement disk space
9995         used.
9996         (gnus-agent-retrieve-headers): Use
9997         gnus-agent-update-view-total-fetched-for to increment disk space
9998         used.
9999         (gnus-agent-regenerate-group): Replace gnus-group-update-group
10000         with gnus-agent-update-files-total-fetched-for to decrement disk
10001         space and fresh group buffer.
10002         (gnus-agent-inhibit-update-total-fetched-for): New variable.
10003         (gnus-agent-need-update-total-fetched-for): New variable.
10004         (gnus-agent-update-files-total-fetched-for): New function.
10005         (gnus-agent-update-view-total-fetched-for): New function.
10006         (gnus-agent-total-fetched-for): New function.
10007
10008         * gnus-cache.el (gnus-cache-save-buffers): Use
10009         gnus-cache-update-overview-total-fetched-for to change disk space
10010         used by this group.
10011         (gnus-cache-possibly-enter-article): Use
10012         gnus-cache-update-file-total-fetched-for to increment disk space
10013         used by this group.
10014         (gnus-cache-possibly-remove-article): Use
10015         gnus-cache-update-file-total-fetched-for to decrement disk space
10016         used by this group.
10017         (gnus-cache-generate-nov-databases): Purge total fetched cache.
10018         (gnus-cache-rename-group): New function.
10019         (gnus-cache-delete-group): New function.
10020         (gnus-cache-inhibit-update-total-fetched-for): New variable.
10021         (gnus-cache-need-update-total-fetched-for): New variable.
10022         (gnus-cache-with-refreshed-group): New macro.
10023         (gnus-cache-update-file-total-fetched-for): New function.
10024         (gnus-cache-update-overview-total-fetched-for): New function.
10025         (gnus-cache-rename-group-total-fetched-for): New function.
10026         (gnus-cache-delete-group-total-fetched-for): New function.
10027         (gnus-cache-total-fetched-for): New function.
10028
10029         * gnus-group.el: Require gnus-sum and autoload functions to
10030         resolve warnings when gnus-group.el compiled alone.
10031         (gnus-group-line-format): Documented new %F
10032         (size of Fetched data) group line format; identifies disk space
10033         used by agent and cache.
10034         (gnus-group-line-format-alist): Defined new F format.
10035         (gnus-total-fetched-for): New function.
10036         (gnus-group-delete-group): No longer update
10037         gnus-cache-active-altered as gnus-request-delete-group now keeps
10038         the cache in sync.
10039         (gnus-group-list-active): Let the agent store a server's active
10040         list if currently plugged.
10041
10042         * gnus-int.el (gnus-request-delete-group): Use
10043         gnus-cache-delete-group and gnus-agent-delete-group to keep the
10044         local disk in sync with the server.
10045          (gnus-request-rename-group): Use
10046         gnus-cache-rename-group and gnus-agent-rename-group to keep the
10047         local disk in sync with the server.
10048
10049         * gnus-start.el (gnus-get-unread-articles): Cosmetic
10050         simplification to logic.
10051
10052         * gnus-util.el (gnus-rename-file): New function.
10053
10054 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
10055
10056         * mm-util.el (mm-image-load-path): Handle nil in load-path.
10057
10058 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
10059
10060         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
10061         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
10062
10063 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
10064
10065         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
10066         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
10067
10068 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
10069
10070         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
10071
10072 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
10073
10074         * spam.el (spam-set-difference): Add function to replace
10075         gnus-set-difference in spam.el.
10076         (spam-summary-prepare-exit): Use spam-set-difference.
10077
10078 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10079
10080         * gnus-registry.el (gnus-registry-cache-file): Update to use
10081         gnus-dribble-directory OR gnus-home-directory OR ~.
10082         (gnus-registry-split-fancy-with-parent): Fix doc.
10083
10084 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10085
10086         * message.el (message-exchange-point-and-mark): Use
10087         message-mark-active-p.  Suggested by Jesper Harder
10088         <harder@ifa.au.dk>.
10089
10090 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10091
10092         * message.el (message-exchange-point-and-mark): Don't activate
10093         region if it was inactive.  Suggested by Hiroshi Fujishima
10094         <pooh@nature.tsukuba.ac.jp>.
10095
10096 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10097
10098         * gnus-art.el (article-display-face): Display Faces in the same
10099         order as X-Faces.
10100
10101 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10102
10103         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
10104
10105 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10106
10107         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
10108         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
10109         (gnus-article-mime-hierarchy): Remove.
10110         (gnus-article-mime-hierarchy-next): Remove.
10111         (gnus-article-mode): Revert 2004-03-19 change.
10112         (gnus-article-setup-buffer): Revert 2004-03-19 change.
10113         (gnus-insert-mime-button): Revert 2004-03-19 change.
10114         (gnus-mime-accumulate-hierarchy): Remove.
10115         (gnus-mime-enter-multipart): Remove.
10116         (gnus-mime-leave-multipart): Remove,
10117         (gnus-mime-display-part): Revert 2004-03-19 change.
10118         (gnus-mime-display-alternative): Revert 2004-03-19 change.
10119
10120         * mml.el (mml-preview): Revert 2004-03-19 change.
10121
10122 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
10123
10124         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
10125
10126 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10127
10128         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
10129         t while entering a file name using the mm-with-multibyte macro.
10130         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10131
10132         * mm-util.el (mm-with-multibyte): New macro.
10133
10134 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10135
10136         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
10137         user option.
10138         (gnus-mime-multipart-functions): Doc and customization fix.
10139         (gnus-article-mime-hierarchy): New variable.
10140         (gnus-article-mime-hierarchy-next): New variable.
10141         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
10142         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
10143         gnus-article-mime-hierarchy-next to nil.
10144         (gnus-insert-mime-button): Show hierarchy numbers.
10145         (gnus-mime-accumulate-hierarchy): New function.
10146         (gnus-mime-enter-multipart): New function.
10147         (gnus-mime-leave-multipart): New function.
10148         (gnus-mime-display-part): Recompute hierarchical MIME structure.
10149         (gnus-mime-display-alternative): Show hierarchy numbers.
10150
10151         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
10152         gnus-article-mime-hierarchy-next to nil.
10153
10154 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
10155
10156         * dns.el: Don't require gnus-xmas.
10157
10158 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
10159
10160         * mml.el (mml-generate-mime-1): Don't use format=flowed with
10161         inline PGP.
10162         (mml-menu): Disable mml-quote-region if mark is inactive.
10163
10164 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10165
10166         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
10167         when the group's active is not available.
10168
10169 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10170
10171         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
10172         error.
10173
10174 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
10175
10176         * imap.el (imap-store-password): New variable.
10177         (imap-interactive-login): Use it.
10178         Suggested by Mark Plaksin <happy@mcplaksin.org>.
10179
10180 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * gnus-art.el (gnus-article-read-summary-keys): Restore new
10183         window-start and hscroll to summary window.
10184
10185 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10186
10187         * gnus-start.el (gnus-convert-old-newsrc): Only write the
10188         conversion message to newsrc-dribble when an actual conversion is
10189         performed.
10190
10191 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
10192
10193         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
10194
10195 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10196
10197         * mm-decode.el (mm-complicated-handles): New function reviving
10198         former definition of mm-multiple-handles.
10199
10200         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
10201         (gnus-mime-delete-part): Use it.
10202
10203 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10204
10205         * gnus-agent.el (gnus-agent-read-local): Bind
10206         nnheader-file-coding-system to gnus-agent-file-coding-system to
10207         avoid the implicit assumption that they will always be equal.
10208         (gnus-agent-save-local): Bind buffer-file-coding-system, not
10209         coding-system-for-write, as the with-temp-file macro first prints
10210         to a buffer then saves the buffer.
10211
10212 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10213
10214         * gnus-art.el (gnus-article-edit-part): New function.
10215         (gnus-mime-save-part-and-strip): Use it; do query instead of
10216         signaling an error; don't use mm-multiple-handles.
10217         (gnus-mime-delete-part): Ditto.
10218
10219 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10220
10221         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
10222         old file versions.
10223         (gnus-group-prepare-hook): Removed function that converted list
10224         form of gnus-agent-expire-days to group properties.
10225
10226         * gnus-int.el: Autoload gnus-agent-regenerate-group.
10227         (gnus-request-accept-article): Re-indented.
10228
10229         * gnus-start.el (gnus-convert-old-newsrc): Registered new
10230         converters to handle old agent file formats.  Added logic for a
10231         "backup before upgrading warning".
10232         (gnus-convert-mark-converter-prompt): Developers can mark
10233         functions as needing (default), or not needing,
10234         gnus-convert-old-newsrc's "backup before upgrading warning".
10235         (gnus-convert-converter-needs-prompt): Tests whether the user
10236         should be protected from potentially irreversable changes by the
10237         function.
10238
10239         * legacy-gnus-agent.el (): New. Provides converters that are only
10240         loaded when gnus-convert-old-newsrc needs to call them.
10241
10242 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10243
10244         * mail-source.el (mail-source-touch-pop): Doc fix.
10245
10246         * message.el (message-smtpmail-send-it): Doc fix.
10247
10248 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
10249
10250         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
10251
10252         * nnmail.el (nnmail-split-fancy): do.
10253
10254         * gnus-kill.el (gnus-kill, gnus-execute): do.
10255
10256 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
10257
10258         * gnus-sum.el (gnus-widget-reversible-match)
10259         (gnus-widget-reversible-to-internal)
10260         (gnus-widget-reversible-to-external): New functions.
10261         (gnus-widget-reversible): New widget.
10262         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
10263
10264 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
10265
10266         * gnus-sum.el (gnus-thread-sort-functions)
10267         (gnus-article-sort-functions): Document `(not F)' items.
10268
10269 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10270
10271         * spam.el (spam-use-gmane-xref): Add new backend.
10272         (spam-gmane-xref-spam-group): Add variable to control the name of the
10273         Gmane spam group.
10274         (spam-blackhole-servers, spam-blackhole-good-server-regex)
10275         (spam-regex-headers-spam, spam-regex-headers-ham)
10276         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
10277         (spam-list-of-checks): Add spam-use-gmane-xref to list of
10278         backends and checks.
10279         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
10280
10281         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
10282         an autodetect method.
10283
10284 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10285
10286         * gnus-int.el (gnus-request-accept-article): Inform the agent that
10287         articles are being added to a group.
10288         (gnus-request-replace-article): Inform the agent that articles
10289         need to be uncached as the cached contents are no longer valid.
10290
10291 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10292
10293         * binhex.el: Don't autoload executable-find.
10294
10295         * canlock.el: Don't autoload mail-fetch-field.
10296
10297         * dgnushack.el: Autoload c-mode for XEmacs.
10298
10299         * gnus-ems.el: Don't autoload appt-select-lowest-window.
10300
10301         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
10302         rmail-dont-reply-to and rmail-output.
10303
10304         * gnus-score.el: Don't autoload ffap-string-at-point.
10305
10306         * gnus-setup.el: Don't autoload sc-cite-original.
10307
10308         * imap.el: Don't autoload base64-decode-string,
10309         base64-encode-string and md5.
10310
10311         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
10312         and rmail-msg-restore-non-pruned-header.
10313
10314         * mm-decode.el: Don't autoload executable-find.
10315
10316         * mm-url.el: Don't autoload executable-find.
10317
10318         * mm-view.el: Don't autoload diff-mode.
10319
10320         * nndb.el: Don't autoload news-reply-mode, news-setup,
10321         cancel-timer and telnet.
10322
10323         * password.el: Don't autoload run-at-time for Emacs.
10324
10325         * sha1-el.el: Don't autoload executable-find.
10326
10327         * sieve-mode.el: Don't autoload c-mode.
10328
10329         * uudecode.el: Don't autoload executable-find.
10330
10331 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10332
10333         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
10334         (gnus-agent-possibly-alter-active): Avoid null in numeric
10335         comparison.
10336         (gnus-agent-set-local): Refuse to save null in local object table.
10337         (gnus-agent-regenerate-group): The REREAD parameter can now be a
10338         list of articles that will be marked as unread.
10339
10340 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
10343
10344 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
10345
10346         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
10347         language tags.
10348
10349 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10350
10351         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
10352         Don't bind "obarray".
10353
10354         * gnus-sum.el (gnus-thread-sort-functions): Added
10355         `gnus-thread-sort-by-most-recent-number' and
10356         `gnus-thread-sort-by-most-recent-date'.
10357         Reported by Kai Grossjohann <kai@emptydomain.de>.
10358
10359 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10360
10361         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
10362
10363 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10364
10365         * gnus-cus.el (gnus-agent-customize-category): Removed
10366         ignore-errors macro reference that required cl to be loaded at
10367         run-time.
10368
10369         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
10370         single-interval range of the form (min . max).  Previously the
10371         range had to look like ((min . max)).  Likewise, return
10372         (min . max) rather than ((min . max)).
10373         (gnus-range-map): Use gnus-range-normalize to accept
10374         single-interval range.
10375
10376         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
10377         the cache, but not the agent, now appear with their usual face.
10378
10379         * dgnushack.el (loaddir): New variable that is bound to the
10380         directory containing the dgnushack.el file. Use loaddir, rather
10381         than srcdir, to update load-path. Change lets dgnushack compile
10382         code in directories other than GNUS/lisp.
10383
10384 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10385
10386         * lpath.el: Don't bind w3m-safe-url-regexp.
10387
10388         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
10389         w3m-safe-url-regexp variable buffer-local.
10390
10391         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10392
10393 2004-02-27  Simon Josefsson  <jas@extundo.com>
10394
10395         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
10396         gnus-group-real-prefix.
10397         (gnus-summary-move-article): Use it, instead of
10398         gnus-group-real-prefix.
10399
10400 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10401
10402         * lpath.el: Bind w3m-safe-url-regexp.
10403
10404         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
10405         w3m-safe-url-regexp variable buffer-local and set it as the value
10406         of mm-w3m-safe-url-regexp.
10407
10408         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10409
10410         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
10411         parsing gnus-posting-styles when the message is not for replying.
10412
10413         * dgnushack.el: Autoload sgml-mode for XEmacs.
10414
10415         * nnrss.el (nnrss-opml-export): Use
10416         mm-set-buffer-file-coding-system instead of
10417         set-buffer-file-coding-system.
10418
10419 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
10420
10421         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
10422         of checkdoc.el).
10423         * nnrss.el: do.
10424         * gnus-mlspl.el: do.
10425         * gnus-ml.el: do.
10426         * gnus-srvr.el: do.
10427
10428         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
10429
10430 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10431
10432         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
10433         Corrections to custom-manual links.
10434
10435         * gnus-art.el (gnus-article): Ditto.
10436
10437         * mm-decode.el (mime-display, mime-security): Ditto.
10438
10439 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10440
10441         * flow-fill.el: Typo.
10442
10443 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
10444
10445         * spam-wash.el: New file.
10446
10447 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
10448
10449         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
10450
10451 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10452
10453         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
10454         to be run with new-articles as LIST1, not LIST2.
10455         (spam-registration-functions): Add spam-use-ham-copy as a nil
10456         registration backend.
10457
10458 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10459
10460         * spam-stat.el (spam-stat-washing-hook): New option.
10461         (spam-stat-buffer-words): Use it.
10462         (spam-stat-process-directory, spam-stat-test-directory): Use
10463         insert-file-contents-literally.
10464         (spam-stat-coding-system): New variable.
10465         (spam-stat-load, spam-stat-save): Use it.
10466
10467 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10468
10469         * spam-report.el (spam-report-plug-agent): Quote
10470         spam-report-url-to-file and spam-report-url-ping-plain.
10471
10472 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
10473
10474         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
10475         / in mailto URLs.
10476
10477 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10478
10479         * spam-report.el (spam-report-process-queue): Fix interactive use.
10480         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
10481         (spam-report-unplug-agent): Doc fixes.
10482         (spam-report-url-ping-mm-url, spam-report-url-to-file)
10483         (spam-report-agentize, spam-report-deagentize): Autoload
10484
10485 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10486
10487         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
10488
10489         * message.el (message-setup-fill-variables): Add mml tags to
10490         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
10491         <ajk@iu.edu>.
10492         (message-mode): Don't modify paragraph-separate there.
10493
10494 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10495
10496         * compface.el (uncompface-use-external): Default to undecided.
10497         (uncompface-use-external-threshold): New variable.
10498         (uncompface-float-time): New macro.
10499         (uncompface): Determine whether to use the external decoder if
10500         uncompface-use-external is undecided.
10501
10502 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10503
10504         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
10505         after images.
10506
10507         * gnus-art.el (gnus-mime-display-single): Remove dead code.
10508
10509 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
10510
10511         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
10512
10513         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
10514
10515         * gnus-sum.el (gnus-summary-limit-to-age)
10516         (gnus-summary-limit-children): do.
10517
10518         * gnus-int.el (gnus-request-scan): do.
10519
10520         * gnus-group.el (gnus-group-suspend): do.
10521
10522         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
10523
10524         * gnus-cite.el (gnus-cite-parse-attributions): do.
10525
10526         * gnus-agent.el (gnus-summary-set-agent-mark)
10527         (gnus-agent-regenerate-group): do.
10528
10529         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
10530
10531         * binhex.el (binhex-decode-region-internal): do.
10532
10533 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10534
10535         * gnus-fun.el (gnus-face-properties-alist): New user option.
10536         (gnus-display-x-face-in-from): Use it.
10537
10538         * gnus-art.el (article-display-face): Ditto.
10539
10540         * compface.el (uncompface-use-external): Default to nil.
10541
10542 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
10543
10544         * nntp.el (nntp-erase-buffer): New function.
10545         (nntp-retrieve-data, nntp-send-command)
10546         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
10547         (nntp-possibly-change-group): Use it.
10548
10549         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
10550         with-current-buffer.
10551
10552 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
10553
10554         * compface.el: Merge the ELisp-based uncompface program.
10555         (compface): New customization group.
10556         (uncompface-use-external): New user option.
10557         (uncompface): Call uncompface-internal if uncompface-use-external
10558         is nil.
10559         (uncompface-internal): New function.  Note that there are also
10560         some other functions and variables added for this function.
10561
10562 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
10563
10564         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
10565         if necessary.
10566
10567 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
10568
10569         * spam-report.el (spam-report-unplug-agent)
10570         (spam-report-plug-agent, spam-report-deagentize)
10571         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
10572         Add support for the Agent in spam-report: when unplugged, report to a
10573         file; when plugged, submit all the requests.
10574
10575         * spam.el (spam-register-routine): Fix message about
10576         registration.
10577
10578 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
10579
10580         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
10581         dependencies.
10582         (rfc2047-encode): Use it.
10583
10584         * gnus-art.el (gnus-button-marker-list): Move before first
10585         reference.
10586
10587         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10588         (imap-parse-body): Fix format string mismatch.
10589
10590         * gnus-score.el (gnus-summary-increase-score): do.
10591
10592         * nnrss.el (nnrss-close): New function.
10593
10594 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
10595
10596         * nnrss.el (nnrss-make-filename): New function.
10597         (nnrss-request-delete-group, nnrss-read-server-data)
10598         (nnrss-save-server-data, nnrss-read-group-data)
10599         (nnrss-save-group-data): Use it.
10600         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
10601         (nnrss-read-server-data, nnrss-read-group-data): Use load.
10602         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
10603
10604 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
10605
10606         * mml.el (mml-compute-boundary-1): Don't uncompress files.
10607
10608 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
10609
10610         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
10611         files.
10612
10613         * message.el (message-generate-headers-first): Don't quote nil
10614         and t in docstrings.
10615
10616         * imap.el (imap-id): do.
10617
10618         * gnus-agent.el (gnus-agent-consider-all-articles)
10619         (gnus-agent-queue-mail): do.
10620
10621 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
10622
10623         * spam-report.el (spam-report-process-queue): New function.
10624         Process requests from `spam-report-requests-file'.
10625         (spam-report-process-queue): Doc fix.
10626
10627 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
10628
10629         * spam.el (spam-register-routine)
10630         (spam-log-processing-to-registry, spam-log-registered-p)
10631         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10632         Change "check" to "spam-check" for semi-clarity.
10633
10634 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
10635
10636         * pop3.el: Require nnheader.
10637
10638         * mml-smime.el: Require cl.  Autoload message-fetch-field.
10639
10640         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
10641
10642         * gnus-picon.el: Require cl.
10643
10644         * gnus-fun.el: Require gnus-ems and gnus-util.
10645
10646         * gnus.el (gnus-method-to-server): Move defsubst before first use.
10647
10648         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
10649
10650         * gnus-art.el (gnus-article-edit-mode): Define before first
10651         reference.
10652
10653 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
10654
10655         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
10656         (gnus-uu-post-encoded): Use point-at-bol.
10657
10658         * gnus-topic.el (gnus-group-active-topic-p): do.
10659
10660         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
10661
10662         * gnus-group.el (gnus-group-kill-region): do.
10663
10664         * gnus-art.el (article-date-ut): do.
10665
10666         * message.el (message-fetch-field): Remove redundant
10667         case-fold-search binding.
10668         (message-narrow-to-field): Simplify.
10669
10670 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10671
10672         * spam.el (spam-directory): Derive from `gnus-directory'.
10673
10674         * spam-report.el (spam-report-url-to-file)
10675         (spam-report-requests-file): New function and variable for offline
10676         reporting.
10677         (spam-report-url-ping-function): Add `spam-report-url-to-file'
10678         and user defined function.
10679         (spam-report-url-ping-mm-url): Remove doubled slash.
10680
10681 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
10682
10683         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
10684
10685 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
10686
10687         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
10688         format string mismatch.
10689
10690         * sieve.el (sieve-deactivate-all): do.
10691
10692         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
10693
10694         * nnlistserv.el (nnlistserv-kk-wash-article): do.
10695
10696         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
10697
10698         * mm-bodies.el (mm-7bit-chars): Don't include \r.
10699
10700 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
10701
10702         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
10703         the list of checks.
10704
10705 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
10706
10707         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
10708         padding.
10709
10710 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
10711
10712         * mm-view.el (mm-fill-flowed): New variable.
10713         (mm-inline-text): Use it.
10714
10715 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
10716
10717         * spam.el (spam-spamassassin-register-ham-routine)
10718         (spam-spamassassin-register-spam-routine): Fix function names.
10719
10720 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10721
10722         * gnus.el (gnus-tmp-grouplens): Remove.
10723         (gnus-summary-line-format): Remove grouplens.
10724
10725         * gnus-group.el (gnus-group-line-format): Ditto.
10726
10727         * gnus-spec.el (gnus-format-specs): Ditto.
10728         (gnus-update-format-specifications): Flush the group format spec
10729         cache if there's the grouplens stuff.
10730         (gnus-parse-simple-format): Replace %l with the empty string.
10731
10732 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
10733
10734         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
10735         omission.
10736
10737 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10738
10739         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
10740         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10741
10742 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10743
10744         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
10745         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
10746         New macros and functions.
10747         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
10748         Handle > NLINK_MAX messages.
10749         * nnmaildir.el (nnmaildir-request-set-mark): Use
10750         nnmaildir--emlink-p and nnmaildir--eexist-p.
10751
10752 2004-01-25  Alex Schroeder  <alex@gnu.org>
10753
10754         * spam-stat.el (spam-stat-process-directory-age): New option.
10755         (spam-stat-process-directory): Use it.
10756
10757 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
10758
10759         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
10760         (spam-stat-save): Accept prefix argument.
10761
10762 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
10763
10764         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
10765         links" error.
10766
10767 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10768
10769         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
10770         the rest of the and/or forms.
10771
10772 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10773
10774         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
10775         compatibility with old .newsrc.eld files.
10776
10777         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
10778
10779         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
10780
10781         * gnus-start.el (gnus-1): do.
10782
10783         * gnus-group.el (gnus-group-line-format-alist): do.
10784
10785         * gnus.el (gnus-use-grouplens, gnus-visual): do.
10786
10787         * gnus-gl.el: Remove.
10788
10789 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10790
10791         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
10792         marks consisting of a single range {for example, (3 . 5)} rather
10793         than a list of a single range { ((3 . 5)) }.
10794
10795 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10796
10797         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
10798         with-current-buffer.
10799         (spam-stat-store-current-buffer): Use insert-buffer-substring to
10800         avoid consing a string.
10801
10802         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
10803         Remove obsolete entries for big5 and gb2312.
10804
10805 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10806
10807         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
10808         uncompressed list.
10809
10810 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
10811
10812         * spam-stat.el (spam-stat-strip-xref): New function.
10813         (spam-stat-process-directory): Use it.
10814
10815         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
10816         here -- it's done in message-fetch-field.
10817
10818 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10819
10820         * gnus-agent.el (gnus-agent-queue-mail,
10821         gnus-agent-prompt-send-queue): New variables.
10822         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
10823         * gnus-draft.el (gnus-group-send-queue): Pass the group name
10824         "nndraft:queue" along to gnus-draft-send.  Use
10825         gnus-agent-prompt-send-queue.
10826         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
10827         is "nndraft:queue".  Suggested by Gaute Strokkenes
10828         <gs234@srcf.ucam.org>
10829
10830         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
10831         (agent-enable-undownloaded-faces): Added
10832         (gnus-agent-cat-groups): Use eval-and-compile, not
10833         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
10834         method of gnus-agent-cat-groups even when the buffer has been
10835         evaled.
10836         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
10837         delete gnus-agent-save-active-1.
10838         (gnus-agent-save-groups): Deleted. Identical to
10839         gnus-agent-save-active.
10840         (gnus-agent-write-active): No longer adjust agent's copy of active
10841         file as agent's adjustments are now stored in their own
10842         file. Removed optional parameter.
10843         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
10844         servers.  Add use of min/max range limits from server's local
10845         file.
10846         (gnus-agent-save-alist): Removed unused optional argument.
10847         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
10848         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
10849         (gnus-agent-set-local): A per-server file that keeps min/max range
10850         limits for articles known to the agent.  Provides a fast mechanism
10851         for altering many active ranges.
10852         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
10853         active file (local makes it unnecessary).
10854         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
10855
10856         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
10857         (agent-enable-undownloaded-faces): Added
10858
10859         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
10860         disable it when sending to "nndraft:queue".
10861         (gnus-group-send-queue): Add safety check to avoid sending queue
10862         when unplugged.
10863
10864         * gnus-group.el (gnus-group-catchup): Use new
10865         gnus-sequence-of-unread-articles, not
10866         gnus-list-of-unread-articles, to avoid exhausting memory with huge
10867         numbers of articles.  Use gnus-range-map to avoid having to
10868         uncompress the unread list.
10869         (gnus-group-archive-directory,
10870         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
10871         reference.
10872
10873         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
10874         (gnus-sorted-range-intersection): Intersection of two ranges
10875         without requiring that they first be uncompressed.
10876
10877         * gnus-start.el (gnus-activate-group): Unless blocked by the
10878         caller, possibly expand the active range to include both cached
10879         and agentized articles.
10880         (gnus-convert-old-newsrc): Rewrote in anticipation of having
10881         multiple version-dependent converters.
10882         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
10883         gnus-agent-save-active.
10884         (gnus-save-newsrc-file): Save dirty agent range limits.
10885
10886         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
10887         gnus-agent-possibly-alter-active.
10888         (gnus-adjust-marked-articles): Faster handling of simple lists
10889
10890 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
10891
10892         * spam-stat.el (spam-stat-test-directory): New optional argument
10893         displays a list of files detected.  Suggested by Andrew Cohen
10894         <cohen@andy.bu.edu>.
10895         (spam-stat-buffer-words-with-scores): Don't narrow and change
10896         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
10897
10898 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
10899
10900         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
10901         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
10902         (spam-spamassassin-arguments)
10903         (spam-spamassassin-spam-flag-header)
10904         (spam-spamassassin-positive-spam-flag-header)
10905         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
10906         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
10907         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10908         (spam-list-of-processors, spam-list-of-checks)
10909         (spam-list-of-statistical-checks, spam-registration-functions)
10910         (spam-check-spamassassin-headers, spam-check-spamassassin)
10911         (spam-spamassassin-score)
10912         (spam-spamassassin-register-with-sa-learn)
10913         (spam-spamassassin-register-spam-routine)
10914         (spam-spamassassin-register-ham-routine)
10915         (spam-assassin-register-spam-routine)
10916         (spam-assassin-register-ham-routine): add SpamAssassin support
10917         (spam-bogofilter-score): fix to show article before scoring
10918
10919 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
10920
10921         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
10922         default scoring function.
10923         (spam-generic-score): Call spam-spamassassin-score if
10924         spam-use-spamassassin or spam-use-spamassassin-headers is on;
10925         spam-bogofilter-score otherwise.
10926
10927         * gnus.el (spam-process, spam-autodetect-methods): Add
10928         spamassassin and spamassassin-headers.
10929
10930 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
10931
10932         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10933         Suppress unnecessary messages.
10934
10935 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
10936
10937         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
10938         make-hash-table.
10939
10940 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10941
10942         * canlock.el (base64-encode-string): Don't autoload it.
10943
10944 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10945
10946         * run-at-time.el: Remove useless (require 'itimer),
10947         eval-and-compile and (featurep 'xemacs).
10948
10949 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
10950
10951         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
10952         GROUP is a virtual group.
10953
10954 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
10955
10956         * gnus.el: Autoload `message-y-or-n-p'.
10957
10958 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
10959
10960         * pgg-parse.el: Remove unnecessary (require 'custom).
10961
10962         * pgg-def.el: do.
10963
10964         * nnmail.el: do.
10965
10966         * gnus-undo.el: do.
10967
10968         * gnus-picon.el: do.
10969
10970         * gnus-util.el: do.
10971
10972 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
10973
10974         * gnus-sum.el (gnus-pick-line-number): Add autoload.
10975
10976 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10977
10978         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
10979         handle, as well as a list.
10980
10981         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
10982         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
10983         (mm-w3m-cid-retrieve): Simplify.
10984
10985 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
10986
10987         * message.el (message-kill-to-signature): Allow prefix arg to
10988         specify number of lines to keep before signature.
10989
10990 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
10991
10992         (message-kill-to-signature): Change docstring.
10993
10994 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10995
10996         * canlock.el: Always require sha1-el.
10997         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
10998
10999         * message.el: Autoload sha1 only when compiling.
11000
11001         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
11002         eudc-expand-inline for XEmacs.
11003
11004 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11005
11006         * message.el (message-canlock-generate): Require sha1-el.
11007
11008 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
11009
11010         * message.el (message-expand-name): Silence the byte compiler.
11011
11012         * lpath.el: Add detect-coding-system.
11013
11014         * dgnushack.el (dgnushack-compile): Remove obsolete check for
11015         cus-edit.
11016
11017 2004-01-13  Simon Josefsson  <jas@extundo.com>
11018
11019         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
11020         Invoke gnus-score-mode.  Reported by
11021         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
11022
11023         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
11024         Jim Blandy <jimb@redhat.com> (tiny change).
11025
11026 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
11027
11028         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
11029
11030 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
11031
11032         * spam.el (spam-get-article-as-string): Update to use
11033         gnus-request-article-this-buffer, much simpler.
11034         (spam-get-article-as-buffer): Remove.
11035
11036 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
11037
11038         * message.el (message-expand-name): Use EUDC if the user uses
11039         that.
11040
11041 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
11042
11043         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
11044         character for the encoding to avoid consing a string.
11045
11046         * rfc2047.el (rfc2047-decode-string): Don't cons a string
11047         unnecessarily.
11048
11049         * mm-util.el (mm-replace-chars-in-string): Remove.
11050
11051         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
11052         of mm-replace-chars-in-string.
11053
11054 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
11055
11056         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
11057         strings.
11058
11059         * mm-util.el (mm-subst-char-in-string): Support inplace.
11060
11061         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
11062         a new string in every iteration.  Use shy groups.
11063
11064 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
11065
11066         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
11067         (gnus-group-change-level, gnus-kill-newsgroup)
11068         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
11069         (gnus-get-unread-articles, gnus-make-articles-unread)
11070         (gnus-make-ascending-articles-unread): Use accessor
11071         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
11072         to get group information for improved readability.
11073
11074         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
11075
11076         * gnus-soup.el (gnus-soup-group-brew): do.
11077
11078         * gnus-msg.el (gnus-put-message): do.
11079
11080         * gnus-move.el (gnus-group-move-group-to-server): do.
11081
11082         * gnus-kill.el (gnus-batch-score): do.
11083
11084         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
11085         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
11086         (gnus-group-update-group, gnus-group-read-group)
11087         (gnus-group-make-group, gnus-group-make-help-group)
11088         (gnus-group-make-archive-group, gnus-group-make-directory-group)
11089         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
11090         (gnus-group-sort-by-unread, gnus-group-catchup)
11091         (gnus-group-unsubscribe-group, gnus-group-kill-group)
11092         (gnus-group-yank-group, gnus-group-set-info)
11093         (gnus-group-list-groups): do.
11094
11095         * gnus.el (gnus-generate-new-group-name): do.
11096
11097         * gnus-delay.el (gnus-delay-send-queue): do.
11098
11099         * nnvirtual.el (nnvirtual-catchup-group): do.
11100
11101         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
11102         do.
11103
11104         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
11105         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
11106
11107         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
11108         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
11109         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
11110         (gnus-group-make-articles-read): do.
11111
11112 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11113
11114         * gnus-art.el (article-decode-mime-words, article-babel)
11115         (gnus-article-highlight-signature, gnus-article-add-buttons)
11116         (gnus-signature-toggle): Use gnus-with-article-buffer.
11117
11118         * gnus-art.el (gnus-article-highlight-headers)
11119         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
11120
11121         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
11122         (gnus-article-set-globals, gnus-request-article-this-buffer)
11123         (gnus-button-message-id, gnus-article-maybe-hide-headers)
11124         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
11125         (gnus-mime-display-alternative): Use with-current-buffer.
11126
11127 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11128
11129         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
11130         also under 80 char limit, and call gnus-error if needed.
11131         (spam-fetch-article-header): Fix - it was a
11132         buffer-local variable (gnus-newsgroup-data).
11133         (spam-find-spam): Use spam-generate-fake-headers, forget about
11134         spam-insert-fake-headers.
11135         (spam-insert-fake-headers): Remove.
11136
11137 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11138
11139         * deuglify.el (gnus-article-outlook-unwrap-lines)
11140         (gnus-outlook-rearrange-article)
11141         (gnus-outlook-repair-attribution-outlook)
11142         (gnus-outlook-repair-attribution-block)
11143         (gnus-outlook-repair-attribution-other): Remove redundant
11144         save-excursion.
11145
11146 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11147
11148         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
11149         (spam-fetch-field-subject-fast)
11150         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
11151         (spam-fetch-article-header): Add functions to deal with Gnus
11152         internals for fast retrieval of article header data.
11153         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
11154
11155 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11156
11157         * pop3.el (pop3-md5): Remove.
11158         (pop3-apop): Replace pop3-md5 with md5.
11159
11160         * mm-bodies.el: base64 is always built-in.
11161
11162         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
11163         with-current-buffer.
11164
11165 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11166
11167         * canlock.el (canlock-insert-header): Remove excessive grouping in
11168         regexp.
11169
11170         * gnus-sum.el (gnus-summary-read-document): Ditto.
11171
11172         * gnus-uu.el (gnus-uu-part-number): Ditto.
11173
11174         * html2text.el (html2text-remove-tags): Ditto.
11175         (html2text-format-tags): Ditto.
11176         (html2text-format-single-elements): Ditto.
11177
11178         * mml.el (mml-parse-1): Ditto.
11179
11180 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
11181
11182         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
11183
11184         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
11185
11186         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
11187
11188         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
11189
11190 2003-11-15  Simon Josefsson  <jas@extundo.com>
11191
11192         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
11193         (pgg-gpg-lookup-key): Use regexp match instead of
11194         split-string (split-string is different between emacs 21.2 and
11195         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
11196
11197 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
11198
11199         * gnus-art.el (gnus-mime-view-all-parts)
11200         (gnus-article-part-wrapper, gnus-article-view-part): Use
11201         with-current-buffer.
11202
11203 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
11204
11205         * spam.el (spam-disable-spam-split-during-ham-respool)
11206         (spam-spamoracle-database, spam-cache-lookups)
11207         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
11208         (spam-group-ham-mark-p, spam-group-spam-mark-p)
11209         (spam-group-ham-marks, spam-group-spam-marks)
11210         (spam-group-spam-contents-p, spam-group-ham-contents-p)
11211         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
11212         also add spam-use-blackholes to the statistical checks.
11213         (spam-fetch-field-fast): Add interface to fetching fields, may
11214         become a macro.
11215         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
11216         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
11217         (spam-insert-fake-headers): Fake an article when needed.
11218         (spam-find-spam): Fake article when possible.
11219         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
11220         (spam-check-bogofilter-headers): Use message-fetch-field instead
11221         of nnmail-fetch-field.
11222
11223 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11224
11225         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
11226
11227 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
11228
11229         * spam.el (spam-split): Do not require spam-use-CHECK to be
11230         enabled if that check is passed to spam-split explicitly; also
11231         fix so 'spam doesn't get converted to spam-split-group when
11232         spam-split-symbolic-return is t.
11233         (spam-find-spam): Find registrations of the article and use those
11234         instead of re-running spam-split to find the spam/ham
11235         classification of the article.
11236         (spam-log-processing-to-registry, spam-log-registered-p)
11237         (spam-log-unregistration-needed-p, spam-log-undo-registration):
11238         Use gnus-error instead of gnus-message.
11239         (spam-log-registration-type): Add function to determine the
11240         classification of a message based on registry entries; will
11241         return nil if both 'spam and 'ham are found.
11242         (spam-check-BBDB): Expand all the BBDB macros here so we can have
11243         a reasonably fast local cache without the loading errors.
11244         (spam-cache-lookups): Set to t by default.
11245         (spam-find-spam): Don't try to guess spam-cache-lookups.
11246         (spam-enter-whitelist, spam-enter-blacklist): Clear the
11247         spam-caches entry.
11248         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
11249         caching of whitelist/blacklist entries.
11250         (spam-check-whitelist, spam-check-blacklist): Invoke
11251         spam-from-listed-p with a type, not a cache variable.
11252         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
11253
11254 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11255
11256         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
11257
11258         * nnmail.el (nnmail-split-fancy): do.
11259
11260         * mml.el (mml-parse): do.
11261
11262         * gnus-score.el (gnus-enter-score-words-into-hashtb)
11263         (gnus-score-adaptive): do.
11264
11265 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11266
11267         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
11268         (gnus-mime-button-map): Don't set keymap parent.
11269         (gnus-button-ctan-directory-regexp): Use shy grouping.
11270         (gnus-prev-page-map): Don't set keymap parent.
11271         (gnus-prev-page-map): Remove duplicated one.
11272         (gnus-next-page-map): Don't set keymap parent.
11273         (gnus-mime-security-button-map): Ditto.
11274
11275         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
11276         version number.
11277
11278         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
11279
11280 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11281
11282         * canlock.el (canlock-sha1-function): Remove.
11283         (canlock-sha1-function-for-verify): Remove.
11284         (canlock-openssl-program): Remove.
11285         (canlock-openssl-args): Remove.
11286         (canlock-ignore-errors): Remove.
11287         (canlock-sha1-with-openssl): Remove.
11288         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
11289         (canlock-verify): Don't use canlock-ignore-errors.
11290
11291         * sha1-el.el (sha1-string-external): Make it can return a string
11292         in binary form.
11293         (sha1-region-external): Ditto.
11294         (sha1-string-internal): Ditto.
11295         (sha1-region-internal): Ditto.
11296         (sha1-region): Ditto.
11297         (sha1-string): Ditto.
11298         (sha1): Ditto.
11299
11300 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11301
11302         * spam.el (spam-report-articles-gmane): New command.
11303
11304 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11305
11306         * gnus.el: Don't make unnecessary *Group* buffer when loading.
11307
11308         * run-at-time.el (run-at-time-saved): Remove.
11309         (run-at-time): Doc fix.
11310
11311 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11312
11313         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
11314         (gnus-summary-limit-map): Add it.
11315         (gnus-summary-make-menu-bar): do.
11316
11317 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
11318
11319         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
11320         Make attempt at some caching support (done for BBDB only now).
11321         (spam-find-spam): Set spam-cache-lookups if there are more than 2
11322         addresses to be checked.
11323         (spam-clear-cache-BBDB): Add function, to be invoked by
11324         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
11325         (spam-check-BBDB): Check and use the caches, if
11326         spam-cache-lookups is on, remove superfluous (provide).
11327
11328 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
11329
11330         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
11331
11332 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
11333
11334         * run-at-time.el (run-at-time-saved): Move to after the definition
11335         of `run-at-time'.
11336
11337         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
11338
11339 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11340
11341         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
11342         mm-w3m-local-map-property.
11343
11344         * mm-view.el (mm-w3m-mode-map): Remove.
11345         (mm-w3m-local-map-property): Remove.
11346         (mm-inline-text-html-render-with-w3m): Don't use
11347         mm-w3m-local-map-property.
11348
11349 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11350
11351         * run-at-time.el: New file.
11352
11353         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
11354         under Emacs.
11355
11356         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
11357         of gnus-set-text-properties.
11358
11359         * gnus-uu.el (gnus-uu-save-article): Ditto.
11360
11361         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
11362
11363         * gnus-cite.el (gnus-cite-parse): Ditto.
11364
11365         * gnus-art.el (gnus-button-push): Use set-text-properties instead
11366         of gnus-.
11367
11368         * gnus-xmas.el (run-at-time): Require run-at-time.
11369
11370         * gnus.el: Changed calls to nnheader-run-at-time and
11371         password-run-at-time throughout to use run-at-time directly.
11372
11373         * password.el: Removed definition of run-at-time.
11374
11375         * nnheaderxm.el: Remove definition of run-at-time.
11376
11377 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
11378
11379         * mml.el (mml-minibuffer-read-disposition): Show attachment type
11380         in prompt.
11381
11382 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11383
11384         * messagexmas.el (message-xmas-redefine): Alias
11385         `message-make-caesar-translation-table' to
11386         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
11387         version.
11388
11389         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
11390         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
11391         `gnus-xmas-set-text-properties'.
11392         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
11393         `gnus-xmas-completing-read'.
11394         (gnus-xmas-completing-read): Removed.
11395         (gnus-xmas-open-network-stream): Removed.
11396
11397         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
11398         XEmacs version.
11399
11400         * dns.el (dns-make-network-process): Use `open-network-stream'
11401         instead of `gnus-xmas-open-network-stream'.
11402
11403         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
11404
11405         * .cvsignore: Add auto-autoloads.el, custom-load.el.
11406
11407 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11408
11409         * gnus-art.el (gnus-mime-display-alternative)
11410         (gnus-insert-mime-button, gnus-insert-mime-security-button)
11411         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
11412         Don't use gnus-local-map-property.
11413
11414         * gnus-util.el (gnus-local-map-property): Remove.
11415
11416         * mm-view.el (mm-view-pkcs7-decrypt): Replace
11417         gnus-completing-read-maybe-default with completing-read.
11418
11419         * gnus-util.el (gnus-completing-read): do.
11420         (gnus-completing-read-maybe-default): Remove.
11421
11422 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11423
11424         * password.el: Only autoload `run-at-time' if not XEmacs.
11425         Only autoload the itimer functions if XEmacs.
11426
11427 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11428
11429         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
11430         XEmacsen.
11431
11432         * dgnushack.el: Autoload executable-find for XEmacs.
11433
11434 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11435
11436         * gnus-art.el (gnus-read-string): Remove.
11437         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
11438         read-string.
11439
11440 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
11441
11442         * netrc.el: Autoload password-read.
11443         (netrc): Add configuration group.
11444         (netrc-encoding-method, netrc-openssl-path): Add
11445         variables for encoding and decoding of files with symmetric
11446         ciphers.
11447         (netrc-encode): Add assistant function to encode a file with
11448         netrc-encoding-method.
11449         (netrc-parse): Add interactive parameter, added optional
11450         decoding if netrc-encoding-method is non-nil but otherwise
11451         behavior is standard.
11452         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
11453         Do s/encode/encrypt/ everywhere.
11454
11455         * spam.el: Remove executable-find autoload.
11456
11457 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11458
11459         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
11460
11461         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
11462
11463 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11464
11465         * gnus-art.el (gnus-treat-ansi-sequences,
11466         article-treat-ansi-sequences): New variable and function.
11467         Suggested by Dan Jacobson <jidanni@jidanni.org>.
11468
11469         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11470         Use it.
11471
11472 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11473
11474         * mm-util.el (mm-quote-arg): Remove.
11475
11476         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
11477         shell-quote-argument.
11478
11479         * gnus-uu.el (gnus-uu-command): do.
11480
11481         * gnus-sum.el (gnus-summary-insert-pseudos): do.
11482
11483         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
11484         with make-char.
11485
11486         * mm-util.el (mm-make-char): Remove.
11487
11488         * mml.el (mml-mode): Replace gnus-add-minor-mode with
11489         add-minor-mode.
11490
11491         * gnus-undo.el (gnus-undo-mode): do.
11492
11493         * gnus-topic.el (gnus-topic-mode): do.
11494
11495         * gnus-sum.el (gnus-dead-summary-mode): do.
11496
11497         * gnus-start.el (gnus-slave-mode): do.
11498
11499         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
11500
11501         * gnus-ml.el (gnus-mailing-list-mode): do.
11502
11503         * gnus-gl.el (gnus-grouplens-mode): do.
11504
11505         * gnus-draft.el (gnus-draft-mode): do.
11506
11507         * gnus-dired.el (gnus-dired-mode): do.
11508
11509         * gnus-ems.el (gnus-add-minor-mode): Remove.
11510
11511         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11512         Replace gnus-char-width with char-width.
11513
11514         * gnus-ems.el (gnus-char-width): Remove.
11515
11516         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11517         Replace gnus-char-width with char-width.
11518
11519         * gnus-ems.el (gnus-char-width): Remove.
11520
11521         * spam-stat.el (with-syntax-table): Remove with-syntax-table
11522         definition.
11523         Remove Emacs 20 hash table compatibility code.
11524
11525         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
11526         20 compatibility code.
11527
11528         * spam.el (spam-point-at-eol): Replace with point-at-eol.
11529
11530         * smime.el (smime-point-at-eol): Replace with point-at-eol.
11531
11532         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
11533         with point-at-{eol,bol}.
11534
11535         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
11536
11537         * imap.el (imap-point-at-eol): Replace with point-at-eol.
11538
11539         * flow-fill.el (fill-flowed-point-at-bol,
11540         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
11541
11542         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
11543         Replace with point-at-{eol,bol} throughout all files.
11544
11545 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11546
11547         * ntlm.el (ntlm-string-as-unibyte): New macro.
11548         (ntlm-build-auth-response): Use it.
11549
11550         Remove Emacs 20 stuff:
11551         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
11552         (butlast, mapc, remove): Remove the compiler macros.
11553         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
11554         of delq and copy-sequence.
11555         * gnus-art.el (popup-menu): Remove the compiler macro.
11556         * nnmail.el (nnmail-split-fancy): Don't support customizing with
11557         Emacs 20.
11558
11559 2004-01-05  Simon Josefsson  <jas@extundo.com>
11560
11561         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
11562         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
11563         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
11564         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
11565         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
11566         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
11567         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
11568         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
11569         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
11570         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
11571         ntlm-string-permute, string-lshift into ntlm-string-lshift,
11572         string-xor into ntlm-string-xor.  Suggested by
11573         Jesper Harder <harder@myrealbox.com>.
11574
11575         * ntlm.el: Don't include poem.
11576
11577         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
11578         Jesper Harder <harder@myrealbox.com>.
11579
11580         * sasl-ntlm.el, ntlm.el, md4.el: New files.
11581
11582         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
11583         probably breaks emacs with DL patch, but do we care? Is anyone
11584         still using the DL stuff?)
11585
11586         * sieve-manage.el: Use the password package.
11587         (sieve-manage-read-passwd): Remove.
11588         (sieve-manage-interactive-login): Use password.  Re-add
11589         condition-case around loop.
11590
11591         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
11592         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
11593         the password package.
11594
11595 2003-02-19  Simon Josefsson  <jas@extundo.com>
11596
11597         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
11598         token.
11599
11600 2002-08-07  Simon Josefsson  <jas@extundo.com>
11601
11602         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
11603         (sieve-manage-authenticators):
11604         (sieve-manage-authenticator-alist): Add some SASL mechs.
11605         (sieve-sasl-auth): New function.
11606         (sieve-manage-cram-md5-auth):
11607         (sieve-manage-plain-auth): Rewrite using SASL library.
11608         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
11609         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
11610         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
11611         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
11612
11613 2004-01-05  Simon Josefsson  <jas@extundo.com>
11614
11615         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
11616         New files.
11617
11618 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11619
11620         * gnus-group.el (gnus-no-groups-message): Update.
11621
11622         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
11623
11624 2003-11-09  Simon Josefsson  <jas@extundo.com>
11625
11626         * imap.el: Support for ID IMAP extension (RFC 2971).
11627         (imap-local-variables): Add imap-id.
11628         (imap-id): New variable.
11629         (imap-id): New function.
11630         (imap-parse-response): Parse untagged ID response.
11631         * nnimap.el (nnimap-id): New variable.
11632         (nnimap-open-connection): Use it.
11633
11634 2003-12-28  Simon Josefsson  <jas@extundo.com>
11635
11636         * gnus-score.el (gnus-score-edit-all-score): New.
11637         * gnus-group.el (gnus-group-score-map): Bind it to W e.
11638
11639 2004-01-04  Simon Josefsson  <jas@extundo.com>
11640
11641         * password.el: Add.
11642
11643 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
11644
11645         * dns.el: Add support for AAAA records (see RFC 3596)
11646
11647         * Fix typo PRT -> PTR
11648
11649         * Parse MX, PTR and SOA replies (see RFC 1035)
11650
11651 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11652
11653         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
11654
11655         * Moved to Changelog.2.
11656
11657 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11658
11659         * gnus.el (gnus-version-number): Bump version.
11660
11661 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11662
11663         * gnus.el: No Gnus v0.1 is released.
11664
11665 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11666
11667         * gnus.el: No Gnus v0.0 is released.
11668
11669 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11670
11671         * gnus.el (gnus-version-number): Bump.
11672         (gnus-version): No.
11673
11674 See ChangeLog.2 for earlier changes.
11675
11676     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
11677
11678   This file is part of GNU Emacs.
11679
11680   GNU Emacs is free software; you can redistribute it and/or modify
11681   it under the terms of the GNU General Public License as published by
11682   the Free Software Foundation; either version 3, or (at your option)
11683   any later version.
11684
11685   GNU Emacs is distributed in the hope that it will be useful,
11686   but WITHOUT ANY WARRANTY; without even the implied warranty of
11687   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11688   GNU General Public License for more details.
11689
11690   You should have received a copy of the GNU General Public License
11691   along with GNU Emacs; see the file COPYING.  If not, write to the
11692   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11693   Boston, MA 02110-1301, USA.
11694
11695 ;; Local Variables:
11696 ;; coding: iso-2022-7bit
11697 ;; fill-column: 79
11698 ;; add-log-time-zone-rule: t
11699 ;; End:
11700
11701 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4