(hashcash-generate-payment)
[gnus] / lisp / ChangeLog
1 2004-09-28  Simon Josefsson  <jas@extundo.com>
2
3         * hashcash.el (hashcash-generate-payment)
4         (hashcash-check-payment): Use error.
5
6 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7
8         * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
9         gnus-extract-references instead of gnus-split-references
10
11         * gnus-util.el (gnus-extract-references): new function, analogous
12         to gnus-split-references but extracts only the message-ID without
13         anything extra
14
15         * hashcash.el (hashcash-generate-payment)
16         (hashcash-check-payment): do the right thing if hashcash-path is
17         nil (because the hashcash program could not be found)
18
19         * spam.el (spam-use-hashcash): remove comment
20
21 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
22
23         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
24         (gnus-cache-enter-article, gnus-cache-remove-article)
25         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
26
27         * gnus-async.el (gnus-async-prefetch-remove-group): do.
28
29         * gnus-art.el (article-hide-boring-headers)
30         (article-translate-strings, article-display-face)
31         (gnus-article-mime-match-handle-first)
32         (gnus-article-highlight-headers)
33         (gnus-article-add-buttons-to-head): do.
34
35 2004-09-27  Simon Josefsson  <jas@extundo.com>
36
37         * hashcash.el: New version, from
38         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
39         ../contrib/.
40
41 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
42
43         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
44
45 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
46
47         * gnus-dup.el (gnus-dup-open): Use mapc.
48         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
49         
50         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
51         Reported by Stefan Wiens <s.wi@gmx.net>.
52
53         * gnus.el (gnus-shutdown): Use dolist.
54
55         * gnus-undo.el (gnus-undo): Use mapc.
56
57         * nnrss.el (nnrss-generate-active): do.
58
59         * message.el (message-cite-original-without-signature)
60         (message-cite-original): Use mapc.
61         (message-do-actions, message-make-forward-subject): Use dolist.
62
63 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
64
65         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
66         deletion to remove entire duplicate line.  Fixes merged article
67         number bug.
68         
69 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
70
71         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
72         servers that are offline.  Avoids having gnus-agent-toggle-plugged
73         first ask if you want to open a server and then, even when you
74         responded with no, asking if you want to synchronize the server's
75         flags.
76         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
77         multi-line expressions.
78         (gnus-agent-synchronize-group-flags): New internal function.
79         Updates marks in memory (in the info structure) AND in the
80         backend.
81
82         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
83
84         * nnagent.el (nnagent-request-set-mark): Use
85         gnus-agent-synchronize-group-flags, not backend's request-set-mark
86         method, to ensure that synchronization updates marks in the
87         backend and in the info (in memory) structure.
88         
89 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
90
91         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
92         convention fully; don't miss the root article of a thread; make
93         the X-Draft-From header with correct article numbers.
94
95 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
96
97         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
98         unless plugged.  Disable the agent so that an open failure causes
99         an error.
100
101         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
102         Reverted 2004-09-21 change.  The backend must be opened while
103         synchronizing flags even when the backend stores the flags
104         locally.
105
106 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
107
108         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
109         in `header' match.  Reported by Svend Tollak Munkejord.
110
111         * message.el (message-cite-original): Fix use of
112         `message-cite-articles-with-x-no-archive'.
113
114 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
115
116         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
117         (gnus-window-to-buffer): Ditto.
118
119         * mml.el (mml-preview-buffer): New variable.
120         (mml-preview): Manage window layout with gnus-buffer-configuration.
121
122         * gnus-msg.el (gnus-setup-message): Put article numbers into the
123         X-Draft-From header even if those articles aren't quoted.
124
125 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
126
127         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
128         (gnus-request-set-mark, gnus-request-update-mark): Use new
129         g-s-t-u-l-m to decide to use backend even when unplugged.
130
131 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
132
133         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
134         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
135
136 2004-09-20  Simon Josefsson  <jas@extundo.com>
137
138         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
139         "utf-16-le".
140
141 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
142
143         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
144
145 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
146
147         * uudecode.el (uudecode-use-external): Add :version.
148
149         * smime.el (smime-CA-file, smime-encrypt-cipher)
150         (smime-dns-server): Add :version.
151
152         * smiley.el (gnus-smiley-file-types): Add :version.
153
154         * sha1.el (sha1-use-external): Add :version.
155
156         * pgg-def.el (pgg-query-keyserver): Add :version.
157
158         * nnmail.el (nnmail-fancy-expiry-targets)
159         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
160
161         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
162         (nnimap-retrieve-groups-asynchronous): Add :version.
163         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
164
165         * mml.el (mml-content-disposition-parameters)
166         (mml-insert-mime-headers-always): Add :version.
167
168         * mm-util.el (mm-coding-system-priorities):
169
170         * mm-decode.el (mm-inline-text-html-with-images)
171         (mm-keep-viewer-alive-types, mm-external-terminal-program)
172         (mm-verify-option): Add :version.
173         (mm-text-html-renderer): Change :version.
174
175         * message.el (message-fcc-externalize-attachments)
176         (message-required-headers, message-draft-headers)
177         (message-subject-trailing-was-query)
178         (message-subject-trailing-was-ask-regexp)
179         (message-subject-trailing-was-regexp, message-mark-insert-begin)
180         (message-mark-insert-end, message-archive-header)
181         (message-archive-note, message-cross-post-default)
182         (message-cross-post-note, message-followup-to-note)
183         (message-cross-post-note-function, message-use-mail-followup-to)
184         (message-subscribed-address-functions)
185         (message-subscribed-address-file, message-subscribed-addresses)
186         (message-subscribed-regexps, message-allow-no-recipients)
187         (message-yank-cited-prefix, message-signature-insert-empty-line)
188         (message-hidden-headers, message-hierarchical-addresses)
189         (message-mail-user-agent, message-use-idna)
190         (message-valid-fqdn-regexp)
191         (message-strip-special-text-properties, message-header-synonyms)
192         (message-beginning-of-line, message-tab-body-function): Add :version.
193         (message-insert-canlock, message-wide-reply-confirm-recipients):
194         Change :version.
195
196         * mail-source.el (mail-source-ignore-errors): Add :group, :type
197         and :version.
198         (mail-source-delete-old-incoming-confirm)
199         (mail-source-movemail-program): Add :version.
200
201         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
202         (gnus-agent-cache, gnus-agent): Change :version.
203
204         * gnus-util.el (gnus-use-byte-compile): Change :version.
205
206         * gnus-sum.el (gnus-summary-make-false-root-always)
207         (gnus-summary-default-high-score)
208         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
209         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
210         (gnus-read-all-available-headers, gnus-article-emulate-mime)
211         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
212         (gnus-sum-thread-tree-single-indent)
213         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
214         (gnus-sum-thread-tree-leaf-with-other)
215         (gnus-sum-thread-tree-single-leaf): Add :version.
216         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
217         (gnus-article-loose-mime): Change :version.
218
219         * gnus-start.el (gnus-backup-startup-file)
220         (gnus-save-startup-file-via-temp-buffer): Add :version.
221
222         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
223         (gnus-server-offline-face): Add :version.
224
225         * gnus-score.el (gnus-adaptive-word-length-limit):
226
227         * gnus-msg.el (gnus-gcc-externalize-attachments)
228         (gnus-debug-files, gnus-debug-exclude-variables)
229         (gnus-discouraged-post-methods): Change :version.
230         (gnus-confirm-mail-reply-to-news)
231         (gnus-confirm-treat-mail-like-news): Add :version.
232
233         * gnus-int.el (gnus-server-unopen-status): Add :version.
234
235         * gnus-group.el (gnus-group-jump-to-group-prompt)
236         (gnus-large-ephemeral-newsgroup)
237         (gnus-fetch-old-ephemeral-headers): Add :version.
238
239         * gnus-fun.el (gnus-x-face-directory)
240         (gnus-convert-pbm-to-x-face-command)
241         (gnus-convert-image-to-x-face-command)
242         (gnus-convert-image-to-face-command): Add :version.
243
244         * gnus-delay.el (gnus-delay-default-hour): Add :version.
245
246         * gnus-cite.el (gnus-cite-blank-line-after-header)
247         (gnus-article-boring-faces): 
248
249         * gnus-art.el (gnus-buttonized-mime-types)
250         (gnus-inhibit-mime-unbuttonizing)
251         (gnus-treat-display-face)
252         (gnus-treat-body-boundary): Change :version.
253         (gnus-body-boundary-delimiter, gnus-picon-databases)
254         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
255         (gnus-treat-date-english, gnus-treat-fold-headers)
256         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
257         (gnus-treat-mail-picon, gnus-treat-wash-html)
258         (gnus-article-encrypt-protocol)
259         (gnus-use-idna, gnus-article-over-scroll)
260         (gnus-mime-display-multipart-alternative-as-mixed)
261         (gnus-mime-display-multipart-related-as-mixed)
262         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
263         (gnus-ctan-url, gnus-button-ctan-handler)
264         (gnus-button-handle-ctan-bogus-regexp)
265         (gnus-button-ctan-directory-regexp)
266         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
267         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
268         (gnus-button-man-level, gnus-button-emacs-level)
269         (gnus-button-message-level, gnus-button-browse-level): Add :version.
270
271         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
272         (gnus-agent-go-online): Change :version.
273         (gnus-agent-expire-unagentized-dirs)
274         (gnus-agent-auto-agentize-methods): Add :version.
275
276         * flow-fill.el (fill-flowed-display-column)
277         (fill-flowed-encode-column): Add :version.
278
279         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
280         (gnus-outlook-deuglify-unwrap-max)
281         (gnus-outlook-deuglify-cite-marks)
282         (gnus-outlook-deuglify-unwrap-stop-chars)
283         (gnus-outlook-deuglify-no-wrap-chars)
284         (gnus-outlook-deuglify-attrib-cut-regexp)
285         (gnus-outlook-deuglify-attrib-verb-regexp)
286         (gnus-outlook-deuglify-attrib-end-regexp)
287         (gnus-outlook-display-hook): Add :version.
288
289         * binhex.el (binhex-use-external): Add :version.
290
291 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
292
293         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
294         and `invisible'.
295
296 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
297
298         * gnus-registry.el (gnus-registry-trim): watch out for negatives
299         in gnus-registry-trim
300
301 2004-09-13  Simon Josefsson  <jas@extundo.com>
302
303         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
304
305         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
306
307         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
308         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
309         <yamaoka@jpl.org>.
310         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
311         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
312         <yamaoka@jpl.org>.
313
314         * sieve.el (sieve-manage-mode): Ditto.
315
316 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
317
318         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
319
320 2004-09-11  Simon Josefsson  <jas@extundo.com>
321
322         * dns-mode.el: Add.
323
324         * mm-view.el (mm-display-dns-inline): Add.
325
326         * mm-decode.el (mm-inline-media-tests): Add text/dns.
327         (mm-automatic-display): Ditto.
328
329         * mailcap.el (mailcap-mime-data): Add text/dns.
330         (mailcap-mime-extensions): Map .soa to text/dns.
331
332 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
333
334         * gnus-art.el (article-decode-mime-words, article-babel)
335         (gnus-article-highlight-signature, gnus-article-add-buttons)
336         (gnus-signature-toggle): Remove unnecessary bindings of
337         `inhibit-read-only' inherited from v5.10 merge.
338
339 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
340
341         * nntp.el (nntp): New customization group.
342         (nntp-authinfo-file): Add customization group.
343
344         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
345
346         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
347
348         * gnus.el (to-address, to-list, subscribed)
349         (large-newsgroup-initial): Ditto.
350
351         * flow-fill.el (fill-flowed-display-column)
352         (fill-flowed-encode-column): Ditto.
353
354 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
355
356         * message.el (message-tokenize-header, message-send-mail-with-qmail):
357         Use point-min rather than 1.
358         (message-send-mail): Use buffer-size rather than point-max.
359
360         * gnus-sum.el (gnus-summary-search-article-forward):
361         Signal a specific `search-failed' rather than a generic `error'.
362
363         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
364         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
365         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
366
367 2004-09-10  Simon Josefsson  <jas@extundo.com>
368
369         * nndb.el (require): Remove tcp and duplicate cl.
370
371 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
372
373         * gnus-agent.el (directory-files-and-attributes): Move forward.
374
375 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
376
377         * gnus-agent.el (directory-files-and-attributes): Optionally
378         defined to support XEmacs.
379
380 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
381
382         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
383         to avoid run-time CL dependencies.
384         (gnus-agent-unfetch-articles): New function.
385         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
386         article numbers even when local .overview file is missing.
387         (gnus-agent-read-article-number): New function. Only accepts
388         27-bit article numbers.
389         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
390         gnus-agent-read-article-number.
391         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
392         from backend while recognizing that article numbers in .overview
393         must be valid.
394         (gnus-agent-update-files-total-fetched-for): Use
395         directory-files-and-attributes to improve performance.
396         * gnus-int.el (gnus-request-move-article): Use
397         gnus-agent-unfetch-articles in place of gnus-agent-expire to
398         improve performance.
399
400         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
401         some users confused by references to .newsrc when they only have a
402         .newsrc.eld file.
403         (gnus-convert-mark-converter-prompt,
404         gnus-convert-converter-needs-prompt): Fixed use of property list.
405         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
406         New function. Used internally to only display 'gnus converting
407         files' message when actually necessary.
408
409         * gnus-sum.el (): Removed (require 'gnus-agent) as required
410         methods now autoloaded.
411
412 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
413
414         * gnus-sum.el (gnus-summary-insert-subject): Remove list
415         identifiers.
416
417 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
418
419         * gnus-picon.el: Fix indentation and closing parenthesis.
420
421 2004-09-01  Simon Josefsson  <jas@extundo.com>
422
423         * message.el (message-canlock-generate): Require sha1, not
424         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
425         to require within a function.  Sadly, if sha1.el isn't loaded, the
426         let binding in m-c-g will hide the defcustom definition, which is
427         bad.)
428
429         * canlock.el: Require sha1, not sha1-el.
430
431         * message.el: Don't autoload sha1 (there is a autoload cookie in
432         sha1.el).
433
434         * sha1-el.el: Renamed to sha1.el.
435
436 2004-08-30  Juanma Barranquero  <lektu@terra.es>
437
438         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
439
440 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
441
442         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
443
444 2004-08-30  Kim F. Storm  <storm@cua.dk>
445
446         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
447
448         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
449         Add :group 'nnimap.
450
451 2004-08-30  Simon Josefsson  <jas@extundo.com>
452
453         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
454         ?* and ?\; (tiny patch).  From Andreas Schwab <schwab@suse.de>.
455
456 2004-08-30  Simon Josefsson  <jas@extundo.com>
457
458         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
459         and ?\' to symbol instead of whitespace (tiny patch).  From
460         Andreas Schwab <schwab@suse.de>.
461
462 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
463
464         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
465
466         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
467         instead of re-search-forward.
468
469         * gnus-uu.el (gnus-uu-save-article): Ditto.
470         (gnus-uu-post-encode-uuencode): Ditto.
471
472         * html2text.el (html2text-clean-list-items): Ditto.
473         (html2text-clean-dtdd): Ditto.
474         (html2text-format-tags): Ditto.
475
476         * message.el (message-send-mail-with-sendmail): Fix regexp.
477         (message-fill-field-general): Use search-forward instead of
478         re-search-forward.
479         (unbold-region): Ditto.
480
481         * nnrss.el (nnrss-request-article): Ditto.
482
483         * nnslashdot.el (nnslashdot-request-article): Ditto.
484
485         * nnweb.el (nnweb-gmane-wash-article): Ditto.
486
487         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
488         "Unrecognized menu descriptor" error in XEmacs.
489
490 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
491
492         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
493         entry.
494
495         * gnus-group.el (gnus-group-line-format-alist): Convert the value
496         of gnus-tmp-news-method into string under XEmacs.  It will be
497         passed to gnus-correct-length which takes only a string argument.
498
499 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
500
501         * gnus-util.el (gnus-bind-print-variables): New macro.
502         (gnus-prin1): Use it.
503         (gnus-prin1-to-string): Use it.
504         (gnus-pp): New function.
505         (gnus-pp-to-string): New function.
506
507         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
508         pp-to-string with gnus-pp-to-string.
509         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
510         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
511         * gnus-msg.el (gnus-debug): Ditto.
512         * gnus-score.el (gnus-score-save): Ditto.
513         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
514         gnus-pp-to-string.
515         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
516         with gnus-pp.
517         * score-mode.el (gnus-score-pretty-print): Ditto.
518         * webmail.el (webmail-debug): Ditto.
519
520 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
521
522         * gnus-art.el (article-display-face, article-display-x-face): Use
523         buffer-read-only.
524
525 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
526
527         * gnus-art.el (article-hide-list-identifiers): Bind
528         inhibit-read-only as t.
529
530 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
531
532         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
533
534 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
535
536         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
537         (gnus-narrow-to-page): Don't assume point-min == 1.
538         (gnus-article-edit-mode): Derive from message-mode.
539
540         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
541         point-min == 1.
542
543         * imap.el (imap-parse-address-list, imap-parse-body-ext):
544         Disable incorrect use of `assert'.
545
546         * message.el (message-mode): Set comment-start-skip.
547
548
549 2004-08-22  Sam Steingold  <sds@gnu.org>
550
551         * pop3.el (pop3-leave-mail-on-server): New user variable.
552         (pop3-movemail): Delete mail only when it is nil.
553
554 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
555
556         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
557
558         * mml.el (mml-preview): Use `pop-to-buffer'.
559
560         * message.el (message-goto-mail-followup-to): Insert after "To".
561         (message-carefully-insert-headers): Add comment.
562
563         * gnus.el: Remove unused variable `gnus-article-check-size'.
564
565         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
566
567         * gnus-art.el (gnus-button-alist): Improve
568         `gnus-button-handle-library' entry.
569
570 2004-08-19  Paul Jarc  <prj@po.cwru.edu>
571
572         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
573         downcase, since XEmacs capitalizes error messages differently.
574         From Sebastian Freundt <hroptatyr@gna.org>.
575
576 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
577
578         * nntp.el: Add (require 'gnus) due to reference to
579         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
580
581 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
582
583         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
584         `mm-fill-flowed'.
585
586         * mm-decode.el (mm-dissect-singlepart): Check it.
587
588 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
589
590         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
591         'imap' for netrc parsing
592
593 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
594
595         * mailcap.el (mailcap-mime-data): Mark as risky.
596
597 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
598
599         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
600         may be included in the encoded word.
601         (rfc2047-encode): Don't append a space if the encoded word
602         includes close parenthesis.
603
604 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
605
606         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
607         of text within parentheses.
608
609 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
610
611         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
612         (gnus-encrypt-write-file-contents): the password key is the file
613         name PLUS the cipher, not just the cipher.  Also remove failed
614         passwords from the cache.
615
616 2004-08-06  Simon Josefsson  <jas@extundo.com>
617
618         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
619         fix.
620
621 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
622
623         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
624         LWSP.
625
626 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
627
628         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
629         to append in-reply-to: data to the references: header
630
631         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
632         (netrc-parse): use gnus-encrypt.el functions
633
634         * gnus-encrypt.el: new file for encryption support; currently
635         does only a few GPG ciphers and an internal XOR cipher
636
637         * password.el: add comments on using password-read-and-add
638         (password-read-and-add): new function to read and add the
639         password to the cache at once
640
641 2004-07-28  Simon Josefsson  <jas@extundo.com>
642
643         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
644         parameter (but don't use it, for now).
645
646         * imap.el (imap-ssl-open): Use imap-process-connection-type,
647         instead of hard coding to nil.
648
649 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
650
651         * mm-view.el (mm-inline-image-emacs): Open lines under an image
652         as mm-inline-image-xemacs does.
653
654 2004-07-26  Simon Josefsson  <jas@extundo.com>
655
656         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
657         Revert part of 2004-07-17 change below.
658
659 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
660
661         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
662         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
663
664 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
665
666         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
667         quotes that actually start with ">" at the beginning of the
668         lines. 
669
670 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
671
672         * rfc2047.el (rfc2047-encode-region): Fix last change.
673         (rfc2047-encode-parameter): Remove useless concat.
674
675 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
676
677         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
678         encode special characters; fix some kind of misconfigured headers;
679         signal a real error if debug-on-quit or debug-on-error is non-nil.
680         (rfc2047-encode-max-chars): New variable.
681         (rfc2047-encode-1): Use it.
682         (rfc2047-encode-parameter): New function.
683
684         * mml.el (mml-insert-parameter): Remove an excessive space.
685
686 2004-07-17  Simon Josefsson  <jas@extundo.com>
687
688         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
689         Kai Grossjohann <kai@emptydomain.de>.
690         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
691         (gnus-group-make-menu-bar): Ditto.
692
693         * gnus-util.el (gnus-group-server): Add.
694
695 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
696
697         * message.el (message-clone-locals): Clone sendmail and smtp
698         variables.
699
700 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
701
702         * rfc2047.el (rfc2047-encode-region): Fix last change.
703
704 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
705         From David Hedbor <dhedbor@real.com>.
706
707         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
708         (nnmail-expand-newtext): Lowercase expanded entries if
709         nnmail-split-lowercase-expanded is non-nil.
710
711 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
712
713         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
714         characters as non-special.
715
716 2004-07-09  Simon Josefsson  <jas@extundo.com>
717
718         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
719         Users will lose all flag changes made while unplugged with
720         e.g. nntp unless flag synchronization happens, thus `nil' is not a
721         good default.  See numerous reports on ding mailing list.
722
723 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
724
725         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
726         add generate-head-function and generate-article-function to the
727         rfc822-forward entry.
728         (nndoc-rfc822-forward-generate-article): New function.
729         (nndoc-rfc822-forward-generate-head): New function.
730
731         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
732
733 2004-07-06  Dan Christensen  <jdc@uwo.ca>
734
735         * gnus-sum.el (gnus-summary-read-group-1): When summary
736         is unthreaded, respect display group parameter.
737         (gnus-articles-to-read): Remove unused reference to
738         display group parameter.
739
740 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
741
742         * nnheader.el (nnheader-uniquify-message-id): New experimental
743         variable. 
744         (nnheader-nov-read-message-id): Use it.
745
746         * spam-report.el (spam-report-gmane): Add interactive.
747
748 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
749
750         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
751         qp-or-base64 for the application/* types.
752
753 2004-07-02  Jesper Harder  <harder@ifa.au.dk>
754
755         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.  From
756         Joakim Verona <joakim@verona.se>.
757
758 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
759
760         * gnus-registry.el (gnus-registry-trim): don't allow a negative
761         trim value
762
763 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
764
765         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
766         New macro and function.
767         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
768
769 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
770
771         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
772         after-load-alist.
773
774 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
775
776         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
777         update info that isn't there.
778
779 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
780
781         * mm-view.el (mm-inline-render-with-function): Use multibyte
782         buffer; decode html source by charset.
783
784         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
785
786         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
787         entry.  From Ilya N. Golubev <gin@mo.msk.ru>.
788         (mm-enrich-utf-8-by-mule-ucs): New function run when Mule-UCS is
789         loaded under XEmacs.
790         (): Don't make duplicated entries in mm-mime-mule-charset-alist.
791
792 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
793
794         * nnheader.el (nnheader-max-head-length): Increase to 8192.
795
796 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
797
798         * mm-util.el (mm-coding-system-p): Return a coding-system.
799         (mm-mime-mule-charset-alist): Use shift_jis instead of
800         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
801         entries for the mime charsets iso-2022-jp-3 and shift_jis.
802         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
803         instead of japanese-shift-jis and iso-latin-1 respectively in
804         order to share the default value with both Emacs and XEmacs-mule.
805         (mm-mule-charset-to-mime-charset): Make
806         mm-coding-system-priorities effective.
807         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
808         while predicating of candidates upon the priorities.
809
810 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
811
812         * gnus-sum.el (gnus-summary-make-menu-bar): Add
813         gnus-uu-invert-processable.
814
815         * gnus.el: Autoload gnus-uu-invert-processable.
816
817 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
818
819         * mm-util.el (mm-with-multibyte-buffer): New macro.
820
821         * rfc2047.el (rfc2047-encode-string): Use it.
822         (rfc2047-encode-region): Move point to the end of the region after
823         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
824
825 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
826
827         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
828         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
829
830 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
831
832         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
833         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
834         Karl Chen <quarl@nospam.quarl.org>.
835
836 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
837
838         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
839         invalid addresses.
840
841 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
842
843         * spam.el: section markers changed, TODO list revised
844         (spam-backends): new master list of all installed backends
845         (spam-summary-exit-behavior): new variable to determine how
846         messages moves are done at summary exit
847         (spam-move-spam-nonspam-groups-only)
848         (spam-process-ham-in-nonham-groups)
849         (spam-process-ham-in-spam-groups): variables removed, the
850         spam-summary-exit-behavior variable should be used to manage this
851         behavior
852         (spam-old-ham-articles, spam-old-spam-articles): removed
853         (spam-old-articles): new variable, replacing spam-old-ham-articles
854         and spam-old-spam-articles
855         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
856         empty variables, placeholders for the backends they represent
857         (spam-set-difference): moved, unchanged
858         (spam-list-of-processors): variable OBSOLETE, not used anymore
859         unless the user has a processor variable
860         (spam-classifications, spam-classification-valid-p)
861         (spam-backend-properties, spam-backend-property-valid-p)
862         (spam-backend-function-type-valid-p)
863         (spam-process-type-valid-p, spam-list-articles): helper functions
864         (spam-report-articles-gmane, spam-report-articles-resend):
865         functions removed, they are not needed
866         (spam-install-backend-super, spam-backend-list)
867         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
868         (spam-backend-function, spam-backend-ham-registration-function)
869         (spam-backend-spam-registration-function)
870         (spam-backend-ham-unregistration-function)
871         (spam-backend-spam-unregistration-function)
872         (spam-backend-statistical-p, spam-backend-mover-p)
873         (spam-install-backend-alias, spam-install-checkonly-backend)
874         (spam-install-mover-backend, spam-install-nocheck-backend)
875         (spam-install-backend, spam-install-statistical-backend)
876         (spam-install-statistical-checkonly-backend): backend installation
877         support
878         (spam-summary-prepare-exit): rewritten to use the new backend code
879         (spam-group-processor-p): use the new backend code and respect the
880         summary exit behavior
881         (spam-mark-spam-as-expired-and-move-routine): removed
882         (spam-summary-prepare): changed to use the new spam-old-articles
883         variable
884         (spam-copy-or-move-routine, spam-copy-spam-routine)
885         (spam-move-spam-routine, spam-copy-ham-routine)
886         (spam-move-ham-routine): new code to copy/move ham or spam
887         (spam-fetch-field-fast): doc and code improved, plus it allows the
888         'number request
889         (spam-list-of-checks, spam-list-of-statistical-checks): variables
890         removed, no longer used
891         (spam-split, spam-find-spam): use the new backend code
892         (spam-registration-functions): variable removed, no longer used
893         (spam-unregister-routine): convenience wrapper
894         (spam-log-undo-registration, spam-register-routine)
895         (spam-log-processing-to-registry)
896         (spam-log-unregistration-needed-p): renamed "check" to "backend"
897         where possible
898         (spam-check-gmane-xref, spam-check-regex-headers)
899         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
900         (spam-check-whitelist, spam-check-blacklist)
901         (spam-check-bogofilter-headers, spam-check-spamoracle)
902         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
903         (spam-check-crm114-headers): use the spam-split-group that
904         spam-split prepares, no need to determine it every time
905
906         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
907         the nnheader-parse-naked-head call
908
909         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
910
911         * gnus-sum.el (gnus-nov-parse-line): add the message number to
912         the nnheader-nov-read-message-id call
913
914 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
915
916         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
917         gnus-activate-group twice.  Suggested by Markus Peter
918         <warp@spin.de>.
919
920 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
921
922         * gnus-art.el (gnus-article-time-format): Exchange the order of
923         day and month in the default value; fix customization type.
924         (article-date-ut): Use add-text-properties.
925         (article-make-date-line): Use message-make-date instead of
926         current-time-string.
927
928         * message.el (message-fetch-field): Don't use set-text-properties.
929         (message-make-date): Simplify.
930
931         * messagexmas.el (message-xmas-make-date): New function.
932         (message-xmas-redefine): Defalias message-make-date to it.
933
934 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
935
936         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
937         (rfc2047-encode-region): Treat text within parentheses as special;
938         show the original text when error has occurred.
939
940         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
941         already-computed method to gnus-activate-group.
942
943         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
944         same select-methods identical Lisp objects.
945
946         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
947         object when modifying the info.
948
949 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
950
951         * gnus-srvr.el (gnus-server-set-info): Remove the server from
952         gnus-opened-servers since it has never been opened with the new
953         configuration yet.
954
955 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
956
957         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
958         arg to nnheader-generate-fake-message-id.
959
960 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
961
962         * nnheader.el (nnheader-generate-fake-message-id): accept a
963         number and build a fake message ID localized to a group and
964         article number (so it's repeatable from that point on)
965         (nnheader-fake-message-id-p): change regex to accomodate new fake
966         ID format
967
968         * gnus-sum.el (gnus-get-newsgroup-headers): call
969         nnheader-generate-fake-message-id with the article number
970
971 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
972
973         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
974         end-of-buffer.
975
976 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
977
978         * message.el (message-ignored-supersedes-headers): Add Approved. 
979
980 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
981
982         * rfc2047.el (rfc2047-encode-message-header): Remove useless
983         goto-char.
984         (rfc2047-encode): Fold the line before encoding.
985
986 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
987
988         * rfc2047.el (rfc2047-encode-message-header): Disabled header
989         folding -- not all headers can be folded, and this should be done
990         by the message composition mode.  Probably.  I think. 
991
992 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
993
994         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
995         fast.
996
997         * gnus-ems.el (gnus-remove-image): Don't use
998         message-text-with-property; remove only the image found first.
999
1000         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
1001         found first.
1002
1003 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
1004
1005         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
1006
1007 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1008
1009         * message.el (message-text-with-property): Make it fast and accept
1010         optional arguments.
1011         (message-strip-forbidden-properties): Use it.
1012         (message-fix-before-sending): Follow the m-t-w-p change.
1013
1014         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
1015
1016 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1017
1018         * gnus-art.el (article-hide-headers): Don't change the buffer
1019         mistakenly when performing mml-preview even if
1020         gnus-single-article-buffer is nil.
1021
1022 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
1023
1024         * message.el (message-expand-name-databases): New user option.
1025         (message-expand-name): Use it.
1026
1027 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
1028
1029         * spam.el (spam-report-articles-resend)
1030         (spam-report-resend-register-routine): allow ham reporting
1031         (spam-report-resend-register-ham-routine): simple wrapper
1032         (spam-registration-functions): add ham resending functions
1033         (spam-list-of-processors): add ham resend processor
1034
1035         * gnus.el (ham-resend-to): new group parameter
1036         (spam-process): add ham resend option
1037
1038         * spam-report.el (spam-report-resend): allow reporting ham
1039         (spam-report-resend-ham): simple wrapper
1040
1041 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1042
1043         * message.el (message-cite-articles-with-x-no-archive): New
1044         variable. 
1045         (message-cite-original): Use it.
1046
1047 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1048
1049         * message.el (message-cite-original): Respect X-No-Archive. 
1050
1051 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1052
1053         * gnus-art.el (article-hide-headers): Refer to the values for
1054         gnus-ignored-headers and gnus-visible-headers in the summary
1055         buffer since a user may have set them as group parameters.
1056
1057 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
1058
1059         * assistant.el (assistant-node-name): new convenience function
1060         (assistant-render-text, assistant-render-node): error handling,
1061         plus handle multiple next nodes
1062         (assistant-find-next-node): commented out for now
1063         (assistant-find-next-nodes): new function, returns list of next
1064         nodes
1065
1066 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
1067
1068         * mail-source.el (mail-source-directory): Fix doc-string.
1069
1070 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
1071
1072         * assistant.el (assistant-render-text, assistant-eval): add :set
1073         widget type, which is different because it takes and returns a
1074         list.  Much hilarity ensues.
1075
1076 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
1077
1078         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
1079
1080         * gnus-group.el (gnus-group-get-new-news-this-group): Added
1081         doc-string.
1082
1083         * gnus-start.el (gnus-activate-group): Added doc-string.
1084
1085 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1086
1087         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
1088
1089 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
1090
1091         * assistant.el (assistant-render-text): trying to add a :set
1092         widget, more to come...
1093
1094         * spam.el (spam-group-spam-contents-p): handle empty groupname
1095         strings
1096         (spam-report-articles-resend)
1097         (spam-report-resend-register-routine): allow spam-report-resend-to
1098         to be a group parameter or a global value
1099         (tiny change).  From Daniel Pittman <daniel@rimspace.net>.
1100         (spam-register-routine): do registration iff any articles warrant
1101         it.
1102         (spam-summary-prepare-exit): changed log message for nil group
1103         destinations 
1104
1105 2004-05-26  Simon Josefsson  <jas@extundo.com>
1106
1107         * starttls.el: Merge with my GNUTLS based starttls.el.
1108         (starttls-gnutls-program, starttls-use-gnutls)
1109         (starttls-extra-arguments, starttls-process-connection-type)
1110         (starttls-connect, starttls-failure, starttls-success): New
1111         variables.
1112         (starttls-program, starttls-extra-args): Doc fix.
1113         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
1114         functions.
1115         (starttls-negotiate, starttls-open-stream): Check
1116         `starttls-use-gnutls' and pass on to corresponding *-gnutls
1117         function if it is set.
1118
1119 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1120
1121         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
1122         structured fields.
1123
1124 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1125
1126         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
1127
1128 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
1129
1130         * spam.el (spam-mark-junk-as-spam-routine)
1131         (spam-mark-new-messages-in-spam-group-as-spam): allow user to
1132         disable assigning the spam-mark to new messages
1133         (spam-ham-copy-or-move-routine): todo decleared twice (tiny
1134         change).  From Adam Sj\e,Ax\e(Bgren <asjo@koldfront.dk>.
1135
1136 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1137
1138         * dgnushack.el: Autoload customize-set-variable for XEmacs.
1139
1140         * rfc2047.el (rfc2047-encodable-p): Don't move point.
1141         (rfc2047-decode): Treat the ascii coding-system as raw-text by
1142         default.
1143
1144 2004-05-25  Teodor Zlatanov  <tzz@lifelogs.com>
1145
1146         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
1147         correct data (tiny change).  From Anand Mitra <mitramc@yahoo.com>.
1148
1149 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
1150
1151         * spam.el (spam-list-of-processors): use nil for nonexistent processors
1152         (spam-group-processor-p): fixed function so