* gnus-art.el (gnus-use-idna)
[gnus] / lisp / ChangeLog
1 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-art.el (gnus-use-idna)
4         * gnus-start.el (gnus-site-init-file)
5         * message.el (message-use-idna)
6         * mm-uu.el (mm-uu-hide-markers)
7         * smiley.el (smiley-style): Revert changes that suppress warnings.
8
9 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10
11         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
12         specify charset to html source.  Reported by Christoph Conrad
13         <christoph.conrad@gmx.de>.
14
15 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16
17         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
18         idna-program in order to suppress byte compile warning issued by XEmacs
19         that came to byte compile the default value section of defcustom forms
20         recently.
21
22         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
23         value of installation-directory.
24
25         * message.el (message-use-idna): Don't directly refer to the value of
26         idna-program.
27
28         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
29
30         * smiley.el (smiley-style): Don't directly call face-attribute.
31
32 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
33
34         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
35
36         * gnus-dired.el: Reduce Gnus dependencies.
37         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
38         require.  Use autoloads instead.
39         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
40         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
41         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
42         (gnus-dired-mode): Adjust doc string.
43         (gnus-dired-mail-mode): New variable.
44         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
45         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
46         (gnus-dired-mail-buffers): New function.  Return mail or message
47         composition buffers.
48         (gnus-dired-attach): Use it.
49         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
50         NO-DECODE.
51         (gnus-dired-print): Use `gnus-print-buffer' depending on
52         `gnus-dired-mail-mode'.
53
54 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
55
56         * rfc2047.el (rfc2047-encoded-word-regexp)
57         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
58         explaining what regexp patterns are for.
59
60 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
61
62         * mailcap.el: Reduce dependencies.
63         (mail-header-parse-content-type): Autoload.
64         (mailcap-delete-duplicates): New alias.
65         (mailcap-mime-info): Add optional argument NO-DECODE.
66         (mailcap-mime-types): Use mailcap-delete-duplicates.
67
68         * message.el (message-ignored-supersedes-headers): Add "X-ID".
69
70 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
71
72         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
73         (imap-parse-status): Upcase status-att for broken servers that sends
74         them lower-case (e.g., MS Exchange 2007).
75
76 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
77
78         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
79         function.
80
81         * gnus-uu.el (gnus-uu-decode-yenc): New command.
82         (gnus-uu-yenc-article): New function.
83
84         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
85
86         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
87         buffer.
88
89 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
90
91         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
92         matches on patches.
93
94         * gnus-art.el (gnus-article-browse-html-article): Mention
95         `mm-text-html-renderer' in the doc string.
96
97         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
98         string.  Add comments.
99
100         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
101         if rhs is ASCII.
102
103 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
104
105         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
106
107 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
108
109         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
110         certs should be verified and what is to be done in the event of a
111         verification failure.
112
113         * gnus.el (gnus-method-to-server): Add an optional parameter so the
114         caller can indicate whether the cache should be disregarded for this
115         call.  This way the result of the call is reproducible at all times and
116         can be considered a canonical server name for the supplied method.
117         (gnus-agent-method-p): Canonicalize server names by pushing their
118         method through `gnus-method-to-server' using the no-cache argument.
119
120         * gnus-srvr.el (gnus-server-insert-server-line): Call
121         `gnus-method-to-server' with `no-cache' argument.
122
123         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
124         gnus-agent-possibly-synchronize-flags as this should be called when the
125         server is actually being opened.
126         (gnus-agent-possibly-synchronize-flags)
127         (gnus-agent-possibly-synchronize-flags-server): Move check for the
128         flags file of an agentized server to the latter function.
129
130         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
131         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
132         after a connection has been established successfully.
133
134 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
135
136         * gnus-art.el (article-display-face): Force to display face if called
137         interactively; check if gnus-article-x-face-too-ugly matches author.
138         (article-display-x-face): Display face even if From header is missing
139         as article-display-face does.
140
141 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
142
143         * mail-source.el (mail-sources): Default to fetch from file for
144         compatibility with default of nnmail-spool-file.
145
146 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
147
148         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
149         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
150         to look for encoded word that should be encoded again.
151         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
152         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
153         encoding pattern.
154         (rfc2047-decode-region): Switch strict regexp and loose one according
155         to rfc2047-allow-irregular-q-encoded-words.
156
157 2007-11-25  Romain Francoise  <romain@orebokech.com>
158
159         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
160
161 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
162
163         * tls.el (tls-program): Provide more custom choices from
164         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
165         (tls-process-connection-type, tls-success): Remove "*" in doc string.
166
167 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
168
169         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
170         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
171
172         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
173         `nnmail-spool-file'.
174
175         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
176         `nnmail-spool-file'.
177
178         * gnus-move.el (gnus-change-server): Ditto.
179
180         * gnus-kill.el (gnus-batch-score): Ditto.
181
182         * gnus-cache.el (gnus-jog-cache): Ditto.
183
184         * gnus-msg.el (gnus-summary-reply): Ignore
185         gnus-confirm-mail-reply-to-news for wide and very wide replies.
186
187 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
188
189         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
190         version.  Minor improvement to doc strings.
191         (tls-program): Add comment.
192
193 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
194
195         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
196         (tls-checktrust): New variable.  Check if GNU TLS complained about a
197         mismatch between the hostname provided in the certificate and the name
198         of the host connnecting to.
199         (open-tls-stream): Use them.  Check certificates against trusted root
200         certificates.
201
202 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
203
204         * gnus-cache.el (gnus-cache-generate-nov-databases): Use
205         nnml-generate-nov-databases-directory instead of
206         nnml-generate-nov-databases-1.
207
208 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
209
210         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
211         `smime-ldap-search' for Emacs 22 and up.
212
213 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
214
215         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
216         been checked if they have never been read and those group levels are
217         higher than the one that a user specified.
218
219 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
220
221         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
222         foreign groups unless a group level is specified by a user.
223         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
224
225 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
226
227         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
228         macros.
229         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
230         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
231         copy data from unibyte buffer to multibyte current buffer.
232         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
233         to copy data from unibyte current buffer to multibyte buffer.
234         (nntp-make-process-buffer): Make process buffer unibyte.
235
236         * pop3.el (pop3-open-server): Fix typo in Lisp code.
237
238 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
239
240         * pop3.el (pop3-open-server): Accept and process data more robustly at
241         connexion start to avoid spurious "POP SSL connexion failed" errors.
242
243 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
244
245         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
246         read group names.
247
248 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
249
250         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
251
252 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
253
254         * nnmail.el (nnmail-parse-active): Make group names unibyte.
255         (nnmail-save-active): Use a unibyte buffer when saving active file,
256         which may contain non-ASCII group names.
257
258         * nnml.el (nnml-request-group): Decode group names in messages.
259
260 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
261
262         * message.el (message-citation-line-function)
263         (message-insert-formatted-citation-line): Fix spelling of
264         `message-insert-formated-citation-line'.
265
266 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
267
268         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
269
270 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
271
272         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
273         nnmail-pathname-coding-system.
274
275         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
276         that a user enters; decode group names in messages.
277
278         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
279
280 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
281
282         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
283
284         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
285
286         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
287         risky local variable.
288
289         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
290
291 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
292
293         * encrypt.el: Improve documentation to fix function name typo.
294         Reported by Daiki Ueno <ueno@unixuser.org>.
295
296 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
297
298         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
299         even if the point is not in the last page of an article.
300         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
301         back to the previous page.
302
303 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
304
305         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
306
307 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
308
309         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
310
311 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
312
313         * message.el (message-remove-blank-cited-lines): Fix if remove is
314         given.
315         (message-bogus-address-regexp): New variable.
316         (message-bogus-recipient-p): New function.
317         (message-check-recipients): New command.
318         (message-syntax-checks): Add `bogus-recipient'.
319         (message-fix-before-sending): Add `bogus-recipient'.
320
321         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
322         (gnus-treat-emphasize, gnus-treat-body-boundary): Don't test
323         window-system.
324
325 2007-10-28  Miles Bader  <miles@gnu.org>
326
327         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
328         at compile-time too.
329
330 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
331
332         * gnus-msg.el (gnus-message-setup-hook): Add
333         `message-remove-blank-cited-lines' to options.
334
335 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
336
337         * message.el (message-remove-blank-cited-lines): New function.
338         Suggested by Karl Pl\e,Ad\e(Bsterer.
339
340 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
341
342         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
343         mapc.
344
345         * imap.el (imap-open): Replace mapcar called for effect with mapc.
346         (top-level): Use mapc to set functions to be traced for debugging.
347
348         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
349         called for effect with while loop.
350
351         * message.el (message-talkative-question): Replace mapcar called for
352         effect with mapc.
353
354         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
355         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
356         called for effect with dolist.
357
358         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
359
360         * nndiary.el: Use dolist instead of mapcar to add diary headers to
361         gnus-extra-headers and nnmail-extra-headers.
362
363         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
364         called for effect with dolist.
365         (top-level): Use mapc to set functions to be traced for debugging.
366
367         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
368         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
369         dolist.
370
371         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
372         Replace mapcar called for effect with mapc.
373         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
374         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
375         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
376         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
377
378         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
379         remove-if that's a cl function.
380
381         * webmail.el (webmail-debug): Replace mapcar called for effect with
382         dolist.
383
384         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
385         with mapc.
386
387 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
388
389         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
390         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
391         with while loop.
392
393         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
394         functions from article-* functions.
395         (gnus-multi-decode-header): Replace mapcar called for effect with
396         dolist.
397
398         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
399         (gnus-bookmark-show-details): Replace mapcar called for effect with
400         while loop.
401
402         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
403         called for effect with while loop.
404
405         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
406         with dolist.
407
408         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
409         mapcar called for effect with dolist.
410
411         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
412
413         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
414         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
415         Replace mapcar called for effect with dolist.
416         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
417         mapc.
418
419         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
420         Replace mapcar called for effect with dolist.
421         (gnus-topic-list): Replace mapcar called for effect with mapc.
422
423         * gnus.el: Use mapc instead of mapcar to add autoloads.
424
425 2007-10-23  Richard Stallman  <rms@gnu.org>
426
427         * gnus-group.el (gnus-group-highlight): Mark as risky.
428
429 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
430
431         * gnus.el (gnus-server-to-method): Return method found first in
432         gnus-newsrc-alist.
433
434         * gnus-art.el (gnus-article-highlight-signature)
435         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
436         button overlay without the front stickiness.
437
438 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
439
440         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
441         overview buffer needed a catch to receive its throw.
442         (gnus-agent-flush-cache): Declared as interactive to make this function
443         easier to use.
444
445 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
446
447         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
448         `next-line'.
449
450 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
451
452         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
453         exclude address matching message-dont-reply-to-names.
454
455 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
456
457         * gnus-util.el (gnus-string<): New function.
458
459         * gnus-sum.el (gnus-article-sort-by-author)
460         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
461
462 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
463
464         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
465         the frame-focus tag is set in gnus-buffer-configuration.
466
467 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
468
469         * gnus-art.el (gnus-article-add-button): Make a button overlay without
470         the front stickiness.
471
472 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
473
474         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
475         url pattern; remove duplicate one.
476         (gnus-article-extend-url-button): New function.
477         (gnus-article-add-buttons): Use it.
478         (gnus-button-push): Use concatenated url that it makes.
479
480 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
481
482         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
483
484 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
485
486         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
487         Don't hardcode point-min==1.
488
489 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
490
491         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
492         Fix comment about "iso8859-1".
493
494 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
495
496         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
497         ones returned from the verify-function.
498
499         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
500         mml2015-extract-cleartext-signature if extraction failed.
501
502 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
503
504         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
505         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
506         failed.
507
508 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
509
510         * Relicense "GPLv2 or later" files to "GPLv3 or later".
511
512 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
513
514         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
515         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
516         recommends to use EasyPG instead of PGG.
517
518         * pgg.el: Revert to revision 6.23.2.16
519
520         * pgg-def.el: Revert to revision 6.6.2.14.
521
522         * pgg-gpg.el: Revert to revision 6.23.2.34.
523
524 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
525
526         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
527         to mark a thread as expirable.  Add variable `hide' to handle hiding of
528         thread for both the null and zero (kill/expire thread) universal prefix
529         cases.
530         (gnus-summary-expire-thread): Add new function to expire a thread,
531         using gnus-summary-kill-thread.
532         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
533         shortcuts for gnus-summary-expire-thread.
534         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
535         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
536
537 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
538
539         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
540         extras value, so an extras entry can be deleted.
541         (gnus-registry-delete-extra-entry): Use it.
542         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
543         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
544         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
545          storage through the gnus-registry, and provide an appropriate API for
546          it.
547
548 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
549
550         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
551         Suggested by Leo <sdl.web@gmail.com>.
552
553         * gnus.el: Do.
554
555 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
556
557         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
558         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
559
560         * gnus-agent.el (gnus-agent-fetch-headers): Do.
561
562         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
563         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
564
565 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
566
567         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
568         newline.
569         (nnmbox-request-accept-article): Don't change article in source buffer;
570         narrow to header to use message-fetch-field rather than
571         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
572         (nnmbox-request-replace-article): Quote lines that'll be misidentified
573         as delimiters; make sure article ends with newline.
574         (nnmbox-delete-mail): Correct last position of article to be deleted;
575         ignore X-Gnus-Newsgroup header in article body.
576         (nnmbox-save-mail): Quote lines looking like delimiters at the right
577         positions; make sure article ends with newline.
578
579         * message.el (message-display-abbrev): Don't infloop when a user
580         inserts SPC in the beginning of header.
581
582         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
583         coding-system-for-read and coding-system-for-write for XEmacs having no
584         file-coding feature.
585
586         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
587
588 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
589
590         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
591         list of groups not followed by default.  Fix type to be regexp.
592         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
593
594 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
595
596         * hmac-def.el (define-hmac-function): Switch from old-style to
597         new-style backquotes.
598
599         * md4.el (md4-make-step): likewise.
600
601 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
602
603         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
604         raw-text coding system when saving .newsrc file, which may contain
605         non-ASCII group names.
606
607 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
608
609         * gnus-cus.el (gnus-score-extra): New widget.
610         (gnus-score-extra-convert): New function.
611         (gnus-score-customize): Use it for Extra.
612
613 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
614
615         * mml2015.el (mml2015-extract-cleartext-signature): New function.
616         (mml2015-mailcrypt-clear-verify): Use it.
617         (mml2015-gpg-clear-verify): Use it.
618         (mml2015-pgg-clear-verify): Use it.
619         (mml2015-epg-clear-verify): Replace the current part with the output
620         from GnuPG; don't extract the plaintext by itself.
621
622         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
623         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
624         mml2015-clear-verify-function; don't touch the armor headers or
625         dash-escaped text here.
626
627 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
628
629         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
630         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
631         parts, or application/octet-stream as a last resort.
632         (gnus-mime-view-part-as-type): Don't toggle display.
633         (gnus-mime-view-part-as-charset): Don't turn off display before
634         querying charset.
635
636         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
637         stuff to undisplayer function in Emacs.
638         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
639
640         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
641         text/calendar parts.
642
643 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
644
645         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
646         decoding text/calendar parts.
647
648         * message.el (message-forward-make-body-mime): Always mark body as
649         having no illegible text; remove signed-or-encrypted argument.
650         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
651
652         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
653         (mml-generate-mime-1): Don't encode body if it is specified to be in
654         raw form; don't make buffer be unibyte when inserting multibyte string.
655
656 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
657
658         * sha1.el: Fix up comment style.
659         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
660         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
661
662         * hex-util.el: Fix up comment style.
663         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
664
665         * gnus-salt.el: Use with-current-buffer.
666         (gnus-pick-setup-message): Fix long-standing typo.
667
668 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
669
670         * imap.el (imap-logout-timeout): New variable.
671         (imap-logout, imap-logout-wait): New functions.
672         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
673
674         * nnimap.el (nnimap-logout-timeout): New server variable.
675         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
676         nnimap-logout-timeout.
677
678         * gnus-art.el (gnus-article-summary-command-nosave)
679         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
680
681 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
682
683         * gnus.el (gnus-maximum-newsgroup): New variable.
684
685         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
686         according to gnus-maximum-newsgroup.
687
688         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
689         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
690         Limit the range of articles according to gnus-maximum-newsgroup.
691
692 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
693
694         * gnus-art.el (gnus-sticky-article): Fixed problems described in
695         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
696         Don't perform gnus-configure-windows here; reuse existing sticky
697         article buffer.
698
699         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
700         it doesn't exist in gnus-article-mode.
701
702 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
703
704         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
705         (gnus-agent-decoded-group-name): New function.
706         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
707         (gnus-agent-expire-group-1): Use it; decode group name in messages.
708
709 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
710
711         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
712         Add binding for gnus-sticky-article.
713         (gnus-summary-exit): Don't kill sticky article buffers.
714
715         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
716         article buffer.
717         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
718         (gnus-kill-sticky-article-buffers): New commands.
719
720 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
721
722         * nntp.el (nntp-xref-number-is-evil): New server variable.
723         (nntp-find-group-and-number): If it is non-nil, don't trust article
724         numbers in the Xref header.
725
726 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
727
728         * gnus-agent.el (gnus-agent-read-group): New function.
729         (gnus-agent-flush-group, gnus-agent-expire-group)
730         (gnus-agent-regenerate-group): Use it.
731         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
732         nnmail-pathname-coding-system.
733
734 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
735
736         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
737
738         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
739         that are unread as unread, and also as selected so that information of
740         marks having been changed by a user may be updated when exiting group.
741
742 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
743
744         * gnus-art.el (gnus-mime-display-single): Pass part number that is
745         calculated ignoring signature parts to gnus-treat-article.
746
747 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
748
749         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
750         a point here in order to keep the window start.
751         (gnus-insert-mime-security-button): Make a button overlay without the
752         front stickiness.
753         (gnus-mime-display-security): Goto the end of a button.
754
755         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
756
757 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
758
759         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
760         group-name-at-point.
761         (gnus-group-completing-read): New function that offers decoded
762         non-ASCII group names for completion.
763         (gnus-fetch-group, gnus-group-read-ephemeral-group)
764         (gnus-group-jump-to-group, gnus-group-make-group-simple)
765         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
766         (gnus-group-fetch-control): Use it.
767         (gnus-fetch-group): Use group-name-at-point for the initial value
768         rather than the default value; use gnus-alive-p.
769
770         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
771         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
772         (gnus-summary-post-news): Use gnus-group-completing-read.
773
774         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
775         (gnus-read-move-group-name): Decode group name for completion.
776
777 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
778
779         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
780         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
781         Yamaoka slightly modified the code).
782
783 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
784
785         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
786         (nnmail-split-incoming): Bind it.
787
788         * nnml.el (nnml-group-name-charset): New function.
789         (nnml-decoded-group-name): Use it; don't decode group name if
790         nnmail-group-names-not-encoded-p is non-nil.
791         (nnml-encoded-group-name): New function.
792         (nnml-group-pathname): Inline nnml-decoded-group-name.
793         (nnml-request-expire-articles): Decode group name in message.
794         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
795         nnmail-pathname-coding-system.
796         (nnml-save-mail, nnml-active-number): Work with decoded group names and
797         not decoded ones according to nnmail-group-names-not-encoded-p.
798         (nnml-generate-active-info): Use nnml-encoded-group-name.
799
800 2007-08-08  Glenn Morris  <rgm@gnu.org>
801
802         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
803         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
804         doc-strings and comments.
805
806 2007-07-25  Glenn Morris  <rgm@gnu.org>
807
808         * Relicense all FSF files to GPLv3 or later.
809
810 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
811
812         * gnus-sum.el (gnus-summary-move-article): Make
813         gnus-summary-respool-article work.
814
815 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
816
817         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
818         string.
819
820 2007-07-20  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
821
822         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
823         that should be ignored when comparing distant RSS articles with local
824         ones.
825         (nnrss-make-hash-index): New function.  Create a hash index according
826         to the ignored fields.
827         (nnrss-check-group): Use it.
828
829 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
830
831         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
832
833         * gnus-art.el (article-decode-group-name): Decode Xref header too.
834
835         * gnus-group.el (gnus-group-make-group): Encode group name here unless
836         the new optional argument ENCODED is non-nil.
837         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
838         coding system for encoding group name.
839         (gnus-group-make-rss-group): Pass un-encoded group name to
840         gnus-group-make-group.
841         (gnus-group-set-info): Tell gnus-group-make-group that group name is
842         encoded.
843
844         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
845         Encode group name to which articles are moved or copied.
846         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
847         coding system for encoding Newsgroup, Followup-To and Xref headers.
848
849         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
850         marks; use nnheader-file-coding-system to write a file.
851         (nnagent-retrieve-headers): Bind file-name-coding-system to
852         nnmail-pathname-coding-system.
853
854         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
855
856         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
857         (nnml-request-article, nnml-request-create-group)
858         (nnml-request-rename-group, nnml-find-id)
859         (nnml-possibly-change-directory, nnml-possibly-create-directory)
860         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
861         (nnml-save-marks): Use nnml-group-pathname instead of
862         nnmail-group-pathname.
863
864         (nnml-request-create-group, nnml-request-expire-articles)
865         (nnml-request-move-article, nnml-request-delete-group)
866         (nnml-deletable-article-p, nnml-possibly-create-directory)
867         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
868         (nnml-open-marks): Bind file-name-coding-system to
869         nnmail-pathname-coding-system.
870
871         (nnml-request-article): Pass server argument to nnml-find-group-number.
872         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
873         server argument to nnml-possibly-create-directory.
874         (nnml-request-accept-article): Pass server argument to
875         nnml-active-number and nnml-save-mail.
876         (nnml-find-group-number): Pass server argument to nnml-find-id.
877         (nnml-request-update-info): Pass server argument to
878         nnml-marks-changed-p.
879
880         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
881         (nnml-save-mail, nnml-active-number): Add server argument.
882
883         (nnml-request-delete-group): Warn if group is missing.
884         (nnml-get-nov-buffer): Decode group name.
885         (nnml-generate-active-info): Encode group name.
886         (nnml-open-marks): Decode group name in messages.
887
888 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
889
890         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
891         if it is not specified.
892         (gnus-article-pipe-part, gnus-article-save-part)
893         (gnus-article-interactively-view-part, gnus-article-copy-part)
894         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
895         (gnus-article-inline-part, gnus-article-save-part-and-strip)
896         (gnus-article-replace-part, gnus-article-delete-part)
897         (gnus-article-view-part-as-type): Pass raw prefix argument to
898         gnus-article-part-wrapper.
899
900 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
901
902         * gnus-agent.el (gnus-agent-save-active): Bind
903         nnheader-file-coding-system to gnus-agent-file-coding-system.
904
905         * gnus-cache.el (gnus-cache-save-buffers)
906         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
907         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
908         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
909         (gnus-cache-braid-nov, gnus-cache-braid-heads)
910         (gnus-cache-generate-active, gnus-cache-rename-group)
911         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
912         (gnus-cache-update-overview-total-fetched-for): Bind
913         file-name-coding-system to nnmail-pathname-coding-system.
914         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
915         variables.
916         (gnus-cache-decoded-group-name): New function.
917         (gnus-cache-file-name): Use it.
918         (gnus-cache-generate-active): Use non-decoded group name for active.
919
920         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
921         right place.
922         (gnus-write-active-file): Don't break non-ASCII group names.
923
924         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
925         nnmail-pathname-coding-system.
926
927         * lpath.el: Bind default-file-name-coding-system,
928         file-name-coding-system and language-info-alist for XEmacs.
929
930         * gnus-uu.el (gnus-uu-decode-save): Typo.
931
932 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
933
934         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
935
936 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
937
938         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
939         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
940         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
941         (gnus-agent-flush-group, gnus-agent-flush-cache)
942         (gnus-agent-fetch-headers, gnus-agent-load-alist)
943         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
944         (gnus-agent-retrieve-headers, gnus-agent-request-article)
945         (gnus-agent-regenerate-group)
946         (gnus-agent-update-files-total-fetched-for)
947         (gnus-agent-update-view-total-fetched-for): Bind
948         file-name-coding-system to nnmail-pathname-coding-system.
949         (gnus-agent-group-pathname): Don't encode file names by
950         nnmail-pathname-coding-system.
951         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
952         coding-system-for-write instead of buffer-file-coding-system to
953         gnus-agent-file-coding-system.
954
955         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
956         Decode group name.
957
958         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
959
960         * gnus-start.el (gnus-update-active-hashtb-from-killed)
961         (gnus-read-newsrc-el-file): Make group names unibyte.
962
963         * nnmail.el (nnmail-group-pathname): Don't encode file names by
964         nnmail-pathname-coding-system.
965
966         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
967         (nnrss-request-delete-group): Bind file-name-coding-system to
968         nnmail-pathname-coding-system.
969         (nnrss-read-server-data, nnrss-read-group-data): Bind
970         file-name-coding-system correctly.
971         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
972
973         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
974         (nntp-server-to-method-cache): New variable.
975         (nntp-group-pathname): New function that decodes non-ASCII group names.
976         (nntp-possibly-create-directory, nntp-marks-changed-p)
977         (nntp-save-marks, nntp-open-marks): Use it.
978         (nntp-possibly-create-directory, nntp-open-marks):
979         Bind file-name-coding-system to nnmail-pathname-coding-system.
980         (nntp-open-marks): Decode group names when bootstrapping marks.
981
982         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
983         Newsgroups and Folowup-To headers.
984
985 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
986
987         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
988         (gnus-server-closed-face, gnus-server-denied-face)
989         (gnus-server-offline-face): Remove variable.
990         (gnus-server-font-lock-keywords): Use faces that are not aliases.
991
992         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
993         of modifying message-stack directly for XEmacs.
994
995         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
996         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
997         if the coding-system argument is nil for XEmacs.
998
999         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
1000         mm-charset-override-alist.
1001
1002         * rfc2047.el: Don't require base64; require rfc2045 for the function
1003         rfc2045-encode-string.
1004         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
1005         to quote the parameter value.
1006
1007 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1008
1009         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
1010         form in gnus-group-name-charset-method-alist.
1011
1012         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
1013         overrides the default layout edit-form.
1014
1015         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
1016
1017         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
1018
1019 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1020
1021         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
1022         as unfetched articles.
1023
1024 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
1025
1026         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
1027
1028 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1029
1030         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
1031         original back end that keeps marks in the local system.
1032
1033 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1034
1035         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
1036         arg of pop-to-buffer for XEmacs.
1037         (gnus-article-read-summary-keys): Ditto; don't restore window
1038         configuration if summary command ends up with neither article buffer
1039         nor summary buffer; describe bindings if summary keys end with C-h.
1040
1041 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1042
1043         * message.el (message-fix-before-sending): Skip raw message part to be
1044         forwarded while checking illegible text.
1045         (message-forward-make-body-mime, message-forward-make-body): Mark
1046         signed or encrypted raw message as having no illegible text.
1047
1048 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1049
1050         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
1051         (gnus-message-with-timestamp-1): New macro.
1052         (gnus-message-with-timestamp): New function.
1053         (gnus-message): Use them.
1054
1055         * nnheader.el (nnheader-message): Use them.
1056
1057 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
1058
1059         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
1060         .newsrc.eld file.
1061
1062 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1063
1064         * gnus-agent.el (gnus-agent-fetch-headers)
1065         (gnus-agent-retrieve-headers): Bind
1066         gnus-decode-encoded-address-function to identity.
1067
1068         * nntp.el (nntp-send-xover-command): Recognize an xover command is
1069         available also when the server returns simply a dot.
1070
1071         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
1072
1073 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1074
1075         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
1076
1077 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1078
1079         * gnus-ems.el (gnus-x-splash): Make it work.
1080
1081         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
1082         from being used.
1083
1084         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
1085
1086 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1087
1088         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
1089         4th and the 5th arguments.
1090
1091         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
1092         the front stickiness.
1093         (gnus-article-summary-command-nosave): Correct the order of the
1094         arguments passed to pop-to-buffer.
1095         (gnus-article-read-summary-keys): Ditto; make it work properly when the
1096         summary command ends up with the article buffer.
1097
1098         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
1099         the same faces.
1100
1101 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1102
1103         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
1104
1105 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1106
1107         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
1108         * gnus-sum.el (gnus-summary-highlight):
1109         * pgg.el (pgg-sign-region, pgg-sign):
1110         * mail-source.el (mail-source-delete-old-incoming-confirm):
1111         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
1112
1113 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1114
1115         * gnus-art.el (gnus-mime-view-part-externally)
1116         (gnus-mime-view-part-internally): Fix predicate function passed to
1117         completing-read.
1118
1119         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
1120
1121         * gnus.el (gnus-update-message-archive-method): Add :version.
1122
1123 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1124
1125         * gnus.el (gnus-update-message-archive-method): New variable.
1126
1127         * gnus-start.el (gnus-setup-news): Update saved "archive" method
1128         according to gnus-message-archive-method if
1129         gnus-update-message-archive-method is non-nil.
1130
1131 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1132
1133         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
1134         by Loic Dachary <loic@dachary.org>.
1135         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
1136
1137 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1138
1139         * message.el (message-pop-to-buffer): Add switch-function argument.
1140         (message-mail): Pass switch-function argument to it.
1141
1142 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
1143
1144         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
1145         Improve doc string.
1146
1147 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1148
1149         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
1150         (gnus-header-content)
1151         * gnus-cite.el (gnus-cite-10)
1152         * gnus-srvr.el (gnus-server-closed)
1153         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
1154         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
1155         (gnus-group-mail-3-empty, gnus-group-mail-low)
1156         (gnus-group-mail-low-empty, gnus-splash)
1157         * message.el (message-header-to, message-header-cc)
1158         (message-header-subject, message-header-other, message-header-name)
1159         (message-header-xheader, message-separator, message-cited-text)
1160         (message-mml): Lighten colors of faces used for dark background.
1161
1162 2007-05-24  Simon Josefsson  <simon@josefsson.org>
1163
1164         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
1165         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
1166
1167 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1168
1169         * message.el (message-narrow-to-headers-or-head): Ignore
1170         mail-header-separator in the body.
1171
1172 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1173
1174         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
1175         same as window size.
1176
1177 2007-05-22  Kevin Ryde  <user42@zip.com.au>
1178
1179         * message.el (message-font-lock-keywords): Use message-header-xheader
1180         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
1181         ahead of the anything pattern, to get it recognised.
1182
1183 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1184
1185         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
1186         spam.el loads uses it in the compiled defadvice form.
1187
1188 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1189
1190         * gnus-sum.el (gnus-articles-to-read)
1191         (gnus-summary-insert-old-articles): Don't truncate group name for
1192         `read-string'.
1193
1194         * gnus-util.el (gnus-limit-string): Delete this function.
1195
1196         * gnus-sum.el (gnus-simplify-subject-fully): Use
1197         `truncate-string-to-width' instead.
1198
1199 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1200
1201         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
1202         if, on summary exit, the next group has to be selected.
1203         (gnus-summary-exit): Use it.
1204
1205 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
1206
1207         * gnus-art.el (gnus-article-mode): Fix comment about displaying
1208         non-break space.
1209
1210 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1211
1212         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
1213         Check if group is not a directory.
1214         (nnfolder-request-expire-articles): Don't delete articles if the target
1215         group is not available.
1216
1217         * nnml.el (nnml-request-create-group): Properly check if group is not a
1218         file.
1219         (nnml-request-expire-articles): Don't delete articles if the target
1220         group is not available.
1221
1222         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1223         Don't quote characters that are within parentheses.
1224
1225 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1226
1227         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
1228         (gnus-handle-ephemeral-exit): Select article according to it.
1229
1230 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
1231
1232         * message.el (message-insert-formated-citation-line): Remove newline.
1233         (message-citation-line-format): Add final \n here so that the user can
1234         avoid a blank line.
1235
1236 2007-05-03  Dan Christensen  <jdc@uwo.ca>
1237
1238         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
1239         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
1240         Update lanl/arXiv support.
1241
1242 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1243
1244         * gnus.el: Bump version number.
1245
1246 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1247
1248         * gnus.el (gnus-version-number): Bump version.
1249
1250 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1251
1252         * gnus.el: No Gnus v0.6 is released.
1253
1254 2007-04-27  Didier Verna  <didier@xemacs.org>
1255
1256         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
1257         * gmm-utils.el (gmm-regexp-concat): here.
1258         * message.el: Don't require 'gnus-util.
1259         (message-dont-reply-to-names): Handle name change above.
1260         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
1261
1262 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1263
1264         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
1265         since the initial value varies according to the system.
1266
1267 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1268
1269         * mm-util.el (mm-charset-synonym-alist): Defcustom.
1270
1271 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
1272
1273         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
1274
1275 2007-04-24  Didier Verna  <didier@xemacs.org>
1276
1277         Improve the type of gnus-ignored-from-addresses.
1278         * gnus-util.el (gnus-orify-regexp): New function.
1279         * message.el (gnus-util): Require it.
1280         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
1281         * gnus-sum.el (gnus-ignored-from-addresses): New function.
1282         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
1283
1284 2007-04-24  Didier Verna  <didier@xemacs.org>
1285
1286         * gnus-sum.el:
1287         * gnus-utils.el: Fix some trailing whitespaces.
1288
1289 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1290
1291         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
1292         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
1293         article's Message-ID; refer parent article in summary buffer.
1294
1295         * message.el (message-bounce): Call mime-to-mml.
1296
1297         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
1298         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
1299         optimize and/or forms properly.
1300
1301 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
1302
1303         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
1304         URL.
1305
1306 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1307
1308         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
1309
1310 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1311
1312         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
1313         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
1314         displayed of multipart/alternative part if it is invoked from summary
1315         buffer.
1316
1317         * mm-view.el (mm-inline-text-html-render-with-w3m)
1318         (mm-inline-text-html-render-with-w3m-standalone)
1319         (mm-inline-render-with-function): Use mail-parse-charset by default.
1320
1321 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
1322
1323         * parse-time.el (parse-time-string-chars): Check if CHAR
1324         is less than the length of parse-time-syntax.
1325
1326 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1327
1328         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
1329         from gnus-newsgroup-processable.
1330
1331 2007-04-16  Didier Verna  <didier@xemacs.org>
1332
1333         * gnus-msg.el (gnus-configure-posting-styles): Handle
1334         message-signature-directory properly with :file syntax. Reported by
1335         "Leo".
1336
1337 2007-04-11  Didier Verna  <didier@xemacs.org>
1338
1339         New user option: message-signature-directory.
1340         * gnus-msg.el (gnus-configure-posting-styles): Support it.
1341         * message.el (message-insert-signature): Ditto.
1342         * message.el (message-signature-file): Doc update.
1343         * message.el (message-signature-directory): New.
1344
1345 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1346
1347         * gnus-msg.el (gnus-inews-yank-articles): Use
1348         message-exchange-point-and-mark instead of exchange-point-and-mark.
1349
1350 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1351
1352         * message.el (message-yank-original): Make sure cited text ends with
1353         newline; don't exchange point and mark.
1354
1355 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
1356
1357         * tls.el (open-tls-stream): Properly handle case where there
1358         is no associated buffer.
1359
1360 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
1361
1362         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
1363         message-yank-original, make sure (< mark TEXT point).
1364
1365 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1366
1367         * message.el (message-fill-column): New variable.
1368         (message-mode): Use it.  Add comment on a possible new hook.
1369
1370         * nnmail.el (nnmail-spool-file): Mark as obsolete.
1371         (nnmail-get-new-mail): Reformat.
1372
1373         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
1374
1375         * gmm-utils.el: Fix Commentary.
1376         (gmm-tool-bar-from-list): Fix typo in doc string.
1377
1378 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
1379
1380         * message.el (message-yank-original): Don't switch point and mark
1381         unnecessarily to put point and mark as documented.
1382
1383 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1384
1385         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
1386         from the message heads.
1387
1388 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
1389
1390         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
1391         article buffer does not have a window.  This may not be the best
1392         solution but is certainly better than setting the start of the null,
1393         that is the current, window.
1394
1395 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1396
1397         * gnus-draft.el (gnus-draft-setup-hook): New hook.
1398         (gnus-draft-setup): Run it.
1399
1400         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
1401         gnus-score-fast-scoring.  Allow regexp.
1402         (gnus-score-headers): Use it.
1403
1404         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
1405         XEmacs.
1406
1407         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
1408         string.
1409         (gnus-button-alist): Also catch `<f1> k ...'.
1410         (gnus-treat-display-x-face): Fix doc string.
1411
1412 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1413
1414         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
1415         evaluation of gnus-extended-version to ensure correct generation of the
1416         User-Agent header when message-generate-headers-first is used.
1417
1418 2007-03-24  Simon Josefsson  <simon@josefsson.org>
1419
1420         * hashcash.el (hashcash-generate-payment-async): Don't crash if
1421         hashcash-path is nil.  Don't call callback with incorrect number of
1422         parameters if val is 0.
1423
1424 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1425
1426         * message.el (message-required-news-headers):
1427         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
1428
1429 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
1430
1431         * tls.el (open-tls-stream): In handshake-waiting loop,
1432         don't wait more if there is output available to process.
1433
1434 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
1435
1436         * tls.el (tls-program): Doc fix.
1437
1438 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1439
1440         * message.el (message-generate-new-buffers): Change the meaning of the
1441         nil value; add `standard' to the choices; treat t as `unique'; improve
1442         doc string.
1443         (gnus-select-frame-set-input-focus): Autoload.
1444         (message-buffer-name): Search for the existing message buffer if
1445         message-generate-new-buffers is nil or `standard'; treat the value t of
1446         message-generate-new-buffers as `unique'.
1447         (message-pop-to-buffer): Raise the frame already displaying the message
1448         buffer; clear the echo area after querying.
1449         (message-setup): Pass the `continue' argument to compose-mail.
1450         (message-mail): Prefer `switch-function' if it is given; search for the
1451         existing message buffer if the `continue' argument is non-nil; pass
1452         continue and switch-function arguments to compose-mail by way of
1453         message-setup.
1454         (message-mail-other-window): Adjust argument of message-setup.
1455         (message-mail-other-frame): Ditto.
1456
1457 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1458
1459         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
1460         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
1461         to turn font-lock on when turning gnus-message-citation-mode on.
1462
1463 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
1464
1465         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
1466         (mml-smime-function-alist): New variable; add epg as the backend.
1467         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
1468         mml-smime- functions instead.
1469         * mm-view.el: Require smime.
1470
1471 2007-03-05  Didier Verna  <didier@xemacs.org>
1472
1473         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
1474         instead of just inheritance for posting styles.
1475         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
1476
1477 2007-02-24  Chris Moore  <dooglus@gmail.com>
1478
1479         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1480         * pgg-pgp.el (pgg-pgp-encrypt-region):
1481         * pgg-gpg.el (pgg-gpg-encrypt-region):
1482         Check pgg-encrypt-for-me if no other recipients.
1483
1484 2007-02-24  John Paul Wallington  <jpw@pobox.com>
1485
1486         * tls.el (tls-certtool-program): Fix custom type.
1487
1488 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1489
1490         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
1491         and point-at-eol instead of line-(beginning|end)-position.
1492
1493         * assistant.el (assistant-parse-buffer): Ditto.
1494
1495         * netrc.el (netrc-parse-services): Ditto.
1496
1497 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
1498
1499         * mml2015.el (mml2015-epg-find-usable-key): New function.
1500         (mml2015-epg-sign): Use it.
1501         (mml2015-epg-encrypt): Use it.
1502
1503 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1504
1505         * message.el (message-make-in-reply-to): Quote name containing
1506         non-ASCII characters.  It will make the RFC2047 encoder cause an error
1507         if there are special characters.  Reported by NAKAJI Hiroyuki
1508         <nakaji@jp.freebsd.org>.
1509
1510 2007-02-27  Didier Verna  <didier@xemacs.org>
1511
1512         Include the group parameters as well as the topic ones in the
1513         inheritance filter process.
1514         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
1515         argument GROUP-PARAMS-LIST.
1516         * gnus-topic.el (gnus-group-topic-parameters): Use it.
1517
1518 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1519
1520         * nntp.el (nntp-never-echoes-commands)
1521         (nntp-open-connection-functions-never-echo-commands): New variables.
1522         (nntp-send-command): Use them.
1523
1524 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
1525
1526         * mml2015.el (mml2015-epg-verify): Simplified.
1527
1528 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1529
1530         * mml.el (mml-content-disposition-alist): New user option.
1531         (mml-content-disposition): New function.
1532         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
1533         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
1534
1535 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
1536
1537         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
1538         verification.
1539
1540 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1541
1542         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
1543         articles posted in the last 24 hours.
1544
1545 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
1546
1547         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
1548
1549 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1550
1551         * nntp.el (nntp-send-command): Don't wait for echoes when
1552         nntp-open-ssl-stream is used.
1553
1554 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1555
1556         * gnus-cite.el (gnus-test-font-lock-add-keywords)
1557         (gnus-message-add-citation-keywords)
1558         (gnus-message-remove-citation-keywords): Remove.
1559         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
1560         directly, make the variables in font-lock-defaults buffer-local, add
1561         gnus-message-citation-keywords to them and then update the value of
1562         font-lock-keywords.
1563
1564 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1565
1566         * message.el (message-cite-original-1): Don't call
1567         gnus-article-highlight-citation.
1568
1569         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
1570         citations; fix line count.
1571
1572 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1573
1574         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
1575         (gnus-message-add-citation-keywords)
1576         (gnus-message-remove-citation-keywords): Use it; fix the emulating
1577         versions of font-lock-add-keywords and font-lock-remove-keywords to
1578         work with XEmacs correctly.
1579
1580 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1581
1582         * gnus-cite.el (gnus-cite-face-list): Set the values of
1583         gnus-message-max-citation-depth and gnus-message-citation-keywords.
1584         (gnus-message-max-citation-depth): Use defvar rather than defconst.
1585         (gnus-message-cite-prefix-regexp): New variable.
1586         (gnus-message-search-citation-line): Use it; protect against long
1587         citation prefix; fill match data with nil rather than 0 for XEmacs; set
1588         the 0th match data for Emacs.
1589         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
1590         (gnus-message-add-citation-keywords): Append keywords rather than
1591         prepending; emulate font-lock-add-keywords if it is not available.
1592         (gnus-message-remove-citation-keywords): Emulate
1593         font-lock-remove-keywords if it is not available.
1594
1595         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
1596
1597         * message.el (message-cite-prefix-regexp): Set the value of
1598         gnus-message-cite-prefix-regexp.
1599
1600 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1601
1602         * nnweb.el (nnweb-google-parse-1): Update parser.
1603
1604 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
1605
1606         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
1607
1608 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1609
1610         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1611         regexp.
1612
1613 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1614
1615         * uudecode.el (uudecode-string-to-multibyte): New function emulating
1616         string-to-multibyte.
1617         (uudecode-decode-region-internal): Use it.
1618
1619         * lpath.el: Fbind string-as-multibyte for XEmacs.
1620
1621 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
1622
1623         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
1624         custom choice.
1625
1626         * gnus-art.el (gnus-signature-limit): Fix custom choice.
1627
1628 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
1629
1630         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
1631
1632         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
1633         `write-region' to respect `mm-inhibit-file-name-handlers'.
1634
1635 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
1636
1637         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
1638         Use gnus-home-directory instead of "~/" or "$HOME".
1639
1640 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
1641
1642         * encrypt.el (encrypt-insert-file-contents): Add better prompt
1643         to mention filename.
1644         Add comments at beginning regarding usage.
1645         (encrypt-write-file-contents): Change interactive so a string is
1646         acceptable.  If the file has no associated model, show an error instead
1647         of a nonsense prompt.
1648
1649 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1650
1651         * spam.el (spam-bsfilter-ham-switch): Fix typo.
1652         Thanks to Yoshihiko Yamada for kind notification of this typo.
1653
1654 2007-01-12  Kenichi Handa  <handa@m17n.org>
1655
1656         * uudecode.el (uudecode-decode-region-internal): Make it work in a
1657         multibyte buffer.
1658
1659 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1660
1661         * gnus-score.el (gnus-score-fast-scoring): New variable.
1662         (gnus-score-headers): Use it.
1663
1664         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
1665
1666         * message.el (message-cite-original-1): Call
1667         gnus-article-highlight-citation if requested.
1668         (message-make-from): Allow name and address as optional arguments.
1669
1670         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
1671
1672         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
1673         bugs to doc string.
1674         (gnus-button-alist): Add mid\\|message-id.
1675         (gnus-button-fetch-group): Extend for use in
1676         `browse-url-browser-function'.
1677         (gnus-button-url-regexp): Try to catch paired parentheses like in
1678         Wikipedia URLs.
1679
1680         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
1681         Suggested by Simon Krahnke <overlord@gmx.li>.
1682
1683 2007-01-13  Romain Francoise  <romain@orebokech.com>
1684
1685         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
1686         Update copyright.
1687
1688 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
1689
1690         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
1691
1692 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1693
1694         * gnus-registry.el (gnus-registry-unfollowed-groups)
1695         (gnus-registry-split-fancy-with-parent): Fix documentation.
1696
1697 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1698
1699         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
1700         from nnweb groups.
1701
1702 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1703
1704         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
1705         Xref urls.  Erase buffer before requesting head.
1706
1707 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1708
1709         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
1710         customizable.
1711
1712 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
1713
1714         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
1715         no signing key is found.
1716         (mml2015-epg-encrypt): Ask user whether to skip or abort if
1717         no encrypting and/or signing key is found.
1718
1719 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1720
1721         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
1722
1723 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1724
1725         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
1726         headers read from disk with the ones newly found in the current search.
1727         This should no longer cause problems, because the article numbers in
1728         Gmane's `nov.php' output are ignored since the previous change.
1729
1730 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1731
1732         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
1733
1734 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1735
1736         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
1737         replace-regexp-in-string; bind url-version; fbind display-images-p and
1738         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
1739         find-face and set-itimer-function for Emacs; bind itimer-list for
1740         Emacs.
1741
1742         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
1743
1744 2007-01-01  Romain Francoise  <romain@orebokech.com>
1745
1746         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
1747
1748 2006-12-31  Steve Youngs  <steve@sxemacs.org>
1749
1750         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
1751         `define-minor-mode' macro definition expanded properly.
1752         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
1753         exclude it there.
1754
1755         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
1756         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
1757         `fboundp' test.
1758         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
1759         This is OK to autoload in (S)XEmacs now.
1760
1761 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1762
1763         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
1764         keystroke.
1765         (gnus-summary-limit-to-singletons): Fix typo.
1766
1767         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
1768         else fails.
1769
1770 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1771
1772         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
1773         docstring.
1774
1775         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
1776         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
1777         (gnus-summary-insert-dormant-articles): Fix typo in message.
1778
1779 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1780
1781         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
1782         nil for XEmacs.
1783         (gnus-message-citation-mode): Don't autoload in XEmacs.
1784
1785         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
1786
1787 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1788
1789         * nnimap.el (nnimap-expunge-search-string): Mention
1790         nnimap-search-uids-not-since-is-evil in docstring.
1791
1792 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1793
1794         * spam.el: Revert to make-obsolete-variable because
1795         define-obsolete-variable-alias is not supported in Emacs 21.
1796
1797         * spam.el (spam-ifile-path, spam-ifile-database-path)
1798         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
1799         make-obsolete-variable.
1800         (spam-bsfilter-path, spam-bsfilter-program)
1801         (spam-spamassassin-path, spam-spamassassin-program)
1802         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
1803         use "path" inappropriately.
1804         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
1805         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
1806         variable names.
1807
1808 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
1809
1810         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
1811         summary buffer.
1812
1813         * password.el (password-cache-remove): Use clear-string to burn
1814         password, if available.
1815
1816 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1817
1818         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
1819
1820         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
1821
1822         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
1823         (gnus-message-highlight-citation): Move defcustom here from
1824         gnus-cite.el.
1825         (gnus-message-citation-mode): Autoload.
1826
1827         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
1828         checks to make it compile with XEmacs.
1829         (gnus-message-citation-mode): New minor mode.
1830         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
1831         (gnus-message-highlight-citation): New variables.
1832         (gnus-message-search-citation-line)
1833         (gnus-message-add-citation-keywords)
1834         (gnus-message-remove-citation-keywords)
1835         (turn-on-gnus-message-citation-mode)
1836         (turn-off-gnus-message-citation-mode): New functions.
1837
1838 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
1839
1840         * gnus-cite.el: Enable highlighting of different citation levels in
1841         message-mode.
1842
1843 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1844
1845         * message.el (message-make-fqdn): Fix comment.
1846         (message-bogus-system-names): Add ".local".
1847
1848         * spam.el (spam-ifile-path, spam-ifile-program)
1849         (spam-ifile-database-path, spam-ifile-database)
1850         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
1851         Don't use "path" inappropriately.
1852         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
1853         strings.
1854         (spam-check-ifile, spam-ifile-register-with-ifile)
1855         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
1856         new variable names.
1857
1858         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
1859         (gnus-treat-display-smileys): Simplify using
1860         gnus-image-type-available-p.
1861
1862         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
1863         available.
1864
1865         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
1866         `display-images-p' if available.
1867
1868 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1869
1870         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
1871         one after turning on the buffer's multibyteness instead of decoding
1872         them directly in the unibyte buffer that causes unexpected conversion
1873         in Emacs 23 (unicode).
1874
1875 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1876
1877         * message.el (message-generate-hashcash): Fix custom type.
1878
1879 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1880
1881         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
1882
1883 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1884
1885         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
1886         disconnect icons.  Add help text.
1887
1888 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
1889
1890         * spam.el (spam-extra-header-to-number): CRM114 spam score is
1891         negated to be consistent with the others we handle.
1892
1893 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1894
1895         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
1896         version of gnus-summary-buffer to something, so that we can use two
1897         article buffers at the same time.
1898
1899 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1900
1901         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
1902         trigger all the extra headers.
1903         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
1904         sorting.
1905
1906 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1907
1908         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
1909         solid groups.
1910
1911 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
1912
1913         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
1914
1915 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1916
1917         * legacy-gnus-agent.el: Add Copyright notice.
1918
1919 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
1920
1921         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
1922
1923 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1924
1925         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
1926
1927         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
1928         to make it work reliably in CVS Emacs.
1929         (gnus-summary-limit-strange-charsets-predicate)
1930         (gnus-summary-limit-to-predicate): New functions.
1931
1932 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
1933
1934         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
1935         specifying array size.
1936         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
1937         array if it is too small.
1938         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
1939         (gnus-sort-threads-loop): New function.
1940
1941 2006-12-06  Chris Moore  <dooglus@gmail.com>
1942
1943         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
1944         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
1945
1946 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1947
1948         * mm-url.el (mm-url-predefined-programs): Call curl with correct
1949         options.
1950
1951 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1952
1953         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
1954         DOS-ing the recipient.
1955
1956         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
1957         the headers when creating the mapping to avoid mismappings.
1958         (nnweb-gmane-create-mapping): Always nix out old mapping.
1959
1960 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1961
1962         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
1963         and mm-verify-option to never.
1964
1965 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1966
1967         * message.el (message-signed-or-encrypted-p): New function.
1968         (message-forward-make-body): Use it.
1969
1970         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
1971         Replace encode-coding-string with mm-encode-coding-string.
1972
1973 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * nneething.el (nneething-decode-file-name): Replace
1976         decode-coding-string with mm-decode-coding-string.
1977
1978         * gnus-int.el (gnus-open-server): Say failed server's name.
1979
1980 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1981
1982         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
1983         strings to a single string.  Quote `errors-file-name'.
1984         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1985         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1986         Adjust calls.  Use `shell-quote-argument'.
1987
1988 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
1989
1990         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
1991         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
1992
1993         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
1994         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
1995         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
1996         (gnus-group-make-directory-group, gnus-group-transpose-groups):
1997         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
1998         (gnus-subscribe-newsgroup, gnus-1):
1999         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
2000         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
2001         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
2002         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
2003
2004 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2005
2006         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
2007         keystroke.
2008         (gnus-summary-limit-to-bodies): Implement headersp.
2009
2010 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2011
2012         * dns.el (query-dns): Protect against "Process dns deleted" strings.
2013
2014 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2015
2016         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
2017
2018 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2019
2020         * message.el (message-generate-hashcash): Expand range of values to
2021         include `opportunistic'.
2022         (message-send-mail): Use it.
2023
2024 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2025
2026         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
2027         and comment it.
2028
2029         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
2030
2031 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
2032
2033         * gnus-util.el (gnus-extract-address-components): Improve comment.
2034
2035 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2036
2037         * gnus-util.el (gnus-extract-address-components): Work with address in
2038         which the name portion contains @.
2039
2040         * lpath.el: Fbind custom-autoload.
2041
2042 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
2043
2044         * gnus.el (gnus-start): Move custom group up.
2045         (gnus-select-method): Don't autoload, but make it available for
2046         `customize-variable'.
2047         (gnus-getenv-nntpserver): Don't autoload.
2048
2049 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
2050
2051         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
2052
2053 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
2054
2055         * message.el (message-sendmail-extra-arguments): New variable.
2056         (message-send-mail-with-sendmail): Use it.
2057
2058 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2059
2060         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
2061         mm-with-unibyte-current-buffer to make string unibyte.
2062
2063         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
2064         mm-string-as-multibyte.
2065
2066 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
2067
2068         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
2069         Reported by Werner Koch <wk@gnupg.org>.
2070
2071 2006-11-14  Daiki Ueno  <ueno@p360>
2072
2073         * mml2015.el: Autoload epa-select-keys when compiling.
2074
2075 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
2076
2077         * mml2015.el (mml2015-epg-sign): Save the signing keys in
2078         message-options.
2079         (mml2015-epg-encrypt): Save the recipient keys in message-options.
2080
2081 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
2082
2083         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
2084         EasyPG (< 0.0.6).
2085         (mml2015-always-trust): New user option.
2086         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
2087         prompt.
2088
2089 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2090
2091         * nntp.el (nntp-authinfo-force): New variable.
2092         (nntp-send-authinfo): Use it.
2093
2094 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
2095
2096         * message.el (message-strip-subject-encoded-words): Allow _not_ to
2097         decode encoded words.  Improve prompt.  Add comment about forwarding.
2098         (message-replacement-char): Move up.
2099
2100 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2101
2102         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
2103         instead of gnus-intersection because arguments of gnus-sorted-nunion
2104         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
2105
2106 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
2107
2108         * message.el (message-strip-subject-encoded-words): Reformat prompt.
2109         (message-simplify-subject-functions): Enable
2110         message-strip-subject-encoded-words by default.
2111
2112 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
2113
2114         * message.el (message-strip-subject-encoded-words): New function
2115         (message-simplify-subject-functions): New variable.
2116         (message-simplify-subject): Use it.  Fix typo in doc string.
2117         Support message-strip-subject-encoded-words.
2118
2119 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
2120
2121         * gnus-diary.el (gnus-diary-delay-format-function):
2122         * nndiary.el (nndiary-reminders):
2123         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
2124
2125 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2126
2127         * gnus-art.el (article-hide-boring-headers): Fetch date from
2128         gnus-original-article-buffer to avoid problems with localized date
2129         strings.
2130
2131 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2132
2133         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
2134
2135 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
2136
2137         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
2138         New variables.
2139         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
2140         (mm-charset-synonym-alist): Move some entries to
2141         mm-codepage-iso-8859-list.
2142         (mm-charset-synonym-alist, mm-charset-override-alist): Add
2143         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
2144
2145 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2146
2147         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
2148
2149 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2150
2151         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
2152         with Emacs 21 and XEmacs.
2153
2154 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2155
2156         * spam.el (spam-parse-address): New function for better parsing,
2157         catching errors, etc.
2158         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
2159
2160 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2161
2162         * mm-view.el: Add interactive arg to html2text autoload.
2163
2164 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2165
2166         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
2167
2168 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
2169
2170         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
2171         variables.
2172         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
2173         (mm-charset-synonym-alist): Move some entries to
2174         mm-codepage-iso-8859-list.
2175
2176         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
2177
2178 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
2179
2180         * message.el (message-citation-line-format)
2181         (message-insert-formated-citation-line): Fix implementation of %E, %N
2182         and %n according to the doc string.
2183
2184 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
2185
2186         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
2187         car-safe to avoid bad parses.
2188
2189 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2190
2191         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
2192         names.
2193
2194         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
2195
2196 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2197
2198         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
2199         header.
2200
2201         * message.el (message-draft-headers): Add Date.
2202         (message-headers-to-generate): Fix typo in docstring.
2203
2204         * nndraft.el (nndraft-required-headers): New variable.
2205         (nndraft-generate-headers): Use it.
2206
2207         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
2208
2209 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
2210
2211         * gnus-registry.el (gnus-registry-wash-for-keywords)
2212         (gnus-registry-find-keywords): New functions to allow easy searching of
2213         articles that are in the registry.
2214
2215 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
2216
2217         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
2218         ietf-drums-parse-address instead of gnus-extract-address-components.
2219         Reported by Damien Elmes <damien@repose.cx>.
2220
2221 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
2222
2223         * gnus.el (gnus-mime): Remove unused custom group.
2224
2225 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2226
2227         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
2228         "blank line" when searching for end of armor headers.
2229
2230 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2231
2232         * gmm-utils.el (gmm-write-region): Fix variable name.
2233
2234 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
2235
2236         * gmm-utils.el (gmm-write-region): New function based on compatibility
2237         code from `mm-make-temp-file'.
2238
2239         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
2240
2241         * nnmaildir.el (nnmaildir--update-nov)
2242         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
2243         Use `gmm-write-region'.
2244
2245 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2246
2247         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
2248         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
2249
2250         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
2251
2252         * message.el (message-replacement-char): New variable.
2253         (message-fix-before-sending): Use it.
2254         (message-simplify-subject): New function to remove duplicate code.
2255         (message-reply, message-followup): Use it.
2256
2257         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
2258         gnus-summary-limit-to-articles.
2259
2260 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2261
2262         * gnus-util.el (gnus-with-local-quit): New macro.
2263
2264         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
2265
2266 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
2267
2268         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
2269         ignore non-string data.
2270
2271 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
2272
2273         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
2274         non-string data (needs to be done in the registry too).
2275
2276 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2277
2278         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
2279         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
2280         (gnus-registry-split-fancy-with-parent)
2281         (gnus-registry-fetch-simplified-message-subject-fast)
2282         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
2283         Remove text properties on ingress into the registry and when it's saved.
2284         (gnus-registry-clean-empty-function): Fix bug with cleaning the
2285         registry from entries with no groups.
2286
2287 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2288
2289         * gnus-util.el (gnus-string-remove-all-properties): Add utility
2290         function to remove string properties.
2291
2292 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
2293
2294         * gmm-utils.el (gmm): Adjust custom version.
2295
2296         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
2297         custom version.
2298
2299         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
2300
2301 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
2302
2303         * gnus-art.el (gnus-insert-prev-page-button)
2304         (gnus-insert-next-page-button): Simplify.  Reformat.
2305
2306 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
2307
2308         * gnus-art.el (gnus-insert-prev-page-button)
2309         (gnus-insert-next-page-button): Apply gnus-article-button-face.
2310
2311 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
2312
2313         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
2314
2315 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
2316
2317         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
2318         gnus-article-button-face to MIME and security buttons.
2319
2320 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
2321
2322         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
2323         readable.
2324
2325 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2326
2327         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
2328
2329 2006-09-20  Steve Youngs  <steve@sxemacs.org>
2330
2331         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
2332         `browse-url-of-file' instead of `browse-url'.
2333
2334 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2335
2336         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
2337         regexp.  Articles containing quotation were cut prematurely.
2338
2339 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2340
2341         * message.el (message-cite-original-1): Use nobody by default for the
2342         value of From header.
2343         (message-reply): Ditto.
2344
2345 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
2346
2347         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
2348         to the gnus-info.  This fixes a bug of inline-PGP message verification.
2349         Reported by Michael Piotrowski <mxp@dynalabs.de>.
2350
2351 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
2352
2353         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
2354         mails in the doc string.  Add some URLs in comment.
2355         (pop3-movemail): Warn about pop3-leave-mail-on-server.
2356
2357 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2358
2359         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
2360         backslashes handling and the way to find boundaries of quoted strings.
2361
2362 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
2363
2364         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
2365         mml1991-encrypt-to-self is set and mml1991-signers is not set.
2366         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
2367         mml2015-encrypt-to-self is set and mml2015-signers is not set.
2368
2369 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
2370
2371         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
2372         doc string.
2373         (gnus-button-regexp, gnus-button-last): Remove unused variables.
2374
2375 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2376
2377         * lpath.el: Fbind epg-check-configuration.
2378
2379 2006-09-06  Simon Josefsson  <jas@extundo.com>
2380
2381         * mml2015.el (mml2015-use): Doc fix, mention epg.
2382
2383 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2384
2385         * mml2015.el (mml2015-use): Default to epg, if available.
2386
2387 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2388
2389         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
2390         message-sender.
2391         (mml1991-epg-encrypt): Ditto.
2392         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
2393         message-sender.
2394         (mml2015-epg-encrypt): Ditto.
2395
2396 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
2397
2398         * message.el (message-send-mail-with-sendmail): Look for sendmail in
2399         several common directories.
2400
2401 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
2402
2403         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
2404         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
2405
2406 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2407
2408         * gnus-art.el (article-decode-encoded-words): Make it fast.
2409
2410 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2411
2412         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
2413
2414         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
2415         in quoted string into `\'.
2416
2417 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2418
2419         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2420         Use standard-syntax-table.
2421
2422 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2423
2424         * gnus-art.el (gnus-decode-address-function): New variable.
2425         (article-decode-encoded-words): Use it to decode headers which are
2426         assumed to contain addresses.
2427         (gnus-mime-delete-part): Remove useless `or'.
2428
2429         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
2430         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
2431         (gnus-nov-parse-line): Use it to decode From header.
2432         (gnus-get-newsgroup-headers): Ditto.
2433         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
2434
2435         * mail-parse.el (mail-decode-encoded-address-region): New alias.
2436         (mail-decode-encoded-address-string): New alias.
2437
2438         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2439         New function.
2440         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
2441         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
2442         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
2443         (rfc2047-decode-string): Ditto.
2444         (rfc2047-decode-address-region): New function.
2445         (rfc2047-decode-address-string): New function.
2446
2447 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
2448
2449         * message.el (message-caesar-buffer-body): Allow rotating headers.
2450
2451         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
2452
2453         * message.el (message-insert-formated-citation-line): Fix %f.
2454         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
2455
2456 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2457
2458         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
2459         (gnus-bookmark-mouse-available-p): New macro.
2460         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
2461         (gnus-bookmark-bmenu-show-infos): Use it.
2462         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
2463         (gnus-bookmark-bmenu-hide-infos): Ditto.
2464         (gnus-bookmark-remove-properties): New function.
2465         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
2466         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
2467         (gnus-bookmark-write-file): Bind coding-system-for-write.
2468         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
2469         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
2470         group before selecting it.
2471         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
2472         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
2473         quit-window if it is not available; use gnus-mouse-2 and bind it to
2474         gnus-bookmark-bmenu-select-by-mouse.
2475         (gnus-bookmark-show-details): Remove unused variable `details-list'.
2476         (gnus-bookmark-bmenu-select-by-mouse): New function.
2477
2478 2006-08-13  Romain Francoise  <romain@orebokech.com>
2479
2480         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
2481         space.
2482
2483 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2484
2485         * compface.el (uncompface): Use binary rather than raw-text-unix.
2486
2487 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2488
2489         * compface.el (uncompface): Make sure the eol conversion doesn't take
2490         place when communicating with the external programs.  Reported by
2491         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2492
2493 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2494
2495         * nnheader.el (nnheader-insert-head): Fix typo in comment.
2496
2497 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2498
2499         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2500         Make it more robust by parsing author and date independently.
2501
2502 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2503
2504         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
2505
2506 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
2507
2508         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
2509         first matching secret key.
2510         (mml2015-epg-encrypt): Ditto.
2511
2512         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
2513         first matching secret key.
2514         (mml1991-epg-encrypt): Ditto.
2515
2516         * mml2015.el (mml2015-encrypt-to-self): New user option.
2517         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
2518         mml2015-epg-encrypt-to-self is set.
2519
2520         * mml1991.el (mml1991-encrypt-to-self): New variable.
2521         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
2522         mml1991-epg-encrypt-to-self is set.
2523
2524         * mml2015.el (mml2015-signers): New user option.
2525         (mml2015-epg-sign): Reflect the value of mml2015-signers.
2526         (mml2015-epg-encrypt): Allow to select signing keys.
2527
2528         * mml1991.el (mml1991-signers): New variable.
2529         (mml1991-epg-sign): Reflect the value of mml1991-signers.
2530         (mml1991-epg-encrypt): Allow to select signing keys.
2531
2532 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2533
2534         * nnheader.el (nnheader-insert-head): Make it work even if the file
2535         uses CRLF for the line-break code.
2536
2537 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
2538
2539         * mml2015.el: Require mml-sec instead of password.
2540         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
2541         (mml2015-cache-passphrase): Inherit the default value from
2542         mml-secure-cache-passphrase.
2543         (mml2015-passphrase-cache-expiry): Inherit the default value from
2544         mml-secure-passphrase-cache-expiry.
2545
2546         * mml1991.el: Require mml-sec instead of password.
2547         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
2548         (mml1991-cache-passphrase): Inherit the default value from
2549         mml-secure-cache-passphrase.
2550         (mml1991-passphrase-cache-expiry): Inherit the default value from
2551         mml-secure-passphrase-cache-expiry.
2552
2553         * mml-sec.el: Require password.
2554         (mml-secure-verbose): New user option.
2555         (mml-secure-cache-passphrase): New user option.
2556         (mml-secure-passphrase-cache-expiry): New user option.
2557
2558 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
2559
2560         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
2561         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
2562         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
2563
2564         FIXME: Use `tiny change'?
2565
2566 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2567
2568         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
2569         workaround for the url package included with Emacs.
2570
2571         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2572
2573 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2574
2575         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
2576         correctly.  This fixes a bug caused by the 2006-05-12 change.
2577
2578 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
2579
2580         * nnmail.el (nnmail-article-group): If splitting raises an error, give
2581         some information about the error when saying that the `bogus' mail
2582         group will be used.
2583
2584 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
2585
2586         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
2587         string.
2588
2589 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
2590
2591         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
2592
2593 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2594
2595         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
2596
2597 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2598
2599         * mml1991.el (mml1991-function-alist): Add epg.
2600         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
2601         (mml1991-epg-encrypt): New functions.
2602
2603 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2604
2605         * mml2015.el (mml2015-verbose): New variable.
2606         (mml2015-cache-passphrase): Ditto.
2607         (mml2015-passphrase-cache-expiry): Ditto.
2608         (mml2015-function-alist): Add epg.
2609         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
2610         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
2611         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
2612         functions.
2613
2614 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2615
2616         * message.el (message-cite-original-1): Preserve region when removing
2617         quoted text due to X-No-Archive in order to avoid bogus attribution
2618         when citing multiple messages.
2619
2620 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2621
2622         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
2623         Kenneth Jacker <khj@be.cs.appstate.edu>.
2624
2625 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
2626
2627         * gnus-diary.el (gnus-user-format-function-d)
2628         (gnus-user-format-function-D): Autoload.
2629
2630         * imap.el (Commentary): Fix typo.
2631
2632         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
2633         2006-04-22 contribution.
2634
2635 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2636
2637         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
2638         It didn't really fix the bogosity I'm seeing with solid web groups.
2639
2640 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2641
2642         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
2643         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
2644         created using server names.  If we use the feature without declaring
2645         it, Gnus does not properly manage server and group state.
2646
2647         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
2648         bound.
2649
2650 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2651
2652         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
2653         looking up the method using GROUP's prefix before inventing a new one.
2654         It is used on killed/unknown groups in various places where returning
2655         an all-new method isn't expected by the caller.
2656
2657         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
2658         and match semantics of gnus-group-real-prefix.
2659
2660 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
2661
2662         * nnmail.el (nnmail-broken-references-mailers): New variable.
2663         (nnmail-ignore-broken-references): New function generalizing
2664         nnmail-fix-eudora-headers.
2665         (nnmail-fix-eudora-headers): Now obsolete.
2666
2667         * gnus-art.el (gnus-button-handle-custom): Support
2668         `customize-apropos*'.
2669
2670 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2671
2672         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
2673
2674         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
2675         articles.
2676
2677 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
2678
2679         * message.el (message-cite-reply-above): New variable.
2680         (message-yank-original): Use it.
2681
2682 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2683
2684         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
2685
2686 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
2687
2688         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
2689         as read.
2690
2691         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
2692
2693 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
2694
2695         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
2696         (gnus-bookmark-default-file): Use gnus-directory.
2697         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
2698         Remove "*" in doc string.
2699         (gnus-bookmark-write-file): Simplify.
2700         (gnus-bookmark-maybe-sort-alist): Use `when'.
2701         (gnus-bookmark-get-bookmark): Fix typo in doc string.
2702         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
2703         FIXME about Emacs 21 and XEmacs compatibility.
2704         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
2705         compatibility.
2706         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
2707         compatibility.
2708         (gnus-bookmark-menu-heading): Fix version.
2709
2710 2006-06-19  Bastien Guerry  <bzg@altern.org>
2711
2712         * gnus-bookmark.el: New file.
2713
2714 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2715
2716         * message.el (message-syntax-checks): Doc fix.
2717
2718 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2719
2720         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
2721         unsubscribed groups as if they were killed ones.  It causes duplicate
2722         entries in gnus-newsrc-alist.
2723
2724 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2725
2726         * message.el (message-syntax-checks): Doc fix.
2727         (message-send-mail): Add check for continuation headers.
2728         (message-check-news-header-syntax): Fix regexp used to check for
2729         continuation headers.
2730
2731 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2732
2733         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
2734
2735 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
2736
2737         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
2738
2739 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2740
2741         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
2742         default-truncate-lines.
2743
2744 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2745
2746         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
2747         to fill the utf-8 entry.
2748
2749         * lpath.el: Fbind unicode-precedence-list.
2750
2751 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2752
2753         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2754
2755 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
2756
2757         * gnus-agent.el (directory-files-and-attributes): Move all the way
2758         forward (the third and final move).
2759         (gnus-agent-read-agentview): Trap reconstruction errors due to
2760         nonexistant directory.  Handle by returning nil.
2761
2762 2006-05-30  Didier Verna  <didier@xemacs.org>
2763
2764         * message.el (message-dont-reply-to-names): Update the custom type.
2765         * message.el (message-dont-reply-to-names): New defsubst: potentially
2766         convert a list of regexps into a single one.
2767         * message.el (message-get-reply-headers): Use it.
2768         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
2769
2770 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2771
2772         * gnus-agent.el (directory-files-and-attributes): Move forward.
2773
2774 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2775
2776         * gnus-ml.el (gnus-mailing-list-subscribe)
2777         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
2778         (gnus-mailing-list-message): Fix doc strings.
2779
2780 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2781
2782         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
2783         of doing it manually.
2784
2785 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2786
2787         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
2788         comment.
2789
2790 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
2791
2792         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
2793         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
2794         (gnus-agent-read-local): All symbols allocated in my-obarray
2795         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
2796         (gnus-agent-regenerate-group): Check numeric names to see if they are
2797         messages or groups.
2798         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
2799         better way of do this...)
2800
2801         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
2802         'dummy.group' (there should be a better way of do this...)
2803
2804 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2805
2806         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
2807         (gnus-saved-headers): Ditto.
2808         (gnus-default-article-saver): Mention functions may have properties.
2809         (gnus-article-save): Override gnus-save-all-headers and
2810         gnus-saved-headers by :headers property which saver function may have.
2811         (gnus-summary-save-in-file): Add :headers property.
2812         (gnus-summary-write-to-file): Ditto.
2813
2814         * gnus-sum.el (gnus-summary-save-article): Bind
2815         gnus-prompt-before-saving to t when saving many articles in a file;
2816         always show all headers.
2817
2818         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
2819
2820 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2821
2822         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
2823         marks.
2824
2825         * message.el (message-indent-citation): Add optional arguments to allow
2826         using it outside of message buffers.
2827
2828         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
2829         (gnus-article-treat-unfold-headers): Use it.
2830         (gnus-article-truncate-lines): New variable.
2831         (gnus-article-mode): Use it.
2832         (gnus-article-toggle-truncate-lines): New function.
2833
2834         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
2835         gnus-article-toggle-truncate-lines.
2836
2837         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
2838         coding system in XEmacs, use binary.
2839
2840 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2841
2842         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
2843         after-load-alist.
2844
2845         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
2846         this function should save decoded articles.
2847         (gnus-summary-write-to-file): Use property to specify this function
2848         should save decoded articles and specify gnus-summary-save-in-file
2849         should be used to save articles other than the first one when saving
2850         many articles.
2851         (gnus-summary-save-body-in-file): Use property to specify this
2852         function should save decoded articles.
2853         (gnus-summary-write-body-to-file): Use property to specify this
2854         function should save decoded articles and specify
2855         gnus-summary-save-body-in-file should be used to save articles other
2856         than the first one when saving many articles.
2857
2858         * gnus-sum.el (gnus-summary-save-article): Simplify.
2859
2860 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2861
2862         * gnus-art.el (gnus-default-article-saver): Add
2863         gnus-summary-write-body-to-file.
2864         (gnus-article-save-coding-system): Don't use coding system object
2865         in XEmacs.
2866         (gnus-read-save-file-name): Add optional `dir-var' argument which
2867         specifies directory in which files are saved; work even if optional
2868         `variable' argument is not specified.
2869         (gnus-summary-write-to-file): Read file name.
2870         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
2871         (gnus-summary-write-body-to-file): New function.
2872
2873         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
2874         (gnus-summary-local-variables): Add it.
2875         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
2876         (gnus-summary-save-article): Remove optional `decode' argument;
2877         determine whether to decode articles by the value of
2878         gnus-default-article-saver; when saving many files using
2879         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
2880         it first and use gnus-summary-save-in-file or
2881         gnus-summary-save-body-in-file thereafter unless
2882         gnus-prompt-before-saving is always; move point to article which
2883         will be saved.
2884         (gnus-summary-save-article-file): Revert.
2885         (gnus-summary-write-article-file): Revert.
2886         (gnus-summary-save-article-body-file): Revert.
2887         (gnus-summary-write-article-body-file): New function.
2888
2889 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2890
2891         * gnus-art.el (gnus-default-article-saver): Doc fix.
2892         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
2893         from gnus-summary-save-article-coding-system, and default to a
2894         certain coding system.
2895         (gnus-output-to-file): Add coding cookie and encode text according
2896         to gnus-article-save-coding-system; don't use mm-append-to-file.
2897
2898         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
2899         gnus-art.el and rename to gnus-article-save-coding-system.
2900         (gnus-summary-save-article): Require gnus-art; don't show all
2901         headers if it decodes articles; don't add coding cookie here;
2902         don't bind mm-text-coding-system-for-write.
2903         (gnus-summary-save-article-file): Save decoded articles.
2904         (gnus-summary-write-article-file): When saving many files, use
2905         gnus-summary-write-to-file first and gnus-summary-save-in-file
2906         thereafter unless gnus-prompt-before-saving is always.
2907         (gnus-summary-save-article-body-file): Save decoded articles.
2908
2909         * lpath.el: Fbind select-safe-coding-system for XEmacs.
2910
2911 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2912
2913         * nnrss.el (nnrss-check-group): Bind hash-index.
2914
2915 2006-05-23  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2916
2917         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
2918         its hash index.  Store this hash in `nnrss-group-data'.
2919         (nnrss-read-group-data): Update accordingly.
2920
2921 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2922
2923         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
2924         entry.
2925
2926         * gnus-sum.el (gnus-summary-make-menu-bar): Add
2927         gnus-article-browse-html-article.
2928
2929 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
2930
2931         * gnus-sum.el (gnus-summary-mime-map): Add
2932         gnus-article-browse-html-article.
2933
2934         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
2935
2936 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2937
2938         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
2939         suitable coding systems in customize.
2940
2941 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
2942
2943         * mail-source.el (mail-sources): Fix custom type.
2944
2945 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
2946
2947         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
2948         (gnus-summary-expire-articles-now): Shorten prompt.
2949
2950         * gmm-utils.el (wid-edit): Require.
2951         (defun-gmm): Renamed from `gmm-defun-compat'.
2952         (gmm-image-search-load-path): Use it.
2953         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
2954
2955 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2956
2957         * gnus-sum.el (gnus-summary-save-article-coding-system): New
2958         variable.
2959         (gnus-summary-save-article): Add optional `decode' argument.  If
2960         it is set and gnus-summary-save-article-coding-system is non-nil,
2961         save decoded article.
2962         (gnus-summary-write-article-file): Save decoded article if
2963         gnus-summary-save-article-coding-system is non-nil.
2964
2965         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
2966         type.
2967
2968 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2969
2970         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
2971
2972 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2973
2974         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
2975         first to test gnus-single-article-buffer which may be buffer-local.
2976
2977         * gnus-sum.el (gnus-summary-setup-buffer): Make
2978         gnus-single-article-buffer buffer-local and nil in ephemeral
2979         group; make gnus-article-buffer, gnus-article-current, and
2980         gnus-original-article-buffer always buffer-local.
2981         (gnus-summary-exit): Kill article buffer belonging to ephemeral
2982         group.
2983         (gnus-handle-ephemeral-exit): Don't move to next summary line.
2984
2985 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2986
2987         * nnml.el (nnml-request-compact-group): Compressed files might not
2988         have .gz extension.
2989
2990 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2991
2992         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
2993         (mm-copy-to-buffer): Use with-current-buffer.
2994         (mm-display-part): Simplify.
2995         (mm-inlinable-p): Add optional arg `type'.
2996
2997 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2998
2999         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
3000         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
3001         Try harder to show the attachment internally or externally using
3002         gnus-mime-view-part-as-type.
3003
3004 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3005
3006         * message.el (message-from-style, message-signature-separator)
3007         (message-user-organization-file, message-send-mail-function)
3008         (message-citation-line-function, message-yank-prefix)
3009         (message-indent-citation-function, message-signature)
3010         (message-signature-file, message-signature-insert-empty-line):
3011         Remove autoloads.
3012
3013         * gnus-art.el (gnus-buttonized-mime-types): Remove
3014         "multipart/signed".  Revert 2006-04-26 change.
3015
3016 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3017
3018         * gnus.el (gnus-version-number): Bump version.
3019
3020 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3021
3022         * gnus.el: No Gnus v0.5 is released.
3023
3024 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3025
3026         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
3027         fetching articles by message-id.
3028
3029 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3030
3031         * message.el (hashcash): Require hashcash as normal.
3032
3033         * ecomplete.el (ecomplete-highlight-match-line): Use
3034         point-at-eol.
3035         (ecomplete-highlight-match-line): Use `highlight', because that
3036         face exists in both Emacs and XEmacs.
3037
3038         * message.el (message-display-abbrev): Use point-at-bol.
3039
3040         * mail-source.el: Don't require timer/timer-funcs.
3041
3042         * gnus-async.el: Ditto.
3043
3044         * password.el: Ditto.
3045
3046         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
3047
3048         * mm-url.el: Ditto.
3049
3050         * gnus-xmas.el: Don't require timer-funcs.
3051
3052         * mm-util.el: Require timer/timer-funcs.
3053
3054 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3055
3056         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
3057         Close.
3058
3059 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3060
3061         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
3062         unibyte after clear-decrypt function runs.
3063
3064         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
3065         returns as a unibyte string.
3066
3067 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3068
3069         * lpath.el: Revert.
3070
3071         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
3072         (pgg-gpg-process-sentinel): Revert.
3073
3074         * pgg-pgp.el (pgg-pgp-process-region): Revert.
3075         (pgg-pgp-lookup-key): Revert.
3076
3077         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
3078         (pgg-pgp5-lookup-key): Revert.
3079
3080         * pgg.el (pgg-fetch-key): Revert.
3081
3082 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3083
3084         * lpath.el: Fbind string-as-multibyte for XEmacs.
3085
3086         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
3087         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
3088         (mml1991-pgg-encrypt): Ditto.
3089
3090         * pgg-gpg.el (pgg-string-to-multibyte): New function.
3091         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
3092         a multibyte buffer.
3093
3094         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
3095         (pgg-pgp-lookup-key): Ditto.
3096
3097         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
3098         (pgg-pgp5-lookup-key): Ditto.
3099
3100         * pgg.el (pgg-fetch-key): Ditto.
3101
3102 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
3103
3104         * message.el (message-user-organization-file): Check several
3105         locations of the organization file.
3106
3107         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
3108         Add gnus-article-view-part-as-type.
3109
3110         * gnus-art.el (gnus-article-view-part-as-type): New function.
3111
3112         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
3113         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
3114
3115         * mml.el: Simplify autoload.
3116         (mml-mode): defvar dnd-protocol-alist instead of using
3117         symbol-value.
3118         (mml-default-directory): New variable.
3119         (mml-minibuffer-read-file): Use it.
3120         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
3121
3122         * message.el (message-citation-line-format): New variable.
3123         (message-insert-formated-citation-line): New function.
3124         (message-citation-line-function): Add
3125         `message-insert-formated-citation-line' to custom type.
3126
3127         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
3128         to doc string.
3129
3130         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
3131         depending on mm-verify-option.
3132
3133 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3134
3135         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
3136         binding pgg-* variables; reimplement the section which prevents
3137         MIME header from being signed.
3138         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
3139         pgg-text-mode; remove a blank line at the top of body.
3140
3141         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
3142         lines at the top of body; use gnus-newsgroup-charset if there's no
3143         Charset header.
3144
3145 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3146
3147         * message.el (message-self-insert-commands): Doc fix.
3148
3149         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
3150         (mm-uu-pgp-encrypted-test): Ditto.
3151         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
3152         between header and body; return application/pgp-encrypted handle
3153         if decryption failed; decode decrypted body by charset.
3154
3155         * mm-decode.el (mm-automatic-display): Don't make application/pgp
3156         element match to application/pgp-*.
3157
3158 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3159
3160         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
3161         HTML.
3162
3163 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3164
3165         * mail-source.el (mail-source-call-script): Message the error
3166         string.
3167
3168 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3169
3170         * gnus-util.el (gnus-byte-compile): Use it.
3171
3172 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
3173
3174         * gnus-util.el (kill-empty-logs): New function.
3175
3176 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3177
3178         * message.el (message-mail-alias-type): Doc fix.
3179         (message-mail-alias-type-p): New function.
3180         (message-send): Use it.
3181         (message-mode): Ditto.
3182         (message-strip-forbidden-properties): Ditto.
3183
3184         * ecomplete.el (ecomplete-database-file-coding-system): New
3185         variable.
3186         (ecomplete-save): Use it.
3187         (ecomplete-setup): Use it.
3188
3189 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3190
3191         * message.el (message-self-insert-commands): New variable.
3192         (message-strip-forbidden-properties): Use it.
3193
3194 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3195
3196         * message.el (message-put-addresses-in-ecomplete): Use a regexp
3197         that doesn't make XEmacs choke.
3198
3199 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
3200
3201         * gnus-util.el (gnus-replace-in-string):
3202         Prefer replace-regexp-in-string over of replace-in-string.
3203
3204 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3205
3206         * gnus-util.el (gnus-select-frame-set-input-focus):
3207         Use select-frame-set-input-focus if it is available in XEmacs; use
3208         definition defined in Emacs 22 for old Emacsen.
3209
3210         * dgnushack.el: Autoload unmorse-region for XEmacs.
3211
3212         * lpath.el: Bind cursor-in-non-selected-windows and
3213         select-frame-set-input-focus for XEmacs.
3214
3215 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3216
3217         * mm-view.el (mm-inline-text): Use equal instead of equalp.
3218
3219 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
3220
3221         * gnus-registry.el (gnus-registry-cache-save): Remove text
3222         properties when saving via the temp buffer.
3223
3224 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
3225
3226         * message.el (message-generate-hashcash): Honor custom type.
3227
3228 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3229
3230         * message.el (message-generate-hashcash): Default to non-nil when
3231         hashcash is found.
3232
3233         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
3234         (gnus-refer-thread-limit): Increase default to 500.
3235
3236         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
3237
3238         * flow-fill.el (fill-flowed): Allow delete-space.
3239
3240 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
3241
3242         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
3243         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
3244         Remove autoloads.
3245
3246 2006-04-18  Simon Josefsson  <jas@extundo.com>
3247
3248         * message.el (message-generate-hashcash): Default to.
3249
3250 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3251
3252         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
3253         concatenating segments rather than before concatenating them.
3254
3255 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
3256
3257         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
3258
3259 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3260
3261         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
3262
3263         * message.el (message-forward-make-body-plain): Allow
3264         message-forward-ignored-headers to be a list.
3265         (message-remove-ignored-headers): Factor out into function.
3266         (message-forward-make-body-mml): Use it.
3267
3268         * imap.el (imap-quote-specials): New function.
3269         (imap-login-auth): Quote specials.
3270
3271         * rfc2231.el (rfc2231-parse-string): Remove dead code.
3272         (rfc2231-parse-string): Allow concatanation of parameters that
3273         aren't contiguous.  The test case is
3274           (mail-header-parse-content-type "message/external-body;
3275             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
3276             access-type=LOCAL-FILE;
3277             name*1*=plugh%2fhello-sailor%2fbing.pdf")
3278
3279 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3280
3281         * nntp.el (nntp-accept-process-output): Return the value of
3282         `nnheader-accept-process-output'.
3283
3284 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3285
3286         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
3287         (gnus-button-alist): Recognize more diff formats.
3288         (gnus-button-patch): Strip directory.
3289
3290 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
3291
3292         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
3293         Emacs 22 when setting focus.
3294
3295 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3296
3297         * gnus-art.el (gnus-article-treat-types): Do treatment of
3298         text/x-verbatim parts.
3299         (gnus-button-patch): New command.
3300
3301         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
3302         addresses that contain invalid characters.
3303
3304 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3305
3306         * message.el (message-put-addresses-in-ecomplete): Use
3307         gnus-replace-in-string.
3308         (message-is-yours-p): Use the more correct
3309         mail-header-parse-address instead of
3310         mail-extract-address-components.
3311         (message-put-addresses-in-ecomplete): Fix typo.
3312
3313         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
3314         keystroke.
3315
3316         * gnus-art.el (gnus-treatment-function-alist): Change order of
3317         newsgroups/generic header folding to avoid double-folding.
3318
3319         * message.el (message-hidden-headers): Add X-Draft-From.
3320
3321         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
3322         command.
3323         (gnus-summary-repeat-search-article-backward): New command.
3324
3325         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
3326         groups in the parent topic.
3327
3328 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
3329
3330         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
3331         (spam-extra-header-to-number): Return the CRM114 number as a
3332         number instead of a string.
3333
3334 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3335
3336         * gnus-art.el (gnus-face-properties-alist): Moved here from
3337         gnus-fun.
3338
3339         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
3340
3341 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3342
3343         * message.el (message-strip-forbidden-properties): Only display on
3344         self-insert-command.
3345
3346         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
3347         reindent.
3348         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
3349
3350 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
3351
3352         * smiley.el (smiley-style): Fix typo.
3353
3354 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3355
3356         * hashcash.el (hashcash-insert-payment-async-2): Use
3357         message-goto-eoh instead of doing it manually.
3358         (mail-add-payment): Use message-narrow-to-header instead of trying
3359         to do the same itself.
3360
3361         * message.el (message-hidden-headers): Add Face.
3362
3363         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
3364         reparenting code.
3365         (gnus-summary-reparent-children): Refactored out code.
3366         (gnus-summary-thread-map): New keystroke.
3367         (gnus-summary-reparent-children): Make into command.
3368
3369         * smiley.el (smiley-style): Default to `medium' if using a large
3370         font.
3371
3372         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
3373         does it itself.
3374
3375         * message.el (message-point-in-header-p): Simplify definition.
3376
3377 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3378
3379         * nnagent.el (nnagent-request-set-mark): Silence log file
3380         writing.
3381         (nnagent-request-set-mark): Use write-region instead of
3382         append-to-file.
3383
3384         * gnus-sum.el (gnus-read-header): Fudge article number if using a
3385         strange select method.
3386
3387         * ecomplete.el (ecomplete-display-matches): Get highlightling
3388         right.
3389         (ecomplete-display-matches): Use literals.
3390         (ecomplete-display-matches): Disable message logging.
3391
3392         * message.el (message-display-abbrev): Small optimization.
3393
3394         * ecomplete.el (ecomplete-display-matches): Allow automatic
3395         display.
3396
3397         * message.el (message-strip-forbidden-properties): Display
3398         abbrevs.
3399         (message-display-abbrev): Get automatic display right.
3400
3401         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
3402         keystrokes.
3403
3404 2006-04-13  Romain Francoise  <romain@orebokech.com>
3405
3406         TODO: Backport to v5-10!
3407
3408         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
3409         Moved here (and renamed) from gnus-registry.el.
3410
3411         * gnus-registry.el: Require gnus-util.
3412         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
3413
3414 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3415
3416         * gnus-group.el (gnus-group-catchup-current): Change
3417         if-then-else-if-then-else into cond.
3418         (gnus-group-catchup): Indent.
3419         (group-name-at-point): New function.
3420         (gnus-fetch-group): Provide default from thing at point.
3421
3422 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3423
3424         * message.el (message-display-abbrev): Fix regexp.
3425
3426         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
3427         choosing.
3428         (ecomplete-highlight-match-line): Fix up code rewrite, remove
3429         dead variables.
3430
3431         * message.el (message-newline-and-indent): Remove debugging.
3432         (message-display-abbrev): Use new implementation.
3433
3434 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3435
3436         * gnus-art.el (gnus-article-mode): Set
3437         cursor-in-non-selected-windows to nil.
3438
3439         * smiley.el: Revert previous change.
3440         (smiley-data-directory): defvar it before using it in the
3441         defcustom of `smiley-style'.
3442
3443 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3444
3445         * message.el (message-newline-and-indent): New function.
3446
3447         * ecomplete.el: Implement more bits.
3448
3449         * message.el (message-put-addresses-in-ecomplete): Clean up the
3450         string.
3451
3452         * ecomplete.el (ecomplete-add-item): Chop off decimals.
3453
3454         * gnus-sum.el (gnus-summary-save-parts): Bind
3455         gnus-summary-save-parts-counter and use it to make unique file
3456         names.
3457
3458         * gnus-art.el (gnus-ignored-headers): Add some more headers.
3459
3460         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
3461         parameter to say whether to actually parse the individual
3462         addresses.
3463
3464         * message.el (message-put-addresses-in-ecomplete): New function.
3465         (ecomplete): Require.
3466         (message-mail-alias-type): Add ecomplete as an option.
3467
3468 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
3469
3470         * flow-fill.el (fill-flowed): Remove trailing space from blank
3471         quoted lines.
3472
3473 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3474
3475         * smiley.el (smiley-style): Move definition later to avoid a
3476         compilation warning.
3477
3478 2006-04-12  Kenichi Handa  <handa@m17n.org>
3479
3480         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
3481         buffer and then decode the buffer text if necessary.
3482         (rfc2231-encode-string): Be sure to work on multibyte buffer at
3483         first, and after mm-encode-body, change the buffer to unibyte.
3484         Use mm-disable-multibyte instead of set-buffer-multibyte.
3485
3486 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3487
3488         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
3489         Content-Type header instead of Content-Disposition header.
3490         (gnus-mime-inline-part): Ditto.
3491         (gnus-mime-view-part-as-charset): Ignore charset that the part
3492         specifies.
3493
3494         * mm-decode.el (mm-display-part): Work with external parts and
3495         usual parts similarly.
3496
3497         * mm-extern.el (mm-inline-external-body): Use mm-display-part
3498         instead of gnus-display-mime.
3499
3500         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
3501         instead of with-temp-buffer.
3502
3503         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
3504         tag to summarized topics part in order to encode non-ASCII text.
3505
3506 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3507
3508         * smiley.el (smiley-style): New variable.
3509         (smiley-directory): New function.
3510         (smiley-data-directory): Derive from `smiley-style' using
3511         `smiley-directory'.
3512         (smiley-regexp-alist): Add new entries.
3513
3514         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
3515         (gnus-article-browse-delete-temp): Add :version.
3516
3517 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3518
3519         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
3520         the sieve region.
3521
3522 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3523
3524         * gnus.el (gnus-version-number): Bump version.
3525
3526 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3527
3528         * gnus.el: No Gnus v0.4 is released.
3529
3530 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3531
3532         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
3533         layout.
3534
3535         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
3536         unknown charset.
3537
3538         * message.el (message-header-synonyms): Add Original-To to the
3539         default.
3540
3541         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
3542         optional parameter.
3543
3544 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3545
3546         * gnus-fun.el (gnus): Require it for gnus-directory.
3547
3548 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3549
3550         * gnus-fun.el (gnus-face-properties-alist): Add :version.
3551
3552 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3553
3554         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
3555
3556 2006-04-05  Simon Josefsson  <jas@extundo.com>
3557
3558         * password.el (password-reset): New function.
3559
3560 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3561
3562         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
3563         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3564
3565 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3566
3567         * nnweb.el (nnweb-google-create-mapping): Update regexp.
3568         Some whitespace was matched into the url, which broke browsing hits
3569         > 100 when mm-url-use-external was nil.
3570
3571 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
3572
3573         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
3574         gnus-extra-headers for 'Newsgroups.
3575
3576         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
3577         bound.
3578
3579 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
3580
3581         * pgg-gpg.el: Clean up process buffers every time gpg processes
3582         complete.
3583
3584 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
3585
3586         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3587         doc string.
3588
3589 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
3590
3591         * pgg-gpg.el (pgg-gpg-process-filter)
3592         (pgg-gpg-wait-for-completion): Check if buffer is alive.
3593
3594         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3595         lines, temporary fix.
3596
3597 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3598
3599         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
3600
3601 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
3602
3603         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3604         default-enable-multibyte-characters.  This reverts the change from
3605         revision 6.17 which is no longer necessary because the passphrase
3606         is sent separately now.  GnuPG messages are unreadable under
3607         multibyte locales with default-enable-multibyte-characters set to
3608         nil.
3609
3610 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
3611
3612         * message.el (message-tool-bar-gnome): Move "spell".
3613
3614 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
3615
3616         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
3617         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
3618         instead.
3619
3620 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
3621
3622         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
3623         newsgroups handling for NNTP overviews which don't include
3624         Newsgroups.
3625
3626 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3627
3628         * message.el (message-resend): Bind message-generate-hashcash to nil.
3629
3630 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3631
3632         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
3633         when searching for already-paid recipients.
3634
3635 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
3636
3637         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3638         passphrases when it is not needed.
3639         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3640         passphrase stuff from gpg, should only be necessary when you use
3641         gpg with a smartcard.
3642
3643 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3644
3645         * mml.el (mml-insert-mime): Ignore cached contents of
3646         message/external-body part.
3647
3648         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
3649         (mm-insert-part): Ditto.
3650
3651 2006-03-23  Simon Josefsson  <jas@extundo.com>
3652
3653         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
3654         Reiner.
3655         (pgg-gpg-use-agent-p): Use it again.
3656
3657 2006-03-23  Simon Josefsson  <jas@extundo.com>
3658
3659         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
3660         older emacsen.
3661         (pgg-gpg-use-agent-p): Don't use it.
3662
3663 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
3664
3665         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
3666         if we can.
3667
3668 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
3669
3670         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3671         (pgg-gpg-update-agent): New function.
3672         (pgg-gpg-use-agent-p): New function.
3673         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3674         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3675         (pgg-gpg-sign-region): Use it.
3676
3677 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3678
3679         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
3680         Reported by Ralf Wachinger <rwachinger@gmx.de>.
3681
3682 2006-03-21  Simon Josefsson  <jas@extundo.com>
3683
3684         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3685         <wilde@sha-bang.de>.
3686         (pgg-gpg-use-agent): New variable.
3687         (pgg-gpg-process-region): Use it.
3688         (pgg-gpg-encrypt-region): Likewise.
3689         (pgg-gpg-encrypt-symmetric-region): Likewise.
3690         (pgg-gpg-decrypt-region): Likewise.
3691         (pgg-gpg-sign-region): Likewise.
3692         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3693
3694 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3695
3696         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
3697
3698         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
3699         Add comment on version.
3700
3701 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3702
3703         * smiley.el: Add missing test smiley.
3704
3705 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3706
3707         * mm-decode.el (mm-with-part): New macro.
3708         (mm-get-part): Use it; work with message/external-body as well.
3709         (mm-save-part): Treat name and filename equally.
3710
3711         * mm-extern.el (mm-extern-cache-contents): New function.
3712         (mm-inline-external-body): Use it; force the part to be displayed;
3713         move undisplayer added to the cached handle to the parent.
3714
3715         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
3716         (gnus-mime-view-part-as-type): Work with message/external-body.
3717
3718         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
3719
3720 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3721
3722         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
3723         images in image-load-path.  [Sync with image.el, revision 1.60, in
3724         Emacs.]
3725
3726 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3727
3728         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
3729         path rather than symbol.  Always return list of directories.
3730         Guarantee that image directory comes first.  [Sync with image.el,
3731         revision 1.59, in Emacs.]
3732
3733         * message.el (message-make-tool-bar): Adjust to new API of
3734         `gmm-image-load-path-for-library'.
3735
3736         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3737
3738         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3739
3740 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3741
3742         * gnus-art.el (gnus-article-only-boring-p):
3743         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
3744         intangible text.
3745         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
3746
3747 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
3748
3749         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
3750         `defun' instead of `gmm-defun-compat'.
3751
3752 2006-03-14  Simon Josefsson  <jas@extundo.com>
3753
3754         * message.el (message-unique-id): Don't use message-number-base36
3755         if (user-uid) is a float.
3756         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
3757
3758 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3759
3760         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
3761
3762         * gnus-art.el (gnus-mime-display-single): Make sure there is an
3763         empty line between a part and a message part.
3764
3765 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
3766
3767         * smiley.el: Add more test smileys.
3768         (smiley-data-directory, smiley-regexp-alist)
3769         (gnus-smiley-file-types): Fix doc strings.
3770         (smiley-update-cache): Clear smiley-cached-regexp-alist before
3771         adding new elements.
3772         (smiley-mouse-map): Unused code.  Make it a comment.
3773
3774 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3775
3776         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
3777         scan latest NoCeM messages instead of old ones.
3778         (gnus-nocem-check-article): Fix regexps so as to match to PGP
3779         delimiters that are recently used.
3780         (gnus-nocem-load-cache): Add autoload cookie.
3781
3782         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
3783
3784         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
3785         level which is larger than gnus-use-nocem is specified.
3786
3787         * gnus-group.el (gnus-group-get-new-news): Ditto.
3788
3789 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3790
3791         * gnus-util.el (gnus-tool-bar-update): New function.
3792
3793         * gnus-group.el (gnus-group-update-tool-bar): New variable.
3794         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
3795
3796         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
3797
3798         * gnus-group.el (gnus-group-redraw-when-idle)
3799         (gnus-group-redraw-check): Remove.
3800         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
3801
3802 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3803
3804         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
3805         if optional last element is specified in splits (FIELD VALUE...).
3806
3807 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
3808
3809         * message.el (message-make-tool-bar): Rename gmm-image-load-path
3810         to gmm-image-load-path-for-library.  Call with no-error argument.
3811         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
3812
3813         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3814
3815         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3816
3817         * gmm-utils.el (gmm-image-load-path): Remove alias.
3818
3819 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
3820
3821         * gmm-utils.el (gmm-image-load-path): Add alias.
3822
3823         * nnml.el (nnml-generate-nov-databases-directory): Rename from
3824         nnml-generate-nov-databases-1.
3825         (nnml-generate-nov-databases): Use it.
3826         (nnml-generate-nov-databases-directory): Document no-active
3827         argument.
3828
3829         * gmm-utils.el (gmm-image-load-path-for-library): Return single
3830         directory if path is t.  Add no-error.
3831
3832         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
3833         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3834
3835         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
3836         resetting gnus-article-browse-html-temp-list.
3837
3838         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
3839         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
3840         Add example to docstring.  Rename local variables.  Move error
3841         checks to default case in cond and simplify.
3842
3843 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3844
3845         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
3846         handle is multipart when calling it recursively.
3847         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
3848
3849 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
3850
3851         * nnimap.el (nnimap-request-update-info-internal): Optimize.
3852         Don't `gnus-uncompress-range' to avoid excessive memory usage.
3853
3854 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3855
3856         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
3857         is loaded.
3858
3859         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
3860         loaded.
3861
3862 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3863
3864         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
3865         to "Emacs 23 (unicode)" in doc string.
3866
3867         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
3868         "Emacs 23 (unicode)" in comment.
3869
3870 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3871
3872         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
3873
3874         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
3875         characters 160 through 255 in Emacs 23.
3876
3877 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3878
3879         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
3880         gnus-article-browse-html-temp.
3881         (gnus-article-browse-delete-temp): Make it customizable.  Add
3882         `file'.  Adjust doc string.
3883         (gnus-article-browse-delete-temp-files): Add argument.  Allow
3884         query for each file.  Adjust doc string.
3885         (gnus-article-browse-html-parts): Add
3886         `gnus-article-browse-delete-temp-files' to
3887         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
3888
3889 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
3890
3891         * gnus-art.el (gnus-article-browse-html-temp)
3892         (gnus-article-browse-delete-temp): New variables.
3893         (gnus-article-browse-delete-temp-files): New function.
3894         (gnus-article-browse-html-parts): Use it.
3895
3896 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3897
3898         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
3899
3900         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
3901         string.
3902
3903         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
3904         gnus-summary-insert-new-articles when unplugged.  Remove
3905         gnus-summary-search-article-forward.
3906
3907         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
3908         display-visual-class instead of display-color-cells.
3909
3910 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3911
3912         * dgnushack.el: Autoload customize-group for XEmacs.
3913
3914         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
3915         message/* containing non-ASCII text properly.
3916
3917 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3918
3919         * message.el: Require gmm-utils, remove autoloads.
3920         (message-tool-bar): Set default based on
3921         gmm-tool-bar-style.
3922         (message-tool-bar-gnome): Add gmm-customize-mode.
3923
3924         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
3925         gmm-tool-bar-style.
3926         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
3927
3928         * gnus-group.el (gnus-group-tool-bar): Set default based on
3929         gmm-tool-bar-style.
3930         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
3931
3932         * gmm-utils.el (gmm-image-directory): Rename variable from
3933         gmm-image-load-path.
3934         (gmm-image-load-path): Use gmm-image-directory.
3935         (gmm-customize-mode): New function.
3936         (gmm-tool-bar-style): New variable.
3937
3938         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
3939         gnus-group-redraw-line-number.
3940         (gnus-group-redraw-check): Simplify.
3941         (gnus-group-tool-bar-update): Remove redraw check.
3942         (gnus-group-make-tool-bar): Add redraw check.
3943
3944 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
3945
3946         * gnus-art.el (gnus-button): Add missing parentheses.
3947
3948 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3949
3950         * lpath.el: Fbind line-number-at-pos.
3951
3952 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3953
3954         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3955
3956 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3957
3958         * gnus-art.el (gnus-button): New face.
3959         (gnus-article-button-face): Use it.
3960
3961         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
3962         gnus-summary-next-page.  Re-order.
3963
3964         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
3965         next-node are now included.
3966         (gnus-group-redraw-line-number): New internal variable.
3967         (gnus-group-redraw-check): Helper function for updating the tool
3968         bar.
3969         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3970
3971         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3972
3973         * spam.el (spam-spamassassin-score-regexp): New internal variable.
3974         (spam-extra-header-to-number, spam-check-spamassassin-headers):
3975         Use it to match format of Spamassassin 3.0 and later.  Reported by
3976         IRIE Tetsuya <irie@t.email.ne.jp>.
3977         (spam-check-bogofilter)
3978         (spam-bogofilter-register-with-bogofilter): Fix args of
3979         `gnus-error' calls.
3980
3981 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3982
3983         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
3984         unnecessary interaction when sending queued mails.  Reported by
3985         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3986
3987 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3988
3989         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
3990         first or last are nil.
3991
3992 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3993
3994         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3995
3996 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3997
3998         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3999
4000 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4001
4002         * dns.el (query-dns): Protect more against buggy tcp output.
4003
4004 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4005
4006         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
4007         nov.php.
4008
4009 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4010
4011         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
4012         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
4013         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
4014         output on the server side.
4015         (nnweb-google-create-mapping): Update regexps and add some
4016         progress indication.
4017
4018 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
4019
4020         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
4021         gnus-agent-toggle-plugged.  Re-order icons.
4022         (gnus-group-tool-bar-gnome): Add
4023         gnus-group-{prev,next}-unread-group.
4024         (gnus-group-tool-bar-gnome): Re-order icons.
4025
4026         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
4027         gnus-summary-insert-new-articles.
4028
4029         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
4030         comments.
4031
4032         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
4033         also available in Emacs 21.3.
4034
4035         * message.el (message-fix-before-sending): Change "Emacs 22" to
4036         "Emacs 23 (unicode)" in comment.
4037
4038         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
4039         "Emacs 23 (unicode)" in comment.
4040
4041         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
4042         comment.
4043         (mm-coding-system-p): Add comment about no-MULE XEmacs.
4044
4045         * mm-view.el (mm-fill-flowed): Add :version.
4046
4047 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4048
4049         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
4050         and load-path.
4051
4052 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
4053
4054         * message.el: Autoload gmm-image-load-path.
4055         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
4056         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
4057         consitency.
4058
4059         * gmm-utils.el (gmm-image-load-path): Also search in
4060         "../etc/images".  Don't set gmm-image-load-path if we don't find
4061         the image.
4062
4063 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4064
4065         * gmm-utils.el (gmm-image-load-path): Don't make
4066         `gmm-image-load-path' include subdirectories which the second arg
4067         `image' might specify.
4068
4069         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
4070         subdirectory to icon file names.
4071
4072         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
4073
4074 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
4075
4076         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
4077         gmm-image-load-path calls.
4078
4079         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4080
4081         * message.el (message-make-tool-bar): Ditto.
4082
4083         * mml.el (mml-preview): Added comment concerning tool bar icons.
4084
4085         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
4086         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
4087
4088         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
4089         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
4090
4091         * message.el (message-tool-bar-gnome): Use new icon names.
4092         (message-make-tool-bar): Use `gmm-image-load-path'.
4093
4094         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
4095         functions from MH-E.
4096         (gmm-image-load-path): New variable from MH-E.
4097         (gmm-image-load-path): New function from MH-E.  Added arguments
4098         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
4099         *-image-load-path-called-flag.
4100
4101 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
4102
4103         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
4104
4105 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
4106
4107         * nnimap.el (nnimap-request-move-article): Change folder back to
4108         source group before deleting.
4109
4110 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
4111
4112         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
4113
4114         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
4115         mm-url.
4116
4117         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
4118
4119 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4120
4121         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
4122         coding system which mm-charset-to-coding-system returns for a
4123         given charset is valid.
4124
4125 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
4126
4127         * html2text.el (html2text-remove-tag-list):
4128         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
4129
4130 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
4131
4132         * gnus-cus.el: Revert 2005-10-17 change.
4133
4134 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4135
4136         * gnus-art.el (article-strip-banner): Call
4137         article-really-strip-banner only when the regexp match is made.
4138
4139 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4140
4141         * gnus-art.el (article-strip-banner): Use
4142         gnus-extract-address-components instead of
4143         mail-header-parse-addresses to make it work with non-ASCII text;
4144         remove mail-encode-encoded-word-string.
4145
4146         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
4147         values which are surrounded with \"...\"; make it never cause a
4148         Lisp error; give up parsing of parameters if it failed in
4149         extracting type.
4150
4151 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4152
4153         * smime.el (smime-cert-by-ldap-1): Fix bug where
4154         `smime-ldap-search' returns results without userCertificates.
4155
4156 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4157
4158         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
4159
4160 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4161
4162         * spam.el (spam-check-spamassassin-headers): Adapt format for
4163         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
4164         <ari@mbf.ocn.ne.jp>.
4165         (spam-list-of-processors): Add spam-use-gmane.
4166
4167 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4168
4169         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
4170         make-temp-file; make it work with XEmacs as well.
4171
4172         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
4173         mm-make-temp-file.
4174
4175         * mm-decode.el (mm-display-external): Use the 3rd arg of
4176         mm-make-temp-file.
4177         (mm-create-image-xemacs): Ditto.
4178
4179 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4180
4181         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
4182         with message-narrow-to-headers.
4183         (gnus-draft-setup): Narrow to header to run message-fetch-field.
4184         (gnus-draft-check-draft-articles): New function.
4185         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
4186
4187 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
4188
4189         * gnus-art.el (gnus-article-browse-html-parts):
4190         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
4191         Don't use suffix argument for mm-make-temp-file for Emacs 21
4192         compatibility.  Remove useless `format'.
4193
4194 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4195
4196         * nnweb.el (nnweb-google-wash-article): Update regexps.
4197         (nnweb-group-alist): Use defvoo instead of defvar.
4198
4199 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4200
4201         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
4202         re-loading nn* modules.
4203
4204 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4205
4206         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
4207         for `tool-bar-mode' and don't check it's default-value.
4208
4209         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4210
4211         * message.el (message-make-tool-bar): Ditto.
4212
4213         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
4214         `substring'.  Shorten tmp-file name.
4215
4216         * gnus.el: Remove bogus comment.
4217
4218 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
4219
4220         * gnus-art.el (gnus-article-browse-html-parts): New function.
4221         (gnus-article-browse-html-article): New function for viewing html
4222         articles with a browser.
4223
4224 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
4225
4226         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
4227         in elisp.
4228         (pgg-gpg-encrypt-symmetric-region): Ditto.
4229         (pgg-gpg-sign-region): Ditto.
4230
4231         * pgg-def.el (pgg-text-mode): New variable.
4232
4233         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
4234         (mml2015-pgg-encrypt): Ditto.
4235
4236         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
4237         (mml1991-pgg-encrypt): Ditto.
4238
4239 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4240
4241         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
4242         message-make-date instead of current-time-string.
4243
4244         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
4245         to gnus-decoded which mm-uu might set.
4246
4247 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4248
4249         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
4250         don't decode quoted parameters; remove misimported Emacs code.
4251         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4252         (rfc2231-decode-encoded-string): Don't use split-string which
4253         behaves differently according to Emacs version; use
4254         mm-decode-coding-region to convert charset to coding-system.
4255         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4256         (rfc2231-encode-string): Remove misimported Emacs code.
4257
4258 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4259
4260         * gnus-art.el (article-decode-charset): Don't use ignore-errors
4261         when calling mail-header-parse-content-type.
4262         (article-de-quoted-unreadable): Ditto.
4263         (article-de-base64-unreadable): Ditto.
4264         (article-wash-html): Ditto.
4265
4266         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
4267         calling mail-header-parse-content-type and
4268         mail-header-parse-content-disposition.
4269         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
4270         mail-header-parse-content-type.
4271
4272         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
4273         insert charset and format parameters; encode description after
4274         inserting it to buffer.
4275         (mml-insert-parameter): Fold lines properly even if a parameter is
4276         segmented into two or more lines; change the max column to 76.
4277
4278         * rfc1843.el (rfc1843-decode-article-body): Don't use
4279         ignore-errors when calling mail-header-parse-content-type.
4280
4281         * rfc2231.el (rfc2231-parse-string): Return at least type if
4282         possible; don't cause an error even if it fails in parsing of
4283         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4284         (rfc2231-encode-string): Don't break lines at the beginning, leave
4285         it to mml-insert-parameter.
4286
4287         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
4288         calling mail-header-parse-content-type.
4289
4290 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
4291
4292         * spam-report.el (spam-report-gmane-use-article-number):
4293         Improve doc string.
4294         (spam-report-gmane-internal): Check if a suitable header was found
4295         in the article.
4296
4297 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4298
4299         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
4300         (rfc2231-encode-string): Make param*=value always begin with LWSP.
4301
4302 2006-02-05  Romain Francoise  <romain@orebokech.com>
4303
4304         Update copyright notices of all files in the gnus directory.
4305
4306 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4307
4308         * nnweb.el (nnweb-request-group): Avoid growing overview files.
4309
4310 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4311
4312         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
4313         segmented lines of parameter value to cope with Thunderbird 1.5
4314         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
4315         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4316         (rfc2231-encode-string): Don't make lines exceeding 76 column.
4317
4318 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
4319
4320         * mml.el (mml-generate-mime-1): Correct the order of inline signed
4321         parts.
4322
4323 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4324
4325         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
4326         there's only one active file for all servers.
4327         (nnweb-request-scan): Make sure nnweb-articles is initialized on
4328         solid groups.  Gnus might have used a FAST request to select the group.
4329         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
4330         and nnweb-search redundantly in the active file.
4331         (nnweb-request-list): Don't list bogus groups.  There can only be one.
4332         (nnweb-request-create-group): Don't use ARGS.
4333         (nnweb-possibly-change-server, nnweb-request-group): Remove some
4334         initialisations.  Let nnoo do the work.
4335
4336 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4337
4338         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
4339         Say the part has been decoded.
4340
4341         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
4342
4343 2006-01-31  Kevin Ryde  <user42@zip.com.au>
4344
4345         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
4346         mailcap-viewer-test-cache when there's no 'test clause, since that
4347         will invert the meaning of a "nil" test previously determined by
4348         mailcap-mailcap-entry-passes-test.
4349
4350 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
4353         compiling.
4354
4355         * gnus-sum.el: Ditto.
4356
4357         * message.el: Don't bind tool-bar-map when compiling.
4358
4359 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
4360
4361         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
4362
4363 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4364
4365         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
4366         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
4367         current Google Groups.
4368
4369 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
4370
4371         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
4372         and tool-bar-mode.
4373
4374         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
4375         and tool-bar-mode.
4376
4377         * message.el (message-tool-bar-update): Simplify.
4378         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
4379
4380         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
4381         gnus-summary-buffer.
4382         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
4383         gnus-summary-reply.
4384
4385         * gmm-utils.el (gmm): Add :version.
4386
4387 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4388
4389         * Makefile.in (clean): New rule.
4390         (distclean): Use it.
4391
4392 2006-01-26  Steve Youngs  <steve@sxemacs.org>
4393
4394         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
4395         autoload.
4396
4397 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4398
4399         * gmm-utils.el (gmm-verbose): Add :group.
4400
4401 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
4402
4403         * message.el: Change some comments WRT tool-bars.
4404
4405         * gnus-sum.el (gnus-summary-tool-bar)
4406         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
4407         (gnus-summary-tool-bar-zap-list): New variables.
4408         (gnus-summary-make-tool-bar): Complete rewrite using
4409         `gmm-tool-bar-from-list'.
4410
4411         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
4412         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
4413         variables.
4414         (gnus-group-make-tool-bar): Complete rewrite using
4415         `gmm-tool-bar-from-list'.
4416         (gnus-group-tool-bar-update): New function.
4417
4418         * message.el (message-mode-field-menu): Add "Show hidden Headers".
4419
4420 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
4423         is dissected into a single part of which the type is the same as
4424         the given one; decode charset.
4425
4426 2006-01-21  Kevin Ryde  <user42@zip.com.au>
4427
4428         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
4429         into alists as symbol not string, since that's what
4430         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
4431         look for.
4432
4433 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
4434
4435         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
4436         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
4437
4438         * message.el (message-tool-bar-gnome): Use gmm-ignore.
4439
4440 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4441
4442         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
4443         (gnus-xmas-mime-security-button-menu): New function.
4444
4445         * gnus-art.el (gnus-mime-security-button-commands): New variable.
4446         (gnus-mime-security-button-menu): New definition.
4447         (gnus-mime-security-button-map): Use them.
4448         (gnus-mime-security-button-menu): New function.
4449         (gnus-insert-mime-security-button): Addition to help echo.
4450         (gnus-mime-security-run-function, gnus-mime-security-save-part)
4451         (gnus-mime-security-pipe-part): New functions.
4452
4453         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
4454         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
4455
4456         * mm-decode.el (mm-handle-set-disposition): Remove.
4457         (mm-handle-set-description): Remove.
4458
4459 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4460
4461         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
4462         (mm-w3m-standalone-supports-m17n-p): New function.
4463         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
4464         w3m usage.
4465
4466         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
4467         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
4468
4469 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4470
4471         * message.el (message-tool-bar-zap-list): Use
4472         gmm-tool-bar-zap-list as custom type.
4473         (message-tool-bar-update): New function.
4474         (message-tool-bar, message-tool-bar-gnome)
4475         (message-tool-bar-retro): Add message-tool-bar-update.
4476         (message-tool-bar-gnome): Add flyspell-buffer.
4477
4478         * gnus-util.el (gnus-error): Describe `args'.
4479
4480         * gmm-utils.el (gmm-error): Describe `args'.
4481         (gmm-tool-bar-zap-list): New widget.
4482         (gmm-tool-bar-from-list): Improve description of `zap-list'.
4483
4484 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4485
4486         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
4487         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
4488         the number of recursive calls.
4489
4490         * mm-decode.el (mm-handle-set-disposition): New macro.
4491         (mm-handle-set-description): New macro.
4492
4493 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4494
4495         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
4496         encoding.
4497
4498 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4499
4500         * message.el (message-tool-bar-zap-list, message-tool-bar)
4501         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
4502         (message-tool-bar-local-item-from-menu): Remove.
4503         (message-tool-bar-map): Replace by `message-make-tool-bar'.
4504         (message-make-tool-bar): New function.
4505         (message-mode): Use `message-make-tool-bar'.
4506
4507         * gmm-utils.el: New file.
4508         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
4509         (gmm-lazy): New widget copied from `nnmail.el'.
4510         (gmm-tool-bar-from-list): New function for creating customizable
4511         tool bars.
4512         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
4513         output.
4514         (gmm): Add :prefix to defgroup.
4515
4516 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
4517
4518         * gmm-utils.el (gmm-widget-p): New function.
4519
4520 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4521
4522         * mml.el (mml-attach-file): Describe `description' in doc string.
4523         (mml-menu): Add Emacs MIME manual and PGG manual.
4524
4525 2006-01-20  Richard M. Stallman  <rms@gnu.org>
4526
4527         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4528
4529 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
4530
4531         * nntp.el (nntp-end-of-line): Doc fix.
4532
4533 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
4534
4535         * imap.el (imap-open): Handle case where buffer is a buffer
4536         object.
4537
4538 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4539
4540         * gnus-delay.el (gnus-delay): Don't autoload.
4541         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4542         to be re-loaded when customizing the `gnus-delay' group.
4543
4544 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
4545
4546         * message.el (message-insert-citation-line): Use newlines.
4547
4548 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4549
4550         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4551         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
4552         these routines, so the passphrase can be managed externally and
4553         passed in to the system.
4554         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4555         pgg-add-passphrase-to-cache function.
4556
4557         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4558         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
4559         these routines, so the passphrase can be managed externally and
4560         passed in to the system.
4561         (pgg-pgp5-sign-region): Use new name of
4562         pgg-add-passphrase-to-cache function.
4563
4564 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4565
4566         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4567         part of the decoded armor to find the key-identifier.
4568         (pgg-gpg-lookup-key-owner): New function to return the
4569         human-readable identifier of a key owner.
4570         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
4571         itself.
4572         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4573         the key value) if we have a key and can match it against a secret
4574         key.  Also, added a note pointing out fact that the prompt only
4575         indicates the first matching key.
4576
4577         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4578         pgg-decrypt-region.
4579         (pgg-add-passphrase-to-cache): Rename from
4580         `pgg-add-passphrase-cache' to reduce confusion (all callers
4581         changed).
4582         (pgg-remove-passphrase-from-cache): Rename from
4583         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4584         changed).
4585         (pgg-read-passphrase, pgg-add-passphrase-cache)
4586         (pgg-remove-passphrase-cache): Add informative docstrings.
4587         (pgg-decrypt): Convey provided passphrase in subordinate call to
4588         pgg-decrypt-region.
4589
4590 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
4591
4592         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4593         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4594         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4595         'passphrase' argument, so the passphrase can be managed externally
4596         and then passed in to the system.
4597
4598         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4599         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4600         so the passphrase cache can be used reliably with identifiers
4601         besides a pgp packet's key id.
4602
4603         * pgg-gpg.el (pgg-gpg-encrypt-region)
4604         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4605         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
4606         these routines, so the passphrase can be managed externally and
4607         passed in to the system.
4608
4609         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4610         'notruncate' argument, so the passphrase cache can be used
4611         reliably with identifiers besides a pgp packet's key id.
4612
4613 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
4614
4615         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4616         symmetric encryption.
4617         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4618         encrypted session key.
4619         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4620         message ask for the passphrase in a proper way.
4621
4622         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4623         New user commands for symmetric encryption.
4624
4625 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4626
4627         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
4628
4629         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
4630
4631 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
4632
4633         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
4634
4635 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4636
4637         * mm-decode.el (mm-inlined-types): Add application/pgp.
4638         (mm-automatic-display): Ditto.
4639
4640         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
4641         part as text.
4642
4643 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4644
4645         * nnrss.el: Update copyright.
4646         (nnrss-opml-import): Query whether to subscribe to each entry.
4647
4648         * gnus-art.el:
4649         * gnus-sum.el:
4650         * gnus-xmas.el:
4651         * messagexmas.el:
4652         * mm-uu.el:
4653         * mm-view.el: Update copyright.
4654
4655 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
4656
4657         * message.el (message-info): New function.
4658         (message-mode-menu): Add it.
4659         Update copyright.
4660
4661         * ChangeLog: Fix and update copyright.
4662
4663 2006-01-13  Romain Francoise  <romain@orebokech.com>
4664
4665         * message.el (message-forward-subject-name-subject): Prefer the
4666         address to 'nowhere' if the sender has no name.
4667         Fix typo.  Update copyright year.
4668
4669 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * gnus-art.el (article-wash-html): Use
4672         gnus-summary-show-article-charset-alist if a numeric arg is given.
4673         (gnus-article-wash-html-with-w3m-standalone): New function.
4674
4675         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
4676         mm-inline-text-html-render-with-w3m-standalone.
4677         (mm-text-html-washer-alist): Map w3m-standalone to
4678         gnus-article-wash-html-with-w3m-standalone.
4679         (mm-inline-text-html-render-with-w3m-standalone): New function.
4680
4681 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4682
4683         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
4684         Improve LaTeX.
4685
4686 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4687
4688         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
4689         (nnrss-request-article): Render text/plain parts as HTML.
4690
4691         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
4692         the buffer.
4693
4694 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4695
4696         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
4697         custom definition of `gnus-posting-styles'.
4698
4699         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
4700         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
4701
4702 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4703
4704         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
4705         Use nntp for bug archive.
4706
4707 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4708
4709         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
4710         parts.
4711         (nnrss-normalize-date): New function converts ISO 8601 date into
4712         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4713         (nnrss-check-group): Use it.
4714
4715 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4716
4717         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
4718
4719         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
4720         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4721         (nnrss-insert-w3): Ditto.
4722
4723 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4724
4725         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
4726         the articles to be forwarded including the case where neither a
4727         number of articles nor a region is specified.
4728
4729 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4730
4731         * nnrss.el (nnrss-request-article): Fix last change; fill
4732         text/plain parts.
4733
4734 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4735
4736         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
4737         in text/plain part.
4738         (nnrss-check-group): Don't add excessive newline to dc:subject.
4739
4740 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
4741
4742         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
4743         article.
4744
4745 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4746
4747         * nnml.el: Don't require gnus-bcklg.  Autoload it.
4748         (nnml-use-compressed-files, nnml-save-mail): Support other
4749         comression programs such as bzip2.
4750
4751 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4752
4753         * dns.el (query-dns): Make sure we check the buffer size before
4754         removing tcp headers.
4755
4756 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4757
4758         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
4759         remove MIME buttons associated with multipart/alternative parts.
4760         (gnus-mime-display-alternative): Tag buttons using `article-type'
4761         text property.
4762
4763         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
4764         associated with multipart/alternative parts.
4765
4766         * gnus-art.el (gnus-signature-separator): Fix custom type.
4767
4768         * mm-decode.el (mm-inlined-types): Fix custom type.
4769         (mm-keep-viewer-alive-types): Ditto.
4770         (mm-automatic-display): Ditto.
4771         (mm-attachment-override-types): Ditto.
4772         (mm-inline-override-types): Ditto.
4773         (mm-automatic-external-display): Ditto.
4774
4775 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4776
4777         * spam-report.el (spam-report-user-mail-address)
4778         (spam-report-user-agent): New variables.
4779         (spam-report-url-ping-plain): Use spam-report-user-agent.
4780
4781 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
4782
4783         * gnus-art.el (gnus-button-handle-custom): Do not just use
4784         `customize-apropos' for any "M-x customize-*" button but the
4785         function called for.  Accept both the function name and its
4786         argument in order to achieve this.
4787         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
4788         function name to `gnus-button-handle-custom' in case of "M-x
4789         customize-*" buttons.
4790
4791 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4792
4793         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
4794         multipart/alternative and add xref to mm-discouraged-alternatives
4795         in doc string.
4796
4797         * mm-decode.el (mm-discouraged-alternatives): Add xref to
4798         gnus-buttonized-mime-types in doc string.
4799
4800 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
4801
4802         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
4803         Suggest image/.* in the doc string.
4804
4805 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4806
4807         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
4808         message-marks (Debian bug #342521).
4809
4810 2005-12-12  Simon Josefsson  <jas@extundo.com>
4811
4812         * password.el (password-read-from-cache): Add.
4813         (password-read): Use it.
4814
4815 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4816
4817         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
4818         us-ascii as a MIME charset.
4819
4820         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
4821         against the case where the 2nd arg TYPE is nil.
4822
4823 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4824
4825         * pop3.el (pop3-stream-type): Fix custom version.
4826
4827         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
4828
4829 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4830
4831         * mm-decode.el (mm-display-external): Add missing cdr.
4832
4833 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4834
4835         * mm-decode.el (mm-display-external): Use nametemplate (defined in
4836         RFC1524) if it is in mailcap or add a suffix according to
4837         mailcap-mime-extensions when generating a temp filename; postpone
4838         deleting a temp file for 2 seconds for some wrappers, shell
4839         scripts, and so on, which might exit right after having started a
4840         viewer command as a background job.
4841
4842 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4843
4844         * nntp.el (nntp-marks-directory): Fix custom group.
4845
4846         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
4847         steps when < 10.
4848
4849         * gnus-start.el (gnus-no-server-1): Mention
4850         `gnus-level-default-subscribed' in doc string.
4851
4852 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4853
4854         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
4855         parens.
4856
4857 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4858
4859         * gnus-xmas.el (gnus-use-toolbar): Revert.
4860         (gnus-xmas-setup-toolbar): Use global default-toolbar if
4861         gnus-use-toolbar is default.
4862
4863         * messagexmas.el (message-use-toolbar): Revert.
4864         (message-setup-toolbar): Use global default-toolbar if
4865         message-use-toolbar is default.
4866
4867 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4868
4869         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
4870         according to default-toolbar-visible-p.
4871
4872         * messagexmas.el (message-use-toolbar): Ditto.
4873
4874 2005-11-26  Dave Love  <fx@gnu.org>
4875
4876         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
4877         (tls-program, tls-success): Provide openssl alternative.
4878
4879         * starttls.el: Doc fixes.
4880         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
4881         SERVICE to PORT.
4882
4883         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
4884         port null or service name.
4885         (starttls-negotiate): Autoload.
4886
4887 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4888
4889         * message.el (message-kill-to-signature): Fix interactive spec.
4890
4891 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4892
4893         * pop3.el (pop3-open-server): Recognize a string as a service name.
4894
4895 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
4896
4897         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4898
4899 2005-11-23  Dave Love  <fx@gnu.org>
4900
4901         Add pop3s, pop3/starttls.
4902
4903         * pop3.el (pop3-authentication-scheme): Clarify doc.
4904         (open-tls-stream, starttls-open-stream): Autoload.
4905         (pop3-stream-type): New.
4906         (pop3-open-server): Use it.
4907
4908         * mail-source.el (mail-sources): Fix some :types.  Add stream type
4909         for POP.
4910         (mail-source-keyword-map): Add :stream for POP.
4911         (mail-source-fetch-pop): Use pop3-stream-type.
4912
4913 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
4916         of current-time-string.
4917
4918 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
4919
4920         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
4921         date header.
4922
4923 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4924
4925         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
4926         it can seriously impact performance as it bypasses the agent's
4927         local caches.
4928
4929 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4930
4931         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
4932         must be explicitly online rather than "not explicitly offline" for
4933         its flags to be synchronized.
4934
4935         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
4936         that gnus-uu-unmark-thread will function correctly.
4937
4938         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
4939         1024K is instead displayed as 1M.
4940
4941 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4942
4943         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
4944
4945 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
4946
4947         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
4948
4949 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
4950
4951         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
4952         error message to display actual error condition.
4953         (gnus-agent-save-local): Avoid saving symbols that are bound to
4954         nil as they simply result in a warning message in
4955         gnus-agent-read-local.
4956
4957 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4958
4959         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
4960         rather than make-variable-buffer-local for file-precious-flag.
4961
4962 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4963
4964         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
4965         for duplicates which are removed.  The invalid sort check then
4966         triggers a rescan after the sort as sorting may have moved
4967         duplicate entries such that they can be cheaply detected.
4968
4969 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4970
4971         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
4972
4973 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4974
4975         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
4976         internal variable to a custom variable.  Changed default value
4977         from compressed(2) to uncompressed(1).
4978         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
4979         support for uncompressed agentview files.  Taken together, reading
4980         the agentview file should now be 6-7 times faster.
4981
4982 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4983
4984         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
4985         as a buffer-local variable.  This avoids creating truncated
4986         dribble files as a result of a hang up, eg.
4987
4988 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
4989
4990         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
4991         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
4992         XEmacs.
4993
4994 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4995
4996         * gnus-start.el (gnus-start-draft-setup): Enforce
4997         `gnus-draft-mode' for nndraft:drafts at startup.
4998
4999         * gnus.el (gnus-splash): Change custom group.
5000         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
5001         allow-list argument.
5002
5003         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
5004         string.
5005
5006 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5007
5008         * gnus-art.el (gnus-default-article-saver): Add user-defined
5009         `function' to custom type.
5010
5011 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
5012
5013         * imap.el (imap-open): Handle case where buffer is a buffer
5014         object.
5015
5016 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5017
5018         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
5019         long lines.
5020         (gnus-cache-delete-group): Wrap doc strings.
5021
5022         * gnus-agent.el (gnus-agent-rename-group)
5023         (gnus-agent-delete-group): Wrap doc strings.
5024
5025
5026 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5027
5028         * messagexmas.el (message-use-toolbar): Change the valid values
5029         into default, top, bottom, left, and right.
5030         (message-toolbar-thickness): New variable.
5031         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
5032         well.
5033         (message-setup-toolbar): Make it work.
5034
5035         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
5036         (gnus-use-toolbar): Change the valid values into default, top,
5037         bottom, left, and right.
5038         (gnus-toolbar-thickness): New variable.
5039         (gnus-xmas-setup-toolbar): New function.
5040         (gnus-xmas-setup-group-toolbar): Use it.
5041         (gnus-xmas-setup-summary-toolbar): Use it.
5042
5043 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5044
5045         * gnus-start.el (gnus-1): Add "native" to
5046         gnus-predefined-server-alist.
5047
5048         * gnus.el (gnus-method-to-server): Don't add "native" to the
5049         lists here, because that leads to problems when
5050         gnus-select-method is bound.
5051
5052 2005-11-09  Simon Josefsson  <jas@extundo.com>
5053
5054         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
5055         use (not sort-by-date) instead.
5056
5057 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5058
5059         * gnus-delay.el (gnus-delay-group): Don't autoload.
5060         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5061         to be re-loaded when customizing the `gnus-delay' group.
5062
5063 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
5064
5065         * message.el: Revert last changes.
5066         (message-insert-citation-line): Use newlines.
5067
5068 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
5069
5070         * message.el (message-courtesy-message)
5071         (message-mark-insert-begin, message-mark-insert-end)
5072         (message-elide-ellipsis, message-cancel-message)
5073         (message-add-header, message-change-subject)
5074         (message-cross-post-followup-to-header)
5075         (message-cross-post-insert-note, message-reduce-to-to-cc)
5076         (message-widen-reply, message-delete-not-region)
5077         (message-kill-to-signature, message-insert-signature)
5078         (message-insert-importance-high, message-insert-importance-low)
5079         (message-insert-or-toggle-importance)
5080         (message-insert-disposition-notification-to)
5081         (message-indent-citation, message-yank-original)
5082         (message-cite-original-without-signature, message-cite-original)
5083         (message-insert-citation-line, message-position-on-field)
5084         (message-fix-before-sending, message-send-mail-partially)
5085         (message-send-mail, message-send-mail-with-sendmail)
5086         (message-send-mail-with-qmail, message-send-news)
5087         (message-check-news-header-syntax, message-generate-headers)
5088         (message-insert-courtesy-copy, message-fill-address)
5089         (message-fill-header, message-shorten-references)
5090         (message-setup-1, message-cancel-news)
5091         (message-forward-make-body-plain, message-forward-make-body-mime)
5092         (message-forward-make-body-mml, message-encode-message-body)
5093         (message-forward-make-body-digest-plain)
5094         (message-forward-make-body-digest-mime)
5095         (message-use-alternative-email-as-from): Insert `hard-newline'
5096         instead of ordinary newlines.
5097
5098 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5099
5100         * message.el (message-generate-headers): Downcase the argument
5101         given to message-check-element.
5102
5103 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
5104
5105         * nntp.el (nntp-authinfo-rejected): New error condition.
5106         (nntp-wait-for): Use new error condition to signal authentication
5107         error.
5108         (nntp-retrieve-data): Rethrow new error condition to break out of
5109         recursive call to nntp-send-authinfo.
5110
5111 2005-11-08  Romain Francoise  <romain@orebokech.com>
5112
5113         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
5114         (gnus-summary-exit-map): Bind to `Z p'.
5115         (gnus-summary-make-menu-bar): Add menu item.
5116
5117 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
5118
5119         * gnus-art.el (gnus-article-treat-custom): Add `first'.
5120         (gnus-treat-*): Add `first' in all doc strings.
5121
5122         * gnus-group.el (gnus-group-compact-group): Fix typo.
5123
5124 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5125
5126         * gnus.el (gnus-parameters-case-fold-search): New variable.
5127         (gnus-parameters-get-parameter): Use it.
5128
5129         * gnus-score.el (gnus-home-score-file): Doc fix.
5130
5131 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
5132
5133         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
5134
5135 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5136
5137         * mm-util.el (mm-special-display-p): New function.
5138
5139         * mml.el (mml-preview): Use it; doc fix.
5140
5141 2005-10-29  Romain Francoise  <romain@orebokech.com>
5142
5143         * message.el (message-fix-before-sending): Fix comment.
5144
5145 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
5146
5147         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
5148
5149 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
5150
5151         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
5152         Used in gnus-score.el.
5153
5154 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5155
5156         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
5157
5158 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5159
5160         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
5161         whitespace removed in revision 7.8.  Use concatenated string to
5162         protect trailing whitespace.
5163
5164 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
5165
5166         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
5167         (nnimap-request-expire-articles): Use it to avoid sending 'UID
5168         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
5169         Courier IMAP ("some version from 2004").  Mostly based on similar
5170         code in the same function.
5171
5172 2005-10-26  Didier Verna  <didier@xemacs.org>
5173
5174         * gnus-group.el (gnus-group-compact-group): invalidate original
5175         article buffer.
5176         * gnus-srvr.el (gnus-server-compact-server): ditto.
5177         * nnml.el (nnml-request-compact-group): handle self Xref: field in
5178         NOV database and in article itself.
5179         Invalidate article backlog.
5180
5181 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5182
5183         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
5184
5185 2005-10-26  Simon Josefsson  <jas@extundo.com>
5186
5187         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
5188         part of 2004-07-25 change.
5189
5190 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5191
5192         * message.el (message-display-completion-list): New function.
5193         (message-expand-group): Use it; make sure the Completions buffer
5194         is modifiable.
5195
5196 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
5197
5198         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
5199         user-mail-name is an empty string.
5200
5201 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5202
5203         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
5204         depending on gnus-score-decay-constant.
5205
5206         * encrypt.el (encrypt-insert-file-contents)
5207         (encrypt-write-file-contents): Don't use `gnus-message'.
5208
5209         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
5210         arguments.
5211         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
5212         arguments to mm-uu-verbatim-marks-extract.
5213         (mm-uu-hide-markers): New variable.
5214         (mm-uu-extract): Use face similar to `gnus-cite-3'.
5215
5216         * gnus-fun.el (gnus-convert-image-to-x-face-command)
5217         (gnus-convert-image-to-face-command): Use "convert" by default to
5218         allow other input image formats.
5219         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
5220         accordingly.
5221
5222 2005-10-23  Simon Josefsson  <jas@extundo.com>
5223
5224         * imap.el (imap-gssapi-program): Align command line parameters
5225         with latest GNU SASL.
5226         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
5227
5228 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5229
5230         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
5231         HTML.
5232         (nnslashdot-request-article): Ditto.
5233
5234         * lpath.el (featurep): Add nobreak-char-display.
5235
5236 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5237
5238         * mail-source.el (mail-source-fetch-pop): Require pop3.
5239         (mail-source-check-pop): Ditto.
5240
5241 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5242
5243         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
5244         errors.
5245
5246 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5247
5248         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
5249         (gnus-treat-strip-leading-blank-lines): Improve doc string.
5250
5251         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
5252
5253         * mm-bodies.el (mm-decode-string): Call
5254         `mm-charset-to-coding-system' with allow-override argument.
5255
5256 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5257
5258         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
5259         (rfc2047-charset-to-coding-system): New function.
5260         (rfc2047-decode-encoded-words): New function.
5261         (rfc2047-decode-region): Use them.
5262         (rfc2047-decode-cte): Remove.
5263         (rfc2047-parse-and-decode): Remove.
5264         (rfc2047-decode): Remove.
5265
5266 2005-10-15  Kenichi Handa  <handa@m17n.org>
5267
5268         * rfc2047.el (rfc2047-decode-cte): New function.
5269         (rfc2047-decode-region): Change the way to decode successive
5270         encoded-words: decode B- or Q-encoding in each encoded-word,
5271         concatenate them, and decode it as charset.
5272
5273 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5274
5275         * lpath.el: Fbind codepage-setup for XEmacs.
5276
5277 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
5278
5279         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
5280         widget-move-and-invoke.
5281         (gnus-custom-mode): Use gnus-custom-map.
5282
5283 2005-10-15  Bill Wohler  <wohler@newt.com>
5284
5285         * message.el (message-tool-bar-map): Renamed image file from
5286         mail_send to mail/send.
5287
5288 2005-10-16  Masatake YAMATO  <jet@gyve.org>
5289
5290         * message.el (message-expand-group): Pass the common
5291         prefix substring of completion to `display-completion-list'.
5292
5293 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
5294
5295         * mml-sec.el (mml-secure-method): New internal variable.
5296         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
5297         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
5298         functions using mml-secure-method.
5299
5300         * mml.el (mml-mode-map): Add key bindings for those functions.
5301         (mml-menu): Simplify security menu entries.  Suggested by Jesper
5302         Harder <harder@myrealbox.com>.
5303         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
5304         end of message if point is the headers of the message.
5305
5306         * message.el (message-in-body-p): New function.
5307
5308         * assistant.el: Autoload gnus-util and netrc.
5309
5310         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
5311         Use `mm-charset-override-alist' only when decoding.
5312
5313         * mm-bodies.el (mm-decode-body): Call
5314         `mm-charset-to-coding-system' with allow-override argument.
5315
5316         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
5317         `filename' from Content-Disposition if Content-Type doesn't
5318         provide `name'.
5319         (gnus-mime-view-part-as-type): Set default instead of
5320         initial-input.
5321
5322 2005-10-09  Daniel Brockman  <daniel@brockman.se>
5323
5324         * format-spec.el (format-spec): Propagate text properties of % spec.
5325
5326 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5327
5328         * gnus-art.el (gnus-treat-predicate): Add `first'.
5329
5330 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
5331
5332         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
5333         (mm-charset-override-alist): New variable.
5334         (mm-charset-to-coding-system): Use it.
5335         (mm-codepage-setup): New helper function.
5336         (mm-charset-eval-alist): New variable.
5337         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
5338         about unknown charsets.
5339
5340         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
5341
5342 2005-10-04  David Hansen  <david.hansen@gmx.net>
5343
5344         * nnrss.el (nnrss-request-article): Add support for the comments tag.
5345         (nnrss-check-group): Ditto.
5346
5347 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5348
5349         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
5350         Rename x-gnus-verbatim to x-verbatim.
5351         (mm-uu-type-alist): Fix regexp for verbatim-marks.
5352
5353         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
5354         x-verbatim.
5355
5356         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
5357
5358         * gnus-util.el (gnus-remove-duplicates): Remove.
5359
5360         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
5361         instead of gnus-remove-duplicates.
5362
5363         * message.el (message-remove-duplicates): Remove.
5364         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
5365         message-remove-duplicates.
5366
5367         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
5368         available, else use implementation from `delete-dups'.
5369
5370         * message.el (message-insert-expires): New function.
5371         (message-mode-map): Add key binding.
5372         (message-mode-field-menu): Add menu entry.
5373         (message-mode): Document it.
5374         (message-make-expires-date): Use `message-make-date'.
5375
5376 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
5377
5378         * message.el (message-make-expires-date): New function.
5379
5380 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5381
5382         * Makefile.in (list-installed-shadows): New entry.
5383         (install): Use it.
5384         (remove-installed-shadows): New entry.
5385
5386         * dgnushack.el (dgnushack-default-load-path): New variable.
5387         (dgnushack-find-lisp-shadows): New function.
5388         (dgnushack-remove-lisp-shadows): New function.
5389
5390 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5391
5392         * Makefile.in (install-el-elc): New entry.
5393         (install): Use it so that .el files are necessarily installed.
5394
5395 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5396
5397         * time-date.el: Autoload parse-time-string, XEmacs needs it.
5398
5399 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5400
5401         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
5402         function rather than the diff-mode.el package.
5403         (mm-display-external): Use with-current-buffer.
5404         (mm-viewer-completion-map, mm-viewer-completion-map):
5405         Move initialization inside declaration.
5406
5407 2005-09-29  Simon Josefsson  <jas@extundo.com>
5408
5409         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
5410         autoload mail-check-payment.
5411         (spam-check-hashcash): Define unconditionally, since hashcash.el
5412         is part of Gnus now.  Ignore errors from payment checking.
5413
5414 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5415
5416         * message.el (message-bold-region, message-unbold-region): Rename
5417         from `bold-region' and `unbold-region'.
5418
5419         * message.el: Remove useless autoloads.
5420
5421 2005-09-28  Simon Josefsson  <jas@extundo.com>
5422
5423         * message.el (message-use-idna): Default to t.
5424         (message-use-idna): Test whether encoding works too.  Doc fix.
5425
5426 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5427
5428         * nntp.el (nntp-warn-about-losing-connection): Remove.
5429
5430 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5431
5432         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
5433         customizable.  Change default value.
5434         (mm-uu-diff-groups-regexp): Change default value.
5435         (mm-uu-type-alist): Add doc string.
5436         (mm-uu-configure): Add doc string.  Make it interactive.
5437         (mm-uu-tex-groups-regexp): New variable.
5438         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
5439         (mm-uu-type-alist): Add LaTeX documents.
5440         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
5441         of "text/verbatim".
5442         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
5443
5444         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
5445         instead of "text/verbatim".
5446
5447         * message.el (message-mark-inserted-region)
5448         (message-mark-insert-file): Use slrn style marks when called with
5449         prefix argument.
5450
5451 2005-09-27  Simon Josefsson  <jas@extundo.com>
5452
5453         * message.el (message-idna-to-ascii-rhs-1): Reformat.
5454
5455 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5456
5457         * message.el (message-remove-duplicates): New function.
5458         Implementation borrowed from `gnus-remove-duplicates'.
5459         (message-idna-to-ascii-rhs): Also encode idna addresses in
5460         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5461         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
5462         only ask about the same idna domain once per header and also tell
5463         in what header to replace the idna domain.
5464
5465         * gnus-art.el (article-decode-idna-rhs): Also decode idna
5466         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5467         (article-decode-idna-rhs): Fix regexp so that all idna-address in
5468         a header is decoded and not just the last one.
5469
5470 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5471
5472         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
5473         has been decoded.
5474
5475         * mm-decode.el (mm-automatic-display): Add text/verbatim.
5476         (mm-insert-part): Don't modify text if it has been decoded.
5477
5478         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
5479         decoded.
5480
5481         * mm-view.el (mm-inline-text): Don't strip text props unless
5482         decoding enriched or richtext parts.
5483
5484 2005-09-25  Romain Francoise  <romain@orebokech.com>
5485
5486         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
5487         * gnus-start.el (gnus-subscribe-interactively):
5488         * gnus-uu.el (gnus-uu-grab-articles):
5489         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
5490         space.
5491
5492 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
5493
5494         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5495         * mm-view.el (mm-view-pkcs7-decrypt):
5496         * gnus-sum.el (gnus-summary-limit-to-extra)
5497         (gnus-summary-respool-article, gnus-read-move-group-name):
5498         * gnus-score.el (gnus-summary-increase-score):
5499         * gnus-util.el (gnus-completing-read-with-default):
5500         * gnus-art.el (gnus-read-save-file-name)
5501         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
5502         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
5503         * message.el (message-check-news-header-syntax):
5504         Follow convention for reading with the minibuffer.
5505
5506 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
5507
5508         * spam-report.el (spam-report-url-ping-plain):
5509         Use gnus-extended-version as User-Agent.
5510
5511         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
5512         default value is nil.
5513
5514         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
5515         (mm-uu-verbatim-marks-extract): New function.
5516         (mm-uu-extract): New face.
5517         (mm-uu-copy-to-buffer): Use it.
5518
5519         * spam-report.el (spam-report-gmane-ham): Renamed from
5520         `spam-report-gmane-unspam'.
5521         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
5522         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
5523
5524         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
5525         Autoload.
5526         (spam-report-gmane-unregister-routine): Renamed
5527         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
5528
5529 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
5530
5531         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
5532         (spam-report-gmane-unregister-routine): Add support for gmane
5533         unregistration.
5534
5535         * spam-report.el (spam-report-gmane-unspam)
5536         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
5537         (spam-report-gmane): Change to take a single article and do unspam
5538         registration.
5539
5540 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5541
5542         * mm-url.el (mm-url-decode-entities): Fix regexp.
5543
5544 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5545
5546         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
5547         default to nil, to be able to use Gnus at all.  If the default
5548         switches to something else, then the function should be fixed not
5549         be exceedingly slow.
5550
5551 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
5552
5553         * gnus-start.el (gnus-activate-group): If the server is nil, don't
5554         fail hard.
5555
5556         * spam-report.el: Add better Keywords line.
5557
5558         * spam.el: Add Maintainer and better Keywords line.
5559
5560 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5561
5562         * gnus-art.el (gnus-article-replace-part)
5563         (gnus-mime-replace-part): New functions.
5564         (gnus-mime-action-alist, gnus-mime-button-commands)
5565         (gnus-mime-save-part-and-strip): Added file argument.
5566         (gnus-article-part-wrapper): Added interactive argument.
5567
5568         * gnus-sum.el (gnus-summary-mime-map): Add
5569         `gnus-article-replace-part'.
5570
5571 2005-09-19  Didier Verna  <didier@xemacs.org>
5572
5573         The nnml compaction feature:
5574         * nnml.el (nnml-request-compact-group): New function.
5575         * nnml.el (nnml-request-compact): New function.
5576         * gnus-int.el (gnus-request-compact-group): New function.
5577         * gnus-int.el (gnus-request-compact): New function.
5578         * gnus-group.el (gnus-group-compact-group): New function.
5579         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
5580         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
5581         * gnus-srvr.el (gnus-server-compact-server): New function.
5582         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
5583         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
5584
5585 2005-09-18  Deepak Goel  <deego@gnufans.org>
5586
5587         * sieve.el (sieve-help): Fix `message' call: first arg should be a
5588         format spec.
5589
5590 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * gnus.el (gnus-group-startup-message): Bind image-load-path.
5593
5594 2005-09-15  Romain Francoise  <romain@orebokech.com>
5595
5596         * message.el (message-fill-paragraph): Clarify docstring.
5597
5598 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5599
5600         * gnus-art.el (gnus-mime-display-part): Protect against broken
5601         MIME messages.
5602
5603 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5604
5605         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
5606         before parsing header.
5607
5608 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
5609
5610         * html2text.el: (html2text-replace-list): Add new entities.
5611
5612 2005-09-11  Romain Francoise  <romain@orebokech.com>
5613
5614         * message.el (message-alternative-emails): Improve docstring.
5615         (message-setup-1): Call `message-use-alternative-email-as-from'
5616         after `message-setup-hook' to give it precedence over posting
5617         styles, etc.
5618         (message-use-alternative-email-as-from): Add docstring.  Remove
5619         the original From header if present.
5620
5621         * nnml.el (nnml-compressed-files-size-threshold): New variable.
5622         (nnml-save-mail): Use it.
5623
5624         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
5625         articles.  Add new argument `silent'.
5626         (gnus-uu-mark-all): Report the total number of marked articles.
5627
5628 2005-09-10  Romain Francoise  <romain@orebokech.com>
5629
5630         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
5631         (gnus-uu-mark-series): Likewise.
5632
5633 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
5634
5635         * spam-report.el (spam-report-gmane): Fix generation of spam
5636         report URL.
5637
5638 2005-09-10  Simon Josefsson  <jas@extundo.com>
5639
5640         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
5641         t, based on discussion on the ding list with Robert Epprecht
5642         <epprecht@solnet.ch>.
5643
5644 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
5645
5646         * spam-report.el (spam-report-gmane): Make it work without
5647         X-Report-Spam header.  Gmane now only provides Archived-At.
5648         This is only used if `spam-report-gmane-use-article-number' is nil.
5649         (spam-report-gmane-spam-header): Remove.  Not used anymore.
5650
5651         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
5652         make `gnus-summary-sort-by-recipient' work with threading.
5653
5654         * nnweb.el (nnweb-google-wash-article): Print a message if article
5655         is not available.
5656
5657 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5658
5659         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
5660         change.  Decode text/* parts content before displaying.
5661
5662 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5663
5664         * mml-smime.el: Remove defvar of gnus-extract-address-components.
5665
5666 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5667
5668         * mm-view.el (mm-display-inline-fontify): Disable support modes.
5669
5670         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
5671         url-package-name, url-package-version,
5672         w3m-cid-retrieve-function-alist, w3m-current-buffer,
5673         w3m-display-inline-images, and w3m-minor-mode-map.
5674
5675 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
5676
5677         * message.el (message-tab-body-function): Fixed mismatched custom
5678         type.
5679
5680         * gnus.el (gnus-group-change-level-function): Ditto.
5681
5682         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
5683
5684         * gnus-art.el (gnus-signature-limit)
5685         (gnus-article-mime-part-function): Ditto.
5686
5687 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5688
5689         * mml.el (mml-mode): Silence the byte compiler.
5690
5691         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
5692         using `(sit-for 0)' before moving the point to the specified part;
5693         skip unbuttonized parts.
5694         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
5695         return to the summary window if gnus-auto-select-part is non-nil.
5696
5697 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
5698
5699         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
5700         variables.
5701         (mml-dnd-attach-file, mml-mode): Use them.
5702
5703         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
5704         Make fetching article by MID work again for Google Groups.  Added
5705         FIXME concerning gnus-group-make-web-group.
5706
5707         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
5708         Don't depend on Gnus by using mail-extract-address-components if
5709         gnus-extract-address-components is not bound.
5710
5711 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5712
5713         * gnus-art.el (gnus-mime-display-security): Don't display the
5714         signature, but only the signed part.
5715
5716 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5717
5718         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
5719
5720         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
5721         list, not listp.
5722
5723 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
5724
5725         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
5726         when encoding.
5727
5728         * mm-bodies.el (mm-decode-content-transfer-encoding):
5729         De-canonicalize CRLF for all text content types, not just
5730         text/plain.
5731
5732 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5733
5734         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
5735         valid article; point arrow and cursor at the MIME button.
5736
5737 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5738
5739         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
5740         Suggested by Dan Christensen <jdc@uwo.ca>.
5741
5742         * mm-decode.el (mm-save-part): Enable change of prompt.
5743
5744 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
5745
5746         * gnus-msg.el (gnus-inews-add-send-actions): Made
5747         `message-post-method' lambda parameter ARG `&optional'.
5748
5749 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5750
5751         * gnus-sum.el (gnus-summary-mime-map): Added
5752         gnus-article-save-part-and-strip, gnus-article-delete-part and
5753         gnus-article-jump-to-part.
5754
5755         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
5756         (gnus-article-edit-part): Use it.
5757         (gnus-article-part-wrapper): Added no-handle argument.
5758         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
5759         functions.
5760
5761 2005-08-29  Romain Francoise  <romain@orebokech.com>
5762
5763         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5764         docstring.
5765         (gnus-face-from-file): Likewise.
5766
5767 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5768
5769         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
5770         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
5771         non-nil.
5772         (gnus-auto-select-part): New variable.
5773         (gnus-article-jump-to-part): New function.
5774         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
5775         (gnus-mime-delete-part): Allow selecting specified part after
5776         deleting or stripping parts.
5777         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
5778         part if argument is bogus.
5779
5780 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
5781
5782         * gnus-art.el (w3m-minor-mode-map):
5783         * gnus-spec.el (gnus-newsrc-file-version):
5784         * gnus-util.el (nnmail-active-file-coding-system)
5785         (gnus-original-article-buffer, gnus-user-agent):
5786         * gnus.el (gnus-ham-process-destinations)
5787         (gnus-parameter-ham-marks-alist)
5788         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
5789         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
5790         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
5791         * mm-decode.el (gnus-current-window-configuration):
5792         * mm-extern.el (gnus-article-mime-handles):
5793         * mm-url.el (url-current-object, url-package-name)
5794         (url-package-version):
5795         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
5796         (smime-keys, w3m-cid-retrieve-function-alist)
5797         (w3m-current-buffer, w3m-display-inline-images)
5798         (w3m-minor-mode-map):
5799         * mml-smime.el (gnus-extract-address-components):
5800         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
5801         (gnus-newsrc-hashtb, message-default-charset)
5802         (message-deletable-headers, message-options)
5803         (message-posting-charset, message-required-mail-headers)
5804         (message-required-news-headers):
5805         * mml1991.el (mc-pgp-always-sign):
5806         * mml2015.el (mc-pgp-always-sign):
5807         * nnheader.el (nnmail-extra-headers):
5808         * rfc1843.el (gnus-decode-encoded-word-function)
5809         (gnus-decode-header-function, gnus-newsgroup-name):
5810         * spam-stat.el (gnus-original-article-buffer): Add defvars.
5811
5812 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
5813
5814         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
5815         the end of the date treatments.
5816
5817 2005-08-15  Simon Josefsson  <jas@extundo.com>
5818
5819         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
5820         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
5821         Capello and Romain Francoise.
5822         (pgg-fetch-key-function): Removed, not used?
5823         (pgg-insert-url-with-w3): Require url, to get
5824         url-insert-file-contents regardless of where it is defined.
5825
5826 2005-08-13  Romain Francoise  <romain@orebokech.com>
5827
5828         * message.el (message-cite-original-1): New function.
5829         (message-cite-original): Use it.
5830         (message-cite-original-without-signature): Ditto.
5831
5832 2005-08-08  Romain Francoise  <romain@orebokech.com>
5833
5834         * message.el (message-yank-empty-prefix): New variable.
5835         (message-indent-citation): Use it.
5836         (message-cite-original-without-signature): Respect X-No-Archive.
5837
5838 2005-08-08  Simon Josefsson  <jas@extundo.com>
5839
5840         * pgg.el: Autoload url-insert-file-contents instead of loading
5841         w3/url.
5842         (pgg-insert-url-with-w3): Don't load url here.
5843
5844 2005-08-07  Jesper Harder  <harder@phys.au.dk>
5845
5846         * message.el (message-kill-to-signature): Don't insert newline at
5847         bol.
5848         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
5849
5850 2005-08-06  Romain Francoise  <romain@orebokech.com>
5851
5852         * message.el (message-user-fqdn): Fix typo in docstring.
5853
5854 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
5855
5856         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
5857
5858         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
5859
5860 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5861
5862         * mm-bodies.el (mm-encode-body): Use coding system rather than
5863         charset to encode text.
5864
5865         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
5866         number of charsets if utf-8 is available (XEmacs).
5867
5868 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
5869
5870         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
5871         taken from `gnus-button-mid-or-mail-regexp'.
5872         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
5873         (gnus-button-alist): Improve regexp for domain part of the MIDs
5874         for news:localpart@domain buttons.
5875         (gnus-button-ctan-directory-regexp): Update.
5876
5877 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5878
5879         * sieve-manage.el (sieve-manage-interactive-login): Use
5880         make-local-variable rather than make-variable-buffer-local.
5881         (sieve-manage-open): Ditto.
5882         (sieve-manage-authenticate): Ditto.
5883
5884         * mml.el (mml-generate-mime-1): Make the content type default to
5885         text/plain if the filename is not specified.
5886
5887 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5888
5889         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
5890         instead of insert-buffer.
5891
5892         * message.el (message-yank-original): Ditto; set the mark at the
5893         end of the yanked message.
5894
5895 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5896
5897         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
5898         lines to scroll rather than to stop it.
5899
5900         * mml.el (mml-generate-default-type): Add doc string.
5901         (mml-generate-mime-1): Use mm-default-file-encoding or make it
5902         default to application/octet-stream when determining the content
5903         type if it is not specified for the part or the mml contents; add
5904         a comment about mml-generate-default-type.
5905
5906 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
5907
5908         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
5909         make it default to application/octet-stream when determining the
5910         content type if it is not specified for the external contents.
5911
5912 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5913
5914         * rfc2231.el (rfc2231-parse-string): Take care that not only a
5915         segmented parameter but also other parameters might be there.
5916
5917 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5918
5919         * mm-decode.el (mm-display-external): Delete temp file, directory
5920         and buffer immediately if the external process is exited.
5921
5922 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5923
5924         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
5925         fewer lines than that of scroll-margin.
5926         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
5927
5928 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5929
5930         * gnus-art.el (gnus-article-next-page): Revert.
5931         (gnus-article-beginning-of-window): New macro.
5932         (gnus-article-next-page-1): Use it.
5933         (gnus-article-prev-page): Ditto.
5934         (gnus-article-edit-part): Use insert-buffer-substring instead of
5935         insert-buffer.
5936         (gnus-article-edit-exit): Ditto.
5937
5938         * gnus-util.el (gnus-beginning-of-window): Remove.
5939         (gnus-end-of-window): Remove.
5940
5941         * lpath.el: Don't bind header-line-format and scroll-margin.
5942
5943 2005-07-25  Simon Josefsson  <jas@extundo.com>
5944
5945         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
5946         to have the url package without w3.  Reported by Daiki Ueno
5947         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
5948
5949 2005-07-20  Didier Verna  <didier@xemacs.org>
5950
5951         * gnus-diary.el: Remove the description comment (nndiary is now
5952         properly documented in the Gnus manual).
5953         Fix the spelling of "Back End".
5954         * nndiary.el: Ditto.
5955         Fix the copyright notice.
5956
5957 2005-07-18  Romain Francoise  <romain@orebokech.com>
5958
5959         * gnus-sum.el (gnus-summary-to-prefix,
5960         gnus-summary-newsgroup-prefix): New variables.
5961         (gnus-summary-from-or-to-or-newsgroups): Use them.
5962
5963 2005-07-17  Romain Francoise  <romain@orebokech.com>
5964
5965         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
5966         space as it's generally not especially interesting to the user.
5967
5968 2005-07-16  Romain Francoise  <romain@orebokech.com>
5969
5970         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
5971         nil to avoid prompting and file modification if one of the
5972         messages at the top of the nnfolder file contains a copyright
5973         notice.
5974         Update copyright notice.
5975
5976         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
5977         instead of `current-time-string' as the latter creates a time
5978         string that is not RFC 2822 compliant (it lacks the zone).
5979         Update copyright notice.
5980
5981 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5982
5983         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
5984         for text/rtf.  Display default in prompt.  Pass default for M-n.
5985
5986         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
5987
5988 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5989
5990         * gnus-msg.el (gnus-button-mailto): Remove
5991         save-selected-window-window hackery because it relies on
5992         save-selected-window internals.
5993
5994 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5995
5996         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
5997         (gnus-article-next-page-1): Use gnus-beginning-of-window.
5998         (gnus-article-prev-page): Ditto.
5999
6000         * gnus-util.el (gnus-beginning-of-window): New function.
6001         (gnus-end-of-window): New function.
6002
6003         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
6004
6005 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
6006
6007         * gnus-score.el (gnus-score-edit-all-score): Set
6008         gnus-score-edit-exit-function to gnus-score-edit-done and call
6009         gnus-message.
6010
6011 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6012
6013         * gnus-msg.el (gnus-button-mailto): Remove
6014         save-selected-window-window hackery because it relies on
6015         save-selected-window internals.
6016
6017 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6018
6019         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
6020         add-minor-mode.
6021         (gnus-binary-mode): Ditto.
6022
6023         * gnus-topic.el (gnus-topic-mode): Ditto.
6024
6025 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
6026
6027         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
6028         (gnus-article-prev-page): Take scroll-margin into consideration.
6029
6030 2005-07-04  Lute Kamstra  <lute@gnu.org>
6031
6032         Update FSF's address in GPL notices.
6033
6034 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
6035
6036         * gnus.el (gnus-exit):
6037         * gnus-group.el (gnus-group-icons):
6038         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
6039
6040         * gnus-nocem.el (gnus-nocem):
6041         * message.el (message-various, message-buffers, message-sending)
6042         (message-interface, message-forwarding, message-insertion)
6043         (message-headers, message-news, message-mail):
6044         * pgg-gpg.el (pgg-gpg):
6045         * pgg-parse.el (pgg-parse):
6046         * pgg-pgp.el (pgg-pgp):
6047         * pgg-pgp5.el (pgg-pgp5):
6048         * pop3.el (pop3): Finish `defgroup' description with period.
6049
6050 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6051
6052         * gnus-art.el (article-display-face): Improve the efficiency.
6053         (article-display-x-face): Ditto; remove grey x-face stuff.
6054
6055 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6056
6057         * gnus-art.el (article-display-face): Correct the position in
6058         which Faces are inserted.
6059
6060 2005-06-29  Didier Verna  <didier@xemacs.org>
6061
6062         * gnus-art.el (article-display-face): Display faces in correct
6063         order.
6064
6065 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6066
6067         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
6068         (gnus-fill-real-hashtb): Use hash table instead of obarray.
6069         (gnus-nocem-check-article): Fetch the Type header.
6070         (gnus-nocem-message-wanted-p): Fix the way to examine types.
6071         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
6072         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
6073         make sure gnus-nocem-hashtb is initialized.
6074         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
6075         (gnus-nocem-unwanted-article-p): Ditto.
6076
6077         * pgg.el (pgg-verify): Return the verification result.
6078
6079 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6080
6081         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
6082         is ascii.
6083
6084 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
6085
6086         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
6087         `show-nonbreak-escape'.
6088
6089 2005-06-23  Lute Kamstra  <lute@gnu.org>
6090
6091         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
6092
6093         * dig.el (dig-mode):
6094         * smime.el (smime-mode): Use gnus-run-mode-hooks.
6095
6096 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
6097
6098         * nnimap.el (nnimap-split-download-body): Fix spellings.
6099
6100 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
6101
6102         * gnus-art.el (gnus-article-encrypt-body):
6103         * gnus-cus.el (gnus-score-customize):
6104         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
6105         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
6106
6107 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6108
6109         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
6110         header by looking for magic "MII" at the beginnig.
6111
6112 2005-06-16  Miles Bader  <miles@gnu.org>
6113
6114         * gnus-xmas.el (gnus-xmas-group-startup-message):
6115         Use renamed gnus-splash face.
6116
6117         * assistant.el (assistant-field): Remove "-face" suffix from face name.
6118         (assistant-field-face): New backward-compatibility alias for renamed
6119         face.
6120         (assistant-render-text): Use renamed assistant-field face.
6121
6122         * spam.el (spam): Remove "-face" suffix from face name.
6123         (spam-face): New backward-compatibility alias for renamed face.
6124         (spam-face, spam-initialize): Use renamed spam face.
6125
6126         * message.el (message-header-to, message-header-cc)
6127         (message-header-subject, message-header-newsgroups)
6128         (message-header-other, message-header-name)
6129         (message-header-xheader, message-separator, message-cited-text)
6130         (message-mml): Remove "-face" suffix from face names.
6131         (message-header-to-face, message-header-cc-face)
6132         (message-header-subject-face, message-header-newsgroups-face)
6133         (message-header-other-face, message-header-name-face)
6134         (message-header-xheader-face, message-separator-face)
6135         (message-cited-text-face, message-mml-face):
6136         New backward-compatibility aliases for renamed faces.
6137         (message-font-lock-keywords): Use renamed message faces.
6138
6139         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
6140         (sieve-test-commands, sieve-tagged-arguments):
6141         Remove "-face" suffix from face names.
6142         (sieve-control-commands-face, sieve-action-commands-face)
6143         (sieve-test-commands-face, sieve-tagged-arguments-face):
6144         New backward-compatibility aliases for renamed faces.
6145         (sieve-control-commands-face, sieve-action-commands-face)
6146         (sieve-test-commands-face, sieve-tagged-arguments-face):
6147         Use renamed sieve faces.
6148
6149         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
6150         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
6151         (gnus-group-news-3-empty, gnus-group-news-4)
6152         (gnus-group-news-4-empty, gnus-group-news-5)
6153         (gnus-group-news-5-empty, gnus-group-news-6)
6154         (gnus-group-news-6-empty, gnus-group-news-low)
6155         (gnus-group-news-low-empty, gnus-group-mail-1)
6156         (gnus-group-mail-1-empty, gnus-group-mail-2)
6157         (gnus-group-mail-2-empty, gnus-group-mail-3)
6158         (gnus-group-mail-3-empty, gnus-group-mail-low)
6159         (gnus-group-mail-low-empty, gnus-summary-selected)
6160         (gnus-summary-cancelled, gnus-summary-high-ticked)
6161         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
6162         (gnus-summary-high-ancient, gnus-summary-low-ancient)
6163         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
6164         (gnus-summary-low-undownloaded)
6165         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
6166         (gnus-summary-low-unread, gnus-summary-normal-unread)
6167         (gnus-summary-high-read, gnus-summary-low-read)
6168         (gnus-summary-normal-read, gnus-splash):
6169         Remove "-face" suffix from face names.
6170         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6171         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6172         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6173         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6174         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6175         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6176         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6177         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6178         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6179         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6180         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6181         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6182         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6183         (gnus-summary-normal-ticked-face)
6184         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
6185         (gnus-summary-normal-ancient-face)
6186         (gnus-summary-high-undownloaded-face)
6187         (gnus-summary-low-undownloaded-face)
6188         (gnus-summary-normal-undownloaded-face)
6189         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6190         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6191         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6192         (gnus-splash-face):
6193         New backward-compatibility aliases for renamed faces.
6194         (gnus-group-startup-message): Use renamed gnus faces.
6195
6196         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
6197         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
6198         (gnus-server-agent): Remove "-face" suffix from face names.
6199         (gnus-server-agent-face, gnus-server-opened-face)
6200         (gnus-server-closed-face, gnus-server-denied-face)
6201         (gnus-server-offline-face):
6202         New backward-compatibility aliases for renamed faces.
6203         (gnus-server-agent-face, gnus-server-opened-face)
6204         (gnus-server-closed-face, gnus-server-denied-face)
6205         (gnus-server-offline-face): Use renamed gnus faces.
6206
6207         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
6208         Remove "-face" suffix from face names.
6209         (gnus-picon-xbm-face, gnus-picon-face):
6210         New backward-compatibility aliases for renamed faces.
6211
6212         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
6213         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
6214         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
6215         (gnus-cite-11): Remove "-face" suffix from face names.
6216         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
6217         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
6218         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
6219         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
6220         New backward-compatibility aliases for renamed faces.
6221         (gnus-cite-attribution-face, gnus-cite-face-list)
6222         (gnus-article-boring-faces): Use renamed gnus faces.
6223
6224         * gnus-art.el (gnus-signature, gnus-header-from)
6225         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
6226         (gnus-header-content): Remove "-face" suffix from face names.
6227         (gnus-signature-face, gnus-header-from-face)
6228         (gnus-header-subject-face, gnus-header-newsgroups-face)
6229         (gnus-header-name-face, gnus-header-content-face):
6230         New backward-compatibility aliases for renamed faces.
6231         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
6232
6233         * gnus-sum.el (gnus-summary-selected-face)
6234         (gnus-summary-highlight): Use renamed gnus faces.
6235         * gnus-group.el (gnus-group-highlight): Likewise.
6236
6237 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
6238
6239         * gnus-sieve.el (gnus-sieve-article-add-rule):
6240         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
6241         * spam-stat.el (spam-stat-buffer-change-to-spam)
6242         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
6243
6244         * message.el (message-is-yours-p):
6245         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
6246
6247 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6248
6249         * mm-view.el (mm-inline-text): Withdraw the last change.
6250
6251 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
6254         executing enriched-decode.
6255
6256 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6257
6258         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
6259         charset of tar files.
6260
6261 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
6262
6263         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
6264
6265 2005-06-04  Lute Kamstra  <lute@gnu.org>
6266
6267         * nnfolder.el (nnfolder-read-folder): Make sure that undo
6268         information is never recorded.
6269
6270 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6271
6272         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
6273
6274 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6275
6276         * pop3.el (pop3-apop): Run md5 in the binary mode.
6277
6278         * starttls.el (starttls-set-process-query-on-exit-flag):
6279         Use eval-and-compile.
6280
6281 2005-05-31  Simon Josefsson  <jas@extundo.com>
6282
6283         * smime.el (smime-replace-in-string): Define.
6284         (smime-cert-by-ldap-1): Use it.
6285
6286 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6287
6288         * gnus-art.el (article-display-x-face): Replace
6289         process-kill-without-query by gnus-set-process-query-on-exit-flag.
6290
6291         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
6292         set-process-query-on-exit-flag or process-kill-without-query.
6293
6294         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
6295         loop instead of replace-regexp.
6296
6297         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
6298         instead of process-kill-without-query if it is available.
6299
6300         * lpath.el: Fbind ldap-search-entries.
6301
6302         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
6303         instead of find-file-hooks if it is available.
6304
6305         * mml1991.el: Bind pgg-default-user-id when compiling.
6306
6307         * mml2015.el: Bind pgg-default-user-id when compiling.
6308
6309         * nndraft.el (nndraft-request-associate-buffer):
6310         Use write-contents-functions instead of write-contents-hooks if it is
6311         available.
6312
6313         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
6314         instead of find-file-hooks if it is available.
6315
6316         * nntp.el (nntp-open-connection): Replace
6317         process-kill-without-query by gnus-set-process-query-on-exit-flag.
6318         (nntp-open-ssl-stream): Ditto.
6319         (nntp-open-tls-stream): Ditto.
6320
6321         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
6322         set-process-query-on-exit-flag or process-kill-without-query.
6323         (starttls-open-stream-gnutls): Use it instead of
6324         process-kill-without-query.
6325         (starttls-open-stream): Ditto.
6326
6327 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
6328
6329         * smime.el (smime-cert-by-ldap-1): Don't use
6330         replace-regexp-in-string.
6331
6332 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6333
6334         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
6335
6336         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
6337         in PEM format. Adjust to the XEmacs compability.
6338
6339 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
6340
6341         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
6342         by `string-to-number'.
6343         * gnus-agent.el (gnus-agent-regenerate-group)
6344         (gnus-agent-fetch-articles): Ditto.
6345         * gnus-art.el (gnus-button-fetch-group): Ditto.
6346         * gnus-cache.el (gnus-cache-generate-active)
6347         (gnus-cache-articles-in-group): Ditto.
6348         * gnus-group.el (gnus-group-set-current-level)
6349         (gnus-group-insert-group-line): Ditto.
6350         * gnus-score.el (gnus-score-set-expunge-below)
6351         (gnus-score-set-mark-below, gnus-summary-score-effect)
6352         (gnus-summary-score-entry): Ditto.
6353         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
6354         (gnus-soup-pack): Ditto.
6355         * gnus-spec.el (gnus-xmas-format): Ditto.
6356         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
6357         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
6358         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
6359         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
6360         * nndb.el (nndb-get-remote-expire-response): Ditto.
6361         * nndiary.el (nndiary-parse-schedule-value)
6362         (nndiary-string-to-number, nndiary-request-replace-article)
6363         (nndiary-request-article): Ditto.
6364         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
6365         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
6366         * nneething.el (nneething-make-head): Ditto.
6367         * nnfolder.el (nnfolder-request-article)
6368         (nnfolder-retrieve-headers): Ditto.
6369         * nnheader.el (nnheader-file-to-number): Ditto.
6370         * nnkiboze.el (nnkiboze-request-article): Ditto.
6371         * nnmail.el (nnmail-process-unix-mail-format)
6372         (nnmail-process-babyl-mail-format): Ditto.
6373         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
6374         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
6375         (nnmh-request-create-group, nnmh-request-list-1)
6376         (nnmh-request-group, nnmh-request-article): Ditto.
6377         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
6378         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
6379         * nnsoup.el (nnsoup-make-active): Ditto.
6380         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
6381         * nntp.el (nntp-find-group-and-number)
6382         (nntp-retrieve-headers-with-xover): Ditto.
6383         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
6384         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
6385         (pgg-format-key-identifier): Ditto.
6386         * pop3.el (pop3-last, pop3-stat): Ditto.
6387         * qp.el (quoted-printable-decode-region): Ditto.
6388
6389         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
6390         of concat.
6391
6392 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6393
6394         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
6395
6396         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
6397
6398         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
6399
6400         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
6401
6402         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
6403
6404         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
6405
6406         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
6407         (gnus-carpal-mode): Ditto.
6408
6409         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
6410         (gnus-browse-mode): Ditto.
6411
6412         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
6413
6414         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
6415
6416 2005-05-29  Richard M. Stallman  <rms@gnu.org>
6417
6418         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
6419
6420 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * gnus-util.el (gnus-run-mode-hooks): New function.
6423
6424         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
6425
6426         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
6427         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
6428
6429 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
6430
6431         * gnus-agent.el (gnus-agent-make-mode-line-string):
6432         Use mode-line-highlight as mouse-face.
6433
6434 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6435
6436         * canlock.el (canlock): Change the parent group to news.
6437
6438         * deuglify.el (gnus-outlook-deuglify): Add :group.
6439
6440         * dig.el (dig): Add :group.
6441
6442         * dns-mode.el (dns-mode): Add :group.
6443
6444         * encrypt.el (encrypt): Add :group.
6445
6446         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
6447         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
6448         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
6449         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
6450         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
6451
6452         * gnus-diary.el (gnus-diary): Add :group.
6453
6454         * gnus.el (gnus-group-news-1-face): Add :group.
6455         (gnus-group-news-1-empty-face): Ditto.
6456         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
6457         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
6458         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
6459         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
6460         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
6461         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
6462         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
6463         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
6464         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
6465         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
6466         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
6467         (gnus-summary-high-ticked-face): Ditto.
6468         (gnus-summary-low-ticked-face): Ditto.
6469         (gnus-summary-normal-ticked-face): Ditto.
6470         (gnus-summary-high-ancient-face): Ditto.
6471         (gnus-summary-low-ancient-face): Ditto.
6472         (gnus-summary-normal-ancient-face): Ditto.
6473         (gnus-summary-high-undownloaded-face): Ditto.
6474         (gnus-summary-low-undownloaded-face): Ditto.
6475         (gnus-summary-normal-undownloaded-face): Ditto.
6476         (gnus-summary-high-unread-face): Ditto.
6477         (gnus-summary-low-unread-face): Ditto.
6478         (gnus-summary-normal-unread-face): Ditto.
6479         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
6480         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
6481
6482         * hashcash.el (hashcash): New custom group.
6483         (hashcash-default-payment): Add :group.
6484         (hashcash-payment-alist): Ditto.
6485         (hashcash-default-accept-payment): Ditto.
6486         (hashcash-accept-resources): Ditto.
6487         (hashcash-path): Ditto.
6488         (hashcash-extra-generate-parameters): Ditto.
6489         (hashcash-double-spend-database): Ditto.
6490         (hashcash-in-news): Ditto.
6491
6492         * message.el (message-minibuffer-local-map): Add :group.
6493
6494         * netrc.el (netrc): Add :group.
6495
6496         * sieve-manage.el (sieve-manage-log): Add :group.
6497         (sieve-manage-default-user): Diito.
6498         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
6499         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
6500         (sieve-manage-authenticators): Ditto.
6501         (sieve-manage-authenticator-alist): Ditto.
6502         (sieve-manage-default-port): Ditto.
6503
6504         * sieve-mode.el (sieve-control-commands-face): Add :group.
6505         (sieve-action-commands-face): Ditto.
6506         (sieve-test-commands-face): Ditto.
6507         (sieve-tagged-arguments-face): Ditto.
6508
6509         * smime.el (smime): Add :group.
6510
6511         * spam-report.el (spam-report): Add :group.
6512
6513         * spam.el (spam, spam-face): Add :group.
6514
6515 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6516
6517         * nntp.el (nntp-next-result-arrived-p): Some news servers may
6518         return \n.\n.\n at the end of articles.  Protect against that.
6519         (nntp-with-open-group): Allow debugging.
6520
6521         * nnheader.el (mail-header-set-extra): Make into a function
6522         because I just could't understand how to quote the list properly.
6523
6524         * dns.el (query-dns-cached): New function.
6525
6526 2005-05-26  Lute Kamstra  <lute@gnu.org>
6527
6528         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
6529
6530 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
6533
6534         * gnus-art.el: Don't autoload mail-extract-address-components.
6535
6536         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
6537         eval-and-compile to evaluate it.
6538
6539         * hashcash.el: Don't autoload executable-find.
6540
6541         * nndb.el: Don't declare the nndb back end two or more times; don't
6542         autoload news-reply-mode, news-setup, cancel-timer and telnet.
6543
6544         * nntp.el: Autoload format-spec instead of format; use
6545         eval-and-compile to evaluate autoload forms.
6546
6547 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
6548
6549         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
6550
6551 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6552
6553         * gnus.el (gnus-version-number): Bump version.
6554
6555 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6556
6557         * gnus.el: No Gnus v0.3 is released.
6558
6559 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6560
6561         * lpath.el (featurep): Bind show-nonbreak-escape.
6562
6563 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6564
6565         * gnus-art.el (gnus-article-edit-part): Disable undo.
6566
6567 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
6570         gnus-article-date-lapsed-new-header is t if date timer is active;
6571         skip headers in which the original date value is empty.
6572         (gnus-article-save-original-date): Redefine it as a macro.
6573         (gnus-display-mime): Use it.
6574
6575 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6576
6577         * gnus-art.el (article-date-ut): Support converting date in
6578         forwarded parts as well.
6579         (gnus-article-save-original-date): New function.
6580         (gnus-display-mime): Use it.
6581
6582 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
6583
6584         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
6585         enclosure element of <item>.
6586
6587 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
6588
6589         * message.el (message-kill-buffer-query): Renamed from
6590         `message-kill-buffer-query-if-modified'.  Added :version.
6591
6592 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
6595         window layout.
6596
6597 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6598
6599         * mml.el: Autoload dnd when compiling.
6600
6601 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6602
6603         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
6604         x-dnd-*.
6605
6606 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6607
6608         * qp.el (quoted-printable-encode-region): Save excursion.
6609
6610 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6611
6612         * message.el (message-kill-buffer-query-if-modified): Add new variable
6613         so the user can kill a modified message buffer quickly.
6614         (message-kill-buffer): Use it.
6615
6616 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6617
6618         * lpath.el: Fbind display-time-event-handler; don't fbind
6619         string-to-multibyte.
6620
6621         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
6622
6623 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6624
6625         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
6626         contained in text because xml.el decodes entities) with LFs.
6627
6628 2005-04-11  Lute Kamstra  <lute@gnu.org>
6629
6630         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
6631         differently.
6632
6633 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6634
6635         * mm-util.el (mm-detect-coding-region): Typo.
6636
6637 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6638
6639         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
6640
6641 2005-04-06  D Goel  <deego@gnufans.org>
6642
6643         * spam-stat.el (spam-stat-score-buffer): Add a call to a
6644         user-function allow user modifications of the scores.
6645         (spam-stat-score-buffer-user): New function, to allow
6646         user-computed modifications to the score.
6647         (spam-stat-score-buffer-user-functions): list of additional
6648         scoring functions
6649         (spam-stat-error-holder): global temporary error holder
6650         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
6651         variable
6652
6653 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6654
6655         * gnus-registry.el (gnus-registry-clean-empty-function)
6656         (gnus-registry-trim, gnus-registry-fetch-groups)
6657         (gnus-registry-delete-group): Groups that match
6658         `gnus-registry-ignored-groups' are removed from the registry
6659         entries, not just ignored for splitting.  This helps clean up the
6660         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
6661         to get all the groups a message ID is in.
6662
6663         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
6664         (spam-stat-split-fancy): Change "threshhold" to "threshold"
6665         (spam-stat-score-buffer-user-functions): Add :number custom type.
6666
6667 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6668
6669         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
6670         argument in XEmacs.
6671
6672         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
6673         (nnrss-request-group): Decode group name first.
6674         (nnrss-request-article): Make a text/plain article if mml-to-mime
6675         failed.
6676         (nnrss-get-encoding): Return a compatible encoding according to
6677         nnrss-compatible-encoding-alist.
6678         (nnrss-find-el): Use consp instead of listp.
6679         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
6680
6681 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6682
6683         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
6684         which Emacs 20 doesn't support.
6685         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
6686
6687 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6688
6689         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
6690         silence the byte compiler inside the defun
6691
6692         * gnus-demon.el (parse-time-string): Add autoload.
6693
6694         * gnus-delay.el (parse-time-string): Add autoload.
6695
6696         * gnus-art.el (parse-time-string): Add autoload.
6697
6698         * nnultimate.el (parse-time): Require for `parse-time-string'.
6699
6700 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6701
6702         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
6703
6704         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
6705
6706         * smime.el (smime-ldap-host-list): Add :version.
6707
6708 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6709
6710         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
6711         pass it to `gnus-browse-read-group'.
6712         (gnus-browse-read-group): Add NUMBER argument and pass it to
6713         `gnus-group-read-ephemeral-group'.
6714
6715         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
6716         argument and pass it to `gnus-group-read-group'.
6717
6718 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
6719
6720         * mm-util.el (mm-xemacs-find-mime-charset): Only call
6721         mm-xemacs-find-mime-charset-1 if we have the mule feature
6722         available at runtime.
6723
6724 2005-03-25  Werner Lemberg  <wl@gnu.org>
6725
6726         * nnmaildir.el: Replace `illegal' with `invalid'.
6727
6728 2005-03-23  Lute Kamstra  <lute@gnu.org>
6729
6730         * time-date.el: Add comment on time value formats.
6731         Don't require parse-time.
6732         (with-decoded-time-value): New macro.
6733         (encode-time-value): New function.
6734         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6735         (days-to-time): Return a valid time value when arg is huge.
6736         (time-since): Use time-subtract.
6737         (time-to-number-of-days): Use time-to-seconds.
6738
6739 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6740
6741         * gnus-start.el (gnus-display-time-event-handler):
6742         Check display-time-timer at runtime rather than only at load time
6743         in case display-time-mode is turned off in the mean time.
6744
6745 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6746
6747         * nnimap.el (nnimap-open-connection): Print which authinfo file is
6748         used.
6749
6750         * nneething.el (nneething-map-file-directory): Derive from
6751         `gnus-directory'.
6752
6753         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
6754         the To/Cc button.
6755
6756 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6757
6758         * nnmaildir.el (nnmaildir-request-accept-article):
6759         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
6760
6761 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6762
6763         * gnus-async.el: Require timer-funcs at compile time when in
6764         XEmacs for `run-with-idle-timer'.
6765
6766 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6767
6768         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
6769         autoloaded function.
6770
6771 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6772
6773         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
6774
6775 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
6776
6777         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
6778
6779 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6780
6781         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
6782         gnus-expert-user to default.
6783
6784 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
6785
6786         * nnimap.el (nnimap-open-server): Ditto.
6787
6788         * imap.el (imap-authenticate): Fix typo.
6789
6790 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
6791
6792         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
6793         buffer (since IMAP server might return FETCH response out of
6794         order, and the nntp buffer must be sorted).
6795
6796 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
6797
6798         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
6799         comparison on string.
6800
6801         * gnus-agent.el (gnus-agent-long-article,
6802         gnus-agent-short-article, gnus-agent-score): Renamed category
6803         keywords to match gnus-cus.
6804         (gnus-agent-summary-fetch-series): Modified to protect against
6805         gnus-agent-summary-fetch-group clearing processable flags.
6806         (gnus-agent-synchronize-group-flags): Update live group buffer as
6807         synchronization may occur due to the user toggle the plugged
6808         status.
6809         (gnus-agent-fetch-group-1): Clear downloadable flag when article
6810         successfully downloaded.
6811         (gnus-agent-expire-group-1): Avoid using markers when the overview
6812         is in ascending order; greatly improves performance.
6813         (gnus-agent-regenerate-group): Use
6814         gnus-agent-synchronize-group-flags to reset read status in both
6815         gnus and server.
6816         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
6817
6818 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6819
6820         * message.el: Don't autoload former message-utils variables.
6821         (message-strip-subject-trailing-was): Change doc string.
6822
6823         * nnweb.el: Fixes for `gnus-group-make-web-group'.
6824         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
6825         (nnweb-google-search): Add "hl=en" here.
6826         (nnweb-google-parse-1, nnweb-google-create-mapping):
6827         Don't hardcode URL.
6828
6829 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6830
6831         * message.el (message-get-reply-headers, message-followup):
6832         Mention related variables `message-use-followup-to' and
6833         `message-use-mail-followup-to', in the information buffer.
6834
6835         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
6836         of broken groups(-beta).google.com.
6837
6838 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6839
6840         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
6841         parameter to invoked gnus-request-move-article; remove the
6842         redundant gnus-sum-hint-move-is-internal variable; apply the marks
6843         all at once instead of once per article.
6844         (gnus-summary-remove-process-mark): Accept a list of articles as
6845         well as a single article for processing.
6846
6847         * gnus-int.el (gnus-request-move-article): Add move-is-internal
6848         parameter.
6849
6850         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
6851
6852         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
6853
6854         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
6855         parameter.
6856
6857         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
6858         parameter.
6859
6860         * nnimap.el (nnimap-request-move-article): Add move-is-internal
6861         parameter and remove the gnus-sum-hint-move-is-internal variable.
6862
6863         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
6864         parameter.
6865
6866         * nndraft.el (nndraft-request-move-article): Add move-is-internal
6867         parameter.
6868
6869         * nndiary.el (nndiary-request-move-article): Add move-is-internal
6870         parameter.
6871
6872         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
6873
6874         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
6875         parameter.
6876
6877         * nnagent.el (nnagent-request-move-article): Add move-is-internal
6878         parameter.
6879
6880 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6881
6882         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
6883         a more conservative way.
6884
6885 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6886
6887         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
6888         buffer, so it moves the window's cursor.
6889
6890 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6891
6892         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
6893         `mm-dissect-multipart' and receive the from field as an (optional)
6894         argument from `mm-dissect-multipart'.
6895         (mm-dissect-multipart): Receive the from field as an argument and
6896         pass it on when we call `mm-dissect-buffer' on MIME parts.
6897         Fixes verification/decryption of signed/encrypted MIME parts.
6898
6899 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6900
6901         * gnus-sum.el (gnus-summary-move-article): Set
6902         gnus-sum-hint-move-is-internal for gnus-request-move-article and
6903         whatever it calls (right now, only nnimap-request-move article
6904         respects it).
6905
6906         * nnimap.el (nnimap-request-move-article): When
6907         gnus-sum-hint-move-is-internal is set, don't do the extra
6908         nnimap-request-article.
6909
6910 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6911
6912         * nnheader.el (nnheader-find-file-noselect): Add doc string.
6913
6914         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
6915         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
6916
6917         * gnus-sum.el (gnus-summary-caesar-message):
6918         Apply `gnus-treat-article' after rotation.
6919
6920         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
6921         doc string.
6922
6923 2005-02-22  Simon Josefsson  <jas@extundo.com>
6924
6925         * encrypt.el (encrypt-password-cache-expiry): Remove (use
6926         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
6927         <arne@arnested.dk>.
6928         (encrypt): Add password-cache and password-cache-expiry as group
6929         members.
6930
6931 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6932
6933         * smime.el (smime-ldap-host-list): Doc fix.
6934         (smime-ask-passphrase): Use `password-read-and-add' to read (and
6935         cache) password.
6936         (smime-sign-region): Use it.
6937         (smime-decrypt-region): Use it.
6938         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
6939         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
6940         fails.
6941         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
6942         certificate from DER to PEM format rather than calling openssl.
6943
6944         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
6945
6946         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
6947         for signing/encryption.
6948
6949         * mml.el (mml-parse-1): Use them.
6950
6951 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6952
6953         * nnrss.el (nnrss-verbose): Removed.
6954         (nnrss-request-group): Use `nnheader-message' instead.
6955
6956 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
6957
6958         * nnrss.el (nnrss-verbose): New variable.
6959         (nnrss-request-group): Make it say nnrss is requesting a group.
6960
6961 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6962
6963         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
6964         Handle news URL with given port correctly.
6965
6966 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
6969         containing special characters.
6970
6971         * gnus-sum.el (gnus-summary-edit-article): Ditto.
6972
6973         * mml.el (mime-to-mml): Ditto.
6974
6975         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
6976         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
6977         (rfc2047-decode-region): Quote decoded words containing special
6978         characters when rfc2047-quote-decoded-words-containing-tspecials
6979         is non-nil.
6980
6981 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6982
6983         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
6984
6985         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
6986
6987 2005-02-15  Simon Josefsson  <jas@extundo.com>
6988
6989         * nnimap.el (nnimap-debug): Doc fix.
6990
6991         * imap.el (imap-debug): Doc fix.
6992
6993 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6994
6995         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
6996
6997 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6998
6999         * gnus.el (spam-contents): Improve docs for spam-contents
7000         parameter in its variable incarnation.
7001
7002 2005-02-14  Simon Josefsson  <jas@extundo.com>
7003
7004         * smime-ldap.el: Use require instead of load-library for ldap.
7005         (smime-ldap-search): Indent.
7006         (smime-ldap-search-internal): Shorten line.
7007
7008         * smime.el (smime-cert-by-dns): Add doc-string.
7009         (smime-cert-by-ldap-1): Indent.
7010
7011         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
7012         mml-smime-get-dns-ldap.
7013         (mml-smime-encrypt-query): Use new function.  Default to ldap.
7014
7015 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7016
7017         * smime.el: Require smime-ldap.
7018         (smime-ldap-host-list): New variable.
7019         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
7020
7021         * mml-smime.el (mml-smime-encrypt-query): New function.
7022         (mml-smime-encrypt-query): Use it.
7023
7024         * smime-ldap.el: New file.
7025
7026 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7027
7028         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
7029
7030 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7031
7032         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
7033         argument in doc string.  Make query for type more clear.
7034
7035 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7036
7037         * gnus.el (gnus-group-startup-message): Search for gnus images in
7038         etc/images/gnus.
7039         * mm-util.el (mm-image-load-path): Likewise.
7040         * smiley.el (smiley-data-directory): Search for smilies in
7041         etc/images/smilies.
7042
7043 2005-02-09  Kim F. Storm  <storm@cua.dk>
7044
7045         Change Emacs release version from 21.4 to 22.1 throughout.
7046         Change Emacs development version from 21.3.50 to 22.0.50.
7047
7048 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7049
7050         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
7051
7052         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
7053         non-Mule XEmacs as well.
7054         (mm-decompress-buffer): Signal an error intentionally if it does
7055         not decompress compressed data because auto-compression-mode is
7056         disabled.
7057
7058 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
7059
7060         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
7061         an ID in the registry even if it has no groups.
7062
7063 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7064
7065         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
7066         merge it into mm-decompress-buffer.
7067         (gnus-mime-copy-part): Use the MIME part charset, the value which
7068         a user specified or gnus-newsgroup-charset for decoding, like
7069         gnus-mime-inline-part does; set buffer-file-coding-system to tell
7070         save-buffer what was used.  Suggested by Kevin Ryde
7071         <user42@zip.com.au>.
7072         (gnus-mime-inline-part): Allow the name parameter as well as the
7073         filename parameter; force decompressing of compressed data; always
7074         display contents being not decoded as unibyte.
7075
7076         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
7077         as well as the filename parameter.
7078
7079         * mm-util.el (mm-decompress-buffer): Merge
7080         gnus-mime-jka-compr-maybe-uncompress.
7081         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
7082         of compressed data.
7083
7084 2005-02-08  Simon Josefsson  <jas@extundo.com>
7085
7086         * imap.el (imap-log): Doc fix.
7087
7088 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7089
7090         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
7091         the coding cookies; decompress compressed parts.
7092
7093         * mml.el (mml-generate-mime-1): Add the charaset parameter according
7094         to the value which a user specified manually or the coding cookie.
7095
7096         * mm-util.el (mm-string-to-multibyte): New function.
7097         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
7098         (mm-coding-system-to-mime-charset): New function.
7099         (mm-decompress-buffer): New function.
7100         (mm-find-buffer-file-coding-system): New function.
7101
7102         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
7103         (mm-display-inline-fontify): Rewrite for decoding and decompressing
7104         parts.
7105
7106 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7107
7108         * mm-view.el (mm-display-inline-fontify): Decode a part according
7109         to the charset parameter.
7110
7111 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7112
7113         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
7114         prefix arg is neither nil nor a number, as info specifies.
7115
7116 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7117
7118         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
7119         timestamps.
7120
7121 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
7122
7123         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
7124         groups error checking and notify user.
7125
7126 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
7127
7128         * message.el (message-send-mail-function): Check existence of
7129         sendmail-program first before using default value
7130         `message-send-mail-with-sendmail'.  Otherwise use more generic
7131         `smtpmail-send-it'.
7132
7133 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7134
7135         * nntp.el (nntp-request-update-info): Always return nil.
7136
7137 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7138
7139         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
7140
7141 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7142
7143         * message.el (message-beginning-of-line): Change the behavior when
7144         invoked between BOL and : so that it first moves backward.
7145
7146 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7147
7148         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
7149         article buffer when editing of the article is discarded.
7150         (gnus-article-prepare): Revert.
7151
7152 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7153
7154         * gnus-art.el (gnus-article-prepare):
7155         Remove message-strip-forbidden-properties from the local hook.
7156
7157 2005-01-27  Simon Josefsson  <jas@extundo.com>
7158
7159         * password.el (password-cache-add): Only start one timer per key.
7160         Reported by Derek Atkins <warlord@MIT.EDU>.
7161
7162 2005-01-26  Steve Youngs  <steve@sxemacs.org>
7163
7164         * run-at-time.el: Removed.  It is no longer needed as
7165         timer-funcs.el in the xemacs-base package has a working version of
7166         `run-at-time'.
7167
7168         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
7169
7170         * password.el: Require timer-funcs instead of run-at-time in
7171         XEmacs.
7172         Remove `password-run-at-time' macro.
7173         (password-cache-add): Use `run-at-time' instead of
7174         `password-run-at-time'.
7175
7176         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
7177         Remove `nnheader-cancel-function-timers' alias,
7178         `cancel-function-timers' exists in XEmacs in timer-funcs.
7179
7180         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
7181         for `run-with-idle-timer'.
7182
7183         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
7184         for `run-at-time'.
7185
7186         * mm-url.el: Require timer-funcs at compile time when in XEmacs
7187         for `with-timeout'.
7188
7189         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
7190         the same as for XEmacs 21.4.
7191         No need to ignore `run-with-idle-timer', this function exists in
7192         XEmacs now in timer-funcs.el in the xemacs-base package.
7193         (dgnushack-compile): No need to delete
7194         run-at-time.el from the list of files to compile because it
7195         doesn't exist anymore.
7196
7197 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * mml.el (mml-generate-mime-1): Convert string into unibyte when
7200         inserting " *mml*" buffer's contents into a unibyte temp buffer.
7201
7202 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
7203
7204         * mail-source.el (mail-source-fetch-imap): Search for ^From case
7205         sensitively.
7206
7207 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
7208
7209         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
7210
7211 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7212
7213         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
7214         which will be inserted according to the multibyteness of a buffer
7215         rather than the type of contents.  Suggested by ARISAWA Akihiro
7216         <ari@mbf.ocn.ne.jp>.
7217
7218         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
7219         of string which old xml.el may return rather than a string.
7220
7221 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7222
7223         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
7224
7225 2005-01-16  Simon Josefsson  <jas@extundo.com>
7226
7227         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
7228         idn/idna.el isn't available.
7229         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
7230         <michael@waxrat.com>.
7231
7232         * hashcash.el: Remove non-FSF copyright header.
7233
7234         * hashcash.el (hashcash-extra-generate-parameters): New variable.
7235         (hashcash-generate-payment): Use it.
7236         (hashcash-generate-payment-async): Use it.
7237
7238 2005-01-15  Simon Josefsson  <jas@extundo.com>
7239
7240         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
7241         Suggested by Raymond Scholz <ray-2005@zonix.de>.
7242
7243         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
7244         gnus-summary-idna-message.
7245         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
7246         (gnus-summary-idna-message): New function.
7247
7248 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7249
7250         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
7251         gnus-novice-user.
7252
7253 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7254
7255         * nnrss.el (nnrss-request-delete-group): Delete entries in
7256         nnrss-group-alist as well.
7257         (nnrss-save-server-data): Insert newline.
7258
7259 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
7260
7261         * gnus.el (gnus-user-agent): Use list of symbols instead of
7262         symbols.  Display full version number for (S)XEmacs.  Optionally
7263         display (S)XEmacs codename.
7264
7265         * gnus-util.el (gnus-emacs-version): Update for new
7266         `gnus-user-agent'.
7267
7268         * gnus-msg.el (gnus-extended-version): Make it possible to omit
7269         Gnus version.
7270
7271 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7272
7273         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
7274         which is unreadable in some setups.
7275
7276 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7277
7278         * gnus-spec.el (gnus-update-format-specifications): Flush the
7279         group format spec cache if it doesn't support decoded group names.
7280
7281 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7282
7283         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
7284         to apply decay on score files matching a regexp.
7285
7286 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7287
7288         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
7289         compatibility in %g and %c.
7290
7291 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7292
7293         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
7294         name for only %g and %c.
7295         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
7296         of gnus-tmp-group to decoded group name.
7297         (gnus-group-make-rss-group): Exclude `/'s from group names.
7298
7299 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7300
7301         * nnrss.el (nnrss-get-encoding): Fix regexp.
7302
7303 2004-12-27  Simon Josefsson  <jas@extundo.com>
7304
7305         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
7306         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
7307         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
7308
7309 2004-12-17  Kim F. Storm  <storm@cua.dk>
7310
7311         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
7312
7313         * gnus-sum.el (gnus-summary-mode-map): Likewise.
7314
7315 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7316
7317         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
7318
7319 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7320
7321         * nnrss.el: Require rfc2047 and mml.
7322         (nnrss-file-coding-system): New variable.
7323         (nnrss-format-string): Redefine it as an inline function.
7324         (nnrss-decode-group-name): New function.
7325         (nnrss-string-as-multibyte): Remove.
7326         (nnrss-retrieve-headers): Decode group name; don't use
7327         nnrss-format-string.
7328         (nnrss-request-group): Decode group name.
7329         (nnrss-request-article): Decode group name; allow a Message-ID as
7330         well as an article number; don't use nnrss-format-string; encode a
7331         Message-ID string which may contain non-ASCII characters; use
7332         mml-to-mime to compose a MIME article.
7333         (nnrss-request-expire-articles): Decode group name.
7334         (nnrss-request-delete-group): Decode group name.
7335         (nnrss-fetch): Clarify error message.
7336         (nnrss-read-server-data): Use insert-file-contents instead of load;
7337         bind file-name-coding-system; use multibyte buffer.
7338         (nnrss-save-server-data): Bind coding-system-for-write to the
7339         value of nnrss-file-coding-system; bind file-name-coding-system;
7340         add coding cookie.
7341         (nnrss-read-group-data): Use insert-file-contents instead of load;
7342         bind file-name-coding-system; use multibyte buffer.
7343         (nnrss-save-group-data): Bind coding-system-for-write to the
7344         value of nnrss-file-coding-system; bind file-name-coding-system.
7345         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
7346         make it work with non-ASCII text.
7347         (nnrss-find-el): Make it work with old xml.el as well.
7348
7349 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7350
7351         * nnrss.el (nnrss-get-encoding): New function.
7352         (nnrss-fetch): Use unibyte buffer initially; bind
7353         coding-system-for-read while performing mm-url-insert; remove ^Ms;
7354         decode contents according to the encoding attribute.
7355         (nnrss-save-group-data): Add coding cookie.
7356         (nnrss-mime-encode-string): New function.
7357         (nnrss-check-group): Use it to encode subject and author.
7358
7359 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
7360
7361         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
7362         imaginary variable.
7363
7364 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7365
7366         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
7367         correctly even if there are wide characters.
7368
7369 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7370
7371         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
7372         downcased symbol names; make a new cache instead of reusing
7373         bbdb-hashtable.
7374
7375 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7376
7377         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7378         concatenating segments rather than before concatenating them.
7379         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7380
7381         * message.el (message-get-reply-headers): Bind `extra'.
7382
7383 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7384
7385         * message.el (message-extra-wide-headers): New variable.
7386         (message-get-reply-headers): Use it.
7387
7388 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7389
7390         * gnus-agent.el (gnus-agent-group-path): Decode group name.
7391         (gnus-agent-group-pathname): Ditto.
7392
7393         * gnus-cache.el (gnus-cache-file-name): Decode group name.
7394
7395         * gnus-group.el (gnus-group-make-group): Decode group name.
7396         (gnus-group-make-rss-group): Register the group data after opening
7397         the nnrss group.
7398
7399 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
7400
7401         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
7402         by expiry now get marked as read.
7403
7404 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7405
7406         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
7407
7408 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
7409
7410         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
7411         unify Latin characters in XEmacs.
7412         (mm-find-mime-charset-region): Use it.
7413
7414 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7415
7416         * gnus-util.el (gnus-delete-directory): New function.
7417
7418         * gnus-agent.el (gnus-agent-delete-group): Use it.
7419
7420         * gnus-cache.el (gnus-cache-delete-group): Use it.
7421
7422 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7423
7424         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
7425         names.
7426
7427 2004-12-16  Simon Josefsson  <jas@extundo.com>
7428
7429         * hashcash.el (hashcash-payment-alist): Fix custom :type.
7430
7431 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7432
7433         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
7434
7435         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
7436         (gnus-group-set-current-level): Decode group name.
7437
7438 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
7439
7440         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
7441         failed.
7442
7443 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7444
7445         * gnus-group.el (gnus-group-delete-group): Decode group name.
7446         (gnus-group-make-rss-group): Encode group name.
7447         (gnus-group-catchup-current): Decode group name.
7448         (gnus-group-kill-group): Decode group name.
7449
7450 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7451
7452         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
7453
7454 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7455
7456         * gnus-group.el (gnus-group-make-rss-group):
7457         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
7458
7459         * gnus-start.el (gnus-setup-news): Honor user's setting to
7460         gnus-message-archive-method.  Suggested by Lute Kamstra
7461         <lute@gnu.org>.
7462
7463 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
7464
7465         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
7466         global counterparts of the buffer-local variables.
7467
7468 2004-11-16  Romain Francoise  <romain@orebokech.com>
7469
7470         * gnus-sum.el (gnus-summary-exit): Don't clear the global
7471         counterparts of the buffer-local variables.
7472
7473 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7474
7475         * message.el (message-forbidden-properties): Fixed typo in doc
7476         string.
7477
7478 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7479
7480         * gnus-util.el (gnus-replace-in-string): Added doc string.
7481
7482         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
7483         to avoid problems when splitting mails with many recipients.
7484
7485 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7486
7487         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
7488         pop-to-buffer, covered by the subsequent gnus-configure-windows.
7489
7490 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
7491
7492         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
7493         if there is no hashtable in memory or file modification time is
7494         newer than cached timestamp.
7495
7496 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7497
7498         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
7499         not-matching option.
7500
7501 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
7502
7503         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
7504         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
7505         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7506         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
7507         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
7508         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
7509
7510 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7511
7512         * message.el (message-forward-make-body-mml): Remove headers
7513         according to message-forward-ignored-headers if a message is decoded.
7514
7515 2004-12-02  Romain Francoise  <romain@orebokech.com>
7516
7517         * message.el (message-forward-make-body-plain): Always remove
7518         headers according to message-forward-ignored-headers.
7519
7520 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7521
7522         * spam.el (spam-summary-prepare-exit): Remove the
7523         gnus-summary-limit pop for now, it has problems with ham marks for
7524         me.
7525
7526 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
7527
7528         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
7529         correctly.
7530
7531 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
7532
7533         * format-spec.el (format-spec): Message the char.
7534
7535 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
7536
7537         * gnus-art.el (gnus-split-methods): Reformat comments.
7538
7539         * spam.el (spam-summary-prepare-exit): Remove article limits
7540         before exiting the summary buffer.
7541
7542 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7543
7544         * lpath.el: Remove bbdb-create-internal, bbdb-records,
7545         spam-BBDB-register-routine and spam-enter-ham-BBDB.
7546
7547         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
7548         order to silence the byte compiler.
7549
7550         * spam.el: Fix the way to silence the byte compiler, which
7551         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
7552         bbdb-search-simple, spam-BBDB-register-routine,
7553         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
7554         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
7555         spam-stat-buffer-is-spam, spam-stat-load,
7556         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
7557         spam-stat-save and spam-stat-split-fancy.
7558
7559 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7560
7561         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
7562         which may confuse users.
7563         (canlock-password-for-verify): Ditto.
7564
7565         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
7566
7567         * gnus-art.el (gnus-emphasis-alist): Ditto.
7568
7569         * gnus-registry.el (gnus-registry-max-entries): Ditto.
7570
7571         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
7572
7573         * gnus-start.el (gnus-save-killed-list): Ditto.
7574
7575         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
7576         (gnus-sum-thread-tree-root): Ditto.
7577         (gnus-sum-thread-tree-false-root): Ditto.
7578         (gnus-sum-thread-tree-single-indent): Ditto.
7579
7580         * message.el (message-courtesy-message): Ditto.
7581         (message-archive-note): Ditto.
7582         (message-subscribed-address-file): Ditto.
7583         (message-user-fqdn): Ditto.
7584
7585         * spam-report.el (spam-report-gmane-regex): Ditto.
7586
7587         * spam.el (spam-blackhole-good-server-regex): Ditto.
7588
7589 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7590
7591         * mml.el (mml-preview): Widen the message buffer before copying
7592         the contents to the preview buffer; sort headers before previewing.
7593
7594         * message.el (message-hidden-headers): Fix the way to avoid a bug
7595         in the `repeat' widget in Emacs 21.3 or earlier.
7596
7597 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7598
7599         * message.el (message-hidden-headers): Default to "^References:".
7600         Improve customization type.  Suggested by Reiner Steib
7601         <Reiner.Steib@gmx.de>.
7602
7603 2004-11-25  Romain Francoise  <romain@orebokech.com>
7604
7605         * message.el (message-strip-forbidden-properties): Remove check for
7606         obsolete `message-hidden' text property, hidden headers are not
7607         accessible in the buffer anymore.
7608
7609 2004-11-22  Romain Francoise  <romain@orebokech.com>
7610
7611         * message.el (message-header-format-alist): Add `From' in list
7612         so that it can be sorted.
7613         (message-fix-before-sending): Widen and sort headers before
7614         sending.
7615         (message-hide-headers): Use narrowing to hide headers by moving
7616         them to the top of the buffer and narrowing to the region
7617         underneath.
7618
7619 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7620
7621         * message.el (message-strip-forbidden-properties): Bind
7622         buffer-read-only (etc) to nil.
7623
7624 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7625
7626         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
7627         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7628
7629 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
7630
7631         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
7632
7633 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7634
7635         * dns.el (query-dns): Use sit-for to time instead of
7636         accept-process-output, since that doesn't seem to work on udp
7637         sockets.
7638
7639 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7640
7641         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
7642
7643 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
7644
7645         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
7646         doc string.  Improve doc string.
7647
7648 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7649
7650         * nntp.el (nntp-request-update-info): Return nil if
7651         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
7652         may not call gnus-activate-group which uselessly issues the GROUP
7653         commands for all nntp groups and wastes time.  Reported by Romain
7654         Francoise <romain@orebokech.com>.
7655
7656         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
7657
7658 2004-11-15  Simon Josefsson  <jas@extundo.com>
7659
7660         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
7661         headers separately.
7662         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
7663         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
7664
7665 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7666
7667         * gnus-start.el (gnus-convert-old-newsrc):
7668         Assign legacy-gnus-agent to 5.10.7.
7669
7670 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7671
7672         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
7673         start of the lines.
7674
7675 2004-11-14  Magnus Henoch  <mange@freemail.hu>
7676
7677         * hashcash.el (hashcash-default-payment): Change default to 20
7678         (hashcash-default-accept-payment): Change default to 20
7679         (hashcash-process-alist): New variable
7680         (hashcash-generate-payment-async): Add
7681         (hashcash-already-paid-p): Add
7682         (hashcash-insert-payment): Don't generate payments twice
7683         (hashcash-insert-payment-async): Add
7684         (hashcash-insert-payment-async-2): Add
7685         (hashcash-cancel-async): Add
7686         (hashcash-wait-async): Add
7687         (hashcash-processes-running-p): Add
7688         (hashcash-wait-or-cancel): Add
7689         (mail-add-payment): New optional argument.  Conditionally start
7690         asynchronous calculation.
7691         (mail-add-payment-async): Add
7692
7693         * message.el (message-send-mail): Wait for asynchronous hashcash
7694         results.  Don't clobber existing X-Hashcash headers.
7695         (message-setup-1): Call mail-add-payment-async when
7696         message-generate-hashcash is non-nil.
7697
7698 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7699
7700         * message.el (message-use-alternative-email-as-from): Examine the
7701         From header as well; use message-make-from in order to include a
7702         user's full name.
7703
7704 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7705
7706         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
7707         default; improve customization type.
7708         (gnus-emphasis-custom-with-format): New macro.
7709         (gnus-emphasis-custom-value-to-external): New function.
7710         (gnus-emphasis-custom-value-to-internal): New function.
7711
7712 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7713
7714         * dns.el (query-dns): Resolve reverse addresses.
7715
7716 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7717
7718         * gnus-group.el (gnus-group-get-new-news): Use it.
7719
7720         * gnus-start.el (gnus-check-reasonable-setup): New function.
7721
7722 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7723
7724         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
7725         "Args out of range" error.  Reported by Arnaud Giersch
7726         <arnaud.giersch@free.fr>.
7727
7728 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7729
7730         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
7731
7732 2004-11-04  Richard M. Stallman  <rms@gnu.org>
7733
7734         * spam.el (spam group): Add :version.
7735
7736         * pgg-def.el (pgg group): Add :version.
7737
7738 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7739
7740         * gnus-art.el (gnus-article-edit-article): Don't associate the
7741         article buffer with a draft file.  This is a temporary measure
7742         against the 2004-08-22 change to gnus-article-edit-mode.
7743
7744 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7745
7746         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
7747         (html2text-format-tags): Remove unused variable `attr'.
7748
7749 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7750
7751         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
7752
7753         * tls.el (tls-process-connection-type, tls-success)
7754         (tls-certtool-program): Add :version.
7755
7756         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
7757         (starttls-extra-arguments, starttls-process-connection-type)
7758         (starttls-connect, starttls-failure, starttls-success):
7759
7760         * spam-stat.el (spam-stat): Add :version.
7761
7762         * sieve.el (sieve): Add :version.
7763
7764         * sha1.el (sha1): Add :version.
7765         (sha1-use-external): Remove redundant version.
7766
7767         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
7768         (nnmail-cache-ignore-groups, nnmail-spool-hook)
7769         (nnmail-split-fancy-match-partial-words)
7770         (nnmail-split-lowercase-expanded): Add :version.
7771
7772         * nndiary.el (nndiary): Add :version.
7773
7774         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
7775
7776         * mml-sec.el (mml-default-sign-method)
7777         (mml-default-encrypt-method, mml-signencrypt-style-alist):
7778         Add :version.
7779
7780         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
7781
7782         * mm-url.el (mm-url-use-external, mm-url-program)
7783         (mm-url-arguments): Add :version.
7784
7785         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
7786         (mm-attachment-file-modes, mm-decrypt-option)
7787         (mm-w3m-safe-url-regexp): Add :version.
7788
7789         * message.el (message-cite-prefix-regexp)
7790         (message-sendmail-envelope-from, message-minibuffer-local-map)
7791         (message-user-fqdn, message-completion-alist): Add :version.
7792
7793         * gnus-win.el (gnus-configure-windows-hook)
7794         (gnus-use-frames-on-any-display): Add :version.
7795
7796         * gnus-art.el (gnus-article-address-banner-alist)
7797         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
7798         (gnus-treat-from-picon, gnus-treat-mail-picon)
7799         (gnus-treat-x-pgp-sig): Add :version.
7800
7801         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
7802         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
7803         (gnus-summary-article-delete-hook)
7804         (gnus-summary-display-while-building): Add :version.
7805
7806         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
7807         (gnus-get-top-new-news-hook):Add :version.
7808
7809         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7810         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
7811
7812         * gnus-registry.el (gnus-registry): Add :version.
7813
7814         * gnus-spec.el (gnus-use-correct-string-widths)
7815         (gnus-make-format-preserve-properties): Add :version.
7816
7817         * gnus.el (gnus-group-charter-alist)
7818         (gnus-group-fetch-control-use-browse-url)
7819         (gnus-install-group-spam-parameters): Add :version.
7820
7821         * gnus-diary.el (gnus-diary): Add :version.
7822
7823         * gnus-delay.el (gnus-delay): Add :version.
7824
7825         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
7826         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
7827         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
7828         Add :version.
7829
7830         * gnus-agent.el (gnus-agent-max-fetch-size)
7831         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
7832         (gnus-agent-prompt-send-queue): Add :version.
7833
7834         * deuglify.el (gnus-outlook-deuglify): Add :version.
7835
7836         * html2text.el: Beautify code.  Improve doc strings.  Some
7837         checkdoc cleanup.
7838         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
7839
7840 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
7841
7842         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
7843
7844 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
7845
7846         * gnus-registry.el (gnus-registry-hashtb): Create the registry
7847         when package is loaded.
7848
7849         * spam.el (spam-summary-score-preferred-header): Add global preference
7850         for people who want to override the default SpamAssassin over
7851         Bogofilter preference (when both are set).
7852         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
7853         (spam-user-format-function-S): Check
7854         spam-summary-score-preferred-header.
7855         (spam-extra-header-to-number): Add X-Bogosity header parsing.
7856         (spam-user-format-function-S): Format the score correctly.
7857
7858 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7859
7860         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
7861         signature file.  Suggested by Manoj Srivastava
7862         <srivasta@golden-gryphon.com>.
7863
7864         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
7865         iso-2022-jp even in the Japanese language environment.
7866         Suggested by Jason Rumney <jasonr@gnu.org>.
7867
7868 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7869
7870         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
7871         use the same characters as the dummy marks; make it free from
7872         getting affected by the language environment.
7873         (gnus-summary-read-group-1): Update mark positions only when the
7874         format spec is updated.
7875
7876         * gnus-spec.el (gnus-update-format-specifications): Return a list
7877         of updated types.
7878
7879 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
7882         of boundp to check if display-warning is available.
7883
7884 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
7885
7886         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
7887
7888 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7889
7890         * nnspool.el (nnspool-spool-directory): Use news-path if the
7891         news-directory variable is not bound.
7892
7893         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
7894         function instead of display-warning if it is not available.
7895
7896 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7897
7898         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
7899         v5-10: Use `point-at-bol'.
7900
7901 2004-10-26  Simon Josefsson  <jas@extundo.com>
7902
7903         * hashcash.el: Fix URL in comment, reported by Cheng Gao
7904         <chenggao@gmail.com>.
7905
7906 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7907
7908         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
7909         instead.
7910
7911 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
7912
7913         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
7914         to remove a server from the nnimap-server-buffer-alist.
7915         (nnimap-open-connection, nnimap-close-server): Use it.
7916
7917         * gnus-encrypt.el: Remove file in favor of encrypt.el.
7918
7919 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7920
7921         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
7922         running the major-mode function.
7923
7924 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7925
7926         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
7927         dummy marks in the right way.
7928
7929 2004-10-18  David Edmondson  <dme@dme.org>
7930
7931         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
7932         excessively.
7933
7934 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
7935
7936         * gnus-util.el (gnus-split-references): Accept a nil references
7937         string and go on blissfully.
7938
7939         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
7940         cases where the references string is non-nil but has no references.
7941
7942         * encrypt.el: Add autoload tags.
7943
7944         * spam.el (spam-resolve-registrations-routine): Remove article
7945         from unregistration list too.  Reported by David Hanak
7946         <dhanak@isis.vanderbilt.edu>
7947
7948 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
7949
7950         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
7951         nil.  Changed custom type.
7952
7953 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
7954
7955         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
7956
7957         * gnus-sum.el (gnus-summary-move-article): Use it.
7958
7959 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
7960
7961         * encrypt.el: Add autoload cookies.
7962
7963         * spam.el (spam-backend-article-list-property)
7964         (spam-backend-get-article-todo-list)
7965         (spam-backend-put-article-todo-list, )
7966         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
7967         Resolve registrations separately.
7968         (spam-register-routine): Format comments.
7969         (spam-unregister-routine, spam-register-routine): Always call with
7970         specific-articles, no default list.
7971         (spam-summary-prepare-exit): Use the spam-classifications function.
7972
7973         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
7974         gnus-encrypt.el.
7975
7976         * encrypt.el: copied from gnus-encrypt.el
7977
7978         * gnus-encrypt.el: commented that it's obsolete
7979
7980 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7981
7982         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
7983         (gnus-score-save): Use it.
7984
7985         * message.el (message-bury): Use `window-dedicated-p'.
7986
7987 2004-10-15  Simon Josefsson  <jas@extundo.com>
7988
7989         * pop3.el (top-level): Don't require nnheader.
7990         (pop3-read-timeout): Add.
7991         (pop3-accept-process-output): Add.
7992         (pop3-read-response, pop3-retr): Use it.
7993
7994 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
7995
7996         * spam.el (spam-register-routine): Move comment.
7997         (spam-verify-bogofilter): Use 'unknown for the initial
7998         spam-bogofilter-valid state, not 'never.
7999
8000         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
8001         for netrc-machine.
8002
8003         * nnimap.el (nnimap-open-connection): Use
8004         netrc-machine-user-or-password.
8005
8006 2004-10-17  Richard M. Stallman  <rms@gnu.org>
8007
8008         * gnus-registry.el (gnus-registry-unload-hook):
8009         Set as a variable with add-hook.
8010
8011         * nnspool.el (nnspool-spool-directory): Use news-directory instead
8012         of news-path.
8013
8014         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
8015
8016         * spam.el: Delete duplicate `provide'.
8017         (spam-unload-hook): Set as a variable with add-hook.
8018
8019 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
8020
8021         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
8022         in the doc string.
8023
8024         * message.el (message-ignored-news-headers)
8025         (message-ignored-supersedes-headers)
8026         (message-ignored-resent-headers)
8027         (message-forward-ignored-headers): Improve custom type.
8028
8029 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8030
8031         * message.el (message-tokenize-header): Fix 2004-09-06 change
8032         which used point-min in the wrong place.
8033
8034 2004-10-12  Simon Josefsson  <jas@extundo.com>
8035
8036         * tls.el (tls-certtool-program): New variable.
8037         (tls-certificate-information): New function, based on
8038         ssl-certificate-information.
8039
8040 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8041
8042         * compface.el: Move the version of ELisp-based uncompface program
8043         to the contrib directory because of the copyright problem.
8044
8045 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8046
8047         * message.el (message-kill-buffer): Raise the current frame.
8048
8049 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8050
8051         * gnus-sum.el: Mention that multibyte characters don't work as marks.
8052
8053         * gnus.el (message-y-or-n-p): Autoload.
8054
8055         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
8056         (pop3-password-required, pop3-authentication-scheme)
8057         (pop3-leave-mail-on-server): Made customizable.
8058         (pop3): New custom group.
8059         (pop3-retr): Remove `sleep-for' statements.
8060         Suggested by Dave Love <fx@gnu.org>.
8061
8062         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
8063         Windows/DOS.
8064
8065         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
8066         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
8067         Dave Love <fx@gnu.org>.
8068
8069         * mml.el (mml-minibuffer-read-disposition): Require match.
8070         Suggested by Dave Love <fx@gnu.org>.
8071
8072 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
8073
8074         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
8075         doc string.
8076
8077 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
8080
8081 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8082
8083         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
8084         instead of calling `mm-insert-inline', to decode text/* parts
8085         before displaying them.
8086
8087 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8088
8089         * mm-uu.el (mm-uu-text-plain-type): New variable.
8090         (mm-uu-pgp-signed-extract-1): Use it.
8091         (mm-uu-pgp-encrypted-extract-1): Use it.
8092         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
8093         bind mm-uu-text-plain-type with that value.
8094         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
8095         mm-uu-dissect.
8096
8097 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8098
8099         * gnus-group.el (gnus-update-group-mark-positions):
8100         * gnus-sum.el (gnus-update-summary-mark-positions):
8101         * message.el (message-check-news-body-syntax):
8102         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
8103         of string-as-multibyte.
8104
8105 2004-10-05  Juri Linkov  <juri@jurta.org>
8106
8107         * gnus-group.el (gnus-update-group-mark-positions):
8108         * gnus-sum.el (gnus-update-summary-mark-positions):
8109         * message.el (message-check-news-body-syntax):
8110         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
8111         8-bit unibyte values to a multibyte string for search functions.
8112
8113 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8114
8115         * mm-uu.el (mm-uu-dissect): Allow optional arg.
8116         (mm-uu-dissect-text-parts): New function.
8117
8118         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
8119         dissect text parts.
8120
8121         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
8122         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
8123
8124         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
8125
8126         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
8127         gnus-current-topics instead of gnus-current-topic.
8128
8129 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
8130
8131         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
8132
8133 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
8134
8135         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
8136         where approriate.
8137
8138         * nnml.el (nnml-generate-active-info): do.
8139
8140         * nndiary.el (nndiary-generate-active-info): do.
8141
8142         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
8143         (gnus-topic-move): do.
8144
8145         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
8146         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
8147
8148         * gnus-srvr.el (gnus-server-prepare)
8149         (gnus-server-open-all-servers): do.
8150
8151         * gnus-msg.el (gnus-summary-cancel-article)
8152         (gnus-summary-resend-message)
8153         (gnus-summary-mail-crosspost-complaint): do.
8154
8155         * gnus-move.el (gnus-change-server): do.
8156
8157         * gnus-group.el (gnus-group-unmark-all-groups)
8158         (gnus-group-set-current-level): do.
8159
8160 2004-10-04  Simon Josefsson  <jas@extundo.com>
8161
8162         * message.el (message-generate-hashcash): Doc fix.
8163
8164 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
8165
8166         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
8167         avoid infinite recursion via gnus-get-function.
8168
8169 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
8170
8171         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
8172
8173         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
8174
8175         * nnmail.el (nnmail-split-history): do.
8176
8177         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
8178         (nnml-request-delete-group): do.
8179
8180         * nnslashdot.el (nnslashdot-read-groups): do.
8181
8182         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
8183         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
8184
8185         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
8186         (nnspool-sift-nov-with-sed): Use last
8187         (nnspool-retrieve-headers-with-nov): Use mapc.
8188         (nnspool-request-newgroups): Use dolist.
8189         (nnspool-request-group): Use last.
8190
8191         * nntp.el (nntp-read-server-type): Use dolist.
8192
8193         * nnvirtual.el (nnvirtual-create-mapping)
8194         (nnvirtual-update-read-and-marked): Use dolist.
8195         (nnvirtual-convert-headers): Simplify.
8196
8197 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
8198
8199         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
8200         support for sync'ing tick marks.
8201
8202 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8203
8204         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
8205         there's no visible header.
8206
8207 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
8208
8209         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
8210         necessary, pass full group name to gnus-request-set-marks.
8211
8212 2004-10-01  Simon Josefsson  <jas@extundo.com>
8213
8214         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
8215         acroread.
8216
8217 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8218
8219         * spam-report.el (spam-report-gmane): Fix interactive.
8220
8221         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
8222
8223         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
8224         when writing file.
8225         (gnus-agent-synchronize-flags): Don't default to being
8226         interactive.
8227
8228 2004-09-30  Simon Josefsson  <jas@extundo.com>
8229
8230         * message.el (message-generate-hashcash): Add.
8231         (message-send-mail): Use it, call mail-add-payment.
8232
8233 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8234
8235         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
8236
8237 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
8238
8239         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
8240         gnus-requst-update-info with explicit code to sync the in-memory
8241         info read flags with the marks being sync'd to the backend.
8242
8243         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
8244
8245 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8246
8247         * spam.el (spam-verify-bogofilter): Add new function.
8248         (spam-check-bogofilter)
8249         (spam-bogofilter-register-with-bogofilter): Use it.
8250         (spam-verify-bogofilter): Add small fixes.
8251
8252 2004-09-28  Simon Josefsson  <jas@extundo.com>
8253
8254         * hashcash.el (hashcash-generate-payment): Revert.
8255
8256 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8257
8258         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
8259         gnus-extract-references instead of gnus-split-references.
8260
8261         * gnus-util.el (gnus-extract-references): Add new function, analogous
8262         to gnus-split-references but extracts only the message-ID without
8263         anything extra.
8264
8265         * hashcash.el (hashcash-generate-payment)
8266         (hashcash-check-payment): Do the right thing if hashcash-path is
8267         nil (because the hashcash program could not be found).
8268
8269         * spam.el (spam-use-hashcash): Remove comment.
8270
8271 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
8272
8273         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
8274         (gnus-cache-enter-article, gnus-cache-remove-article)
8275         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
8276
8277         * gnus-async.el (gnus-async-prefetch-remove-group): do.
8278
8279         * gnus-art.el (article-hide-boring-headers)
8280         (article-translate-strings, article-display-face)
8281         (gnus-article-mime-match-handle-first)
8282         (gnus-article-highlight-headers)
8283         (gnus-article-add-buttons-to-head): do.
8284
8285 2004-09-27  Simon Josefsson  <jas@extundo.com>
8286
8287         * hashcash.el: New version, from
8288         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
8289         ../contrib/.
8290
8291 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8292
8293         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
8294
8295 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
8296
8297         * gnus-dup.el (gnus-dup-open): Use mapc.
8298         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
8299
8300         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
8301         Reported by Stefan Wiens <s.wi@gmx.net>.
8302
8303         * gnus.el (gnus-shutdown): Use dolist.
8304
8305         * gnus-undo.el (gnus-undo): Use mapc.
8306
8307         * nnrss.el (nnrss-generate-active): do.
8308
8309         * message.el (message-cite-original-without-signature)
8310         (message-cite-original): Use mapc.
8311         (message-do-actions, message-make-forward-subject): Use dolist.
8312
8313 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
8314
8315         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
8316         deletion to remove entire duplicate line.  Fixes merged article
8317         number bug.
8318
8319 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
8320
8321         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
8322         servers that are offline.  Avoids having gnus-agent-toggle-plugged
8323         first ask if you want to open a server and then, even when you
8324         responded with no, asking if you want to synchronize the server's
8325         flags.
8326         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
8327         multi-line expressions.
8328         (gnus-agent-synchronize-group-flags): New internal function.
8329         Updates marks in memory (in the info structure) AND in the
8330         backend.
8331
8332         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
8333
8334         * nnagent.el (nnagent-request-set-mark): Use
8335         gnus-agent-synchronize-group-flags, not backend's request-set-mark
8336         method, to ensure that synchronization updates marks in the
8337         backend and in the info (in memory) structure.
8338
8339 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8340
8341         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
8342         convention fully; don't miss the root article of a thread; make
8343         the X-Draft-From header with correct article numbers.
8344
8345 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
8346
8347         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
8348         unless plugged.  Disable the agent so that an open failure causes
8349         an error.
8350
8351         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
8352         Reverted 2004-09-21 change.  The backend must be opened while
8353         synchronizing flags even when the backend stores the flags
8354         locally.
8355
8356 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
8357
8358         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
8359         in `header' match.  Reported by Svend Tollak Munkejord.
8360
8361         * message.el (message-cite-original): Fix use of
8362         `message-cite-articles-with-x-no-archive'.
8363
8364 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8365
8366         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
8367         (gnus-window-to-buffer): Ditto.
8368
8369         * mml.el (mml-preview-buffer): New variable.
8370         (mml-preview): Manage window layout with gnus-buffer-configuration.
8371
8372         * gnus-msg.el (gnus-setup-message): Put article numbers into the
8373         X-Draft-From header even if those articles aren't quoted.
8374
8375 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
8376
8377         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
8378         (gnus-request-set-mark, gnus-request-update-mark): Use new
8379         g-s-t-u-l-m to decide to use backend even when unplugged.
8380
8381 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8382
8383         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
8384         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
8385
8386 2004-09-20  Simon Josefsson  <jas@extundo.com>
8387
8388         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
8389         "utf-16-le".
8390
8391 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8392
8393         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
8394
8395 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8396
8397         * uudecode.el (uudecode-use-external): Add :version.
8398
8399         * smime.el (smime-CA-file, smime-encrypt-cipher)
8400         (smime-dns-server): Add :version.
8401
8402         * smiley.el (gnus-smiley-file-types): Add :version.
8403
8404         * sha1.el (sha1-use-external): Add :version.
8405
8406         * pgg-def.el (pgg-query-keyserver): Add :version.
8407
8408         * nnmail.el (nnmail-fancy-expiry-targets)
8409         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
8410         Add :version.
8411
8412         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
8413         (nnimap-retrieve-groups-asynchronous): Add :version.
8414         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
8415
8416         * mml.el (mml-content-disposition-parameters)
8417         (mml-insert-mime-headers-always): Add :version.
8418
8419         * mm-util.el (mm-coding-system-priorities): Add :version.
8420
8421         * mm-decode.el (mm-inline-text-html-with-images)
8422         (mm-keep-viewer-alive-types, mm-external-terminal-program)
8423         (mm-verify-option): Add :version.
8424         (mm-text-html-renderer): Change :version.
8425
8426         * message.el (message-fcc-externalize-attachments)
8427         (message-required-headers, message-draft-headers)
8428         (message-subject-trailing-was-query)
8429         (message-subject-trailing-was-ask-regexp)
8430         (message-subject-trailing-was-regexp, message-mark-insert-begin)
8431         (message-mark-insert-end, message-archive-header)
8432         (message-archive-note, message-cross-post-default)
8433         (message-cross-post-note, message-followup-to-note)
8434         (message-cross-post-note-function, message-use-mail-followup-to)
8435         (message-subscribed-address-functions)
8436         (message-subscribed-address-file, message-subscribed-addresses)
8437         (message-subscribed-regexps, message-allow-no-recipients)
8438         (message-yank-cited-prefix, message-signature-insert-empty-line)
8439         (message-hidden-headers, message-hierarchical-addresses)
8440         (message-mail-user-agent, message-use-idna)
8441         (message-valid-fqdn-regexp)
8442         (message-strip-special-text-properties, message-header-synonyms)
8443         (message-beginning-of-line, message-tab-body-function): Add :version.
8444         (message-insert-canlock, message-wide-reply-confirm-recipients):
8445         Change :version.
8446
8447         * mail-source.el (mail-source-ignore-errors): Add :group, :type
8448         and :version.
8449         (mail-source-delete-old-incoming-confirm)
8450         (mail-source-movemail-program): Add :version.
8451
8452         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
8453         (gnus-agent-cache, gnus-agent): Change :version.
8454
8455         * gnus-util.el (gnus-use-byte-compile): Change :version.
8456
8457         * gnus-sum.el (gnus-summary-make-false-root-always)
8458         (gnus-summary-default-high-score)
8459         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
8460         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
8461         (gnus-read-all-available-headers, gnus-article-emulate-mime)
8462         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
8463         (gnus-sum-thread-tree-single-indent)
8464         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8465         (gnus-sum-thread-tree-leaf-with-other)
8466         (gnus-sum-thread-tree-single-leaf): Add :version.
8467         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
8468         (gnus-article-loose-mime): Change :version.
8469
8470         * gnus-start.el (gnus-backup-startup-file)
8471         (gnus-save-startup-file-via-temp-buffer): Add :version.
8472
8473         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
8474         (gnus-server-offline-face): Add :version.
8475
8476         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
8477
8478         * gnus-msg.el (gnus-gcc-externalize-attachments)
8479         (gnus-debug-files, gnus-debug-exclude-variables)
8480         (gnus-discouraged-post-methods): Change :version.
8481         (gnus-confirm-mail-reply-to-news)
8482         (gnus-confirm-treat-mail-like-news): Add :version.
8483
8484         * gnus-int.el (gnus-server-unopen-status): Add :version.
8485
8486         * gnus-group.el (gnus-group-jump-to-group-prompt)
8487         (gnus-large-ephemeral-newsgroup)
8488         (gnus-fetch-old-ephemeral-headers): Add :version.
8489
8490         * gnus-fun.el (gnus-x-face-directory)
8491         (gnus-convert-pbm-to-x-face-command)
8492         (gnus-convert-image-to-x-face-command)
8493         (gnus-convert-image-to-face-command): Add :version.
8494
8495         * gnus-delay.el (gnus-delay-default-hour): Add :version.
8496
8497         * gnus-cite.el (gnus-cite-blank-line-after-header)
8498         (gnus-article-boring-faces): Add :version.
8499
8500         * gnus-art.el (gnus-buttonized-mime-types)
8501         (gnus-inhibit-mime-unbuttonizing)
8502         (gnus-treat-display-face)
8503         (gnus-treat-body-boundary): Change :version.
8504         (gnus-body-boundary-delimiter, gnus-picon-databases)
8505         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
8506         (gnus-treat-date-english, gnus-treat-fold-headers)
8507         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
8508         (gnus-treat-mail-picon, gnus-treat-wash-html)
8509         (gnus-article-encrypt-protocol)
8510         (gnus-use-idna, gnus-article-over-scroll)
8511         (gnus-mime-display-multipart-alternative-as-mixed)
8512         (gnus-mime-display-multipart-related-as-mixed)
8513         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
8514         (gnus-ctan-url, gnus-button-ctan-handler)
8515         (gnus-button-handle-ctan-bogus-regexp)
8516         (gnus-button-ctan-directory-regexp)
8517         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
8518         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
8519         (gnus-button-man-level, gnus-button-emacs-level)
8520         (gnus-button-message-level, gnus-button-browse-level): Add :version.
8521
8522         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
8523         (gnus-agent-go-online): Change :version.
8524         (gnus-agent-expire-unagentized-dirs)
8525         (gnus-agent-auto-agentize-methods): Add :version.
8526
8527         * flow-fill.el (fill-flowed-display-column)
8528         (fill-flowed-encode-column): Add :version.
8529
8530         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8531         (gnus-outlook-deuglify-unwrap-max)
8532         (gnus-outlook-deuglify-cite-marks)
8533         (gnus-outlook-deuglify-unwrap-stop-chars)
8534         (gnus-outlook-deuglify-no-wrap-chars)
8535         (gnus-outlook-deuglify-attrib-cut-regexp)
8536         (gnus-outlook-deuglify-attrib-verb-regexp)
8537         (gnus-outlook-deuglify-attrib-end-regexp)
8538         (gnus-outlook-display-hook): Add :version.
8539
8540         * binhex.el (binhex-use-external): Add :version.
8541
8542 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
8543
8544         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
8545         and `invisible'.
8546
8547 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8548
8549         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
8550         in gnus-registry-trim.
8551
8552 2004-09-13  Simon Josefsson  <jas@extundo.com>
8553
8554         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
8555
8556         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
8557
8558         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
8559         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8560         <yamaoka@jpl.org>.
8561         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
8562         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8563         <yamaoka@jpl.org>.
8564
8565         * sieve.el (sieve-manage-mode): Ditto.
8566
8567 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
8568
8569         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
8570
8571 2004-09-11  Simon Josefsson  <jas@extundo.com>
8572
8573         * dns-mode.el: Add.
8574
8575         * mm-view.el (mm-display-dns-inline): Add.
8576
8577         * mm-decode.el (mm-inline-media-tests): Add text/dns.
8578         (mm-automatic-display): Ditto.
8579
8580         * mailcap.el (mailcap-mime-data): Add text/dns.
8581         (mailcap-mime-extensions): Map .soa to text/dns.
8582
8583 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
8584
8585         * gnus-art.el (article-decode-mime-words, article-babel)
8586         (gnus-article-highlight-signature, gnus-article-add-buttons)
8587         (gnus-signature-toggle): Remove unnecessary bindings of
8588         `inhibit-read-only' inherited from v5.10 merge.
8589
8590 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
8591
8592         * nntp.el (nntp): New customization group.
8593         (nntp-authinfo-file): Add customization group.
8594
8595         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
8596
8597         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
8598
8599         * gnus.el (to-address, to-list, subscribed)
8600         (large-newsgroup-initial): Ditto.
8601
8602         * flow-fill.el (fill-flowed-display-column)
8603         (fill-flowed-encode-column): Ditto.
8604
8605 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
8606
8607         * message.el (message-tokenize-header, message-send-mail-with-qmail):
8608         Use point-min rather than 1.
8609         (message-send-mail): Use buffer-size rather than point-max.
8610
8611         * gnus-sum.el (gnus-summary-search-article-forward):
8612         Signal a specific `search-failed' rather than a generic `error'.
8613
8614         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
8615         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
8616         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
8617
8618 2004-09-10  Simon Josefsson  <jas@extundo.com>
8619
8620         * nndb.el (require): Remove tcp and duplicate cl.
8621
8622 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8623
8624         * gnus-agent.el (directory-files-and-attributes): Move forward.
8625
8626 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8627
8628         * gnus-agent.el (directory-files-and-attributes): Optionally
8629         defined to support XEmacs.
8630
8631 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8632
8633         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
8634         to avoid run-time CL dependencies.
8635         (gnus-agent-unfetch-articles): New function.
8636         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
8637         article numbers even when local .overview file is missing.
8638         (gnus-agent-read-article-number): New function. Only accepts
8639         27-bit article numbers.
8640         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
8641         gnus-agent-read-article-number.
8642         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
8643         from backend while recognizing that article numbers in .overview
8644         must be valid.
8645         (gnus-agent-update-files-total-fetched-for): Use
8646         directory-files-and-attributes to improve performance.
8647         * gnus-int.el (gnus-request-move-article): Use
8648         gnus-agent-unfetch-articles in place of gnus-agent-expire to
8649         improve performance.
8650
8651         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
8652         some users confused by references to .newsrc when they only have a
8653         .newsrc.eld file.
8654         (gnus-convert-mark-converter-prompt,
8655         gnus-convert-converter-needs-prompt): Fixed use of property list.
8656         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
8657         New function. Used internally to only display 'gnus converting
8658         files' message when actually necessary.
8659
8660         * gnus-sum.el (): Removed (require 'gnus-agent) as required
8661         methods now autoloaded.
8662
8663 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8664
8665         * gnus-sum.el (gnus-summary-insert-subject): Remove list
8666         identifiers.
8667
8668 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
8669
8670         * gnus-picon.el: Fix indentation and closing parenthesis.
8671
8672 2004-09-01  Simon Josefsson  <jas@extundo.com>
8673
8674         * message.el (message-canlock-generate): Require sha1, not
8675         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
8676         to require within a function.  Sadly, if sha1.el isn't loaded, the
8677         let binding in m-c-g will hide the defcustom definition, which is
8678         bad.)
8679
8680         * canlock.el: Require sha1, not sha1-el.
8681
8682         * message.el: Don't autoload sha1 (there is a autoload cookie in
8683         sha1.el).
8684
8685         * sha1-el.el: Renamed to sha1.el.
8686
8687 2004-08-30  Juanma Barranquero  <lektu@terra.es>
8688
8689         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
8690
8691 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8692
8693         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
8694
8695 2004-08-30  Kim F. Storm  <storm@cua.dk>
8696
8697         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
8698
8699         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
8700         Add :group 'nnimap.
8701
8702 2004-08-30  Andreas Schwab  <schwab@suse.de>
8703
8704         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
8705         ?* and ?\;.
8706
8707         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
8708         and ?\' to symbol instead of whitespace.
8709
8710 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8711
8712         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
8713
8714         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
8715         instead of re-search-forward.
8716
8717         * gnus-uu.el (gnus-uu-save-article): Ditto.
8718         (gnus-uu-post-encode-uuencode): Ditto.
8719
8720         * html2text.el (html2text-clean-list-items): Ditto.
8721         (html2text-clean-dtdd): Ditto.
8722         (html2text-format-tags): Ditto.
8723
8724         * message.el (message-send-mail-with-sendmail): Fix regexp.
8725         (message-fill-field-general): Use search-forward instead of
8726         re-search-forward.
8727         (unbold-region): Ditto.
8728
8729         * nnrss.el (nnrss-request-article): Ditto.
8730
8731         * nnslashdot.el (nnslashdot-request-article): Ditto.
8732
8733         * nnweb.el (nnweb-gmane-wash-article): Ditto.
8734
8735         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
8736         "Unrecognized menu descriptor" error in XEmacs.
8737
8738 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
8739
8740         * gnus-sum.el (gnus-read-header): Don't remove a header for the
8741         parent article of a sparse article in the thread hashtb.
8742
8743 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
8744
8745         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
8746         (nnmail-expand-newtext): Lowercase expanded entries if
8747         nnmail-split-lowercase-expanded is non-nil.
8748
8749 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8750
8751         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
8752         entry.
8753
8754         * gnus-group.el (gnus-group-line-format-alist): Convert the value
8755         of gnus-tmp-news-method into string under XEmacs.  It will be
8756         passed to gnus-correct-length which takes only a string argument.
8757
8758 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8759
8760         * gnus-util.el (gnus-bind-print-variables): New macro.
8761         (gnus-prin1): Use it.
8762         (gnus-prin1-to-string): Use it.
8763         (gnus-pp): New function.
8764         (gnus-pp-to-string): New function.
8765
8766         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
8767         pp-to-string with gnus-pp-to-string.
8768         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
8769         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
8770         * gnus-msg.el (gnus-debug): Ditto.
8771         * gnus-score.el (gnus-score-save): Ditto.
8772         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
8773         gnus-pp-to-string.
8774         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
8775         with gnus-pp.
8776         * score-mode.el (gnus-score-pretty-print): Ditto.
8777         * webmail.el (webmail-debug): Ditto.
8778
8779 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8780
8781         * gnus-art.el (article-display-face, article-display-x-face): Use
8782         buffer-read-only.
8783
8784 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8785
8786         * gnus-art.el (article-hide-list-identifiers): Bind
8787         inhibit-read-only as t.
8788
8789 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8790
8791         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
8792
8793 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8794
8795         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
8796         (gnus-narrow-to-page): Don't assume point-min == 1.
8797         (gnus-article-edit-mode): Derive from message-mode.
8798
8799         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
8800         point-min == 1.
8801
8802         * imap.el (imap-parse-address-list, imap-parse-body-ext):
8803         Disable incorrect use of `assert'.
8804
8805         * message.el (message-mode): Set comment-start-skip.
8806
8807
8808 2004-08-22  Sam Steingold  <sds@gnu.org>
8809
8810         * pop3.el (pop3-leave-mail-on-server): New user variable.
8811         (pop3-movemail): Delete mail only when it is nil.
8812
8813 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
8814
8815         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
8816
8817         * mml.el (mml-preview): Use `pop-to-buffer'.
8818
8819         * message.el (message-goto-mail-followup-to): Insert after "To".
8820         (message-carefully-insert-headers): Add comment.
8821
8822         * gnus.el: Remove unused variable `gnus-article-check-size'.
8823
8824         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
8825
8826         * gnus-art.el (gnus-button-alist): Improve
8827         `gnus-button-handle-library' entry.
8828
8829 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
8830
8831         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
8832         downcase, since XEmacs capitalizes error messages differently.
8833
8834 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
8835
8836         * nntp.el: Add (require 'gnus) due to reference to
8837         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
8838
8839 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
8840
8841         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
8842         `mm-fill-flowed'.
8843
8844         * mm-decode.el (mm-dissect-singlepart): Check it.
8845
8846 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
8847
8848         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
8849         'imap' for netrc parsing.
8850
8851 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
8852
8853         * mailcap.el (mailcap-mime-data): Mark as risky.
8854
8855 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8856
8857         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
8858         may be included in the encoded word.
8859         (rfc2047-encode): Don't append a space if the encoded word
8860         includes close parenthesis.
8861
8862 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8863
8864         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
8865         of text within parentheses.
8866
8867 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
8868
8869         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
8870         (gnus-encrypt-write-file-contents): Make the password key the file
8871         name PLUS the cipher, not just the cipher.  Also remove failed
8872         passwords from the cache.
8873
8874 2004-08-06  Simon Josefsson  <jas@extundo.com>
8875
8876         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
8877         fix.
8878
8879 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8880
8881         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
8882         LWSP.
8883
8884 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
8885
8886         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
8887         to append in-reply-to: data to the references: header.
8888
8889         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
8890         (netrc-parse): Use gnus-encrypt.el functions.
8891
8892         * gnus-encrypt.el: Add new file for encryption support; currently
8893         does only a few GPG ciphers and an internal XOR cipher.
8894
8895         * password.el: Add comments on using password-read-and-add.
8896         (password-read-and-add): Add function to read and add the
8897         password to the cache at once.
8898
8899 2004-07-28  Simon Josefsson  <jas@extundo.com>
8900
8901         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
8902         parameter (but don't use it, for now).
8903
8904         * imap.el (imap-ssl-open): Use imap-process-connection-type,
8905         instead of hard coding to nil.
8906
8907 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8908
8909         * mm-view.el (mm-inline-image-emacs): Open lines under an image
8910         as mm-inline-image-xemacs does.
8911
8912 2004-07-26  Simon Josefsson  <jas@extundo.com>
8913
8914         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
8915         Revert part of 2004-07-17 change below.
8916
8917 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8918
8919         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
8920         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8921
8922 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8923
8924         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
8925         quotes that actually start with ">" at the beginning of the
8926         lines.
8927
8928 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8929
8930         * rfc2047.el (rfc2047-encode-region): Fix last change.
8931         (rfc2047-encode-parameter): Remove useless concat.
8932
8933 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8934
8935         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
8936         encode special characters; fix some kind of misconfigured headers;
8937         signal a real error if debug-on-quit or debug-on-error is non-nil.
8938         (rfc2047-encode-max-chars): New variable.
8939         (rfc2047-encode-1): Use it.
8940         (rfc2047-encode-parameter): New function.
8941
8942         * mml.el (mml-insert-parameter): Remove an excessive space.
8943
8944 2004-07-17  Simon Josefsson  <jas@extundo.com>
8945
8946         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
8947         Kai Grossjohann <kai@emptydomain.de>.
8948         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
8949         (gnus-group-make-menu-bar): Ditto.
8950
8951         * gnus-util.el (gnus-group-server): Add.
8952
8953 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
8954
8955         * message.el (message-clone-locals): Clone sendmail and smtp
8956         variables.
8957
8958 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8959
8960         * rfc2047.el (rfc2047-encode-region): Fix last change.
8961
8962 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8963
8964         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
8965         characters as non-special.
8966
8967 2004-07-09  Simon Josefsson  <jas@extundo.com>
8968
8969         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
8970         Users will lose all flag changes made while unplugged with
8971         e.g. nntp unless flag synchronization happens, thus `nil' is not a
8972         good default.  See numerous reports on ding mailing list.
8973
8974 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8975
8976         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
8977         add generate-head-function and generate-article-function to the
8978         rfc822-forward entry.
8979         (nndoc-rfc822-forward-generate-article): New function.
8980         (nndoc-rfc822-forward-generate-head): New function.
8981
8982         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
8983
8984 2004-07-06  Dan Christensen  <jdc@uwo.ca>
8985
8986         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
8987         respect display group parameter and gnus-summary-expunge-below.
8988         (gnus-articles-to-read): Remove unused reference to display group
8989         parameter.
8990
8991 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8992
8993         * nnheader.el (nnheader-uniquify-message-id): New experimental
8994         variable.
8995         (nnheader-nov-read-message-id): Use it.
8996
8997         * spam-report.el (spam-report-gmane): Add interactive.
8998
8999 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9000
9001         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
9002         qp-or-base64 for the application/* types.
9003
9004 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
9005
9006         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
9007
9008 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
9009
9010         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
9011         trim value.
9012
9013 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
9014
9015         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
9016         New macro and function.
9017         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
9018
9019 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9020
9021         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
9022         after-load-alist.
9023
9024 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9025
9026         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
9027         update info that isn't there.
9028
9029 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
9030
9031         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
9032         entry.
9033
9034 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9035
9036         * mm-view.el (mm-inline-render-with-function): Use multibyte
9037         buffer; decode html source by charset.
9038
9039         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
9040
9041         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
9042         Mule-UCS is loaded under XEmacs.
9043         (mm-mime-mule-charset-alist): Avoid duplicated entries.
9044
9045 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
9046
9047         * nnheader.el (nnheader-max-head-length): Increase to 8192.
9048
9049 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9050
9051         * mm-util.el (mm-coding-system-p): Return a coding-system.
9052         (mm-mime-mule-charset-alist): Use shift_jis instead of
9053         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
9054         entries for the mime charsets iso-2022-jp-3 and shift_jis.
9055         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
9056         instead of japanese-shift-jis and iso-latin-1 respectively in
9057         order to share the default value with both Emacs and XEmacs-mule.
9058         (mm-mule-charset-to-mime-charset): Make
9059         mm-coding-system-priorities effective.
9060         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
9061         while predicating of candidates upon the priorities.
9062
9063 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
9064
9065         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9066         gnus-uu-invert-processable.
9067
9068         * gnus.el: Autoload gnus-uu-invert-processable.
9069
9070 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9071
9072         * mm-util.el (mm-with-multibyte-buffer): New macro.
9073
9074         * rfc2047.el (rfc2047-encode-string): Use it.
9075         (rfc2047-encode-region): Move point to the end of the region after
9076         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
9077
9078 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9079
9080         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
9081         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
9082
9083 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9084
9085         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
9086         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
9087         Karl Chen <quarl@nospam.quarl.org>.
9088
9089 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
9090
9091         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
9092         invalid addresses.
9093
9094 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
9095
9096         * spam.el: Change section markers, revise TODO list.
9097         (spam-backends): Make new master list of all installed backends.
9098         (spam-summary-exit-behavior): Add new variable to determine how
9099         messages moves are done at summary exit.
9100         (spam-move-spam-nonspam-groups-only)
9101         (spam-process-ham-in-nonham-groups)
9102         (spam-process-ham-in-spam-groups): Remove variables, the
9103         spam-summary-exit-behavior variable should be used to manage this
9104         behavior.
9105         (spam-old-ham-articles, spam-old-spam-articles): Remove.
9106         (spam-old-articles): Add variable, replacing spam-old-ham-articles
9107         and spam-old-spam-articles.
9108         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
9109         Add empty variables, placeholders for the backends they represent.
9110         (spam-set-difference): Move, unchanged.
9111         (spam-list-of-processors): Declare OBSOLETE, not used anymore
9112         unless the user has a processor variable.
9113         (spam-classifications, spam-classification-valid-p)
9114         (spam-backend-properties, spam-backend-property-valid-p)
9115         (spam-backend-function-type-valid-p)
9116         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
9117         (spam-report-articles-gmane, spam-report-articles-resend):
9118         Remove functions, they are not needed.
9119         (spam-install-backend-super, spam-backend-list)
9120         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
9121         (spam-backend-function, spam-backend-ham-registration-function)
9122         (spam-backend-spam-registration-function)
9123         (spam-backend-ham-unregistration-function)
9124         (spam-backend-spam-unregistration-function)
9125         (spam-backend-statistical-p, spam-backend-mover-p)
9126         (spam-install-backend-alias, spam-install-checkonly-backend)
9127         (spam-install-mover-backend, spam-install-nocheck-backend)
9128         (spam-install-backend, spam-install-statistical-backend)
9129         (spam-install-statistical-checkonly-backend): Add backend installation
9130         support.
9131         (spam-summary-prepare-exit): Rewrite to use the new backend code.
9132         (spam-group-processor-p): Use the new backend code and respect the
9133         summary exit behavior.
9134         (spam-mark-spam-as-expired-and-move-routine): Remove.
9135         (spam-summary-prepare): Change to use the new spam-old-articles
9136         variable.
9137         (spam-copy-or-move-routine, spam-copy-spam-routine)
9138         (spam-move-spam-routine, spam-copy-ham-routine)
9139         (spam-move-ham-routine): Add code to copy/move ham or spam.
9140         (spam-fetch-field-fast): Improve doc and code, plus allow the
9141         'number request.
9142         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
9143         variables.
9144         (spam-split, spam-find-spam): Use the new backend code.
9145         (spam-registration-functions): Remove variable.
9146         (spam-unregister-routine): Add convenience wrapper.
9147         (spam-log-undo-registration, spam-register-routine)
9148         (spam-log-processing-to-registry)
9149         (spam-log-unregistration-needed-p): Rename "check" to "backend"
9150         where possible.
9151         (spam-check-gmane-xref, spam-check-regex-headers)
9152         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
9153         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
9154         (spam-check-bogofilter-headers, spam-check-spamoracle)
9155         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
9156         (spam-check-crm114-headers): Use the spam-split-group that
9157         spam-split prepares, no need to determine it every time.
9158
9159         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
9160         to the nnheader-parse-naked-head call.
9161
9162         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
9163
9164         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
9165         the nnheader-nov-read-message-id call.
9166
9167 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9168
9169         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
9170         gnus-activate-group twice.  Suggested by Markus Peter
9171         <warp@spin.de>.
9172
9173 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9174
9175         * gnus-art.el (gnus-article-time-format): Exchange the order of
9176         day and month in the default value; fix customization type.
9177         (article-date-ut): Use add-text-properties.
9178         (article-make-date-line): Use message-make-date instead of
9179         current-time-string.
9180
9181         * message.el (message-fetch-field): Don't use set-text-properties.
9182         (message-make-date): Simplify.
9183
9184         * messagexmas.el (message-xmas-make-date): New function.
9185         (message-xmas-redefine): Defalias message-make-date to it.
9186
9187 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9188
9189         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
9190         (rfc2047-encode-region): Treat text within parentheses as special;
9191         show the original text when error has occurred.
9192
9193         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
9194         already-computed method to gnus-activate-group.
9195
9196         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
9197         same select-methods identical Lisp objects.
9198
9199         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
9200         object when modifying the info.
9201
9202 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9203
9204         * gnus-srvr.el (gnus-server-set-info): Remove the server from
9205         gnus-opened-servers since it has never been opened with the new
9206         configuration yet.
9207
9208 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9209
9210         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
9211         arg to nnheader-generate-fake-message-id.
9212
9213 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
9214
9215         * nnheader.el (nnheader-generate-fake-message-id): Accept a
9216         number and build a fake message ID localized to a group and
9217         article number (so it's repeatable from that point on).
9218         (nnheader-fake-message-id-p): Change regex to accomodate new fake
9219         ID format.
9220
9221         * gnus-sum.el (gnus-get-newsgroup-headers): Call
9222         nnheader-generate-fake-message-id with the article number.
9223
9224 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
9225
9226         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
9227         end-of-buffer.
9228
9229 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9230
9231         * message.el (message-ignored-supersedes-headers): Add Approved.
9232
9233 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9234
9235         * rfc2047.el (rfc2047-encode-message-header): Remove useless
9236         goto-char.
9237         (rfc2047-encode): Fold the line before encoding.
9238
9239 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9240
9241         * rfc2047.el (rfc2047-encode-message-header): Disabled header
9242         folding -- not all headers can be folded, and this should be done
9243         by the message composition mode.  Probably.  I think.
9244
9245 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9246
9247         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
9248         fast.
9249
9250         * gnus-ems.el (gnus-remove-image): Don't use
9251         message-text-with-property; remove only the image found first.
9252
9253         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
9254         found first.
9255
9256 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
9257
9258         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
9259
9260 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9261
9262         * message.el (message-text-with-property): Make it fast and accept
9263         optional arguments.
9264         (message-strip-forbidden-properties): Use it.
9265         (message-fix-before-sending): Follow the m-t-w-p change.
9266
9267         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
9268
9269 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9270
9271         * gnus-art.el (article-hide-headers): Don't change the buffer
9272         mistakenly when performing mml-preview even if
9273         gnus-single-article-buffer is nil.
9274
9275 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
9276
9277         * message.el (message-expand-name-databases): New user option.
9278         (message-expand-name): Use it.
9279
9280 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
9281
9282         * spam.el (spam-report-articles-resend)
9283         (spam-report-resend-register-routine): Allow ham reporting.
9284         (spam-report-resend-register-ham-routine): Add wrapper.
9285         (spam-registration-functions): Add ham resending functions.
9286         (spam-list-of-processors): Add ham resend processor.
9287
9288         * gnus.el (ham-resend-to): Add new group parameter.
9289         (spam-process): Add ham resend option.
9290
9291         * spam-report.el (spam-report-resend): Allow reporting ham.
9292         (spam-report-resend-ham): Add wrapper.
9293
9294 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9295
9296         * message.el (message-cite-articles-with-x-no-archive): New
9297         variable.
9298         (message-cite-original): Use it.
9299
9300 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9301
9302         * message.el (message-cite-original): Respect X-No-Archive.
9303
9304 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9305
9306         * gnus-art.el (article-hide-headers): Refer to the values for
9307         gnus-ignored-headers and gnus-visible-headers in the summary
9308         buffer since a user may have set them as group parameters.
9309
9310 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
9311
9312         * assistant.el (assistant-node-name): Add convenience function.
9313         (assistant-render-text, assistant-render-node): Add error handling,
9314         plus handle multiple next nodes.
9315         (assistant-find-next-node): Comment out for now.
9316         (assistant-find-next-nodes): Add function, returns list of next
9317         nodes.
9318
9319 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
9320
9321         * mail-source.el (mail-source-directory): Fix doc-string.
9322
9323 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
9324
9325         * assistant.el (assistant-render-text, assistant-eval): Add :set
9326         widget type, which is different because it takes and returns a
9327         list.  Much hilarity ensues.
9328
9329 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
9330
9331         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
9332
9333         * gnus-group.el (gnus-group-get-new-news-this-group): Added
9334         doc-string.
9335
9336         * gnus-start.el (gnus-activate-group): Added doc-string.
9337
9338 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9339
9340         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
9341
9342 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
9343
9344         * assistant.el (assistant-render-text): Try to add a :set
9345         widget, more to come.
9346
9347         * spam.el (spam-group-spam-contents-p): Handle empty groupname
9348         strings.
9349         (spam-report-articles-resend)
9350         (spam-register-routine): Do registration iff any articles warrant
9351         it.
9352         (spam-summary-prepare-exit): Change log message for nil group
9353         destinations.
9354
9355 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
9356
9357         * spam.el (spam-report-resend-register-routine): Allow
9358         spam-report-resend-to to be a group parameter or a global value.
9359
9360 2004-05-26  Simon Josefsson  <jas@extundo.com>
9361
9362         * starttls.el: Merge with my GNUTLS based starttls.el.
9363         (starttls-gnutls-program, starttls-use-gnutls)
9364         (starttls-extra-arguments, starttls-process-connection-type)
9365         (starttls-connect, starttls-failure, starttls-success): New
9366         variables.
9367         (starttls-program, starttls-extra-args): Doc fix.
9368         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
9369         functions.
9370         (starttls-negotiate, starttls-open-stream): Check
9371         `starttls-use-gnutls' and pass on to corresponding *-gnutls
9372         function if it is set.
9373
9374 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9375
9376         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
9377         structured fields.
9378
9379 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9380
9381         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
9382
9383 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
9384
9385         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
9386         variable.
9387         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
9388         assigning the spam-mark to new messages.
9389
9390 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
9391
9392         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
9393
9394 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9395
9396         * dgnushack.el: Autoload customize-set-variable for XEmacs.
9397
9398         * rfc2047.el (rfc2047-encodable-p): Don't move point.
9399         (rfc2047-decode): Treat the ascii coding-system as raw-text by
9400         default.
9401
9402 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
9403
9404         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
9405         correct data.
9406
9407 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
9408
9409         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
9410         (spam-group-processor-p): Fix function.
9411         (spam-group-processor-multiple-p)
9412         (spam-group-spam-processor-report-gmane-p)
9413         (spam-group-spam-processor-report-resend-p)
9414         (spam-group-spam-processor-bogofilter-p)
9415         (spam-group-spam-processor-blacklist-p)
9416         (spam-group-spam-processor-ifile-p)
9417         (spam-group-ham-processor-ifile-p)
9418         (spam-group-spam-processor-spamoracle-p)
9419         (spam-group-spam-processor-crm114-p)
9420         (spam-group-ham-processor-bogofilter-p)
9421         (spam-group-spam-processor-stat-p)
9422         (spam-group-ham-processor-stat-p)
9423         (spam-group-ham-processor-whitelist-p)
9424         (spam-group-ham-processor-BBDB-p)
9425         (spam-group-ham-processor-spamoracle-p)
9426         (spam-group-ham-processor-copy-p): Remove functions with some
9427         prejudice against unneeded code.
9428         (spam-report-articles-resend)
9429         (spam-report-resend-register-routine): Allow the group/topic
9430         spam-resend-to value to override spam-report-resend-to.
9431         (spam-summary-prepare-exit): Invoke spam-group-processor-p
9432         properly now.
9433
9434         * gnus.el (spam-resend-to): Add group/topic parameter.
9435         (spam-process): Move the OBSOLETE processors to the end of the
9436         choices.
9437
9438 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
9439
9440         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
9441         with resend-to set to nil, and then ask the user if necessary.
9442         (spam-report-resend): spam-report-resend takes a list of articles, not
9443         separate article numbers.
9444
9445 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9446
9447         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
9448         addition to emacs-w3m.
9449
9450 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9451
9452         * assistant.el (assistant-authinfo-data): New function.
9453         (assistant-eval): Eval for entire assistant.
9454
9455         * netrc.el (netrc-services-file): New variable.
9456         (netrc-parse-services): New function.
9457         (netrc-find-service-name): New function.
9458         (netrc-find-service-number): New function.
9459         (netrc-port-equal): New function.
9460         (netrc-machine): Use it.
9461
9462         * nnimap.el (nnimap-open-connection): Use netrc.
9463
9464         * gnus-util.el (gnus-netrc-get): Remove aliases.
9465
9466         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
9467
9468         * assistant.el (wid-edit): Fix compilation.
9469
9470         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
9471
9472 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
9473
9474         * gnus-util.el (gnus-set-file-modes): New function.  (small
9475         patch).
9476
9477 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9478
9479         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
9480
9481         * assistant.el (assistant-render-node): Fix up rendering and
9482         read-only text.
9483         (assistant-render-node): Reset.
9484         (assistant-make-read-only): Not sticky.
9485
9486 2004-05-20  Danny Siu  <dsiu@adobe.com>
9487
9488         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
9489         centered even when gnus-auto-center-summary is t
9490
9491 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9492
9493         * dns.el (dns-get-txt-answer): New function.
9494         (dns-read-txt): Ditto.
9495         (query-dns): Use it.
9496
9497 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9498
9499         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
9500         active for foreign groups even if the group level is higher than
9501         the specified value.
9502
9503 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9504
9505         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
9506         non-active groups.
9507
9508         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
9509
9510 2004-05-20  Magnus Henoch  <mange@freemail.hu>
9511
9512         * dns.el (dns-read-type): Add support for SVR.  (small patch)
9513
9514 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9515
9516         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
9517         (spam-crm114-header, spam-crm114-spam-switch)
9518         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
9519         (spam-crm114-positive-spam-header)
9520         (spam-crm114-database-directory, spam-list-of-processors)
9521         (spam-group-spam-processor-crm114-p)
9522         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
9523         (spam-generic-score, spam-list-of-checks)
9524         (spam-list-of-statistical-checks, spam-registration-functions)
9525         (spam-check-crm114-headers, spam-crm114-score)
9526         (spam-check-crm114, spam-crm114-register-with-crm114)
9527         (spam-crm114-register-spam-routine)
9528         (spam-crm114-unregister-spam-routine)
9529         (spam-crm114-register-ham-routine)
9530         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
9531         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
9532
9533         * gnus.el: Add spam-use-crm114.
9534
9535         * spam.el (spam-list-of-processors, spam-registration-functions):
9536         Add spam-use-resend.
9537         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
9538         (spam-report-articles-gmane): Add doc fix.
9539         (spam-report-articles-resend,
9540         spam-report-resend-register-routine): Add wrappers around
9541         spam-report-resend-to.
9542
9543         * spam-report.el (spam-report-resend-to, spam-report-resend):
9544         Add support for resending spam.
9545         (spam-report-gmane): Fix line length >80.
9546
9547         * gnus.el (spam-process): Add spam-use-resend.
9548
9549 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9550
9551         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
9552         number of processed spam messages.
9553         (spam-ham-copy-or-move-routine): Return the number of processed
9554         ham messages.
9555         (spam-summary-prepare-exit): Use the above values to decide
9556         whether status messages shouled be displayed.
9557
9558 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
9561         `rfc2047-encoding-function-alist' in order to avoid conflicting
9562         with the old version.
9563         (rfc2047-encode-region): Concatenate words containing non-ASCII
9564         characters in structured fields; don't encode space-delimited
9565         ASCII words even in unstructured fields; don't break words at
9566         char-category boundaries.
9567         (rfc2047-encode-1): New function.
9568         (rfc2047-encode): Use it; encode text so that it occupies the
9569         maximum width within 76-column; work correctly on Q encoding for
9570         iso-2022-* charsets.
9571         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
9572         sure not to break a line just after the header name.
9573         (rfc2047-b-encode-region): Removed.
9574         (rfc2047-b-encode-string): New function.
9575         (rfc2047-q-encode-region): Removed.
9576         (rfc2047-q-encode-string): New function.
9577
9578         * mm-util.el (mm-replace-in-string): New function.
9579
9580 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9581
9582         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
9583         get it right.
9584         (gnus-inews-make-draft): Really.
9585
9586 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
9587
9588         * nnmh.el (nnmh-request-list-1): Don't check the link count
9589         before descending.  (small patch)
9590
9591 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9592
9593         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
9594         stuff.
9595
9596         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
9597         on real group name.
9598
9599         * gnus-art.el (gnus-signature-limit): Doc fix.
9600
9601         * gnus-msg.el (gnus-inews-make-draft): Quote list.
9602
9603         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
9604
9605 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
9606
9607         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
9608         isn't a string.
9609
9610 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9611
9612         * gnus-draft.el (gnus-draft-send): Bind
9613         rfc2047-encode-encoded-words.
9614
9615         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
9616         (rfc2047-encodable-p): Say that =? needs encoding.
9617         (rfc2047-encode-encoded-words): New variable.
9618
9619         * gnus-group.el (gnus-group-select-group): Doc fix.
9620
9621         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
9622
9623         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
9624         to nil.
9625
9626         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
9627
9628         * nnheader.el (nnheader-get-lines-and-char): New function.
9629
9630 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
9631
9632         * gnus-msg.el (gnus-summary-followup-with-original): Document
9633         yanking of region when active.
9634
9635 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9636
9637         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
9638         groups if the group level is higher than the specified value.
9639
9640 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9641
9642         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
9643         (gnus-group-jump-to-group): Added prefix argument using
9644         `gnus-group-jump-to-group-prompt'.  Query before jumping to
9645         non-active group.
9646
9647         * compface.el (uncompface): Be verbose when changing
9648         `uncompface-use-external'.
9649
9650         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
9651         handle manual section.
9652
9653 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9654
9655         * gnus-art.el (gnus-button-alist): Revert previous change.
9656
9657 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9658
9659         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
9660
9661 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9662
9663         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
9664         whether backend can accept message.
9665
9666         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9667
9668 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
9669
9670         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
9671         Avoid creating directory when nntp-marks-is-evil is true.
9672         Reported by Reiner Steib.
9673
9674 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9675
9676         * gnus-picon.el (gnus-picon-style): New variable.
9677         (gnus-picon-insert-glyph): Added optional `nostring' argument.
9678         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
9679         Jesper Harder <harder@ifa.au.dk>.
9680
9681 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9682
9683         * message.el (message-fill-field): Return point.
9684         (message-generate-headers): Go to end of field.
9685
9686         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
9687         stuff for non-living groups.
9688
9689 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
9690
9691         * gnus-art.el (gnus-article-followup-with-original)
9692         (gnus-article-reply-with-original): gnus-mark-active-p ->
9693         gnus-region-active-p.
9694
9695 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
9696
9697         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
9698         only when there is spam or ham to be processed.
9699
9700 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9701
9702         * mail-source.el (mail-source-delete-crash-box): Refactor.
9703         (mail-source-fetch): Use it.
9704         (mail-source-fetch-file): Ditto.
9705         (mail-source-fetch-directory): Run postscript in loop.
9706         (mail-source-fetch-pop): Delete.
9707         (mail-source-fetch-maildir): Ditto.
9708         (mail-source-fetch-imap): Ditto.
9709
9710         * imap.el (imap-authenticators): Comment out sasl.
9711
9712         * message.el (message-skip-to-next-address): New function.
9713         (message-fill-header-address): Refactor.
9714         (message-fill-address): Use it.
9715         (message-delete-address): Use it.
9716         (message-fill-header-general): Refactor.
9717         (message-fill-field-address): Rename.
9718         (message-narrow-to-field): Find the start of the header.
9719         (message-header-format-alist): Don't pre-fill.
9720         (message-fill-header): Removed.
9721         (message-insert-header): New function.
9722         (message-shorten-references): Use it.
9723
9724         * rfc2047.el (rfc2047-field-value): Strip props.
9725
9726         * mail-parse.el (mail-header-make-address): New alias.
9727
9728         * ietf-drums.el (ietf-drums-make-address): New function.
9729
9730         * imap.el: Add compiler directives.
9731
9732         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
9733
9734         * gnus-art.el (article-decode-idna-rhs): Don't use
9735         message-idna-inside-rhs-p.
9736
9737 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9738
9739         * message.el (message-idna-inside-rhs-p): Removed.
9740         (message-idna-to-ascii-rhs-1): Use proper address parsing.
9741
9742         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
9743         false positives.
9744
9745 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
9746
9747         * imap.el (imap-sasl-make-mechanisms): Use sasl.
9748
9749 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9750
9751         * nneething.el (nneething-file-name): Don't create spurions
9752         files.
9753
9754         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
9755         (gnus-inews-do-gcc): Remove sleep.
9756
9757         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
9758         part under point.
9759
9760         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
9761         (gnus-agent-regenerate-group): Using nil messages aren't valid.
9762
9763 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
9764
9765         * spam.el (spam-summary-prepare-exit): Fixed (length).
9766
9767 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9768
9769         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
9770         as expired without moving it" message when there are spam
9771         messages left.
9772
9773 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
9774
9775         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
9776         header is not nil.
9777
9778 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
9779
9780         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
9781         nntp-possibly-create-directory, not nntp-possibly-change-group.
9782         (nntp-marks-changed-p): New arg SERVER.
9783         (nntp-request-update-info): Adjust caller.
9784
9785 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
9786
9787         * nntp.el (nntp-save-marks): Pass missing arg.
9788
9789 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
9790
9791         * nntp.el: Support marks.
9792         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
9793         (nntp-marks-modtime, nntp-marks-directory): New variables.
9794         (nntp-request-set-mark, nntp-request-update-info)
9795         (nntp-possibly-create-directory, nntp-marks-changed-p)
9796         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
9797         functions.
9798
9799 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
9800
9801         * gnus-xmas.el (gnus-xmas-select-lowest-window)
9802         (gnus-xmas-redefine): Rename.
9803
9804         * gnus-score.el (gnus-score-insert-help): Use
9805         gnus-select-lowest-window.
9806
9807         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
9808         appt-select-lowest-window and rename to gnus-select-lowest-window.
9809
9810         * gnus.el: do.
9811
9812 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9813
9814         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
9815         encodings of MIME-encoded words, in order to improve
9816         interoperability with several broken MUAs.
9817
9818 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9819
9820         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
9821         tags, only when charsets are not specified in headers.
9822         (mm-inline-text-html-render-with-w3m): Ditto.
9823
9824         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
9825         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
9826
9827 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9828
9829         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
9830         instead of MIME-decoded from fields when checking
9831         `gnus-article-address-banner-alist'.
9832
9833 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
9834
9835         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
9836         description rather than subject.
9837
9838 2004-05-02  Steve Youngs  <steve@youngs.au.com>
9839
9840         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
9841
9842 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9843
9844         * gnus.el (gnus-version-number): Bump.
9845
9846 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9847
9848         * gnus.el: No Gnus v0.2 is released.
9849
9850 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9851
9852         * gnus-agent.el (gnus-agent-read-agentview): Inline
9853         gnus-uncompress-range.
9854
9855 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9856
9857         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
9858         `exec-installed-p'.
9859
9860 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9861
9862         * gnus.el (spam-process, spam-autodetect-methods): Add
9863         bsfilter and bsfilter-headers.
9864
9865         * spam.el (spam-bsfilter): New customize group.
9866         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
9867         (spam-bsfilter-header, spam-bsfilter-probability-header)
9868         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
9869         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
9870         (spam-bsfilter-database-directory): New options.
9871         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
9872         (spam-list-of-statistical-checks, spam-registration-functions):
9873         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
9874         (spam-bsfilter-score): New command.
9875         (spam-check-bsfilter-headers, spam-check-bsfilter)
9876         (spam-bsfilter-register-with-bsfilter)
9877         (spam-bsfilter-register-spam-routine)
9878         (spam-bsfilter-unregister-spam-routine)
9879         (spam-bsfilter-register-ham-routine)
9880         (spam-bsfilter-unregister-ham-routine): New functions.
9881         (spam-generic-score): Support bsfilter; Accept an optional argument
9882         to recalcurate spam score even if scoring header has already been
9883         added.
9884         (spam-bogofilter-score, spam-spamassassin-score): Accept an
9885         optional argument to recalcurate spam score even if scoring header
9886         has already been added.
9887
9888 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
9889
9890         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
9891         strings!  Reported by David D. Smith <davidsmith@acm.org>.
9892         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
9893         link is missing.
9894
9895 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
9896
9897         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
9898         (html2text-get-attr): Rewrite.
9899
9900         * message.el (message-setup-1): Remove redundant put-text-property
9901         on mail-header-separator.
9902
9903 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
9904
9905         * gnus-registry.el (gnus-registry-cache-whitespace)
9906         (gnus-registry-action, gnus-registry-spool-action)
9907         (gnus-registry-split-fancy-with-parent): Change message levels
9908         from 5 to 3 or 7, as needed.
9909
9910         * spam.el (spam-summary-prepare-exit)
9911         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
9912         (spam-split, spam-find-spam, spam-log-undo-registration)
9913         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
9914         level from 5 to 6.
9915
9916 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9917
9918         * gnus-ems.el: Autoload appt-select-lowest-window (revert
9919         2004-03-04 change).
9920
9921 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
9922
9923         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
9924         Use mapc when appropriate.
9925
9926         * sieve-manage.el (sieve-manage-open): do.
9927
9928         * nnweb.el (nnweb-insert-html): do.
9929
9930         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
9931         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
9932
9933         * nnspool.el (nnspool-request-group): do.
9934
9935         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
9936         do.
9937
9938         * nnml.el (nnml-request-update-info): do.
9939
9940         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
9941         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
9942
9943         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
9944         (nnimap-request-set-mark): do.
9945
9946         * nnfolder.el (nnfolder-request-update-info): do.
9947
9948         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
9949         do.
9950
9951         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
9952
9953         * gnus-uu.el (gnus-uu-find-articles-matching): do.
9954
9955         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
9956         do.
9957
9958         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
9959         do.
9960
9961         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
9962
9963         * gnus-nocem.el (gnus-nocem-scan-groups): do.
9964
9965         * gnus-int.el (gnus-start-news-server): do.
9966
9967         * gnus-group.el (gnus-group-make-kiboze-group)
9968         (gnus-group-browse-foreign-server): do.
9969
9970 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
9971
9972         FIXME: Make separate entries for each person.
9973
9974         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
9975         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
9976         <shields@msrl.com>:
9977
9978         * spam.el (spam-necessary-extra-headers): Get the extra headers we
9979         may need for spam sorting and scoring.
9980         (spam-user-format-function-S): Add user format function suitable for
9981         general use.
9982         (spam-article-sort-by-spam-status): Add sorting function for summary
9983         sorting.
9984         (spam-extra-header-to-number): Add function to get a score from a
9985         header.
9986         (spam-summary-score): Add function to  get a numeric score from the
9987         headers.
9988         (spam-generic-score): Fixed function doc, was in wrong place.
9989         (spam-initialize): Take symbols when it's run, and install the
9990         extra headers that spam-necessary-extra-headers thinks we need.
9991
9992 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
9993
9994         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
9995         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9996
9997 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
9998
9999         * gnus-sum.el (gnus-set-global-variables)
10000         (gnus-build-all-threads, gnus-get-newsgroup-headers)
10001         (gnus-article-get-xrefs, gnus-summary-best-group)
10002         (gnus-summary-next-article, gnus-summary-enter-digest-group)
10003         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
10004         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
10005         with-current-buffer.
10006
10007 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
10008
10009         * spam.el (spam-summary-prepare-exit): Simplify logic.
10010         (spam-fetch-article-header): Read the article header if it's not
10011         available.
10012         (spam-list-articles): Simplify logic.
10013         (spam-filelist-register-routine): Fix bug with unregister-list.
10014
10015         * gnus-registry.el: Fix comments at beginning.
10016
10017 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
10018
10019         * message.el (message-cater-to-broken-inn): Remove.
10020         (message-shorten-references): Make sure the total folded length of
10021         References is shorter than 998 characters to cater to a bug in INN
10022         2.3.  Also, don't pretend that references aren't folded -- this
10023         hasn't worked for a while.
10024
10025 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10026
10027         * gnus-agent.el (gnus-agentize):
10028         gnus-agent-send-mail-real-function no longer set to current value
10029         of message-send-mail-function but rather a lambda that calls
10030         message-send-mail-function.  The change makes the agent real-time
10031         responsive to user changes to message-send-mail-function.
10032
10033 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10034
10035         * legacy-gnus-agent.el
10036         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
10037         help from Florian Weimer <fw@deneb.enyo.de>
10038
10039 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10040
10041         * nnmail.el (nnmail-cache-insert): Revert last change.
10042
10043 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10044
10045         * nnmail.el (nnmail-cache-insert): Always check whether
10046         nnmail-cache-ignore-groups matches a group name.
10047
10048 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
10049
10050         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
10051         (spam-find-spam, spam-log-processing-to-registry)
10052         (spam-log-registered-p, spam-log-unregistration-needed-p)
10053         (spam-log-undo-registration): Use gnus-message instead of
10054         gnus-error, none of these errors are fatal.
10055
10056         * gnus-registry.el (gnus-registry-clean-empty-function)
10057         (gnus-registry-clean-empty): Remove only empty entries without
10058         extra data.
10059
10060 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
10061
10062         * spam-stat.el (spam-stat-buffer-change-to-spam)
10063         (spam-stat-buffer-change-to-non-spam): Change (error) to
10064         (gnus-message 8) invocation.
10065
10066 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10067
10068         * nntp.el (nntp-via-netcat-command): New variable.
10069         (nntp-via-netcat-switches): New variable.
10070         (nntp-open-via-rlogin-and-netcat): New function.
10071         (nntp-open-connection-function): Doc fix.
10072         (nntp-telnet-command): Doc fix.
10073         (nntp-end-of-line): Doc fix.
10074         (nntp-via-rlogin-command): Doc fix.
10075         (nntp-via-user-name): Doc fix.
10076         (nntp-via-address): Doc fix.
10077
10078 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10079
10080         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
10081         error in Emacs 21.1.
10082
10083 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
10084
10085         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
10086
10087 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10088         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
10089         (gnus-agent-with-refreshed-group): New macro.
10090         (gnus-agent-rename-group): New function.
10091         (gnus-agent-delete-group): New function.
10092         (gnus-agent-save-group-info): Use gnus-command-method when
10093         `method' parameter is nil.  Don't write nil entries into the
10094         active file.
10095         (gnus-agent-get-group-info): New function.
10096         (gnus-agent-fetch-articles): Use
10097         gnus-agent-update-files-total-fetched-for to increment disk space
10098         used.
10099         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
10100         gnus-agent-update-view-total-fetched-for to increment disk space
10101         used.
10102         (gnus-agent-get-local): Added optional parameters to avoid calling
10103         gnus-group-real-name and gnus-find-method-for-group.
10104         (gnus-agent-set-local): Delete stored entry if either min, or max,
10105         are nil.
10106         (gnus-agent-fetch-session): Reworded error/quit messages.  On
10107         quit, use gnus-agent-regenerate-group to record existance of any
10108         articles fetched to disk before the quit occurred.
10109         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
10110         gnus-agent-update-view-total-fetched-for, and
10111         gnus-agent-update-files-total-fetched-for to decrement disk space
10112         used.
10113         (gnus-agent-retrieve-headers): Use
10114         gnus-agent-update-view-total-fetched-for to increment disk space
10115         used.
10116         (gnus-agent-regenerate-group): Replace gnus-group-update-group
10117         with gnus-agent-update-files-total-fetched-for to decrement disk
10118         space and fresh group buffer.
10119         (gnus-agent-inhibit-update-total-fetched-for): New variable.
10120         (gnus-agent-need-update-total-fetched-for): New variable.
10121         (gnus-agent-update-files-total-fetched-for): New function.
10122         (gnus-agent-update-view-total-fetched-for): New function.
10123         (gnus-agent-total-fetched-for): New function.
10124
10125         * gnus-cache.el (gnus-cache-save-buffers): Use
10126         gnus-cache-update-overview-total-fetched-for to change disk space
10127         used by this group.
10128         (gnus-cache-possibly-enter-article): Use
10129         gnus-cache-update-file-total-fetched-for to increment disk space
10130         used by this group.
10131         (gnus-cache-possibly-remove-article): Use
10132         gnus-cache-update-file-total-fetched-for to decrement disk space
10133         used by this group.
10134         (gnus-cache-generate-nov-databases): Purge total fetched cache.
10135         (gnus-cache-rename-group): New function.
10136         (gnus-cache-delete-group): New function.
10137         (gnus-cache-inhibit-update-total-fetched-for): New variable.
10138         (gnus-cache-need-update-total-fetched-for): New variable.
10139         (gnus-cache-with-refreshed-group): New macro.
10140         (gnus-cache-update-file-total-fetched-for): New function.
10141         (gnus-cache-update-overview-total-fetched-for): New function.
10142         (gnus-cache-rename-group-total-fetched-for): New function.
10143         (gnus-cache-delete-group-total-fetched-for): New function.
10144         (gnus-cache-total-fetched-for): New function.
10145
10146         * gnus-group.el: Require gnus-sum and autoload functions to
10147         resolve warnings when gnus-group.el compiled alone.
10148         (gnus-group-line-format): Documented new %F
10149         (size of Fetched data) group line format; identifies disk space
10150         used by agent and cache.
10151         (gnus-group-line-format-alist): Defined new F format.
10152         (gnus-total-fetched-for): New function.
10153         (gnus-group-delete-group): No longer update
10154         gnus-cache-active-altered as gnus-request-delete-group now keeps
10155         the cache in sync.
10156         (gnus-group-list-active): Let the agent store a server's active
10157         list if currently plugged.
10158
10159         * gnus-int.el (gnus-request-delete-group): Use
10160         gnus-cache-delete-group and gnus-agent-delete-group to keep the
10161         local disk in sync with the server.
10162          (gnus-request-rename-group): Use
10163         gnus-cache-rename-group and gnus-agent-rename-group to keep the
10164         local disk in sync with the server.
10165
10166         * gnus-start.el (gnus-get-unread-articles): Cosmetic
10167         simplification to logic.
10168
10169         * gnus-util.el (gnus-rename-file): New function.
10170
10171 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
10172
10173         * mm-util.el (mm-image-load-path): Handle nil in load-path.
10174
10175 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
10176
10177         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
10178         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
10179
10180 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
10181
10182         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
10183         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
10184
10185 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
10186
10187         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
10188
10189 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
10190
10191         * spam.el (spam-set-difference): Add function to replace
10192         gnus-set-difference in spam.el.
10193         (spam-summary-prepare-exit): Use spam-set-difference.
10194
10195 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10196
10197         * gnus-registry.el (gnus-registry-cache-file): Update to use
10198         gnus-dribble-directory OR gnus-home-directory OR ~.
10199         (gnus-registry-split-fancy-with-parent): Fix doc.
10200
10201 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10202
10203         * message.el (message-exchange-point-and-mark): Use
10204         message-mark-active-p.  Suggested by Jesper Harder
10205         <harder@ifa.au.dk>.
10206
10207 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10208
10209         * message.el (message-exchange-point-and-mark): Don't activate
10210         region if it was inactive.  Suggested by Hiroshi Fujishima
10211         <pooh@nature.tsukuba.ac.jp>.
10212
10213 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10214
10215         * gnus-art.el (article-display-face): Display Faces in the same
10216         order as X-Faces.
10217
10218 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10219
10220         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
10221
10222 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10223
10224         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
10225         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
10226         (gnus-article-mime-hierarchy): Remove.
10227         (gnus-article-mime-hierarchy-next): Remove.
10228         (gnus-article-mode): Revert 2004-03-19 change.
10229         (gnus-article-setup-buffer): Revert 2004-03-19 change.
10230         (gnus-insert-mime-button): Revert 2004-03-19 change.
10231         (gnus-mime-accumulate-hierarchy): Remove.
10232         (gnus-mime-enter-multipart): Remove.
10233         (gnus-mime-leave-multipart): Remove,
10234         (gnus-mime-display-part): Revert 2004-03-19 change.
10235         (gnus-mime-display-alternative): Revert 2004-03-19 change.
10236
10237         * mml.el (mml-preview): Revert 2004-03-19 change.
10238
10239 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
10240
10241         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
10242
10243 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10244
10245         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
10246         t while entering a file name using the mm-with-multibyte macro.
10247         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10248
10249         * mm-util.el (mm-with-multibyte): New macro.
10250
10251 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
10254         user option.
10255         (gnus-mime-multipart-functions): Doc and customization fix.
10256         (gnus-article-mime-hierarchy): New variable.
10257         (gnus-article-mime-hierarchy-next): New variable.
10258         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
10259         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
10260         gnus-article-mime-hierarchy-next to nil.
10261         (gnus-insert-mime-button): Show hierarchy numbers.
10262         (gnus-mime-accumulate-hierarchy): New function.
10263         (gnus-mime-enter-multipart): New function.
10264         (gnus-mime-leave-multipart): New function.
10265         (gnus-mime-display-part): Recompute hierarchical MIME structure.
10266         (gnus-mime-display-alternative): Show hierarchy numbers.
10267
10268         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
10269         gnus-article-mime-hierarchy-next to nil.
10270
10271 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
10272
10273         * dns.el: Don't require gnus-xmas.
10274
10275 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
10276
10277         * mml.el (mml-generate-mime-1): Don't use format=flowed with
10278         inline PGP.
10279         (mml-menu): Disable mml-quote-region if mark is inactive.
10280
10281 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10282
10283         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
10284         when the group's active is not available.
10285
10286 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10287
10288         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
10289         error.
10290
10291 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
10292
10293         * imap.el (imap-store-password): New variable.
10294         (imap-interactive-login): Use it.
10295         Suggested by Mark Plaksin <happy@mcplaksin.org>.
10296
10297 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10298
10299         * gnus-art.el (gnus-article-read-summary-keys): Restore new
10300         window-start and hscroll to summary window.
10301
10302 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10303
10304         * gnus-start.el (gnus-convert-old-newsrc): Only write the
10305         conversion message to newsrc-dribble when an actual conversion is
10306         performed.
10307
10308 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
10309
10310         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
10311
10312 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10313
10314         * mm-decode.el (mm-complicated-handles): New function reviving
10315         former definition of mm-multiple-handles.
10316
10317         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
10318         (gnus-mime-delete-part): Use it.
10319
10320 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10321
10322         * gnus-agent.el (gnus-agent-read-local): Bind
10323         nnheader-file-coding-system to gnus-agent-file-coding-system to
10324         avoid the implicit assumption that they will always be equal.
10325         (gnus-agent-save-local): Bind buffer-file-coding-system, not
10326         coding-system-for-write, as the with-temp-file macro first prints
10327         to a buffer then saves the buffer.
10328
10329 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10330
10331         * gnus-art.el (gnus-article-edit-part): New function.
10332         (gnus-mime-save-part-and-strip): Use it; do query instead of
10333         signaling an error; don't use mm-multiple-handles.
10334         (gnus-mime-delete-part): Ditto.
10335
10336 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10337
10338         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
10339         old file versions.
10340         (gnus-group-prepare-hook): Removed function that converted list
10341         form of gnus-agent-expire-days to group properties.
10342
10343         * gnus-int.el: Autoload gnus-agent-regenerate-group.
10344         (gnus-request-accept-article): Re-indented.
10345
10346         * gnus-start.el (gnus-convert-old-newsrc): Registered new
10347         converters to handle old agent file formats.  Added logic for a
10348         "backup before upgrading warning".
10349         (gnus-convert-mark-converter-prompt): Developers can mark
10350         functions as needing (default), or not needing,
10351         gnus-convert-old-newsrc's "backup before upgrading warning".
10352         (gnus-convert-converter-needs-prompt): Tests whether the user
10353         should be protected from potentially irreversable changes by the
10354         function.
10355
10356         * legacy-gnus-agent.el (): New. Provides converters that are only
10357         loaded when gnus-convert-old-newsrc needs to call them.
10358
10359 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10360
10361         * mail-source.el (mail-source-touch-pop): Doc fix.
10362
10363         * message.el (message-smtpmail-send-it): Doc fix.
10364
10365 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
10366
10367         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
10368
10369         * nnmail.el (nnmail-split-fancy): do.
10370
10371         * gnus-kill.el (gnus-kill, gnus-execute): do.
10372
10373 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
10374
10375         * gnus-sum.el (gnus-widget-reversible-match)
10376         (gnus-widget-reversible-to-internal)
10377         (gnus-widget-reversible-to-external): New functions.
10378         (gnus-widget-reversible): New widget.
10379         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
10380
10381 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
10382
10383         * gnus-sum.el (gnus-thread-sort-functions)
10384         (gnus-article-sort-functions): Document `(not F)' items.
10385
10386 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10387
10388         * spam.el (spam-use-gmane-xref): Add new backend.
10389         (spam-gmane-xref-spam-group): Add variable to control the name of the
10390         Gmane spam group.
10391         (spam-blackhole-servers, spam-blackhole-good-server-regex)
10392         (spam-regex-headers-spam, spam-regex-headers-ham)
10393         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
10394         (spam-list-of-checks): Add spam-use-gmane-xref to list of
10395         backends and checks.
10396         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
10397
10398         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
10399         an autodetect method.
10400
10401 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10402
10403         * gnus-int.el (gnus-request-accept-article): Inform the agent that
10404         articles are being added to a group.
10405         (gnus-request-replace-article): Inform the agent that articles
10406         need to be uncached as the cached contents are no longer valid.
10407
10408 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10409
10410         * binhex.el: Don't autoload executable-find.
10411
10412         * canlock.el: Don't autoload mail-fetch-field.
10413
10414         * dgnushack.el: Autoload c-mode for XEmacs.
10415
10416         * gnus-ems.el: Don't autoload appt-select-lowest-window.
10417
10418         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
10419         rmail-dont-reply-to and rmail-output.
10420
10421         * gnus-score.el: Don't autoload ffap-string-at-point.
10422
10423         * gnus-setup.el: Don't autoload sc-cite-original.
10424
10425         * imap.el: Don't autoload base64-decode-string,
10426         base64-encode-string and md5.
10427
10428         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
10429         and rmail-msg-restore-non-pruned-header.
10430
10431         * mm-decode.el: Don't autoload executable-find.
10432
10433         * mm-url.el: Don't autoload executable-find.
10434
10435         * mm-view.el: Don't autoload diff-mode.
10436
10437         * nndb.el: Don't autoload news-reply-mode, news-setup,
10438         cancel-timer and telnet.
10439
10440         * password.el: Don't autoload run-at-time for Emacs.
10441
10442         * sha1-el.el: Don't autoload executable-find.
10443
10444         * sieve-mode.el: Don't autoload c-mode.
10445
10446         * uudecode.el: Don't autoload executable-find.
10447
10448 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10449
10450         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
10451         (gnus-agent-possibly-alter-active): Avoid null in numeric
10452         comparison.
10453         (gnus-agent-set-local): Refuse to save null in local object table.
10454         (gnus-agent-regenerate-group): The REREAD parameter can now be a
10455         list of articles that will be marked as unread.
10456
10457 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10458
10459         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
10460
10461 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
10462
10463         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
10464         language tags.
10465
10466 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10467
10468         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
10469         Don't bind "obarray".
10470
10471         * gnus-sum.el (gnus-thread-sort-functions): Added
10472         `gnus-thread-sort-by-most-recent-number' and
10473         `gnus-thread-sort-by-most-recent-date'.
10474         Reported by Kai Grossjohann <kai@emptydomain.de>.
10475
10476 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10477
10478         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
10479
10480 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10481
10482         * gnus-cus.el (gnus-agent-customize-category): Removed
10483         ignore-errors macro reference that required cl to be loaded at
10484         run-time.
10485
10486         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
10487         single-interval range of the form (min . max).  Previously the
10488         range had to look like ((min . max)).  Likewise, return
10489         (min . max) rather than ((min . max)).
10490         (gnus-range-map): Use gnus-range-normalize to accept
10491         single-interval range.
10492
10493         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
10494         the cache, but not the agent, now appear with their usual face.
10495
10496         * dgnushack.el (loaddir): New variable that is bound to the
10497         directory containing the dgnushack.el file. Use loaddir, rather
10498         than srcdir, to update load-path. Change lets dgnushack compile
10499         code in directories other than GNUS/lisp.
10500
10501 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10502
10503         * lpath.el: Don't bind w3m-safe-url-regexp.
10504
10505         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
10506         w3m-safe-url-regexp variable buffer-local.
10507
10508         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10509
10510 2004-02-27  Simon Josefsson  <jas@extundo.com>
10511
10512         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
10513         gnus-group-real-prefix.
10514         (gnus-summary-move-article): Use it, instead of
10515         gnus-group-real-prefix.
10516
10517 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10518
10519         * lpath.el: Bind w3m-safe-url-regexp.
10520
10521         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
10522         w3m-safe-url-regexp variable buffer-local and set it as the value
10523         of mm-w3m-safe-url-regexp.
10524
10525         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10526
10527         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
10528         parsing gnus-posting-styles when the message is not for replying.
10529
10530         * dgnushack.el: Autoload sgml-mode for XEmacs.
10531
10532         * nnrss.el (nnrss-opml-export): Use
10533         mm-set-buffer-file-coding-system instead of
10534         set-buffer-file-coding-system.
10535
10536 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
10537
10538         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
10539         of checkdoc.el).
10540         * nnrss.el: do.
10541         * gnus-mlspl.el: do.
10542         * gnus-ml.el: do.
10543         * gnus-srvr.el: do.
10544
10545         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
10546
10547 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10548
10549         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
10550         Corrections to custom-manual links.
10551
10552         * gnus-art.el (gnus-article): Ditto.
10553
10554         * mm-decode.el (mime-display, mime-security): Ditto.
10555
10556 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10557
10558         * flow-fill.el: Typo.
10559
10560 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
10561
10562         * spam-wash.el: New file.
10563
10564 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
10565
10566         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
10567
10568 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10569
10570         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
10571         to be run with new-articles as LIST1, not LIST2.
10572         (spam-registration-functions): Add spam-use-ham-copy as a nil
10573         registration backend.
10574
10575 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10576
10577         * spam-stat.el (spam-stat-washing-hook): New option.
10578         (spam-stat-buffer-words): Use it.
10579         (spam-stat-process-directory, spam-stat-test-directory): Use
10580         insert-file-contents-literally.
10581         (spam-stat-coding-system): New variable.
10582         (spam-stat-load, spam-stat-save): Use it.
10583
10584 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10585
10586         * spam-report.el (spam-report-plug-agent): Quote
10587         spam-report-url-to-file and spam-report-url-ping-plain.
10588
10589 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
10590
10591         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
10592         / in mailto URLs.
10593
10594 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10595
10596         * spam-report.el (spam-report-process-queue): Fix interactive use.
10597         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
10598         (spam-report-unplug-agent): Doc fixes.
10599         (spam-report-url-ping-mm-url, spam-report-url-to-file)
10600         (spam-report-agentize, spam-report-deagentize): Autoload
10601
10602 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10603
10604         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
10605
10606         * message.el (message-setup-fill-variables): Add mml tags to
10607         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
10608         <ajk@iu.edu>.
10609         (message-mode): Don't modify paragraph-separate there.
10610
10611 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10612
10613         * compface.el (uncompface-use-external): Default to undecided.
10614         (uncompface-use-external-threshold): New variable.
10615         (uncompface-float-time): New macro.
10616         (uncompface): Determine whether to use the external decoder if
10617         uncompface-use-external is undecided.
10618
10619 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10620
10621         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
10622         after images.
10623
10624         * gnus-art.el (gnus-mime-display-single): Remove dead code.
10625
10626 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
10627
10628         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
10629
10630         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
10631
10632         * gnus-sum.el (gnus-summary-limit-to-age)
10633         (gnus-summary-limit-children): do.
10634
10635         * gnus-int.el (gnus-request-scan): do.
10636
10637         * gnus-group.el (gnus-group-suspend): do.
10638
10639         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
10640
10641         * gnus-cite.el (gnus-cite-parse-attributions): do.
10642
10643         * gnus-agent.el (gnus-summary-set-agent-mark)
10644         (gnus-agent-regenerate-group): do.
10645
10646         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
10647
10648         * binhex.el (binhex-decode-region-internal): do.
10649
10650 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10651
10652         * gnus-fun.el (gnus-face-properties-alist): New user option.
10653         (gnus-display-x-face-in-from): Use it.
10654
10655         * gnus-art.el (article-display-face): Ditto.
10656
10657         * compface.el (uncompface-use-external): Default to nil.
10658
10659 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
10660
10661         * nntp.el (nntp-erase-buffer): New function.
10662         (nntp-retrieve-data, nntp-send-command)
10663         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
10664         (nntp-possibly-change-group): Use it.
10665
10666         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
10667         with-current-buffer.
10668
10669 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
10670
10671         * compface.el: Merge the ELisp-based uncompface program.
10672         (compface): New customization group.
10673         (uncompface-use-external): New user option.
10674         (uncompface): Call uncompface-internal if uncompface-use-external
10675         is nil.
10676         (uncompface-internal): New function.  Note that there are also
10677         some other functions and variables added for this function.
10678
10679 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
10680
10681         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
10682         if necessary.
10683
10684 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
10685
10686         * spam-report.el (spam-report-unplug-agent)
10687         (spam-report-plug-agent, spam-report-deagentize)
10688         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
10689         Add support for the Agent in spam-report: when unplugged, report to a
10690         file; when plugged, submit all the requests.
10691
10692         * spam.el (spam-register-routine): Fix message about
10693         registration.
10694
10695 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
10696
10697         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
10698         dependencies.
10699         (rfc2047-encode): Use it.
10700
10701         * gnus-art.el (gnus-button-marker-list): Move before first
10702         reference.
10703
10704         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10705         (imap-parse-body): Fix format string mismatch.
10706
10707         * gnus-score.el (gnus-summary-increase-score): do.
10708
10709         * nnrss.el (nnrss-close): New function.
10710
10711 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
10712
10713         * nnrss.el (nnrss-make-filename): New function.
10714         (nnrss-request-delete-group, nnrss-read-server-data)
10715         (nnrss-save-server-data, nnrss-read-group-data)
10716         (nnrss-save-group-data): Use it.
10717         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
10718         (nnrss-read-server-data, nnrss-read-group-data): Use load.
10719         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
10720
10721 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
10722
10723         * mml.el (mml-compute-boundary-1): Don't uncompress files.
10724
10725 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
10726
10727         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
10728         files.
10729
10730         * message.el (message-generate-headers-first): Don't quote nil
10731         and t in docstrings.
10732
10733         * imap.el (imap-id): do.
10734
10735         * gnus-agent.el (gnus-agent-consider-all-articles)
10736         (gnus-agent-queue-mail): do.
10737
10738 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
10739
10740         * spam-report.el (spam-report-process-queue): New function.
10741         Process requests from `spam-report-requests-file'.
10742         (spam-report-process-queue): Doc fix.
10743
10744 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
10745
10746         * spam.el (spam-register-routine)
10747         (spam-log-processing-to-registry, spam-log-registered-p)
10748         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10749         Change "check" to "spam-check" for semi-clarity.
10750
10751 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
10752
10753         * pop3.el: Require nnheader.
10754
10755         * mml-smime.el: Require cl.  Autoload message-fetch-field.
10756
10757         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
10758
10759         * gnus-picon.el: Require cl.
10760
10761         * gnus-fun.el: Require gnus-ems and gnus-util.
10762
10763         * gnus.el (gnus-method-to-server): Move defsubst before first use.
10764
10765         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
10766
10767         * gnus-art.el (gnus-article-edit-mode): Define before first
10768         reference.
10769
10770 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
10771
10772         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
10773         (gnus-uu-post-encoded): Use point-at-bol.
10774
10775         * gnus-topic.el (gnus-group-active-topic-p): do.
10776
10777         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
10778
10779         * gnus-group.el (gnus-group-kill-region): do.
10780
10781         * gnus-art.el (article-date-ut): do.
10782
10783         * message.el (message-fetch-field): Remove redundant
10784         case-fold-search binding.
10785         (message-narrow-to-field): Simplify.
10786
10787 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10788
10789         * spam.el (spam-directory): Derive from `gnus-directory'.
10790
10791         * spam-report.el (spam-report-url-to-file)
10792         (spam-report-requests-file): New function and variable for offline
10793         reporting.
10794         (spam-report-url-ping-function): Add `spam-report-url-to-file'
10795         and user defined function.
10796         (spam-report-url-ping-mm-url): Remove doubled slash.
10797
10798 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
10799
10800         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
10801
10802 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
10803
10804         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
10805         format string mismatch.
10806
10807         * sieve.el (sieve-deactivate-all): do.
10808
10809         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
10810
10811         * nnlistserv.el (nnlistserv-kk-wash-article): do.
10812
10813         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
10814
10815         * mm-bodies.el (mm-7bit-chars): Don't include \r.
10816
10817 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
10818
10819         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
10820         the list of checks.
10821
10822 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
10823
10824         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
10825         padding.
10826
10827 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
10828
10829         * mm-view.el (mm-fill-flowed): New variable.
10830         (mm-inline-text): Use it.
10831
10832 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
10833
10834         * spam.el (spam-spamassassin-register-ham-routine)
10835         (spam-spamassassin-register-spam-routine): Fix function names.
10836
10837 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10838
10839         * gnus.el (gnus-tmp-grouplens): Remove.
10840         (gnus-summary-line-format): Remove grouplens.
10841
10842         * gnus-group.el (gnus-group-line-format): Ditto.
10843
10844         * gnus-spec.el (gnus-format-specs): Ditto.
10845         (gnus-update-format-specifications): Flush the group format spec
10846         cache if there's the grouplens stuff.
10847         (gnus-parse-simple-format): Replace %l with the empty string.
10848
10849 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
10850
10851         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
10852         omission.
10853
10854 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10855
10856         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
10857         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10858
10859 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10860
10861         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
10862         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
10863         New macros and functions.
10864         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
10865         Handle > NLINK_MAX messages.
10866         * nnmaildir.el (nnmaildir-request-set-mark): Use
10867         nnmaildir--emlink-p and nnmaildir--eexist-p.
10868
10869 2004-01-25  Alex Schroeder  <alex@gnu.org>
10870
10871         * spam-stat.el (spam-stat-process-directory-age): New option.
10872         (spam-stat-process-directory): Use it.
10873
10874 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
10875
10876         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
10877         (spam-stat-save): Accept prefix argument.
10878
10879 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
10880
10881         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
10882         links" error.
10883
10884 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10885
10886         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
10887         the rest of the and/or forms.
10888
10889 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10890
10891         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
10892         compatibility with old .newsrc.eld files.
10893
10894         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
10895
10896         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
10897
10898         * gnus-start.el (gnus-1): do.
10899
10900         * gnus-group.el (gnus-group-line-format-alist): do.
10901
10902         * gnus.el (gnus-use-grouplens, gnus-visual): do.
10903
10904         * gnus-gl.el: Remove.
10905
10906 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10907
10908         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
10909         marks consisting of a single range {for example, (3 . 5)} rather
10910         than a list of a single range { ((3 . 5)) }.
10911
10912 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10913
10914         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
10915         with-current-buffer.
10916         (spam-stat-store-current-buffer): Use insert-buffer-substring to
10917         avoid consing a string.
10918
10919         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
10920         Remove obsolete entries for big5 and gb2312.
10921
10922 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10923
10924         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
10925         uncompressed list.
10926
10927 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
10928
10929         * spam-stat.el (spam-stat-strip-xref): New function.
10930         (spam-stat-process-directory): Use it.
10931
10932         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
10933         here -- it's done in message-fetch-field.
10934
10935 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10936
10937         * gnus-agent.el (gnus-agent-queue-mail,
10938         gnus-agent-prompt-send-queue): New variables.
10939         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
10940         * gnus-draft.el (gnus-group-send-queue): Pass the group name
10941         "nndraft:queue" along to gnus-draft-send.  Use
10942         gnus-agent-prompt-send-queue.
10943         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
10944         is "nndraft:queue".  Suggested by Gaute Strokkenes
10945         <gs234@srcf.ucam.org>
10946
10947         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
10948         (agent-enable-undownloaded-faces): Added
10949         (gnus-agent-cat-groups): Use eval-and-compile, not
10950         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
10951         method of gnus-agent-cat-groups even when the buffer has been
10952         evaled.
10953         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
10954         delete gnus-agent-save-active-1.
10955         (gnus-agent-save-groups): Deleted. Identical to
10956         gnus-agent-save-active.
10957         (gnus-agent-write-active): No longer adjust agent's copy of active
10958         file as agent's adjustments are now stored in their own
10959         file. Removed optional parameter.
10960         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
10961         servers.  Add use of min/max range limits from server's local
10962         file.
10963         (gnus-agent-save-alist): Removed unused optional argument.
10964         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
10965         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
10966         (gnus-agent-set-local): A per-server file that keeps min/max range
10967         limits for articles known to the agent.  Provides a fast mechanism
10968         for altering many active ranges.
10969         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
10970         active file (local makes it unnecessary).
10971         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
10972
10973         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
10974         (agent-enable-undownloaded-faces): Added
10975
10976         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
10977         disable it when sending to "nndraft:queue".
10978         (gnus-group-send-queue): Add safety check to avoid sending queue
10979         when unplugged.
10980
10981         * gnus-group.el (gnus-group-catchup): Use new
10982         gnus-sequence-of-unread-articles, not
10983         gnus-list-of-unread-articles, to avoid exhausting memory with huge
10984         numbers of articles.  Use gnus-range-map to avoid having to
10985         uncompress the unread list.
10986         (gnus-group-archive-directory,
10987         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
10988         reference.
10989
10990         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
10991         (gnus-sorted-range-intersection): Intersection of two ranges
10992         without requiring that they first be uncompressed.
10993
10994         * gnus-start.el (gnus-activate-group): Unless blocked by the
10995         caller, possibly expand the active range to include both cached
10996         and agentized articles.
10997         (gnus-convert-old-newsrc): Rewrote in anticipation of having
10998         multiple version-dependent converters.
10999         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
11000         gnus-agent-save-active.
11001         (gnus-save-newsrc-file): Save dirty agent range limits.
11002
11003         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
11004         gnus-agent-possibly-alter-active.
11005         (gnus-adjust-marked-articles): Faster handling of simple lists
11006
11007 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
11008
11009         * spam-stat.el (spam-stat-test-directory): New optional argument
11010         displays a list of files detected.  Suggested by Andrew Cohen
11011         <cohen@andy.bu.edu>.
11012         (spam-stat-buffer-words-with-scores): Don't narrow and change
11013         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
11014
11015 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
11016
11017         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
11018         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
11019         (spam-spamassassin-arguments)
11020         (spam-spamassassin-spam-flag-header)
11021         (spam-spamassassin-positive-spam-flag-header)
11022         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
11023         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
11024         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11025         (spam-list-of-processors, spam-list-of-checks)
11026         (spam-list-of-statistical-checks, spam-registration-functions)
11027         (spam-check-spamassassin-headers, spam-check-spamassassin)
11028         (spam-spamassassin-score)
11029         (spam-spamassassin-register-with-sa-learn)
11030         (spam-spamassassin-register-spam-routine)
11031         (spam-spamassassin-register-ham-routine)
11032         (spam-assassin-register-spam-routine)
11033         (spam-assassin-register-ham-routine): add SpamAssassin support
11034         (spam-bogofilter-score): fix to show article before scoring
11035
11036 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
11037
11038         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
11039         default scoring function.
11040         (spam-generic-score): Call spam-spamassassin-score if
11041         spam-use-spamassassin or spam-use-spamassassin-headers is on;
11042         spam-bogofilter-score otherwise.
11043
11044         * gnus.el (spam-process, spam-autodetect-methods): Add
11045         spamassassin and spamassassin-headers.
11046
11047 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
11048
11049         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11050         Suppress unnecessary messages.
11051
11052 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
11053
11054         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
11055         make-hash-table.
11056
11057 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11058
11059         * canlock.el (base64-encode-string): Don't autoload it.
11060
11061 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11062
11063         * run-at-time.el: Remove useless (require 'itimer),
11064         eval-and-compile and (featurep 'xemacs).
11065
11066 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
11067
11068         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
11069         GROUP is a virtual group.
11070
11071 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
11072
11073         * gnus.el: Autoload `message-y-or-n-p'.
11074
11075 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
11076
11077         * pgg-parse.el: Remove unnecessary (require 'custom).
11078
11079         * pgg-def.el: do.
11080
11081         * nnmail.el: do.
11082
11083         * gnus-undo.el: do.
11084
11085         * gnus-picon.el: do.
11086
11087         * gnus-util.el: do.
11088
11089 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
11090
11091         * gnus-sum.el (gnus-pick-line-number): Add autoload.
11092
11093 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11094
11095         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
11096         handle, as well as a list.
11097
11098         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
11099         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
11100         (mm-w3m-cid-retrieve): Simplify.
11101
11102 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
11103
11104         * message.el (message-kill-to-signature): Allow prefix arg to
11105         specify number of lines to keep before signature.
11106
11107 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
11108
11109         (message-kill-to-signature): Change docstring.
11110
11111 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11112
11113         * canlock.el: Always require sha1-el.
11114         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
11115
11116         * message.el: Autoload sha1 only when compiling.
11117
11118         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
11119         eudc-expand-inline for XEmacs.
11120
11121 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11122
11123         * message.el (message-canlock-generate): Require sha1-el.
11124
11125 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
11126
11127         * message.el (message-expand-name): Silence the byte compiler.
11128
11129         * lpath.el: Add detect-coding-system.
11130
11131         * dgnushack.el (dgnushack-compile): Remove obsolete check for
11132         cus-edit.
11133
11134 2004-01-13  Simon Josefsson  <jas@extundo.com>
11135
11136         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
11137         Invoke gnus-score-mode.  Reported by
11138         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
11139
11140         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
11141         Jim Blandy <jimb@redhat.com> (tiny change).
11142
11143 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
11144
11145         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
11146
11147 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
11148
11149         * spam.el (spam-get-article-as-string): Update to use
11150         gnus-request-article-this-buffer, much simpler.
11151         (spam-get-article-as-buffer): Remove.
11152
11153 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
11154
11155         * message.el (message-expand-name): Use EUDC if the user uses
11156         that.
11157
11158 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
11159
11160         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
11161         character for the encoding to avoid consing a string.
11162
11163         * rfc2047.el (rfc2047-decode-string): Don't cons a string
11164         unnecessarily.
11165
11166         * mm-util.el (mm-replace-chars-in-string): Remove.
11167
11168         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
11169         of mm-replace-chars-in-string.
11170
11171 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
11172
11173         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
11174         strings.
11175
11176         * mm-util.el (mm-subst-char-in-string): Support inplace.
11177
11178         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
11179         a new string in every iteration.  Use shy groups.
11180
11181 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
11182
11183         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
11184         (gnus-group-change-level, gnus-kill-newsgroup)
11185         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
11186         (gnus-get-unread-articles, gnus-make-articles-unread)
11187         (gnus-make-ascending-articles-unread): Use accessor
11188         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
11189         to get group information for improved readability.
11190
11191         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
11192
11193         * gnus-soup.el (gnus-soup-group-brew): do.
11194
11195         * gnus-msg.el (gnus-put-message): do.
11196
11197         * gnus-move.el (gnus-group-move-group-to-server): do.
11198
11199         * gnus-kill.el (gnus-batch-score): do.
11200
11201         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
11202         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
11203         (gnus-group-update-group, gnus-group-read-group)
11204         (gnus-group-make-group, gnus-group-make-help-group)
11205         (gnus-group-make-archive-group, gnus-group-make-directory-group)
11206         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
11207         (gnus-group-sort-by-unread, gnus-group-catchup)
11208         (gnus-group-unsubscribe-group, gnus-group-kill-group)
11209         (gnus-group-yank-group, gnus-group-set-info)
11210         (gnus-group-list-groups): do.
11211
11212         * gnus.el (gnus-generate-new-group-name): do.
11213
11214         * gnus-delay.el (gnus-delay-send-queue): do.
11215
11216         * nnvirtual.el (nnvirtual-catchup-group): do.
11217
11218         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
11219         do.
11220
11221         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
11222         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
11223
11224         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
11225         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
11226         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
11227         (gnus-group-make-articles-read): do.
11228
11229 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11230
11231         * gnus-art.el (article-decode-mime-words, article-babel)
11232         (gnus-article-highlight-signature, gnus-article-add-buttons)
11233         (gnus-signature-toggle): Use gnus-with-article-buffer.
11234
11235         * gnus-art.el (gnus-article-highlight-headers)
11236         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
11237
11238         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
11239         (gnus-article-set-globals, gnus-request-article-this-buffer)
11240         (gnus-button-message-id, gnus-article-maybe-hide-headers)
11241         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
11242         (gnus-mime-display-alternative): Use with-current-buffer.
11243
11244 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11245
11246         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
11247         also under 80 char limit, and call gnus-error if needed.
11248         (spam-fetch-article-header): Fix - it was a
11249         buffer-local variable (gnus-newsgroup-data).
11250         (spam-find-spam): Use spam-generate-fake-headers, forget about
11251         spam-insert-fake-headers.
11252         (spam-insert-fake-headers): Remove.
11253
11254 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11255
11256         * deuglify.el (gnus-article-outlook-unwrap-lines)
11257         (gnus-outlook-rearrange-article)
11258         (gnus-outlook-repair-attribution-outlook)
11259         (gnus-outlook-repair-attribution-block)
11260         (gnus-outlook-repair-attribution-other): Remove redundant
11261         save-excursion.
11262
11263 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11264
11265         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
11266         (spam-fetch-field-subject-fast)
11267         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
11268         (spam-fetch-article-header): Add functions to deal with Gnus
11269         internals for fast retrieval of article header data.
11270         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
11271
11272 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11273
11274         * pop3.el (pop3-md5): Remove.
11275         (pop3-apop): Replace pop3-md5 with md5.
11276
11277         * mm-bodies.el: base64 is always built-in.
11278
11279         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
11280         with-current-buffer.
11281
11282 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11283
11284         * canlock.el (canlock-insert-header): Remove excessive grouping in
11285         regexp.
11286
11287         * gnus-sum.el (gnus-summary-read-document): Ditto.
11288
11289         * gnus-uu.el (gnus-uu-part-number): Ditto.
11290
11291         * html2text.el (html2text-remove-tags): Ditto.
11292         (html2text-format-tags): Ditto.
11293         (html2text-format-single-elements): Ditto.
11294
11295         * mml.el (mml-parse-1): Ditto.
11296
11297 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
11298
11299         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
11300
11301         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
11302
11303         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
11304
11305         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
11306
11307 2003-11-15  Simon Josefsson  <jas@extundo.com>
11308
11309         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
11310         (pgg-gpg-lookup-key): Use regexp match instead of
11311         split-string (split-string is different between emacs 21.2 and
11312         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
11313
11314 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
11315
11316         * gnus-art.el (gnus-mime-view-all-parts)
11317         (gnus-article-part-wrapper, gnus-article-view-part): Use
11318         with-current-buffer.
11319
11320 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
11321
11322         * spam.el (spam-disable-spam-split-during-ham-respool)
11323         (spam-spamoracle-database, spam-cache-lookups)
11324         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
11325         (spam-group-ham-mark-p, spam-group-spam-mark-p)
11326         (spam-group-ham-marks, spam-group-spam-marks)
11327         (spam-group-spam-contents-p, spam-group-ham-contents-p)
11328         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
11329         also add spam-use-blackholes to the statistical checks.
11330         (spam-fetch-field-fast): Add interface to fetching fields, may
11331         become a macro.
11332         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
11333         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
11334         (spam-insert-fake-headers): Fake an article when needed.
11335         (spam-find-spam): Fake article when possible.
11336         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
11337         (spam-check-bogofilter-headers): Use message-fetch-field instead
11338         of nnmail-fetch-field.
11339
11340 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11341
11342         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
11343
11344 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
11345
11346         * spam.el (spam-split): Do not require spam-use-CHECK to be
11347         enabled if that check is passed to spam-split explicitly; also
11348         fix so 'spam doesn't get converted to spam-split-group when
11349         spam-split-symbolic-return is t.
11350         (spam-find-spam): Find registrations of the article and use those
11351         instead of re-running spam-split to find the spam/ham
11352         classification of the article.
11353         (spam-log-processing-to-registry, spam-log-registered-p)
11354         (spam-log-unregistration-needed-p, spam-log-undo-registration):
11355         Use gnus-error instead of gnus-message.
11356         (spam-log-registration-type): Add function to determine the
11357         classification of a message based on registry entries; will
11358         return nil if both 'spam and 'ham are found.
11359         (spam-check-BBDB): Expand all the BBDB macros here so we can have
11360         a reasonably fast local cache without the loading errors.
11361         (spam-cache-lookups): Set to t by default.
11362         (spam-find-spam): Don't try to guess spam-cache-lookups.
11363         (spam-enter-whitelist, spam-enter-blacklist): Clear the
11364         spam-caches entry.
11365         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
11366         caching of whitelist/blacklist entries.
11367         (spam-check-whitelist, spam-check-blacklist): Invoke
11368         spam-from-listed-p with a type, not a cache variable.
11369         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
11370
11371 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11372
11373         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
11374
11375         * nnmail.el (nnmail-split-fancy): do.
11376
11377         * mml.el (mml-parse): do.
11378
11379         * gnus-score.el (gnus-enter-score-words-into-hashtb)
11380         (gnus-score-adaptive): do.
11381
11382 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11383
11384         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
11385         (gnus-mime-button-map): Don't set keymap parent.
11386         (gnus-button-ctan-directory-regexp): Use shy grouping.
11387         (gnus-prev-page-map): Don't set keymap parent.
11388         (gnus-prev-page-map): Remove duplicated one.
11389         (gnus-next-page-map): Don't set keymap parent.
11390         (gnus-mime-security-button-map): Ditto.
11391
11392         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
11393         version number.
11394
11395         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
11396
11397 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11398
11399         * canlock.el (canlock-sha1-function): Remove.
11400         (canlock-sha1-function-for-verify): Remove.
11401         (canlock-openssl-program): Remove.
11402         (canlock-openssl-args): Remove.
11403         (canlock-ignore-errors): Remove.
11404         (canlock-sha1-with-openssl): Remove.
11405         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
11406         (canlock-verify): Don't use canlock-ignore-errors.
11407
11408         * sha1-el.el (sha1-string-external): Make it can return a string
11409         in binary form.
11410         (sha1-region-external): Ditto.
11411         (sha1-string-internal): Ditto.
11412         (sha1-region-internal): Ditto.
11413         (sha1-region): Ditto.
11414         (sha1-string): Ditto.
11415         (sha1): Ditto.
11416
11417 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11418
11419         * spam.el (spam-report-articles-gmane): New command.
11420
11421 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11422
11423         * gnus.el: Don't make unnecessary *Group* buffer when loading.
11424
11425         * run-at-time.el (run-at-time-saved): Remove.
11426         (run-at-time): Doc fix.
11427
11428 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11429
11430         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
11431         (gnus-summary-limit-map): Add it.
11432         (gnus-summary-make-menu-bar): do.
11433
11434 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
11435
11436         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
11437         Make attempt at some caching support (done for BBDB only now).
11438         (spam-find-spam): Set spam-cache-lookups if there are more than 2
11439         addresses to be checked.
11440         (spam-clear-cache-BBDB): Add function, to be invoked by
11441         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
11442         (spam-check-BBDB): Check and use the caches, if
11443         spam-cache-lookups is on, remove superfluous (provide).
11444
11445 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
11446
11447         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
11448
11449 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
11450
11451         * run-at-time.el (run-at-time-saved): Move to after the definition
11452         of `run-at-time'.
11453
11454         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
11455
11456 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11457
11458         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
11459         mm-w3m-local-map-property.
11460
11461         * mm-view.el (mm-w3m-mode-map): Remove.
11462         (mm-w3m-local-map-property): Remove.
11463         (mm-inline-text-html-render-with-w3m): Don't use
11464         mm-w3m-local-map-property.
11465
11466 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11467
11468         * run-at-time.el: New file.
11469
11470         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
11471         under Emacs.
11472
11473         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
11474         of gnus-set-text-properties.
11475
11476         * gnus-uu.el (gnus-uu-save-article): Ditto.
11477
11478         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
11479
11480         * gnus-cite.el (gnus-cite-parse): Ditto.
11481
11482         * gnus-art.el (gnus-button-push): Use set-text-properties instead
11483         of gnus-.
11484
11485         * gnus-xmas.el (run-at-time): Require run-at-time.
11486
11487         * gnus.el: Changed calls to nnheader-run-at-time and
11488         password-run-at-time throughout to use run-at-time directly.
11489
11490         * password.el: Removed definition of run-at-time.
11491
11492         * nnheaderxm.el: Remove definition of run-at-time.
11493
11494 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
11495
11496         * mml.el (mml-minibuffer-read-disposition): Show attachment type
11497         in prompt.
11498
11499 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11500
11501         * messagexmas.el (message-xmas-redefine): Alias
11502         `message-make-caesar-translation-table' to
11503         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
11504         version.
11505
11506         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
11507         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
11508         `gnus-xmas-set-text-properties'.
11509         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
11510         `gnus-xmas-completing-read'.
11511         (gnus-xmas-completing-read): Removed.
11512         (gnus-xmas-open-network-stream): Removed.
11513
11514         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
11515         XEmacs version.
11516
11517         * dns.el (dns-make-network-process): Use `open-network-stream'
11518         instead of `gnus-xmas-open-network-stream'.
11519
11520         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
11521
11522         * .cvsignore: Add auto-autoloads.el, custom-load.el.
11523
11524 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11525
11526         * gnus-art.el (gnus-mime-display-alternative)
11527         (gnus-insert-mime-button, gnus-insert-mime-security-button)
11528         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
11529         Don't use gnus-local-map-property.
11530
11531         * gnus-util.el (gnus-local-map-property): Remove.
11532
11533         * mm-view.el (mm-view-pkcs7-decrypt): Replace
11534         gnus-completing-read-maybe-default with completing-read.
11535
11536         * gnus-util.el (gnus-completing-read): do.
11537         (gnus-completing-read-maybe-default): Remove.
11538
11539 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11540
11541         * password.el: Only autoload `run-at-time' if not XEmacs.
11542         Only autoload the itimer functions if XEmacs.
11543
11544 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11545
11546         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
11547         XEmacsen.
11548
11549         * dgnushack.el: Autoload executable-find for XEmacs.
11550
11551 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11552
11553         * gnus-art.el (gnus-read-string): Remove.
11554         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
11555         read-string.
11556
11557 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
11558
11559         * netrc.el: Autoload password-read.
11560         (netrc): Add configuration group.
11561         (netrc-encoding-method, netrc-openssl-path): Add
11562         variables for encoding and decoding of files with symmetric
11563         ciphers.
11564         (netrc-encode): Add assistant function to encode a file with
11565         netrc-encoding-method.
11566         (netrc-parse): Add interactive parameter, added optional
11567         decoding if netrc-encoding-method is non-nil but otherwise
11568         behavior is standard.
11569         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
11570         Do s/encode/encrypt/ everywhere.
11571
11572         * spam.el: Remove executable-find autoload.
11573
11574 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11575
11576         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
11577
11578         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
11579
11580 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11581
11582         * gnus-art.el (gnus-treat-ansi-sequences,
11583         article-treat-ansi-sequences): New variable and function.
11584         Suggested by Dan Jacobson <jidanni@jidanni.org>.
11585
11586         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11587         Use it.
11588
11589 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11590
11591         * mm-util.el (mm-quote-arg): Remove.
11592
11593         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
11594         shell-quote-argument.
11595
11596         * gnus-uu.el (gnus-uu-command): do.
11597
11598         * gnus-sum.el (gnus-summary-insert-pseudos): do.
11599
11600         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
11601         with make-char.
11602
11603         * mm-util.el (mm-make-char): Remove.
11604
11605         * mml.el (mml-mode): Replace gnus-add-minor-mode with
11606         add-minor-mode.
11607
11608         * gnus-undo.el (gnus-undo-mode): do.
11609
11610         * gnus-topic.el (gnus-topic-mode): do.
11611
11612         * gnus-sum.el (gnus-dead-summary-mode): do.
11613
11614         * gnus-start.el (gnus-slave-mode): do.
11615
11616         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
11617
11618         * gnus-ml.el (gnus-mailing-list-mode): do.
11619
11620         * gnus-gl.el (gnus-grouplens-mode): do.
11621
11622         * gnus-draft.el (gnus-draft-mode): do.
11623
11624         * gnus-dired.el (gnus-dired-mode): do.
11625
11626         * gnus-ems.el (gnus-add-minor-mode): Remove.
11627
11628         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11629         Replace gnus-char-width with char-width.
11630
11631         * gnus-ems.el (gnus-char-width): Remove.
11632
11633         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11634         Replace gnus-char-width with char-width.
11635
11636         * gnus-ems.el (gnus-char-width): Remove.
11637
11638         * spam-stat.el (with-syntax-table): Remove with-syntax-table
11639         definition.
11640         Remove Emacs 20 hash table compatibility code.
11641
11642         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
11643         20 compatibility code.
11644
11645         * spam.el (spam-point-at-eol): Replace with point-at-eol.
11646
11647         * smime.el (smime-point-at-eol): Replace with point-at-eol.
11648
11649         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
11650         with point-at-{eol,bol}.
11651
11652         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
11653
11654         * imap.el (imap-point-at-eol): Replace with point-at-eol.
11655
11656         * flow-fill.el (fill-flowed-point-at-bol,
11657         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
11658
11659         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
11660         Replace with point-at-{eol,bol} throughout all files.
11661
11662 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11663
11664         * ntlm.el (ntlm-string-as-unibyte): New macro.
11665         (ntlm-build-auth-response): Use it.
11666
11667         Remove Emacs 20 stuff:
11668         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
11669         (butlast, mapc, remove): Remove the compiler macros.
11670         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
11671         of delq and copy-sequence.
11672         * gnus-art.el (popup-menu): Remove the compiler macro.
11673         * nnmail.el (nnmail-split-fancy): Don't support customizing with
11674         Emacs 20.
11675
11676 2004-01-05  Simon Josefsson  <jas@extundo.com>
11677
11678         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
11679         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
11680         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
11681         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
11682         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
11683         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
11684         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
11685         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
11686         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
11687         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
11688         ntlm-string-permute, string-lshift into ntlm-string-lshift,
11689         string-xor into ntlm-string-xor.  Suggested by
11690         Jesper Harder <harder@myrealbox.com>.
11691
11692         * ntlm.el: Don't include poem.
11693
11694         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
11695         Jesper Harder <harder@myrealbox.com>.
11696
11697         * sasl-ntlm.el, ntlm.el, md4.el: New files.
11698
11699         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
11700         probably breaks emacs with DL patch, but do we care? Is anyone
11701         still using the DL stuff?)
11702
11703         * sieve-manage.el: Use the password package.
11704         (sieve-manage-read-passwd): Remove.
11705         (sieve-manage-interactive-login): Use password.  Re-add
11706         condition-case around loop.
11707
11708         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
11709         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
11710         the password package.
11711
11712 2003-02-19  Simon Josefsson  <jas@extundo.com>
11713
11714         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
11715         token.
11716
11717 2002-08-07  Simon Josefsson  <jas@extundo.com>
11718
11719         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
11720         (sieve-manage-authenticators):
11721         (sieve-manage-authenticator-alist): Add some SASL mechs.
11722         (sieve-sasl-auth): New function.
11723         (sieve-manage-cram-md5-auth):
11724         (sieve-manage-plain-auth): Rewrite using SASL library.
11725         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
11726         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
11727         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
11728         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
11729
11730 2004-01-05  Simon Josefsson  <jas@extundo.com>
11731
11732         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
11733         New files.
11734
11735 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11736
11737         * gnus-group.el (gnus-no-groups-message): Update.
11738
11739         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
11740
11741 2003-11-09  Simon Josefsson  <jas@extundo.com>
11742
11743         * imap.el: Support for ID IMAP extension (RFC 2971).
11744         (imap-local-variables): Add imap-id.
11745         (imap-id): New variable.
11746         (imap-id): New function.
11747         (imap-parse-response): Parse untagged ID response.
11748         * nnimap.el (nnimap-id): New variable.
11749         (nnimap-open-connection): Use it.
11750
11751 2003-12-28  Simon Josefsson  <jas@extundo.com>
11752
11753         * gnus-score.el (gnus-score-edit-all-score): New.
11754         * gnus-group.el (gnus-group-score-map): Bind it to W e.
11755
11756 2004-01-04  Simon Josefsson  <jas@extundo.com>
11757
11758         * password.el: Add.
11759
11760 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
11761
11762         * dns.el: Add support for AAAA records (see RFC 3596)
11763
11764         * Fix typo PRT -> PTR
11765
11766         * Parse MX, PTR and SOA replies (see RFC 1035)
11767
11768 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11769
11770         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
11771
11772         * Moved to Changelog.2.
11773
11774 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11775
11776         * gnus.el (gnus-version-number): Bump version.
11777
11778 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11779
11780         * gnus.el: No Gnus v0.1 is released.
11781
11782 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11783
11784         * gnus.el: No Gnus v0.0 is released.
11785
11786 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11787
11788         * gnus.el (gnus-version-number): Bump.
11789         (gnus-version): No.
11790
11791 See ChangeLog.2 for earlier changes.
11792
11793     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
11794
11795   This file is part of GNU Emacs.
11796
11797   GNU Emacs is free software; you can redistribute it and/or modify
11798   it under the terms of the GNU General Public License as published by
11799   the Free Software Foundation; either version 3, or (at your option)
11800   any later version.
11801
11802   GNU Emacs is distributed in the hope that it will be useful,
11803   but WITHOUT ANY WARRANTY; without even the implied warranty of
11804   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11805   GNU General Public License for more details.
11806
11807   You should have received a copy of the GNU General Public License
11808   along with GNU Emacs; see the file COPYING.  If not, write to the
11809   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11810   Boston, MA 02110-1301, USA.
11811
11812 ;; Local Variables:
11813 ;; coding: iso-2022-7bit
11814 ;; fill-column: 79
11815 ;; add-log-time-zone-rule: t
11816 ;; End:
11817
11818 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4