* mml-sec.el (mml-secure-method): New internal variable.
[gnus] / lisp / ChangeLog
1 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * mml-sec.el (mml-secure-method): New internal variable.
4         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
5         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6         functions using mml-secure-method.
7
8         * mml.el (mml-mode-map): Add key bindings for those functions.
9         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10         Harder <harder@myrealbox.com>.
11         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12         end of message if point is the headers of the message.
13
14         * message.el (message-in-body-p): New function.
15
16         * assistant.el: Autoload gnus-util and netrc.
17
18         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19         Use `mm-charset-override-alist' only when decoding.
20
21         * mm-bodies.el (mm-decode-body): Call
22         `mm-charset-to-coding-system' with allow-override argument.
23
24         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
25         `filename' from Content-Disposition if Content-Type doesn't
26         provide `name'.
27         (gnus-mime-view-part-as-type): Set default instead of
28         initial-input.
29
30 2005-10-09  Daniel Brockman <daniel@brockman.se>
31
32         * format-spec.el (format-spec): Propagate text properties of % spec.
33
34 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
35
36         * gnus-art.el (gnus-treat-predicate): Add `first'.
37
38 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
39
40         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
41         (mm-charset-override-alist): New variable.
42         (mm-charset-to-coding-system): Use it.
43         (mm-codepage-setup): New helper function.
44         (mm-charset-eval-alist): New variable.
45         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
46         about unknown charsets.
47
48         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
49
50 2005-10-04  David Hansen  <david.hansen@gmx.net>
51
52         * nnrss.el (nnrss-request-article): Add support for the comments tag.
53         (nnrss-check-group): Ditto.
54
55 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
56
57         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
58         Rename x-gnus-verbatim to x-verbatim.
59         (mm-uu-type-alist): Fix regexp for verbatim-marks.
60
61         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
62         x-verbatim.
63
64         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
65
66         * gnus-util.el (gnus-remove-duplicates): Remove.
67
68         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
69         instead of gnus-remove-duplicates.
70
71         * message.el (message-remove-duplicates): Remove.
72         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
73         message-remove-duplicates.
74
75         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
76         available, else use implementation from `delete-dups'.
77
78         * message.el (message-insert-expires): New function.
79         (message-mode-map): Add key binding.
80         (message-mode-field-menu): Add menu entry.
81         (message-mode): Document it.
82         (message-make-expires-date): Use `message-make-date'.
83
84 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
85
86         * message.el (message-make-expires-date): New function.
87
88 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
89
90         * Makefile.in (list-installed-shadows): New entry.
91         (install): Use it.
92         (remove-installed-shadows): New entry.
93
94         * dgnushack.el (dgnushack-default-load-path): New variable.
95         (dgnushack-find-lisp-shadows): New function.
96         (dgnushack-remove-lisp-shadows): New function.
97
98 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
99
100         * Makefile.in (install-el-elc): New entry.
101         (install): Use it so that .el files are necessarily installed.
102
103 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
104
105         * time-date.el: Autoload parse-time-string, XEmacs needs it.
106
107 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
108
109         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
110         function rather than the diff-mode.el package.
111         (mm-display-external): Use with-current-buffer.
112         (mm-viewer-completion-map, mm-viewer-completion-map):
113         Move initialization inside declaration.
114
115 2005-09-29  Simon Josefsson  <jas@extundo.com>
116
117         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
118         autoload mail-check-payment.
119         (spam-check-hashcash): Define unconditionally, since hashcash.el
120         is part of Gnus now.  Ignore errors from payment checking.
121
122 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
123
124         * message.el (message-bold-region, message-unbold-region): Rename
125         from `bold-region' and `unbold-region'.
126
127         * message.el: Remove useless autoloads.
128
129 2005-09-28  Simon Josefsson  <jas@extundo.com>
130
131         * message.el (message-use-idna): Default to t.
132         (message-use-idna): Test whether encoding works too.  Doc fix.
133
134 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
135
136         * nntp.el (nntp-warn-about-losing-connection): Remove.
137
138 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
139
140         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
141         customizable.  Change default value.
142         (mm-uu-diff-groups-regexp): Change default value.
143         (mm-uu-type-alist): Add doc string.
144         (mm-uu-configure): Add doc string.  Make it interactive.
145         (mm-uu-tex-groups-regexp): New variable.
146         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
147         (mm-uu-type-alist): Add LaTeX documents.
148         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
149         of "text/verbatim".
150         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
151
152         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
153         instead of "text/verbatim".
154
155         * message.el (message-mark-inserted-region)
156         (message-mark-insert-file): Use slrn style marks when called with
157         prefix argument.
158
159 2005-09-27  Simon Josefsson  <jas@extundo.com>
160
161         * message.el (message-idna-to-ascii-rhs-1): Reformat.
162
163 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
164
165         * message.el (message-remove-duplicates): New function.
166         Implementation borrowed from `gnus-remove-duplicates'.
167         (message-idna-to-ascii-rhs): Also encode idna addresses in
168         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
169         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
170         only ask about the same idna domain once per header and also tell
171         in what header to replace the idna domain.
172
173         * gnus-art.el (article-decode-idna-rhs): Also decode idna
174         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
175         (article-decode-idna-rhs): Fix regexp so that all idna-address in
176         a header is decoded and not just the last one.
177
178 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
179
180         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
181         has been decoded.
182
183         * mm-decode.el (mm-automatic-display): Add text/verbatim.
184         (mm-insert-part): Don't modify text if it has been decoded.
185
186         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
187         decoded.
188
189         * mm-view.el (mm-inline-text): Don't strip text props unless
190         decoding enriched or richtext parts.
191
192 2005-09-25  Romain Francoise  <romain@orebokech.com>
193
194         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
195         * gnus-start.el (gnus-subscribe-interactively):
196         * gnus-uu.el (gnus-uu-grab-articles):
197         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
198         space.
199
200 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
201
202         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
203         * mm-view.el (mm-view-pkcs7-decrypt):
204         * gnus-sum.el (gnus-summary-limit-to-extra)
205         (gnus-summary-respool-article, gnus-read-move-group-name):
206         * gnus-score.el (gnus-summary-increase-score):
207         * gnus-util.el (gnus-completing-read-with-default):
208         * gnus-art.el (gnus-read-save-file-name)
209         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
210         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
211         * message.el (message-check-news-header-syntax):
212         Follow convention for reading with the minibuffer.
213
214 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
215
216         * spam-report.el (spam-report-url-ping-plain):
217         Use gnus-extended-version as User-Agent.
218
219         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
220         default value is nil.
221
222         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
223         (mm-uu-verbatim-marks-extract): New function.
224         (mm-uu-extract): New face.
225         (mm-uu-copy-to-buffer): Use it.
226
227         * spam-report.el (spam-report-gmane-ham): Renamed from
228         `spam-report-gmane-unspam'.
229         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
230         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
231
232         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
233         Autoload.
234         (spam-report-gmane-unregister-routine): Renamed
235         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
236
237 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
238
239         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
240         (spam-report-gmane-unregister-routine): added support for gmane
241         unregistration
242
243         * spam-report.el (spam-report-gmane-unspam)
244         (spam-report-gmane-spam): new wrappers around spam-report-gmane
245         (spam-report-gmane): changed to take a single article and do
246         unspam registration
247
248 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
249
250         * mm-url.el (mm-url-decode-entities): Fix regexp.
251
252 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
253
254         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
255         default to nil, to be able to use Gnus at all.  If the default
256         switches to something else, then the function should be fixed not
257         be exceedingly slow.
258
259 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
260
261         * gnus-start.el (gnus-activate-group): if the server is nil, don't
262         fail hard
263
264         * spam-report.el: better Keywords line
265
266         * spam.el: added Maintainer and better Keywords line
267
268 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
269
270         * gnus-art.el (gnus-article-replace-part)
271         (gnus-mime-replace-part): New functions.
272         (gnus-mime-action-alist, gnus-mime-button-commands)
273         (gnus-mime-save-part-and-strip): Added file argument.
274         (gnus-article-part-wrapper): Added interactive argument.
275
276         * gnus-sum.el (gnus-summary-mime-map): Add
277         `gnus-article-replace-part'.
278
279 2005-09-19  Didier Verna  <didier@xemacs.org>
280
281         The nnml compaction feature:
282         * nnml.el (nnml-request-compact-group): New function.
283         * nnml.el (nnml-request-compact): New function.
284         * gnus-int.el (gnus-request-compact-group): New function.
285         * gnus-int.el (gnus-request-compact): New function.
286         * gnus-group.el (gnus-group-compact-group): New function.
287         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
288         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
289         * gnus-srvr.el (gnus-server-compact-server): New function.
290         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
291         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
292
293 2005-09-18  Deepak Goel  <deego@gnufans.org>
294
295         * sieve.el (sieve-help): Fix `message' call: first arg should be a
296         format spec.
297
298 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
299
300         * gnus.el (gnus-group-startup-message): Bind image-load-path.
301
302 2005-09-15  Romain Francoise  <romain@orebokech.com>
303
304         * message.el (message-fill-paragraph): Clarify docstring.
305
306 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
307
308         * gnus-art.el (gnus-mime-display-part): Protect against broken
309         MIME messages.
310
311 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
312
313         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
314         before parsing header.
315
316 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
317
318         * html2text.el: (html2text-replace-list): Add new entities.
319
320 2005-09-11  Romain Francoise  <romain@orebokech.com>
321
322         * message.el (message-alternative-emails): Improve docstring.
323         (message-setup-1): Call `message-use-alternative-email-as-from'
324         after `message-setup-hook' to give it precedence over posting
325         styles, etc.
326         (message-use-alternative-email-as-from): Add docstring.  Remove
327         the original From header if present.
328
329         * nnml.el (nnml-compressed-files-size-threshold): New variable.
330         (nnml-save-mail): Use it.
331
332         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
333         articles.  Add new argument `silent'.
334         (gnus-uu-mark-all): Report the total number of marked articles.
335
336 2005-09-10  Romain Francoise  <romain@orebokech.com>
337
338         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
339         (gnus-uu-mark-series): Likewise.
340
341 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
342
343         * spam-report.el (spam-report-gmane): Fix generation of spam
344         report URL.
345
346 2005-09-10  Simon Josefsson  <jas@extundo.com>
347
348         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
349         t, based on discussion on the ding list with Robert Epprecht
350         <epprecht@solnet.ch>.
351
352 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
353
354         * spam-report.el (spam-report-gmane): Make it work without
355         X-Report-Spam header.  Gmane now only provides Archived-At.
356         This is only used if `spam-report-gmane-use-article-number' is nil.
357         (spam-report-gmane-spam-header): Remove.  Not used anymore.
358
359         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
360         make `gnus-summary-sort-by-recipient' work with threading.
361
362         * nnweb.el (nnweb-google-wash-article): Print a message if article
363         is not available.
364
365 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
366
367         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
368         change.  Decode text/* parts content before displaying.
369
370 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
371
372         * mml-smime.el: Remove defvar of gnus-extract-address-components.
373
374 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
375
376         * mm-view.el (mm-display-inline-fontify): Disable support modes.
377
378         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
379         url-package-name, url-package-version,
380         w3m-cid-retrieve-function-alist, w3m-current-buffer,
381         w3m-display-inline-images, and w3m-minor-mode-map.
382
383 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
384
385         * message.el (message-tab-body-function): Fixed mismatched custom
386         type.
387
388         * gnus.el (gnus-group-change-level-function): Ditto.
389
390         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
391
392         * gnus-art.el (gnus-signature-limit)
393         (gnus-article-mime-part-function): Ditto.
394
395 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
396
397         * mml.el (mml-mode): Silence the byte compiler.
398
399         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
400         using `(sit-for 0)' before moving the point to the specified part;
401         skip unbuttonized parts.
402         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
403         return to the summary window if gnus-auto-select-part is non-nil.
404
405 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
406
407         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
408         variables.
409         (mml-dnd-attach-file, mml-mode): Use them.
410
411         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
412         Make fetching article by MID work again for Google Groups.  Added
413         FIXME concerning gnus-group-make-web-group.
414
415         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
416         Don't depend on Gnus by using mail-extract-address-components if
417         gnus-extract-address-components is not bound.
418
419 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
420
421         * gnus-art.el (gnus-mime-display-security): Don't display the
422         signature, but only the signed part.
423
424 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
425
426         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
427
428         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
429         list, not listp.
430
431 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
432
433         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
434         when encoding.
435
436         * mm-bodies.el (mm-decode-content-transfer-encoding):
437         De-canonicalize CRLF for all text content types, not just
438         text/plain.
439
440 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
441
442         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
443         valid article; point arrow and cursor at the MIME button.
444
445 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
446
447         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
448         Suggested by Dan Christensen <jdc@uwo.ca>.
449
450         * mm-decode.el (mm-save-part): Enable change of prompt.
451
452 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
453
454         * gnus-msg.el (gnus-inews-add-send-actions): Made
455         `message-post-method' lambda parameter ARG `&optional'.
456
457 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
458
459         * gnus-sum.el (gnus-summary-mime-map): Added
460         gnus-article-save-part-and-strip, gnus-article-delete-part and
461         gnus-article-jump-to-part.
462
463         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
464         (gnus-article-edit-part): Use it.
465         (gnus-article-part-wrapper): Added no-handle argument.
466         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
467         functions.
468
469 2005-08-29  Romain Francoise  <romain@orebokech.com>
470
471         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
472         docstring.
473         (gnus-face-from-file): Likewise.
474
475 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
476
477         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
478         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
479         non-nil.
480         (gnus-auto-select-part): New variable.
481         (gnus-article-jump-to-part): New function.
482         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
483         (gnus-mime-delete-part): Allow selecting specified part after
484         deleting or stripping parts.
485         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
486         part if argument is bogus.
487
488 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
489
490         * gnus-art.el (w3m-minor-mode-map):
491         * gnus-spec.el (gnus-newsrc-file-version):
492         * gnus-util.el (nnmail-active-file-coding-system)
493         (gnus-original-article-buffer, gnus-user-agent):
494         * gnus.el (gnus-ham-process-destinations)
495         (gnus-parameter-ham-marks-alist)
496         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
497         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
498         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
499         * mm-decode.el (gnus-current-window-configuration):
500         * mm-extern.el (gnus-article-mime-handles):
501         * mm-url.el (url-current-object, url-package-name)
502         (url-package-version):
503         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
504         (smime-keys, w3m-cid-retrieve-function-alist)
505         (w3m-current-buffer, w3m-display-inline-images)
506         (w3m-minor-mode-map):
507         * mml-smime.el (gnus-extract-address-components):
508         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
509         (gnus-newsrc-hashtb, message-default-charset)
510         (message-deletable-headers, message-options)
511         (message-posting-charset, message-required-mail-headers)
512         (message-required-news-headers):
513         * mml1991.el (mc-pgp-always-sign):
514         * mml2015.el (mc-pgp-always-sign):
515         * nnheader.el (nnmail-extra-headers):
516         * rfc1843.el (gnus-decode-encoded-word-function)
517         (gnus-decode-header-function, gnus-newsgroup-name):
518         * spam-stat.el (gnus-original-article-buffer): Add defvars.
519
520 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
521
522         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
523         the end of the date treatments.
524
525 2005-08-15  Simon Josefsson  <jas@extundo.com>
526
527         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
528         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
529         Capello and Romain Francoise.
530         (pgg-fetch-key-function): Removed, not used?
531         (pgg-insert-url-with-w3): Require url, to get
532         url-insert-file-contents regardless of where it is defined.
533
534 2005-08-13  Romain Francoise  <romain@orebokech.com>
535
536         * message.el (message-cite-original-1): New function.
537         (message-cite-original): Use it.
538         (message-cite-original-without-signature): Ditto.
539
540 2005-08-08  Romain Francoise  <romain@orebokech.com>
541
542         * message.el (message-yank-empty-prefix): New variable.
543         (message-indent-citation): Use it.
544         (message-cite-original-without-signature): Respect X-No-Archive.
545
546 2005-08-08  Simon Josefsson  <jas@extundo.com>
547
548         * pgg.el: Autoload url-insert-file-contents instead of loading
549         w3/url.
550         (pgg-insert-url-with-w3): Don't load url here.
551
552 2005-08-07  Jesper Harder  <harder@phys.au.dk>
553
554         * message.el (message-kill-to-signature): Don't insert newline at
555         bol.
556         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
557
558 2005-08-06  Romain Francoise  <romain@orebokech.com>
559
560         * message.el (message-user-fqdn): Fix typo in docstring.
561
562 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
563
564         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
565
566         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
567
568 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
569
570         * mm-bodies.el (mm-encode-body): Use coding system rather than
571         charset to encode text.
572
573         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
574         number of charsets if utf-8 is available (XEmacs).
575
576 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
577
578         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
579         taken from `gnus-button-mid-or-mail-regexp'.
580         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
581         (gnus-button-alist): Improve regexp for domain part of the MIDs
582         for news:localpart@domain buttons.
583         (gnus-button-ctan-directory-regexp): Update.
584
585 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
586
587         * sieve-manage.el (sieve-manage-interactive-login): Use
588         make-local-variable rather than make-variable-buffer-local.
589         (sieve-manage-open): Ditto.
590         (sieve-manage-authenticate): Ditto.
591
592         * mml.el (mml-generate-mime-1): Make the content type default to
593         text/plain if the filename is not specified.
594
595 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
596
597         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
598         instead of insert-buffer.
599
600         * message.el (message-yank-original): Ditto; set the mark at the
601         end of the yanked message.
602
603 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
604
605         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
606         lines to scroll rather than to stop it.
607
608         * mml.el (mml-generate-default-type): Add doc string.
609         (mml-generate-mime-1): Use mm-default-file-encoding or make it
610         default to application/octet-stream when determining the content
611         type if it is not specified for the part or the mml contents; add
612         a comment about mml-generate-default-type.
613
614 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
615
616         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
617         make it default to application/octet-stream when determining the
618         content type if it is not specified for the external contents.
619
620 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
621
622         * rfc2231.el (rfc2231-parse-string): Take care that not only a
623         segmented parameter but also other parameters might be there.
624
625 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
626
627         * mm-decode.el (mm-display-external): Delete temp file, directory
628         and buffer immediately if the external process is exited.
629
630 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
631
632         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
633         fewer lines than that of scroll-margin.
634         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
635
636 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
637
638         * gnus-art.el (gnus-article-next-page): Revert.
639         (gnus-article-beginning-of-window): New macro.
640         (gnus-article-next-page-1): Use it.
641         (gnus-article-prev-page): Ditto.
642         (gnus-article-edit-part): Use insert-buffer-substring instead of
643         insert-buffer.
644         (gnus-article-edit-exit): Ditto.
645
646         * gnus-util.el (gnus-beginning-of-window): Remove.
647         (gnus-end-of-window): Remove.
648
649         * lpath.el: Don't bind header-line-format and scroll-margin.
650
651 2005-07-25  Simon Josefsson  <jas@extundo.com>
652
653         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
654         to have the url package without w3.  Reported by Daiki Ueno
655         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
656
657 2005-07-20  Didier Verna  <didier@xemacs.org>
658
659         * gnus-diary.el: Remove the description comment (nndiary is now
660         properly documented in the Gnus manual).
661         Fix the spelling of "Back End".
662         * nndiary.el: Ditto.
663         Fix the copyright notice.
664
665 2005-07-18  Romain Francoise  <romain@orebokech.com>
666
667         * gnus-sum.el (gnus-summary-to-prefix,
668         gnus-summary-newsgroup-prefix): New variables.
669         (gnus-summary-from-or-to-or-newsgroups): Use them.
670
671 2005-07-17  Romain Francoise  <romain@orebokech.com>
672
673         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
674         space as it's generally not especially interesting to the user.
675
676 2005-07-16  Romain Francoise  <romain@orebokech.com>
677
678         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
679         nil to avoid prompting and file modification if one of the
680         messages at the top of the nnfolder file contains a copyright
681         notice.
682         Update copyright notice.
683
684         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
685         instead of `current-time-string' as the latter creates a time
686         string that is not RFC 2822 compliant (it lacks the zone).
687         Update copyright notice.
688
689 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
690
691         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
692         for text/rtf.  Display default in prompt.  Pass default for M-n.
693
694         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
695
696 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
697
698         * gnus-msg.el (gnus-button-mailto): Remove
699         save-selected-window-window hackery because it relies on
700         save-selected-window internals.
701
702 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
703
704         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
705         (gnus-article-next-page-1): Use gnus-beginning-of-window.
706         (gnus-article-prev-page): Ditto.
707
708         * gnus-util.el (gnus-beginning-of-window): New function.
709         (gnus-end-of-window): New function.
710
711         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
712
713 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
714
715         * gnus-score.el (gnus-score-edit-all-score): Set
716         gnus-score-edit-exit-function to gnus-score-edit-done and call
717         gnus-message.
718
719 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
720
721         * gnus-msg.el (gnus-button-mailto): Remove
722         save-selected-window-window hackery because it relies on
723         save-selected-window internals.
724
725 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
726
727         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
728         add-minor-mode.
729         (gnus-binary-mode): Ditto.
730
731         * gnus-topic.el (gnus-topic-mode): Ditto.
732
733 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
734
735         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
736         (gnus-article-prev-page): Take scroll-margin into consideration.
737
738 2005-07-04  Lute Kamstra  <lute@gnu.org>
739
740         Update FSF's address in GPL notices.
741
742 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
743
744         * gnus.el (gnus-exit):
745         * gnus-group.el (gnus-group-icons):
746         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
747
748         * gnus-nocem.el (gnus-nocem):
749         * message.el (message-various, message-buffers, message-sending)
750         (message-interface, message-forwarding, message-insertion)
751         (message-headers, message-news, message-mail):
752         * pgg-gpg.el (pgg-gpg):
753         * pgg-parse.el (pgg-parse):
754         * pgg-pgp.el (pgg-pgp):
755         * pgg-pgp5.el (pgg-pgp5):
756         * pop3.el (pop3): Finish `defgroup' description with period.
757
758 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
759
760         * gnus-art.el (article-display-face): Improve the efficiency.
761         (article-display-x-face): Ditto; remove grey x-face stuff.
762
763 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
764
765         * gnus-art.el (article-display-face): Correct the position in
766         which Faces are inserted.
767
768 2005-06-29  Didier Verna  <didier@xemacs.org>
769
770         * gnus-art.el (article-display-face): Display faces in correct
771         order.
772
773 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
774
775         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
776         (gnus-fill-real-hashtb): Use hash table instead of obarray.
777         (gnus-nocem-check-article): Fetch the Type header.
778         (gnus-nocem-message-wanted-p): Fix the way to examine types.
779         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
780         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
781         make sure gnus-nocem-hashtb is initialized.
782         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
783         (gnus-nocem-unwanted-article-p): Ditto.
784
785         * pgg.el (pgg-verify): Return the verification result.
786
787 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
788
789         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
790         is ascii.
791
792 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
793
794         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
795         `show-nonbreak-escape'.
796
797 2005-06-23  Lute Kamstra  <lute@gnu.org>
798
799         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
800
801         * dig.el (dig-mode):
802         * smime.el (smime-mode): Use gnus-run-mode-hooks.
803
804 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
805
806         * nnimap.el (nnimap-split-download-body): Fix spellings.
807
808 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
809
810         * gnus-art.el (gnus-article-encrypt-body):
811         * gnus-cus.el (gnus-score-customize):
812         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
813         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
814
815 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
816
817         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
818         header by looking for magic "MII" at the beginnig.
819
820 2005-06-16  Miles Bader  <miles@gnu.org>
821
822         * gnus-xmas.el (gnus-xmas-group-startup-message):
823         Use renamed gnus-splash face.
824
825         * assistant.el (assistant-field): Remove "-face" suffix from face name.
826         (assistant-field-face): New backward-compatibility alias for renamed
827         face.
828         (assistant-render-text): Use renamed assistant-field face.
829
830         * spam.el (spam): Remove "-face" suffix from face name.
831         (spam-face): New backward-compatibility alias for renamed face.
832         (spam-face, spam-initialize): Use renamed spam face.
833
834         * message.el (message-header-to, message-header-cc)
835         (message-header-subject, message-header-newsgroups)
836         (message-header-other, message-header-name)
837         (message-header-xheader, message-separator, message-cited-text)
838         (message-mml): Remove "-face" suffix from face names.
839         (message-header-to-face, message-header-cc-face)
840         (message-header-subject-face, message-header-newsgroups-face)
841         (message-header-other-face, message-header-name-face)
842         (message-header-xheader-face, message-separator-face)
843         (message-cited-text-face, message-mml-face):
844         New backward-compatibility aliases for renamed faces.
845         (message-font-lock-keywords): Use renamed message faces.
846
847         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
848         (sieve-test-commands, sieve-tagged-arguments):
849         Remove "-face" suffix from face names.
850         (sieve-control-commands-face, sieve-action-commands-face)
851         (sieve-test-commands-face, sieve-tagged-arguments-face):
852         New backward-compatibility aliases for renamed faces.
853         (sieve-control-commands-face, sieve-action-commands-face)
854         (sieve-test-commands-face, sieve-tagged-arguments-face):
855         Use renamed sieve faces.
856
857         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
858         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
859         (gnus-group-news-3-empty, gnus-group-news-4)
860         (gnus-group-news-4-empty, gnus-group-news-5)
861         (gnus-group-news-5-empty, gnus-group-news-6)
862         (gnus-group-news-6-empty, gnus-group-news-low)
863         (gnus-group-news-low-empty, gnus-group-mail-1)
864         (gnus-group-mail-1-empty, gnus-group-mail-2)
865         (gnus-group-mail-2-empty, gnus-group-mail-3)
866         (gnus-group-mail-3-empty, gnus-group-mail-low)
867         (gnus-group-mail-low-empty, gnus-summary-selected)
868         (gnus-summary-cancelled, gnus-summary-high-ticked)
869         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
870         (gnus-summary-high-ancient, gnus-summary-low-ancient)
871         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
872         (gnus-summary-low-undownloaded)
873         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
874         (gnus-summary-low-unread, gnus-summary-normal-unread)
875         (gnus-summary-high-read, gnus-summary-low-read)
876         (gnus-summary-normal-read, gnus-splash):
877         Remove "-face" suffix from face names.
878         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
879         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
880         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
881         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
882         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
883         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
884         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
885         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
886         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
887         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
888         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
889         (gnus-summary-selected-face, gnus-summary-cancelled-face)
890         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
891         (gnus-summary-normal-ticked-face)
892         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
893         (gnus-summary-normal-ancient-face)
894         (gnus-summary-high-undownloaded-face)
895         (gnus-summary-low-undownloaded-face)
896         (gnus-summary-normal-undownloaded-face)
897         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
898         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
899         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
900         (gnus-splash-face):
901         New backward-compatibility aliases for renamed faces.
902         (gnus-group-startup-message): Use renamed gnus faces.
903
904         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
905         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
906         (gnus-server-agent): Remove "-face" suffix from face names.
907         (gnus-server-agent-face, gnus-server-opened-face)
908         (gnus-server-closed-face, gnus-server-denied-face)
909         (gnus-server-offline-face):
910         New backward-compatibility aliases for renamed faces.
911         (gnus-server-agent-face, gnus-server-opened-face)
912         (gnus-server-closed-face, gnus-server-denied-face)
913         (gnus-server-offline-face): Use renamed gnus faces.
914
915         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
916         Remove "-face" suffix from face names.
917         (gnus-picon-xbm-face, gnus-picon-face):
918         New backward-compatibility aliases for renamed faces.
919
920         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
921         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
922         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
923         (gnus-cite-11): Remove "-face" suffix from face names.
924         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
925         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
926         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
927         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
928         New backward-compatibility aliases for renamed faces.
929         (gnus-cite-attribution-face, gnus-cite-face-list)
930         (gnus-article-boring-faces): Use renamed gnus faces.
931
932         * gnus-art.el (gnus-signature, gnus-header-from)
933         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
934         (gnus-header-content): Remove "-face" suffix from face names.
935         (gnus-signature-face, gnus-header-from-face)
936         (gnus-header-subject-face, gnus-header-newsgroups-face)
937         (gnus-header-name-face, gnus-header-content-face):
938         New backward-compatibility aliases for renamed faces.
939         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
940
941         * gnus-sum.el (gnus-summary-selected-face)
942         (gnus-summary-highlight): Use renamed gnus faces.
943         * gnus-group.el (gnus-group-highlight): Likewise.
944
945 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
946
947         * gnus-sieve.el (gnus-sieve-article-add-rule):
948         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
949         * spam-stat.el (spam-stat-buffer-change-to-spam)
950         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
951
952         * message.el (message-is-yours-p):
953         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
954
955 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
956
957         * mm-view.el (mm-inline-text): Withdraw the last change.
958
959 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
960
961         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
962         executing enriched-decode.
963
964 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
965
966         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
967         charset of tar files.
968
969 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
970
971         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
972
973 2005-06-04  Lute Kamstra  <lute@gnu.org>
974
975         * nnfolder.el (nnfolder-read-folder): Make sure that undo
976         information is never recorded.
977
978 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
979
980         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
981
982 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
983
984         * pop3.el (pop3-apop): Run md5 in the binary mode.
985
986         * starttls.el (starttls-set-process-query-on-exit-flag):
987         Use eval-and-compile.
988
989 2005-05-31  Simon Josefsson  <jas@extundo.com>
990
991         * smime.el (smime-replace-in-string): Define.
992         (smime-cert-by-ldap-1): Use it.
993
994 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
995
996         * gnus-art.el (article-display-x-face): Replace
997         process-kill-without-query by gnus-set-process-query-on-exit-flag.
998
999         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
1000         set-process-query-on-exit-flag or process-kill-without-query.
1001
1002         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
1003         loop instead of replace-regexp.
1004
1005         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
1006         instead of process-kill-without-query if it is available.
1007
1008         * lpath.el: Fbind ldap-search-entries.
1009
1010         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
1011         instead of find-file-hooks if it is available.
1012
1013         * mml1991.el: Bind pgg-default-user-id when compiling.
1014
1015         * mml2015.el: Bind pgg-default-user-id when compiling.
1016
1017         * nndraft.el (nndraft-request-associate-buffer):
1018         Use write-contents-functions instead of write-contents-hooks if it is
1019         available.
1020
1021         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
1022         instead of find-file-hooks if it is available.
1023
1024         * nntp.el (nntp-open-connection): Replace
1025         process-kill-without-query by gnus-set-process-query-on-exit-flag.
1026         (nntp-open-ssl-stream): Ditto.
1027         (nntp-open-tls-stream): Ditto.
1028
1029         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
1030         set-process-query-on-exit-flag or process-kill-without-query.
1031         (starttls-open-stream-gnutls): Use it instead of
1032         process-kill-without-query.
1033         (starttls-open-stream): Ditto.
1034
1035 2005-05-31  Simon Josefsson  <jas@extundo.com>
1036
1037         * smime.el (smime-cert-by-ldap-1): Don't use
1038         replace-regexp-in-string, tiny patch from Ulf Stegemann
1039         <ulf@zeitform.de>.
1040
1041 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1042
1043         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
1044
1045         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
1046         in PEM format. Adjust to the XEmacs compability.
1047
1048 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
1049
1050         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
1051         by `string-to-number'.
1052         * gnus-agent.el (gnus-agent-regenerate-group)
1053         (gnus-agent-fetch-articles): Ditto.
1054         * gnus-art.el (gnus-button-fetch-group): Ditto.
1055         * gnus-cache.el (gnus-cache-generate-active)
1056         (gnus-cache-articles-in-group): Ditto.
1057         * gnus-group.el (gnus-group-set-current-level)
1058         (gnus-group-insert-group-line): Ditto.
1059         * gnus-score.el (gnus-score-set-expunge-below)
1060         (gnus-score-set-mark-below, gnus-summary-score-effect)
1061         (gnus-summary-score-entry): Ditto.
1062         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
1063         (gnus-soup-pack): Ditto.
1064         * gnus-spec.el (gnus-xmas-format): Ditto.
1065         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
1066         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
1067         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
1068         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
1069         * nndb.el (nndb-get-remote-expire-response): Ditto.
1070         * nndiary.el (nndiary-parse-schedule-value)
1071         (nndiary-string-to-number, nndiary-request-replace-article)
1072         (nndiary-request-article): Ditto.
1073         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
1074         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
1075         * nneething.el (nneething-make-head): Ditto.
1076         * nnfolder.el (nnfolder-request-article)
1077         (nnfolder-retrieve-headers): Ditto.
1078         * nnheader.el (nnheader-file-to-number): Ditto.
1079         * nnkiboze.el (nnkiboze-request-article): Ditto.
1080         * nnmail.el (nnmail-process-unix-mail-format)
1081         (nnmail-process-babyl-mail-format): Ditto.
1082         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
1083         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
1084         (nnmh-request-create-group, nnmh-request-list-1)
1085         (nnmh-request-group, nnmh-request-article): Ditto.
1086         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
1087         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
1088         * nnsoup.el (nnsoup-make-active): Ditto.
1089         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
1090         * nntp.el (nntp-find-group-and-number)
1091         (nntp-retrieve-headers-with-xover): Ditto.
1092         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
1093         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
1094         (pgg-format-key-identifier): Ditto.
1095         * pop3.el (pop3-last, pop3-stat): Ditto.
1096         * qp.el (quoted-printable-decode-region): Ditto.
1097
1098         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
1099         of concat.
1100
1101 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1102
1103         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
1104
1105         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
1106
1107         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
1108
1109         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
1110
1111         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
1112
1113         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
1114
1115         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
1116         (gnus-carpal-mode): Ditto.
1117
1118         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
1119         (gnus-browse-mode): Ditto.
1120
1121         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
1122
1123         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
1124
1125 2005-05-29  Richard M. Stallman  <rms@gnu.org>
1126
1127         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
1128
1129 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1130
1131         * gnus-util.el (gnus-run-mode-hooks): New function.
1132
1133         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
1134
1135         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
1136         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
1137
1138 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
1139
1140         * gnus-agent.el (gnus-agent-make-mode-line-string):
1141         Use mode-line-highlight as mouse-face.
1142
1143 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1144
1145         * canlock.el (canlock): Change the parent group to news.
1146
1147         * deuglify.el (gnus-outlook-deuglify): Add :group.
1148
1149         * dig.el (dig): Add :group.
1150
1151         * dns-mode.el (dns-mode): Add :group.
1152
1153         * encrypt.el (encrypt): Add :group.
1154
1155         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
1156         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
1157         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
1158         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
1159         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
1160
1161         * gnus-diary.el (gnus-diary): Add :group.
1162
1163         * gnus.el (gnus-group-news-1-face): Add :group.
1164         (gnus-group-news-1-empty-face): Ditto.
1165         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
1166         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
1167         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
1168         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
1169         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
1170         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
1171         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
1172         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
1173         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
1174         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
1175         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
1176         (gnus-summary-high-ticked-face): Ditto.
1177         (gnus-summary-low-ticked-face): Ditto.
1178         (gnus-summary-normal-ticked-face): Ditto.
1179         (gnus-summary-high-ancient-face): Ditto.
1180         (gnus-summary-low-ancient-face): Ditto.
1181         (gnus-summary-normal-ancient-face): Ditto.
1182         (gnus-summary-high-undownloaded-face): Ditto.
1183         (gnus-summary-low-undownloaded-face): Ditto.
1184         (gnus-summary-normal-undownloaded-face): Ditto.
1185         (gnus-summary-high-unread-face): Ditto.
1186         (gnus-summary-low-unread-face): Ditto.
1187         (gnus-summary-normal-unread-face): Ditto.
1188         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
1189         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
1190
1191         * hashcash.el (hashcash): New custom group.
1192         (hashcash-default-payment): Add :group.
1193         (hashcash-payment-alist): Ditto.
1194         (hashcash-default-accept-payment): Ditto.
1195         (hashcash-accept-resources): Ditto.
1196         (hashcash-path): Ditto.
1197         (hashcash-extra-generate-parameters): Ditto.
1198         (hashcash-double-spend-database): Ditto.
1199         (hashcash-in-news): Ditto.
1200
1201         * message.el (message-minibuffer-local-map): Add :group.
1202
1203         * netrc.el (netrc): Add :group.
1204
1205         * sieve-manage.el (sieve-manage-log): Add :group.
1206         (sieve-manage-default-user): Diito.
1207         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
1208         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
1209         (sieve-manage-authenticators): Ditto.
1210         (sieve-manage-authenticator-alist): Ditto.
1211         (sieve-manage-default-port): Ditto.
1212
1213         * sieve-mode.el (sieve-control-commands-face): Add :group.
1214         (sieve-action-commands-face): Ditto.
1215         (sieve-test-commands-face): Ditto.
1216         (sieve-tagged-arguments-face): Ditto.
1217
1218         * smime.el (smime): Add :group.
1219
1220         * spam-report.el (spam-report): Add :group.
1221
1222         * spam.el (spam, spam-face): Add :group.
1223
1224 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1225
1226         * nntp.el (nntp-next-result-arrived-p): Some news servers may
1227         return \n.\n.\n at the end of articles.  Protect against that.
1228         (nntp-with-open-group): Allow debugging.
1229
1230         * nnheader.el (mail-header-set-extra): Make into a function
1231         because I just could't understand how to quote the list properly.
1232
1233         * dns.el (query-dns-cached): New function.
1234
1235 2005-05-26  Lute Kamstra  <lute@gnu.org>
1236
1237         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
1238
1239 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1240
1241         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
1242
1243         * gnus-art.el: Don't autoload mail-extract-address-components.
1244
1245         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
1246         eval-and-compile to evaluate it.
1247
1248         * hashcash.el: Don't autoload executable-find.
1249
1250         * nndb.el: Don't declare the nndb back end two or more times; don't
1251         autoload news-reply-mode, news-setup, cancel-timer and telnet.
1252
1253         * nntp.el: Autoload format-spec instead of format; use
1254         eval-and-compile to evaluate autoload forms.
1255
1256 2005-05-09  Simon Josefsson  <jas@extundo.com>
1257
1258         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching,
1259         tiny patch from "Georg C. F. Greve" <greve@gnu.org>.
1260
1261 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1262
1263         * gnus.el (gnus-version-number): Bump version.
1264
1265 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1266
1267         * gnus.el: No Gnus v0.3 is released.
1268
1269 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1270
1271         * lpath.el (featurep): Bind show-nonbreak-escape.
1272
1273 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1274
1275         * gnus-art.el (gnus-article-edit-part): Disable undo.
1276
1277 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1278
1279         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
1280         gnus-article-date-lapsed-new-header is t if date timer is active;
1281         skip headers in which the original date value is empty.
1282         (gnus-article-save-original-date): Redefine it as a macro.
1283         (gnus-display-mime): Use it.
1284
1285 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1286
1287         * gnus-art.el (article-date-ut): Support converting date in
1288         forwarded parts as well.
1289         (gnus-article-save-original-date): New function.
1290         (gnus-display-mime): Use it.
1291
1292 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
1293
1294         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
1295         enclosure element of <item>.
1296
1297 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
1298
1299         * message.el (message-kill-buffer-query): Renamed from
1300         `message-kill-buffer-query-if-modified'.  Added :version.
1301
1302 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1303
1304         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
1305         window layout.
1306
1307 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1308
1309         * mml.el: Autoload dnd when compiling.
1310
1311 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1312
1313         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
1314         x-dnd-*.
1315
1316 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1317
1318         * qp.el (quoted-printable-encode-region): Save excursion.
1319
1320 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1321
1322         * message.el (message-kill-buffer-query-if-modified): new variable
1323         so the user can kill a modified message buffer quickly
1324         (message-kill-buffer): use it.
1325
1326 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1327
1328         * lpath.el: Fbind display-time-event-handler; don't fbind
1329         string-to-multibyte.
1330
1331         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
1332
1333 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1334
1335         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
1336         contained in text because xml.el decodes entities) with LFs.
1337
1338 2005-04-11  Lute Kamstra  <lute@gnu.org>
1339
1340         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
1341         differently.
1342
1343 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1344
1345         * mm-util.el (mm-detect-coding-region): Typo.
1346
1347 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1348
1349         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
1350
1351 2005-04-06  D Goel  <deego@gnufans.org>
1352
1353         * spam-stat.el (spam-stat-score-buffer): Add a call to a
1354         user-function allow user modifications of the scores.
1355         (spam-stat-score-buffer-user): New function, to allow
1356         user-computed modifications to the score.
1357         (spam-stat-score-buffer-user-functions): list of additional
1358         scoring functions
1359         (spam-stat-error-holder): global temporary error holder
1360         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
1361         variable
1362
1363 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1364
1365         * gnus-registry.el (gnus-registry-clean-empty-function)
1366         (gnus-registry-trim, gnus-registry-fetch-groups)
1367         (gnus-registry-delete-group): now groups that match
1368         `gnus-registry-ignored-groups' will be removed from the registry
1369         entries, not just ignored for splitting.  This helps clean up the
1370         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
1371         to get all the groups a message ID is in.
1372
1373         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
1374         (spam-stat-split-fancy): changed "threshhold" to "threshold"
1375         (spam-stat-score-buffer-user-functions): added :number custom type
1376
1377 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1378
1379         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
1380         argument in XEmacs.
1381
1382         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
1383         (nnrss-request-group): Decode group name first.
1384         (nnrss-request-article): Make a text/plain article if mml-to-mime
1385         failed.
1386         (nnrss-get-encoding): Return a compatible encoding according to
1387         nnrss-compatible-encoding-alist.
1388         (nnrss-find-el): Use consp instead of listp.
1389         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
1390
1391 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1392
1393         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
1394         which Emacs 20 doesn't support.
1395         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
1396
1397 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
1398
1399         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
1400         silence the byte compiler inside the defun
1401
1402         * gnus-demon.el (parse-time-string): Add autoload.
1403
1404         * gnus-delay.el (parse-time-string): Add autoload.
1405
1406         * gnus-art.el (parse-time-string): Add autoload.
1407
1408         * nnultimate.el (parse-time): Require for `parse-time-string'.
1409
1410 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1411
1412         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
1413
1414         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
1415
1416         * smime.el (smime-ldap-host-list): Add :version.
1417
1418 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1419
1420         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
1421         pass it to `gnus-browse-read-group'.
1422         (gnus-browse-read-group): Add NUMBER argument and pass it to
1423         `gnus-group-read-ephemeral-group'.
1424
1425         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
1426         argument and pass it to `gnus-group-read-group'.
1427
1428 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
1429
1430         * mm-util.el (mm-xemacs-find-mime-charset): Only call
1431         mm-xemacs-find-mime-charset-1 if we have the mule feature
1432         available at runtime.
1433
1434 2005-03-25  Werner Lemberg  <wl@gnu.org>
1435
1436         * nnmaildir.el: Replace `illegal' with `invalid'.
1437
1438 2005-03-23  Lute Kamstra  <lute@gnu.org>
1439
1440         * time-date.el: Add comment on time value formats.
1441         Don't require parse-time.
1442         (with-decoded-time-value): New macro.
1443         (encode-time-value): New function.
1444         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
1445         (days-to-time): Return a valid time value when arg is huge.
1446         (time-since): Use time-subtract.
1447         (time-to-number-of-days): Use time-to-seconds.
1448
1449 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1450
1451         * gnus-start.el (gnus-display-time-event-handler):
1452         Check display-time-timer at runtime rather than only at load time
1453         in case display-time-mode is turned off in the mean time.
1454
1455 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1456
1457         * nnimap.el (nnimap-open-connection): Print which authinfo file is
1458         used.
1459
1460         * nneething.el (nneething-map-file-directory): Derive from
1461         `gnus-directory'.
1462
1463         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
1464         the To/Cc button.
1465
1466 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1467
1468         * nnmaildir.el (nnmaildir-request-accept-article):
1469         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
1470
1471 2005-03-13  Steve Youngs  <steve@sxemacs.org>
1472
1473         * gnus-async.el: Require timer-funcs at compile time when in
1474         XEmacs for `run-with-idle-timer'.
1475
1476 2005-03-13  Steve Youngs  <steve@sxemacs.org>
1477
1478         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
1479         autoloaded function.
1480         From: Andrey Slusar <anrays@gmail.com>.
1481
1482 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1483
1484         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
1485
1486 2005-03-10  Arne J\e,Ax\e(Brgensen <arne@arnested.dk>  (tiny change)
1487
1488         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
1489
1490 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1491
1492         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
1493         gnus-expert-user to default.
1494
1495 2005-03-08  Juergen Kreileder <jk@blackdown.de>  (tiny change)
1496
1497         * nnimap.el (nnimap-open-server): Ditto.
1498
1499         * imap.el (imap-authenticate): Fix typo.
1500
1501 2005-03-08  Bjorn Solberg <bjorn_ding@hekneby.org>  (tiny change)
1502
1503         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
1504         buffer (since IMAP server might return FETCH response out of
1505         order, and the nntp buffer must be sorted).
1506
1507 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
1508
1509         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
1510         comparison on string.
1511
1512         * gnus-agent.el (gnus-agent-long-article,
1513         gnus-agent-short-article, gnus-agent-score): Renamed category
1514         keywords to match gnus-cus.
1515         (gnus-agent-summary-fetch-series): Modified to protect against
1516         gnus-agent-summary-fetch-group clearing processable flags.
1517         (gnus-agent-synchronize-group-flags): Update live group buffer as
1518         synchronization may occur due to the user toggle the plugged
1519         status.
1520         (gnus-agent-fetch-group-1): Clear downloadable flag when article
1521         successfully downloaded.
1522         (gnus-agent-expire-group-1): Avoid using markers when the overview
1523         is in ascending order; greatly improves performance.
1524         (gnus-agent-regenerate-group): Use
1525         gnus-agent-synchronize-group-flags to reset read status in both
1526         gnus and server.
1527         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
1528
1529 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
1530
1531         * message.el: Don't autoload former message-utils variables.
1532         (message-strip-subject-trailing-was): Change doc string.
1533
1534         * nnweb.el: Fixes for `gnus-group-make-web-group'.
1535         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
1536         (nnweb-google-search): Add "hl=en" here.
1537         (nnweb-google-parse-1, nnweb-google-create-mapping):
1538         Don't hardcode URL.
1539
1540 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1541
1542         * message.el (message-get-reply-headers, message-followup):
1543         Mention related variables `message-use-followup-to' and
1544         `message-use-mail-followup-to', in the information buffer.
1545
1546         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
1547         of broken groups(-beta).google.com.
1548
1549 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
1550
1551         * gnus-sum.el (gnus-summary-move-article): pass move-is-internal
1552         parameter to invoked gnus-request-move-article; remove the
1553         redundant gnus-sum-hint-move-is-internal variable; apply the marks
1554         all at once instead of once per article
1555         (gnus-summary-remove-process-mark): accept a list of articles as
1556         well as a single article for processing
1557
1558         * gnus-int.el (gnus-request-move-article): add move-is-internal parameter
1559
1560         * nnml.el (nnml-request-move-article): add move-is-internal parameter
1561
1562         * nnmh.el (nnmh-request-move-article): add move-is-internal parameter
1563
1564         * nnmbox.el (nnmbox-request-move-article): add move-is-internal parameter
1565
1566         * nnmaildir.el (nnmaildir-request-move-article): add move-is-internal parameter
1567
1568         * nnimap.el (nnimap-request-move-article): add move-is-internal
1569         parameter and remove the gnus-sum-hint-move-is-internal variable
1570
1571         * nnfolder.el (nnfolder-request-move-article): add move-is-internal parameter
1572
1573         * nndraft.el (nndraft-request-move-article): add move-is-internal parameter
1574
1575         * nndiary.el (nndiary-request-move-article): add move-is-internal parameter
1576
1577         * nndb.el (nndb-request-move-article): add move-is-internal parameter
1578
1579         * nnbabyl.el (nnbabyl-request-move-article): add move-is-internal parameter
1580
1581         * nnagent.el (nnagent-request-move-article): add move-is-internal parameter
1582
1583 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1584
1585         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
1586         a more conservative way.
1587
1588 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1589
1590         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
1591         buffer, so it moves the window's cursor.
1592
1593 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1594
1595         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
1596         `mm-dissect-multipart' and receive the from field as an (optional)
1597         argument from `mm-dissect-multipart'.
1598         (mm-dissect-multipart): Receive the from field as an argument and
1599         pass it on when we call `mm-dissect-buffer' on MIME parts.
1600         Fixes verification/decryption of signed/encrypted MIME parts.
1601
1602 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
1603
1604         * gnus-sum.el (gnus-summary-move-article): set
1605         gnus-sum-hint-move-is-internal for gnus-request-move-article and
1606         whatever it calls (right now, only nnimap-request-move article
1607         respects it)
1608
1609         * nnimap.el (nnimap-request-move-article): when
1610         gnus-sum-hint-move-is-internal is set, don't do the extra
1611         nnimap-request-article
1612
1613 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1614
1615         * nnheader.el (nnheader-find-file-noselect): Add doc string.
1616
1617         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
1618         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
1619
1620         * gnus-sum.el (gnus-summary-caesar-message):
1621         Apply `gnus-treat-article' after rotation.
1622
1623         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
1624         doc string.
1625
1626 2005-02-22  Simon Josefsson  <jas@extundo.com>
1627
1628         * encrypt.el (encrypt-password-cache-expiry): Remove (use
1629         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
1630         <arne@arnested.dk>.
1631         (encrypt): Add password-cache and password-cache-expiry as group
1632         members.
1633
1634 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1635
1636         * smime.el (smime-ldap-host-list): Doc fix.
1637         (smime-ask-passphrase): Use `password-read-and-add' to read (and
1638         cache) password.
1639         (smime-sign-region): Use it.
1640         (smime-decrypt-region): Use it.
1641         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
1642         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
1643         fails.
1644         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
1645         certificate from DER to PEM format rather than calling openssl.
1646
1647         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
1648
1649         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
1650         for signing/encryption.
1651
1652         * mml.el (mml-parse-1): Use them.
1653
1654 2005-02-21  Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1655
1656         * nnrss.el (nnrss-verbose): Removed.
1657         (nnrss-request-group): Use `nnheader-message' instead.
1658
1659 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
1660
1661         * nnrss.el (nnrss-verbose): New variable.
1662         (nnrss-request-group): Make it say nnrss is requesting a group.
1663
1664 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
1665
1666         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
1667         Handle news URL with given port correctly.
1668
1669 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1670
1671         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
1672         containing special characters.
1673
1674         * gnus-sum.el (gnus-summary-edit-article): Ditto.
1675
1676         * mml.el (mime-to-mml): Ditto.
1677
1678         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
1679         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
1680         (rfc2047-decode-region): Quote decoded words containing special
1681         characters when rfc2047-quote-decoded-words-containing-tspecials
1682         is non-nil.
1683
1684 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1685
1686         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
1687
1688         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
1689
1690 2005-02-15  Simon Josefsson  <jas@extundo.com>
1691
1692         * nnimap.el (nnimap-debug): Doc fix.
1693
1694         * imap.el (imap-debug): Doc fix.
1695
1696 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1697
1698         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
1699
1700 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1701
1702         * gnus.el (spam-contents): improve docs for spam-contents
1703         parameter in its variable incarnation
1704
1705 2005-02-14  Simon Josefsson  <jas@extundo.com>
1706
1707         * smime-ldap.el: Use require instead of load-library for ldap.
1708         (smime-ldap-search): Indent.
1709         (smime-ldap-search-internal): Shorten line.
1710
1711         * smime.el (smime-cert-by-dns): Add doc-string.
1712         (smime-cert-by-ldap-1): Indent.
1713
1714         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
1715         mml-smime-get-dns-ldap.
1716         (mml-smime-encrypt-query): Use new function.  Default to ldap.
1717
1718 2005-02-14  Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1719
1720         * smime.el: Require smime-ldap.
1721         (smime-ldap-host-list): New variable.
1722         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
1723
1724         * mml-smime.el (mml-smime-encrypt-query): New function.
1725         (mml-smime-encrypt-query): Use it.
1726
1727         * smime-ldap.el: New file.
1728
1729 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1730
1731         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
1732
1733 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1734
1735         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
1736         argument in doc string.  Make query for type more clear.
1737
1738 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
1739
1740         * gnus.el (gnus-group-startup-message): Search for gnus images in
1741         etc/images/gnus.
1742         * mm-util.el (mm-find-charset-region): Likewise.
1743         * smiley.el (smiley-data-directory): Search for smilies in
1744         etc/images/smilies.
1745
1746 2005-02-09  Kim F. Storm  <storm@cua.dk>
1747
1748         Change Emacs release version from 21.4 to 22.1 throughout.
1749         Change Emacs development version from 21.3.50 to 22.0.50.
1750
1751 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1752
1753         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
1754
1755         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
1756         non-Mule XEmacs as well.
1757         (mm-decompress-buffer): Signal an error intentionally if it does
1758         not decompress compressed data because auto-compression-mode is
1759         disabled.
1760
1761 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
1762
1763         * gnus-registry.el (gnus-registry-delete-group): small bug leaves
1764         an ID in the registry even if it has no groups
1765
1766 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1767
1768         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
1769         merge it into mm-decompress-buffer.
1770         (gnus-mime-copy-part): Use the MIME part charset, the value which
1771         a user specified or gnus-newsgroup-charset for decoding, like
1772         gnus-mime-inline-part does; set buffer-file-coding-system to tell
1773         save-buffer what was used.  Suggested by Kevin Ryde
1774         <user42@zip.com.au>.
1775         (gnus-mime-inline-part): Allow the name parameter as well as the
1776         filename parameter; force decompressing of compressed data; always
1777         display contents being not decoded as unibyte.
1778
1779         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
1780         as well as the filename parameter.
1781
1782         * mm-util.el (mm-decompress-buffer): Merge
1783         gnus-mime-jka-compr-maybe-uncompress.
1784         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
1785         of compressed data.
1786
1787 2005-02-08  Simon Josefsson  <jas@extundo.com>
1788
1789         * imap.el (imap-log): Doc fix.
1790
1791 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1792
1793         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
1794         the coding cookies; decompress compressed parts.
1795
1796         * mml.el (mml-generate-mime-1): Add the charaset parameter according
1797         to the value which a user specified manually or the coding cookie.
1798
1799         * mm-util.el (mm-string-to-multibyte): New function.
1800         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
1801         (mm-coding-system-to-mime-charset): New function.
1802         (mm-decompress-buffer): New function.
1803         (mm-find-buffer-file-coding-system): New function.
1804
1805         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
1806         (mm-display-inline-fontify): Rewrite for decoding and decompressing
1807         parts.
1808
1809 2004-10-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1810
1811         * mm-view.el (mm-display-inline-fontify): Decode a part according
1812         to the charset parameter.
1813
1814 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1815
1816         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
1817         prefix arg is neither nil nor a number, as info specifies.
1818
1819 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1820
1821         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
1822         timestamps.
1823
1824 2005-01-29  Jari Aalto  <jari.aalto@cante.net>
1825
1826         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
1827         groups error checking and notify user.
1828
1829 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
1830
1831         * message.el (message-send-mail-function): Check existence of
1832         sendmail-program first before using default value
1833         `message-send-mail-with-sendmail'.  Otherwise use more generic
1834         `smtpmail-send-it'.
1835
1836 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1837
1838         * nntp.el (nntp-request-update-info): Always return nil.
1839
1840 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1841
1842         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
1843
1844 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1845
1846         * message.el (message-beginning-of-line): Change the behavior when
1847         invoked between BOL and : so that it first moves backward.
1848
1849 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1850
1851         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
1852         article buffer when editing of the article is discarded.
1853         (gnus-article-prepare): Revert.
1854
1855 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1856
1857         * gnus-art.el (gnus-article-prepare):
1858         Remove message-strip-forbidden-properties from the local hook.
1859
1860 2005-01-27  Simon Josefsson  <jas@extundo.com>
1861
1862         * password.el (password-cache-add): Only start one timer per key.
1863         Reported by Derek Atkins <warlord@MIT.EDU>.
1864
1865 2005-01-26  Steve Youngs  <steve@sxemacs.org>
1866
1867         * run-at-time.el: Removed.  It is no longer needed as
1868         timer-funcs.el in the xemacs-base package has a working version of
1869         `run-at-time'.
1870
1871         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
1872
1873         * password.el: Require timer-funcs instead of run-at-time in
1874         XEmacs.
1875         Remove `password-run-at-time' macro.
1876         (password-cache-add): Use `run-at-time' instead of
1877         `password-run-at-time'.
1878
1879         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
1880         Remove `nnheader-cancel-function-timers' alias,
1881         `cancel-function-timers' exists in XEmacs in timer-funcs.
1882
1883         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
1884         for `run-with-idle-timer'.
1885
1886         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
1887         for `run-at-time'.
1888
1889         * mm-url.el: Require timer-funcs at compile time when in XEmacs
1890         for `with-timeout'.
1891
1892         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
1893         the same as for XEmacs 21.4.
1894         No need to ignore `run-with-idle-timer', this function exists in
1895         XEmacs now in timer-funcs.el in the xemacs-base package.
1896         (dgnushack-compile): No need to delete
1897         run-at-time.el from the list of files to compile because it
1898         doesn't exist anymore.
1899
1900 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1901
1902         * mml.el (mml-generate-mime-1): Convert string into unibyte when
1903         inserting " *mml*" buffer's contents into a unibyte temp buffer.
1904
1905 2005-01-24  Harald Meland <harald.meland@usit.uio.no>  (tiny change)
1906
1907         * mail-source.el (mail-source-fetch-imap): Search for ^From case
1908         sensitively.
1909
1910 2005-01-21  Derek Atkins <warlord@MIT.EDU>  (tiny change)
1911
1912         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
1913
1914 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1915
1916         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
1917         which will be inserted according to the multibyteness of a buffer
1918         rather than the type of contents.  Suggested by ARISAWA Akihiro
1919         <ari@mbf.ocn.ne.jp>.
1920
1921         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
1922         of string which old xml.el may return rather than a string.
1923
1924 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1925
1926         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
1927
1928 2005-01-16  Simon Josefsson  <jas@extundo.com>
1929
1930         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
1931         idn/idna.el isn't available.
1932         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
1933         <michael@waxrat.com>.
1934
1935         * hashcash.el: Remove non-FSF copyright header.
1936
1937         * hashcash.el (hashcash-extra-generate-parameters): New variable.
1938         (hashcash-generate-payment): Use it.
1939         (hashcash-generate-payment-async): Use it.
1940
1941 2005-01-15  Simon Josefsson  <jas@extundo.com>
1942
1943         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
1944         Suggested by Raymond Scholz <ray-2005@zonix.de>.
1945
1946         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
1947         gnus-summary-idna-message.
1948         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
1949         (gnus-summary-idna-message): New function.
1950
1951 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1952
1953         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
1954         gnus-novice-user.
1955
1956 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1957
1958         * nnrss.el (nnrss-request-delete-group): Delete entries in
1959         nnrss-group-alist as well.
1960         (nnrss-save-server-data): Insert newline.
1961
1962 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
1963
1964         * gnus.el (gnus-user-agent): Use list of symbols instead of
1965         symbols.  Display full version number for (S)XEmacs.  Optionally
1966         display (S)XEmacs codename.
1967
1968         * gnus-util.el (gnus-emacs-version): Update for new
1969         `gnus-user-agent'.
1970
1971         * gnus-msg.el (gnus-extended-version): Make it possible to omit
1972         Gnus version.
1973
1974 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1975
1976         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
1977         which is unreadable in some setups.
1978
1979 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1980
1981         * gnus-spec.el (gnus-update-format-specifications): Flush the
1982         group format spec cache if it doesn't support decoded group names.
1983
1984 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1985
1986         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
1987         to apply decay on score files matching a regexp.
1988
1989 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1990
1991         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
1992         compatibility in %g and %c.
1993
1994 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1995
1996         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
1997         name for only %g and %c.
1998         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
1999         of gnus-tmp-group to decoded group name.
2000         (gnus-group-make-rss-group): Exclude `/'s from group names.
2001
2002 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2003
2004         * nnrss.el (nnrss-get-encoding): Fix regexp.
2005
2006 2004-12-27  Simon Josefsson  <jas@extundo.com>
2007
2008         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
2009         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
2010         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
2011
2012 2004-12-17  Kim F. Storm  <storm@cua.dk>
2013
2014         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
2015
2016         * gnus-sum.el (gnus-summary-mode-map): Likewise.
2017
2018 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
2019
2020         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
2021
2022 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2023
2024         * nnrss.el: Require rfc2047 and mml.
2025         (nnrss-file-coding-system): New variable.
2026         (nnrss-format-string): Redefine it as an inline function.
2027         (nnrss-decode-group-name): New function.
2028         (nnrss-string-as-multibyte): Remove.
2029         (nnrss-retrieve-headers): Decode group name; don't use
2030         nnrss-format-string.
2031         (nnrss-request-group): Decode group name.
2032         (nnrss-request-article): Decode group name; allow a Message-ID as
2033         well as an article number; don't use nnrss-format-string; encode a
2034         Message-ID string which may contain non-ASCII characters; use
2035         mml-to-mime to compose a MIME article.
2036         (nnrss-request-expire-articles): Decode group name.
2037         (nnrss-request-delete-group): Decode group name.
2038         (nnrss-fetch): Clarify error message.
2039         (nnrss-read-server-data): Use insert-file-contents instead of load;
2040         bind file-name-coding-system; use multibyte buffer.
2041         (nnrss-save-server-data): Bind coding-system-for-write to the
2042         value of nnrss-file-coding-system; bind file-name-coding-system;
2043         add coding cookie.
2044         (nnrss-read-group-data): Use insert-file-contents instead of load;
2045         bind file-name-coding-system; use multibyte buffer.
2046         (nnrss-save-group-data): Bind coding-system-for-write to the
2047         value of nnrss-file-coding-system; bind file-name-coding-system.
2048         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
2049         make it work with non-ASCII text.
2050         (nnrss-find-el): Make it work with old xml.el as well.
2051
2052 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
2053
2054         * nnrss.el (nnrss-get-encoding): New function.
2055         (nnrss-fetch): Use unibyte buffer initially; bind
2056         coding-system-for-read while performing mm-url-insert; remove ^Ms;
2057         decode contents according to the encoding attribute.
2058         (nnrss-save-group-data): Add coding cookie.
2059         (nnrss-mime-encode-string): New function.
2060         (nnrss-check-group): Use it to encode subject and author.
2061
2062 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
2063
2064         * spam.el (spam-check-BBDB): don't get the symbol-value of an
2065         imaginary variable
2066
2067 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2068
2069         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
2070         correctly even if there are wide characters.
2071
2072 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
2073
2074         * spam.el (spam-check-BBDB): fix the BBDB caching code to use
2075         downcased symbol names; make a new cache instead of reusing
2076         bbdb-hashtable
2077
2078 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2079
2080         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
2081         concatenating segments rather than before concatenating them.
2082         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2083
2084         * message.el (message-get-reply-headers): Bind `extra'.
2085
2086 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2087
2088         * message.el (message-extra-wide-headers): New variable.
2089         (message-get-reply-headers): Use it.
2090
2091 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2092
2093         * gnus-agent.el (gnus-agent-group-path): Decode group name.
2094         (gnus-agent-group-pathname): Ditto.
2095
2096         * gnus-cache.el (gnus-cache-file-name): Decode group name.
2097
2098         * gnus-group.el (gnus-group-make-group): Decode group name.
2099         (gnus-group-make-rss-group): Register the group data after opening
2100         the nnrss group.
2101
2102 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
2103
2104         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
2105         by expiry now get marked as read.
2106
2107 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2108
2109         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
2110
2111 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
2112
2113         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
2114         unify Latin characters in XEmacs.
2115         (mm-find-mime-charset-region): Use it.
2116
2117 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2118
2119         * gnus-util.el (gnus-delete-directory): New function.
2120
2121         * gnus-agent.el (gnus-agent-delete-group): Use it.
2122
2123         * gnus-cache.el (gnus-cache-delete-group): Use it.
2124
2125 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2126
2127         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
2128         names.
2129
2130 2004-12-16  Simon Josefsson  <jas@extundo.com>
2131
2132         * hashcash.el (hashcash-payment-alist): Fix custom :type.
2133
2134 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2135
2136         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
2137
2138         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
2139         (gnus-group-set-current-level): Decode group name.
2140
2141 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
2142
2143         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
2144         failed.
2145
2146 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2147
2148         * gnus-group.el (gnus-group-delete-group): Decode group name.
2149         (gnus-group-make-rss-group): Encode group name.
2150         (gnus-group-catchup-current): Decode group name.
2151         (gnus-group-kill-group): Decode group name.
2152
2153 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2154
2155         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
2156
2157 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2158
2159         * gnus-group.el (gnus-group-make-rss-group):
2160         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
2161
2162         * gnus-start.el (gnus-setup-news): Honor user's setting to
2163         gnus-message-archive-method.  Suggested by Lute Kamstra
2164         <lute@gnu.org>.
2165
2166 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
2167
2168         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
2169         global counterparts of the buffer-local variables.
2170
2171 2004-11-16  Romain Francoise  <romain@orebokech.com>
2172
2173         * gnus-sum.el (gnus-summary-exit): Don't clear the global
2174         counterparts of the buffer-local variables.
2175
2176 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
2177
2178         * message.el (message-forbidden-properties): Fixed typo in doc
2179         string.
2180
2181 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
2182
2183         * gnus-util.el (gnus-replace-in-string): Added doc string.
2184
2185         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
2186         to avoid problems when splitting mails with many recipients.
2187
2188 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2189
2190         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
2191         pop-to-buffer, covered by the subsequent gnus-configure-windows.
2192
2193 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
2194
2195         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
2196         if there is no hashtable in memory or file modification time is
2197         newer than cached timestamp.
2198
2199 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
2200
2201         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
2202         not-matching option.
2203
2204 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
2205
2206         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
2207         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
2208         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2209         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
2210         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
2211         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
2212
2213 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2214
2215         * message.el (message-forward-make-body-mml): Remove headers
2216         according to message-forward-ignored-headers if a message is decoded.
2217
2218 2004-12-02  Romain Francoise  <romain@orebokech.com>
2219
2220         * message.el (message-forward-make-body-plain): Always remove
2221         headers according to message-forward-ignored-headers.
2222
2223 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2224
2225         * spam.el (spam-summary-prepare-exit): remove the
2226         gnus-summary-limit pop for now, it has problems with ham marks for
2227         me
2228
2229 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
2230
2231         * spam.el (spam-summary-prepare-exit): use gnus-summary-limit
2232         correctly
2233
2234 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
2235
2236         * format-spec.el (format-spec): Message the char.
2237
2238 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
2239
2240         * gnus-art.el (gnus-split-methods): reformat comments
2241
2242         * spam.el (spam-summary-prepare-exit): remove article limits
2243         before exiting the summary buffer
2244
2245 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2246
2247         * lpath.el: Remove bbdb-create-internal, bbdb-records,
2248         spam-BBDB-register-routine and spam-enter-ham-BBDB.
2249
2250         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
2251         order to silence the byte compiler.
2252
2253         * spam.el: Fix the way to silence the byte compiler, which
2254         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
2255         bbdb-search-simple, spam-BBDB-register-routine,
2256         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
2257         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
2258         spam-stat-buffer-is-spam, spam-stat-load,
2259         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
2260         spam-stat-save and spam-stat-split-fancy.
2261
2262 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2263
2264         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
2265         which may confuse users.
2266         (canlock-password-for-verify): Ditto.
2267
2268         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
2269
2270         * gnus-art.el (gnus-emphasis-alist): Ditto.
2271
2272         * gnus-registry.el (gnus-registry-max-entries): Ditto.
2273
2274         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
2275
2276         * gnus-start.el (gnus-save-killed-list): Ditto.
2277
2278         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
2279         (gnus-sum-thread-tree-root): Ditto.
2280         (gnus-sum-thread-tree-false-root): Ditto.
2281         (gnus-sum-thread-tree-single-indent): Ditto.
2282
2283         * message.el (message-courtesy-message): Ditto.
2284         (message-archive-note): Ditto.
2285         (message-subscribed-address-file): Ditto.
2286         (message-user-fqdn): Ditto.
2287
2288         * spam-report.el (spam-report-gmane-regex): Ditto.
2289
2290         * spam.el (spam-blackhole-good-server-regex): Ditto.
2291
2292 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2293
2294         * mml.el (mml-preview): Widen the message buffer before copying
2295         the contents to the preview buffer; sort headers before previewing.
2296
2297         * message.el (message-hidden-headers): Fix the way to avoid a bug
2298         in the `repeat' widget in Emacs 21.3 or earlier.
2299
2300 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2301
2302         * message.el (message-hidden-headers): Default to "^References:".
2303         From Reiner Steib <Reiner.Steib@gmx.de>; improve customization type.
2304         (message-strip-forbidden-properties): Remove check for obsolete
2305         `message-hidden' text property, hidden headers are not accessible
2306         in the buffer anymore.  From Romain Francoise on January 11, 2004.
2307
2308 2004-11-22  Romain Francoise  <romain@orebokech.com>
2309
2310         * message.el (message-header-format-alist): Add `From' in list
2311         so that it can be sorted.
2312         (message-fix-before-sending): Widen and sort headers before
2313         sending.
2314         (message-hide-headers): Use narrowing to hide headers by moving
2315         them to the top of the buffer and narrowing to the region
2316         underneath.
2317
2318 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2319
2320         * message.el (message-strip-forbidden-properties): Bind
2321         buffer-read-only (etc) to nil.
2322
2323 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2324
2325         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
2326         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2327
2328 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
2329
2330         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
2331
2332 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2333
2334         * dns.el (query-dns): Use sit-for to time instead of
2335         accept-process-output, since that doesn't seem to work on udp
2336         sockets.
2337
2338 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2339
2340         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
2341
2342 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
2343
2344         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
2345         docstrings.
2346
2347 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2348
2349         * nntp.el (nntp-request-update-info): Return nil if
2350         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
2351         may not call gnus-activate-group which uselessly issues the GROUP
2352         commands for all nntp groups and wastes time.  Reported by Romain
2353         Francoise <romain@orebokech.com>.
2354
2355         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
2356
2357 2004-11-15  Simon Josefsson  <jas@extundo.com>
2358
2359         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
2360         headers separately.
2361         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
2362         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
2363
2364 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
2365
2366         * gnus-start.el (gnus-convert-old-newsrc):
2367         Assign legacy-gnus-agent to 5.10.7.
2368
2369 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2370
2371         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
2372         start of the lines.
2373
2374 2004-11-14  Magnus Henoch  <mange@freemail.hu>
2375
2376         * hashcash.el (hashcash-default-payment): Change default to 20
2377         (hashcash-default-accept-payment): Change default to 20
2378         (hashcash-process-alist): New variable
2379         (hashcash-generate-payment-async): Add
2380         (hashcash-already-paid-p): Add
2381         (hashcash-insert-payment): Don't generate payments twice
2382         (hashcash-insert-payment-async): Add
2383         (hashcash-insert-payment-async-2): Add
2384         (hashcash-cancel-async): Add
2385         (hashcash-wait-async): Add
2386         (hashcash-processes-running-p): Add
2387         (hashcash-wait-or-cancel): Add
2388         (mail-add-payment): New optional argument.  Conditionally start
2389         asynchronous calculation.
2390         (mail-add-payment-async): Add
2391
2392         * message.el (message-send-mail): Wait for asynchronous hashcash
2393         results.  Don't clobber existing X-Hashcash headers.
2394         (message-setup-1): Call mail-add-payment-async when
2395         message-generate-hashcash is non-nil.
2396
2397 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2398
2399         * message.el (message-use-alternative-email-as-from): Examine the
2400         From header as well; use message-make-from in order to include a
2401         user's full name.
2402
2403 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2404
2405         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
2406         default; improve customization type.
2407         (gnus-emphasis-custom-with-format): New macro.
2408         (gnus-emphasis-custom-value-to-external): New function.
2409         (gnus-emphasis-custom-value-to-internal): New function.
2410
2411 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2412
2413         * dns.el (query-dns): Resolve reverse addresses.
2414
2415 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2416
2417         * gnus-group.el (gnus-group-get-new-news): Use it.
2418
2419         * gnus-start.el (gnus-check-reasonable-setup): New function.
2420
2421 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2422
2423         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
2424         "Args out of range" error.  Reported by Arnaud Giersch
2425         <arnaud.giersch@free.fr>.
2426
2427 2004-11-07  Jesper Harder  <harder@ifa.au.dk>
2428
2429         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
2430         From Stefan Wiens <s.wi@gmx.net>.
2431
2432 2004-11-04  Richard M. Stallman  <rms@gnu.org>
2433
2434         * spam.el (spam group): Add :version.
2435
2436         * pgg-def.el (pgg group): Add :version.
2437
2438 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2439
2440         * gnus-art.el (gnus-article-edit-article): Don't associate the
2441         article buffer with a draft file.  This is a temporary measure
2442         against the 2004-08-22 change to gnus-article-edit-mode.
2443
2444 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2445
2446         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
2447         (html2text-format-tags): Remove unused variable `attr'.
2448
2449 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2450
2451         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
2452
2453         * tls.el (tls-process-connection-type, tls-success)
2454         (tls-certtool-program): Add :version.
2455
2456         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
2457         (starttls-extra-arguments, starttls-process-connection-type)
2458         (starttls-connect, starttls-failure, starttls-success):
2459
2460         * spam-stat.el (spam-stat): Add :version.
2461
2462         * sieve.el (sieve): Add :version.
2463
2464         * sha1.el (sha1): Add :version.
2465         (sha1-use-external): Remove redundant version.
2466
2467         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
2468         (nnmail-cache-ignore-groups, nnmail-spool-hook)
2469         (nnmail-split-fancy-match-partial-words)
2470         (nnmail-split-lowercase-expanded):
2471
2472         * nndiary.el (nndiary): Add :version.
2473
2474         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
2475
2476         * mml-sec.el (mml-default-sign-method)
2477         (mml-default-encrypt-method, mml-signencrypt-style-alist):
2478         Add :version.
2479
2480         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
2481
2482         * mm-url.el (mm-url-use-external, mm-url-program)
2483         (mm-url-arguments): Add :version.
2484
2485         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
2486         (mm-attachment-file-modes, mm-decrypt-option)
2487         (mm-w3m-safe-url-regexp): Add :version.
2488
2489         * message.el (message-cite-prefix-regexp)
2490         (message-sendmail-envelope-from, message-minibuffer-local-map)
2491         (message-user-fqdn, message-completion-alist): Add :version.
2492
2493         * gnus-win.el (gnus-configure-windows-hook)
2494         (gnus-use-frames-on-any-display): Add :version.
2495
2496         * gnus-art.el (gnus-article-address-banner-alist)
2497         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
2498         (gnus-treat-from-picon, gnus-treat-mail-picon)
2499         (gnus-treat-x-pgp-sig): Add :version.
2500
2501         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
2502         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
2503         (gnus-summary-article-delete-hook)
2504         (gnus-summary-display-while-building): Add :version.
2505
2506         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
2507         (gnus-get-top-new-news-hook):Add :version.
2508
2509         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2510         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
2511
2512         * gnus-registry.el (gnus-registry): Add :version.
2513
2514         * gnus-spec.el (gnus-use-correct-string-widths)
2515         (gnus-make-format-preserve-properties): Add :version.
2516
2517         * gnus.el (gnus-group-charter-alist)
2518         (gnus-group-fetch-control-use-browse-url)
2519         (gnus-install-group-spam-parameters): Add :version.
2520
2521         * gnus-diary.el (gnus-diary): Add :version.
2522
2523         * gnus-delay.el (gnus-delay): Add :version.
2524
2525         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
2526         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
2527         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
2528         Add :version.
2529
2530         * gnus-agent.el (gnus-agent-max-fetch-size)
2531         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
2532         (gnus-agent-prompt-send-queue): Add :version.
2533
2534         * deuglify.el (gnus-outlook-deuglify): Add :version.
2535
2536         * html2text.el: Beautify code.  Improve doc strings.  Some checkdoc
2537         cleanup.
2538         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
2539         (html2text-format-tag-list): Add "strong" and "em".
2540         From "Alfred M. Szmidt" <ams@kemisten.nu> (tiny change).
2541
2542 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
2543
2544         * gnus-registry.el (gnus-registry-hashtb): create the registry
2545         when package is loaded
2546
2547         * spam.el (spam-summary-score-preferred-header): global preference
2548         for people who want to override the default SpamAssassin over
2549         Bogofilter preference (when both are set)
2550         (spam-necessary-extra-headers): add spam-use-bogofilter as an option
2551         (spam-user-format-function-S): check spam-summary-score-preferred-header
2552         (spam-extra-header-to-number): add X-Bogosity header parsing
2553         (spam-user-format-function-S): format the score correctly
2554
2555 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2556
2557         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
2558         signature file.  Suggested by Manoj Srivastava
2559         <srivasta@golden-gryphon.com>.
2560
2561         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
2562         iso-2022-jp even in the Japanese language environment.
2563         Suggested by Jason Rumney <jasonr@gnu.org>.
2564
2565 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2566
2567         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
2568         use the same characters as the dummy marks; make it free from
2569         getting affected by the language environment.
2570         (gnus-summary-read-group-1): Update mark positions only when the
2571         format spec is updated.
2572
2573         * gnus-spec.el (gnus-update-format-specifications): Return a list
2574         of updated types.
2575
2576 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2577
2578         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
2579         of boundp to check if display-warning is available.
2580
2581 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
2582
2583         * nnimap.el (nnimap-open-connection): fixed prog1/prog2 bug
2584
2585 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2586
2587         * nnspool.el (nnspool-spool-directory): Use news-path if the
2588         news-directory variable is not bound.
2589
2590         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
2591         function instead of display-warning if it is not available.
2592
2593 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2594
2595         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
2596         v5-10: Use `point-at-bol'.
2597
2598 2004-10-26  Simon Josefsson  <jas@extundo.com>
2599
2600         * hashcash.el: Fix URL in comment, reported by Cheng Gao
2601         <chenggao@gmail.com>.
2602
2603 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
2604
2605         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
2606         instead.
2607
2608 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
2609
2610         * nnimap.el (nnimap-remove-server-from-buffer-alist): new function
2611         to remove a server from the nnimap-server-buffer-alist
2612         (nnimap-open-connection, nnimap-close-server): use it
2613
2614         * gnus-encrypt.el: removed in favor of encrypt.el
2615
2616 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2617
2618         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
2619         running the major-mode function.
2620
2621 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2622
2623         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
2624         dummy marks in the right way.
2625
2626 2004-10-18  David Edmondson  <dme@dme.org>
2627
2628         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
2629         excessively.
2630
2631 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
2632
2633         * gnus-util.el (gnus-split-references): accept a nil references
2634         string and go on blissfully
2635
2636         * gnus-registry.el (gnus-registry-split-fancy-with-parent): catch
2637         cases where the references string is non-nil but has no references
2638
2639         * encrypt.el: add autoload tags
2640
2641         * spam.el (spam-resolve-registrations-routine): remove article
2642         from unregistration list too.  Reported by David Hanak
2643         <dhanak@isis.vanderbilt.edu>
2644
2645 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
2646
2647         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
2648         nil.  Changed custom type.
2649
2650 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
2651
2652         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
2653
2654         * gnus-sum.el (gnus-summary-move-article): Use it.
2655
2656 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
2657
2658         * encrypt.el: add autoload cookies
2659
2660         * spam.el (spam-backend-article-list-property)
2661         (spam-backend-get-article-todo-list)
2662         (spam-backend-put-article-todo-list, )
2663         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
2664         resolve registrations separately
2665         (spam-register-routine): format comments
2666         (spam-unregister-routine, spam-register-routine): always call with
2667         specific-articles, no default list
2668         (spam-summary-prepare-exit): use the spam-classifications function
2669
2670         * netrc.el (autoload, netrc-parse): use encrypt.el instead of
2671         gnus-encrypt.el
2672
2673         * encrypt.el: copied from gnus-encrypt.el
2674
2675         * gnus-encrypt.el: commented that it's obsolete
2676
2677 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
2678
2679         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
2680         (gnus-score-save): Use it.
2681
2682         * message.el (message-bury): Use `window-dedicated-p'.
2683
2684 2004-10-15  Simon Josefsson  <jas@extundo.com>
2685
2686         * pop3.el (top-level): Don't require nnheader.
2687         (pop3-read-timeout): Add.
2688         (pop3-accept-process-output): Add.
2689         (pop3-read-response, pop3-retr): Use it.
2690
2691 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
2692
2693         * spam.el (spam-register-routine): move comment
2694         (spam-verify-bogofilter): we use 'unknown for the initial
2695         spam-bogofilter-valid state, not 'never
2696
2697         * netrc.el (netrc-machine-user-or-password): convenience wrapper
2698         for netrc-machine
2699
2700         * nnimap.el (nnimap-open-connection): use
2701         netrc-machine-user-or-password
2702
2703 2004-10-17  Richard M. Stallman  <rms@gnu.org>
2704
2705         * gnus-registry.el (gnus-registry-unload-hook):
2706         Set as a variable with add-hook.
2707
2708         * nnspool.el (nnspool-spool-directory): Use news-directory instead
2709         of news-path.
2710
2711         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
2712
2713         * spam.el: Delete duplicate `provide'.
2714         (spam-unload-hook): Set as a variable with add-hook.
2715
2716 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
2717
2718         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
2719         in the doc string.
2720
2721         * message.el (message-ignored-news-headers)
2722         (message-ignored-supersedes-headers)
2723         (message-ignored-resent-headers)
2724         (message-forward-ignored-headers): Improve custom type.
2725
2726 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2727
2728         * message.el (message-tokenize-header): Fix 2004-09-06 change
2729         which used point-min in the wrong place.
2730
2731 2004-10-12  Simon Josefsson  <jas@extundo.com>
2732
2733         * net/tls.el (tls-certtool-program): New variable.
2734         (tls-certificate-information): New function, based on
2735         ssl-certificate-information.
2736
2737 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2738
2739         * compface.el: Move the version of ELisp-based uncompface program
2740         to the contrib directory because of the copyright problem.
2741
2742 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
2743
2744         * message.el (message-kill-buffer): Raise the current frame.
2745
2746 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
2747
2748         * gnus-sum.el: Mention that multibyte characters don't work as marks.
2749
2750         * gnus.el (message-y-or-n-p): Autoload.
2751
2752         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
2753         (pop3-password-required, pop3-authentication-scheme)
2754         (pop3-leave-mail-on-server): Made customizable.
2755         (pop3): New custom group.
2756         (pop3-retr): Remove `sleep-for' statements.
2757         Suggested by Dave Love <fx@gnu.org>.
2758
2759         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
2760         Windows/DOS.
2761
2762         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
2763         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
2764         Dave Love <fx@gnu.org>.
2765
2766         * mml.el (mml-minibuffer-read-disposition): Require match.
2767         Suggested by Dave Love <fx@gnu.org>.
2768
2769 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
2770
2771         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
2772         doc string.
2773
2774 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2775
2776         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
2777
2778 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2779
2780         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
2781         instead of calling `mm-insert-inline', to decode text/* parts
2782         before displaying them.
2783
2784 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2785
2786         * mm-uu.el (mm-uu-text-plain-type): New variable.
2787         (mm-uu-pgp-signed-extract-1): Use it.
2788         (mm-uu-pgp-encrypted-extract-1): Use it.
2789         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
2790         bind mm-uu-text-plain-type with that value.
2791         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
2792         mm-uu-dissect.
2793
2794 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2795
2796         * gnus-group.el (gnus-update-group-mark-positions):
2797         * gnus-sum.el (gnus-update-summary-mark-positions):
2798         * message.el (message-check-news-body-syntax):
2799         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
2800         of string-as-multibyte.
2801
2802 2004-10-05  Juri Linkov  <juri@jurta.org>
2803
2804         * gnus-group.el (gnus-update-group-mark-positions):
2805         * gnus-sum.el (gnus-update-summary-mark-positions):
2806         * message.el (message-check-news-body-syntax):
2807         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
2808         8-bit unibyte values to a multibyte string for search functions.
2809
2810 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2811
2812         * mm-uu.el (mm-uu-dissect): Allow optional arg.
2813         (mm-uu-dissect-text-parts): New function.
2814
2815         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
2816         dissect text parts.
2817
2818         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
2819         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
2820
2821         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
2822
2823         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
2824         gnus-current-topics instead of gnus-current-topic.
2825
2826 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
2827
2828         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
2829
2830 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
2831
2832         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
2833         where approriate.
2834
2835         * nnml.el (nnml-generate-active-info): do.
2836
2837         * nndiary.el (nndiary-generate-active-info): do.
2838
2839         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
2840         (gnus-topic-move): do.
2841
2842         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
2843         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
2844
2845         * gnus-srvr.el (gnus-server-prepare)
2846         (gnus-server-open-all-servers): do.
2847
2848         * gnus-msg.el (gnus-summary-cancel-article)
2849         (gnus-summary-resend-message)
2850         (gnus-summary-mail-crosspost-complaint): do.
2851
2852         * gnus-move.el (gnus-change-server): do.
2853
2854         * gnus-group.el (gnus-group-unmark-all-groups)
2855         (gnus-group-set-current-level): do.
2856
2857 2004-10-04  Simon Josefsson  <jas@extundo.com>
2858
2859         * message.el (message-generate-hashcash): Doc fix.
2860
2861 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
2862
2863         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
2864         avoid infinite recursion via gnus-get-function.
2865
2866 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
2867
2868         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
2869
2870         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
2871
2872         * nnmail.el (nnmail-split-history): do.
2873
2874         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
2875         (nnml-request-delete-group): do.
2876
2877         * nnslashdot.el (nnslashdot-read-groups): do.
2878
2879         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
2880         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
2881
2882         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
2883         (nnspool-sift-nov-with-sed): Use last
2884         (nnspool-retrieve-headers-with-nov): Use mapc.
2885         (nnspool-request-newgroups): Use dolist.
2886         (nnspool-request-group): Use last.
2887
2888         * nntp.el (nntp-read-server-type): Use dolist.
2889
2890         * nnvirtual.el (nnvirtual-create-mapping)
2891         (nnvirtual-update-read-and-marked): Use dolist.
2892         (nnvirtual-convert-headers): Simplify.
2893
2894 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
2895
2896         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
2897         support for sync'ing tick marks.
2898
2899 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2900
2901         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
2902         there's no visible header.
2903
2904 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
2905
2906         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
2907         necessary, pass full group name to gnus-request-set-marks.
2908
2909 2004-10-01  Simon Josefsson  <jas@extundo.com>
2910
2911         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
2912         acroread.
2913
2914 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2915
2916         * spam-report.el (spam-report-gmane): Fix interactive.
2917
2918         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
2919
2920         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
2921         when writing file.
2922         (gnus-agent-synchronize-flags): Don't default to being
2923         interactive.
2924
2925 2004-09-30  Simon Josefsson  <jas@extundo.com>
2926
2927         * message.el (message-generate-hashcash): Add.
2928         (message-send-mail): Use it, call mail-add-payment.
2929
2930 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
2931
2932         * spam.el (spam-verify-bogofilter): -V, not -sV option
2933
2934 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
2935
2936         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
2937         gnus-requst-update-info with explicit code to sync the in-memory
2938         info read flags with the marks being sync'd to the backend.
2939
2940         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
2941
2942 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2943
2944         * spam.el (spam-verify-bogofilter): new function
2945         (spam-check-bogofilter)
2946         (spam-bogofilter-register-with-bogofilter): use it
2947         (spam-verify-bogofilter): small fixes
2948
2949 2004-09-28  Simon Josefsson  <jas@extundo.com>
2950
2951         * hashcash.el (hashcash-generate-payment): Revert.
2952
2953 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2954
2955         * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
2956         gnus-extract-references instead of gnus-split-references
2957
2958         * gnus-util.el (gnus-extract-references): new function, analogous
2959         to gnus-split-references but extracts only the message-ID without
2960         anything extra
2961
2962         * hashcash.el (hashcash-generate-payment)
2963         (hashcash-check-payment): do the right thing if hashcash-path is
2964         nil (because the hashcash program could not be found)
2965
2966         * spam.el (spam-use-hashcash): remove comment
2967
2968 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
2969
2970         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
2971         (gnus-cache-enter-article, gnus-cache-remove-article)
2972         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
2973
2974         * gnus-async.el (gnus-async-prefetch-remove-group): do.
2975
2976         * gnus-art.el (article-hide-boring-headers)
2977         (article-translate-strings, article-display-face)
2978         (gnus-article-mime-match-handle-first)
2979         (gnus-article-highlight-headers)
2980         (gnus-article-add-buttons-to-head): do.
2981
2982 2004-09-27  Simon Josefsson  <jas@extundo.com>
2983
2984         * hashcash.el: New version, from
2985         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
2986         ../contrib/.
2987
2988 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2989
2990         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
2991
2992 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
2993
2994         * gnus-dup.el (gnus-dup-open): Use mapc.
2995         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
2996
2997         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
2998         Reported by Stefan Wiens <s.wi@gmx.net>.
2999
3000         * gnus.el (gnus-shutdown): Use dolist.
3001
3002         * gnus-undo.el (gnus-undo): Use mapc.
3003
3004         * nnrss.el (nnrss-generate-active): do.
3005
3006         * message.el (message-cite-original-without-signature)
3007         (message-cite-original): Use mapc.
3008         (message-do-actions, message-make-forward-subject): Use dolist.
3009
3010 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
3011
3012         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
3013         deletion to remove entire duplicate line.  Fixes merged article
3014         number bug.
3015
3016 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
3017
3018         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
3019         servers that are offline.  Avoids having gnus-agent-toggle-plugged
3020         first ask if you want to open a server and then, even when you
3021         responded with no, asking if you want to synchronize the server's
3022         flags.
3023         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
3024         multi-line expressions.
3025         (gnus-agent-synchronize-group-flags): New internal function.
3026         Updates marks in memory (in the info structure) AND in the
3027         backend.
3028
3029         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
3030
3031         * nnagent.el (nnagent-request-set-mark): Use
3032         gnus-agent-synchronize-group-flags, not backend's request-set-mark
3033         method, to ensure that synchronization updates marks in the
3034         backend and in the info (in memory) structure.
3035
3036 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3037
3038         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
3039         convention fully; don't miss the root article of a thread; make
3040         the X-Draft-From header with correct article numbers.
3041
3042 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
3043
3044         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
3045         unless plugged.  Disable the agent so that an open failure causes
3046         an error.
3047
3048         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
3049         Reverted 2004-09-21 change.  The backend must be opened while
3050         synchronizing flags even when the backend stores the flags
3051         locally.
3052
3053 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
3054
3055         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
3056         in `header' match.  Reported by Svend Tollak Munkejord.
3057
3058         * message.el (message-cite-original): Fix use of
3059         `message-cite-articles-with-x-no-archive'.
3060
3061 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3062
3063         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
3064         (gnus-window-to-buffer): Ditto.
3065
3066         * mml.el (mml-preview-buffer): New variable.
3067         (mml-preview): Manage window layout with gnus-buffer-configuration.
3068
3069         * gnus-msg.el (gnus-setup-message): Put article numbers into the
3070         X-Draft-From header even if those articles aren't quoted.
3071
3072 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
3073
3074         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
3075         (gnus-request-set-mark, gnus-request-update-mark): Use new
3076         g-s-t-u-l-m to decide to use backend even when unplugged.
3077
3078 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3079
3080         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
3081         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
3082
3083 2004-09-20  Simon Josefsson  <jas@extundo.com>
3084
3085         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
3086         "utf-16-le".
3087
3088 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3089
3090         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
3091
3092 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3093
3094         * uudecode.el (uudecode-use-external): Add :version.
3095
3096         * smime.el (smime-CA-file, smime-encrypt-cipher)
3097         (smime-dns-server): Add :version.
3098
3099         * smiley.el (gnus-smiley-file-types): Add :version.
3100
3101         * sha1.el (sha1-use-external): Add :version.
3102
3103         * pgg-def.el (pgg-query-keyserver): Add :version.
3104
3105         * nnmail.el (nnmail-fancy-expiry-targets)
3106         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
3107
3108         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
3109         (nnimap-retrieve-groups-asynchronous): Add :version.
3110         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
3111
3112         * mml.el (mml-content-disposition-parameters)
3113         (mml-insert-mime-headers-always): Add :version.
3114
3115         * mm-util.el (mm-coding-system-priorities):
3116
3117         * mm-decode.el (mm-inline-text-html-with-images)
3118         (mm-keep-viewer-alive-types, mm-external-terminal-program)
3119         (mm-verify-option): Add :version.
3120         (mm-text-html-renderer): Change :version.
3121
3122         * message.el (message-fcc-externalize-attachments)
3123         (message-required-headers, message-draft-headers)
3124         (message-subject-trailing-was-query)
3125         (message-subject-trailing-was-ask-regexp)
3126         (message-subject-trailing-was-regexp, message-mark-insert-begin)
3127         (message-mark-insert-end, message-archive-header)
3128         (message-archive-note, message-cross-post-default)
3129         (message-cross-post-note, message-followup-to-note)
3130         (message-cross-post-note-function, message-use-mail-followup-to)
3131         (message-subscribed-address-functions)
3132         (message-subscribed-address-file, message-subscribed-addresses)
3133         (message-subscribed-regexps, message-allow-no-recipients)
3134         (message-yank-cited-prefix, message-signature-insert-empty-line)
3135         (message-hidden-headers, message-hierarchical-addresses)
3136         (message-mail-user-agent, message-use-idna)
3137         (message-valid-fqdn-regexp)
3138         (message-strip-special-text-properties, message-header-synonyms)
3139         (message-beginning-of-line, message-tab-body-function): Add :version.
3140         (message-insert-canlock, message-wide-reply-confirm-recipients):
3141         Change :version.
3142
3143         * mail-source.el (mail-source-ignore-errors): Add :group, :type
3144         and :version.
3145         (mail-source-delete-old-incoming-confirm)
3146         (mail-source-movemail-program): Add :version.
3147
3148         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
3149         (gnus-agent-cache, gnus-agent): Change :version.
3150
3151         * gnus-util.el (gnus-use-byte-compile): Change :version.
3152
3153         * gnus-sum.el (gnus-summary-make-false-root-always)
3154         (gnus-summary-default-high-score)
3155         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
3156         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
3157         (gnus-read-all-available-headers, gnus-article-emulate-mime)
3158         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
3159         (gnus-sum-thread-tree-single-indent)
3160         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
3161         (gnus-sum-thread-tree-leaf-with-other)
3162         (gnus-sum-thread-tree-single-leaf): Add :version.
3163         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
3164         (gnus-article-loose-mime): Change :version.
3165
3166         * gnus-start.el (gnus-backup-startup-file)
3167         (gnus-save-startup-file-via-temp-buffer): Add :version.
3168
3169         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
3170         (gnus-server-offline-face): Add :version.
3171
3172         * gnus-score.el (gnus-adaptive-word-length-limit):
3173
3174         * gnus-msg.el (gnus-gcc-externalize-attachments)
3175         (gnus-debug-files, gnus-debug-exclude-variables)
3176         (gnus-discouraged-post-methods): Change :version.
3177         (gnus-confirm-mail-reply-to-news)
3178         (gnus-confirm-treat-mail-like-news): Add :version.
3179
3180         * gnus-int.el (gnus-server-unopen-status): Add :version.
3181
3182         * gnus-group.el (gnus-group-jump-to-group-prompt)
3183         (gnus-large-ephemeral-newsgroup)
3184         (gnus-fetch-old-ephemeral-headers): Add :version.
3185
3186         * gnus-fun.el (gnus-x-face-directory)
3187         (gnus-convert-pbm-to-x-face-command)
3188         (gnus-convert-image-to-x-face-command)
3189         (gnus-convert-image-to-face-command): Add :version.
3190
3191         * gnus-delay.el (gnus-delay-default-hour): Add :version.
3192
3193         * gnus-cite.el (gnus-cite-blank-line-after-header)
3194         (gnus-article-boring-faces):
3195
3196         * gnus-art.el (gnus-buttonized-mime-types)
3197         (gnus-inhibit-mime-unbuttonizing)
3198         (gnus-treat-display-face)
3199         (gnus-treat-body-boundary): Change :version.
3200         (gnus-body-boundary-delimiter, gnus-picon-databases)
3201         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
3202         (gnus-treat-date-english, gnus-treat-fold-headers)
3203         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
3204         (gnus-treat-mail-picon, gnus-treat-wash-html)
3205         (gnus-article-encrypt-protocol)
3206         (gnus-use-idna, gnus-article-over-scroll)
3207         (gnus-mime-display-multipart-alternative-as-mixed)
3208         (gnus-mime-display-multipart-related-as-mixed)
3209         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
3210         (gnus-ctan-url, gnus-button-ctan-handler)
3211         (gnus-button-handle-ctan-bogus-regexp)
3212         (gnus-button-ctan-directory-regexp)
3213         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
3214         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
3215         (gnus-button-man-level, gnus-button-emacs-level)
3216         (gnus-button-message-level, gnus-button-browse-level): Add :version.
3217
3218         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
3219         (gnus-agent-go-online): Change :version.
3220         (gnus-agent-expire-unagentized-dirs)
3221         (gnus-agent-auto-agentize-methods): Add :version.
3222
3223         * flow-fill.el (fill-flowed-display-column)
3224         (fill-flowed-encode-column): Add :version.
3225
3226         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
3227         (gnus-outlook-deuglify-unwrap-max)
3228         (gnus-outlook-deuglify-cite-marks)
3229         (gnus-outlook-deuglify-unwrap-stop-chars)
3230         (gnus-outlook-deuglify-no-wrap-chars)
3231         (gnus-outlook-deuglify-attrib-cut-regexp)
3232         (gnus-outlook-deuglify-attrib-verb-regexp)
3233         (gnus-outlook-deuglify-attrib-end-regexp)
3234         (gnus-outlook-display-hook): Add :version.
3235
3236         * binhex.el (binhex-use-external): Add :version.
3237
3238 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
3239
3240         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
3241         and `invisible'.
3242
3243 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3244
3245         * gnus-registry.el (gnus-registry-trim): watch out for negatives
3246         in gnus-registry-trim
3247
3248 2004-09-13  Simon Josefsson  <jas@extundo.com>
3249
3250         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
3251
3252         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
3253
3254         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
3255         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
3256         <yamaoka@jpl.org>.
3257         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
3258         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
3259         <yamaoka@jpl.org>.
3260
3261         * sieve.el (sieve-manage-mode): Ditto.
3262
3263 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
3264
3265         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
3266
3267 2004-09-11  Simon Josefsson  <jas@extundo.com>
3268
3269         * dns-mode.el: Add.
3270
3271         * mm-view.el (mm-display-dns-inline): Add.
3272
3273         * mm-decode.el (mm-inline-media-tests): Add text/dns.
3274         (mm-automatic-display): Ditto.
3275
3276         * mailcap.el (mailcap-mime-data): Add text/dns.
3277         (mailcap-mime-extensions): Map .soa to text/dns.
3278
3279 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
3280
3281         * gnus-art.el (article-decode-mime-words, article-babel)
3282         (gnus-article-highlight-signature, gnus-article-add-buttons)
3283         (gnus-signature-toggle): Remove unnecessary bindings of
3284         `inhibit-read-only' inherited from v5.10 merge.
3285
3286 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
3287
3288         * nntp.el (nntp): New customization group.
3289         (nntp-authinfo-file): Add customization group.
3290
3291         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
3292
3293         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
3294
3295         * gnus.el (to-address, to-list, subscribed)
3296         (large-newsgroup-initial): Ditto.
3297
3298         * flow-fill.el (fill-flowed-display-column)
3299         (fill-flowed-encode-column): Ditto.
3300
3301 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
3302
3303         * message.el (message-tokenize-header, message-send-mail-with-qmail):
3304         Use point-min rather than 1.
3305         (message-send-mail): Use buffer-size rather than point-max.
3306
3307         * gnus-sum.el (gnus-summary-search-article-forward):
3308         Signal a specific `search-failed' rather than a generic `error'.
3309
3310         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
3311         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
3312         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
3313
3314 2004-09-10  Simon Josefsson  <jas@extundo.com>
3315
3316         * nndb.el (require): Remove tcp and duplicate cl.
3317
3318 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3319
3320         * gnus-agent.el (directory-files-and-attributes): Move forward.
3321
3322 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
3323
3324         * gnus-agent.el (directory-files-and-attributes): Optionally
3325         defined to support XEmacs.
3326
3327 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
3328
3329         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
3330         to avoid run-time CL dependencies.
3331         (gnus-agent-unfetch-articles): New function.
3332         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
3333         article numbers even when local .overview file is missing.
3334         (gnus-agent-read-article-number): New function. Only accepts
3335         27-bit article numbers.
3336         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
3337         gnus-agent-read-article-number.
3338         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
3339         from backend while recognizing that article numbers in .overview
3340         must be valid.
3341         (gnus-agent-update-files-total-fetched-for): Use
3342         directory-files-and-attributes to improve performance.
3343         * gnus-int.el (gnus-request-move-article): Use
3344         gnus-agent-unfetch-articles in place of gnus-agent-expire to
3345         improve performance.
3346
3347         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
3348         some users confused by references to .newsrc when they only have a
3349         .newsrc.eld file.
3350         (gnus-convert-mark-converter-prompt,
3351         gnus-convert-converter-needs-prompt): Fixed use of property list.
3352         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
3353         New function. Used internally to only display 'gnus converting
3354         files' message when actually necessary.
3355
3356         * gnus-sum.el (): Removed (require 'gnus-agent) as required
3357         methods now autoloaded.
3358
3359 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3360
3361         * gnus-sum.el (gnus-summary-insert-subject): Remove list
3362         identifiers.
3363
3364 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
3365
3366         * gnus-picon.el: Fix indentation and closing parenthesis.
3367
3368 2004-09-01  Simon Josefsson  <jas@extundo.com>
3369
3370         * message.el (message-canlock-generate): Require sha1, not
3371         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
3372         to require within a function.  Sadly, if sha1.el isn't loaded, the
3373         let binding in m-c-g will hide the defcustom definition, which is
3374         bad.)
3375
3376         * canlock.el: Require sha1, not sha1-el.
3377
3378         * message.el: Don't autoload sha1 (there is a autoload cookie in
3379         sha1.el).
3380
3381         * sha1-el.el: Renamed to sha1.el.
3382
3383 2004-08-30  Juanma Barranquero  <lektu@terra.es>
3384
3385         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
3386
3387 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3388
3389         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
3390
3391 2004-08-30  Kim F. Storm  <storm@cua.dk>
3392
3393         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
3394
3395         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
3396         Add :group 'nnimap.
3397
3398 2004-08-30  Simon Josefsson  <jas@extundo.com>
3399
3400         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
3401         ?* and ?\; (tiny patch).  From Andreas Schwab <schwab@suse.de>.
3402
3403 2004-08-30  Simon Josefsson  <jas@extundo.com>
3404
3405         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
3406         and ?\' to symbol instead of whitespace (tiny patch).  From
3407         Andreas Schwab <schwab@suse.de>.
3408
3409 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3410
3411         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
3412
3413         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
3414         instead of re-search-forward.
3415
3416         * gnus-uu.el (gnus-uu-save-article): Ditto.
3417         (gnus-uu-post-encode-uuencode): Ditto.
3418
3419         * html2text.el (html2text-clean-list-items): Ditto.
3420         (html2text-clean-dtdd): Ditto.
3421         (html2text-format-tags): Ditto.
3422
3423         * message.el (message-send-mail-with-sendmail): Fix regexp.
3424         (message-fill-field-general): Use search-forward instead of
3425         re-search-forward.
3426         (unbold-region): Ditto.
3427
3428         * nnrss.el (nnrss-request-article): Ditto.
3429
3430         * nnslashdot.el (nnslashdot-request-article): Ditto.
3431
3432         * nnweb.el (nnweb-gmane-wash-article): Ditto.
3433
3434         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
3435         "Unrecognized menu descriptor" error in XEmacs.
3436
3437 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3438
3439         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
3440         entry.
3441
3442         * gnus-group.el (gnus-group-line-format-alist): Convert the value
3443         of gnus-tmp-news-method into string under XEmacs.  It will be
3444         passed to gnus-correct-length which takes only a string argument.
3445
3446 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3447
3448         * gnus-util.el (gnus-bind-print-variables): New macro.
3449         (gnus-prin1): Use it.
3450         (gnus-prin1-to-string): Use it.
3451         (gnus-pp): New function.
3452         (gnus-pp-to-string): New function.
3453
3454         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
3455         pp-to-string with gnus-pp-to-string.
3456         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
3457         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
3458         * gnus-msg.el (gnus-debug): Ditto.
3459         * gnus-score.el (gnus-score-save): Ditto.
3460         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
3461         gnus-pp-to-string.
3462         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
3463         with gnus-pp.
3464         * score-mode.el (gnus-score-pretty-print): Ditto.
3465         * webmail.el (webmail-debug): Ditto.
3466
3467 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3468
3469         * gnus-art.el (article-display-face, article-display-x-face): Use
3470         buffer-read-only.
3471
3472 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3473
3474         * gnus-art.el (article-hide-list-identifiers): Bind
3475         inhibit-read-only as t.
3476
3477 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
3478
3479         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
3480
3481 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3482
3483         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
3484         (gnus-narrow-to-page): Don't assume point-min == 1.
3485         (gnus-article-edit-mode): Derive from message-mode.
3486
3487         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
3488         point-min == 1.
3489
3490         * imap.el (imap-parse-address-list, imap-parse-body-ext):
3491         Disable incorrect use of `assert'.
3492
3493         * message.el (message-mode): Set comment-start-skip.
3494
3495
3496 2004-08-22  Sam Steingold  <sds@gnu.org>
3497
3498         * pop3.el (pop3-leave-mail-on-server): New user variable.
3499         (pop3-movemail): Delete mail only when it is nil.
3500
3501 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
3502
3503         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
3504
3505         * mml.el (mml-preview): Use `pop-to-buffer'.
3506
3507         * message.el (message-goto-mail-followup-to): Insert after "To".
3508         (message-carefully-insert-headers): Add comment.
3509
3510         * gnus.el: Remove unused variable `gnus-article-check-size'.
3511
3512         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
3513
3514         * gnus-art.el (gnus-button-alist): Improve
3515         `gnus-button-handle-library' entry.
3516
3517 2004-08-19  Paul Jarc  <prj@po.cwru.edu>
3518
3519         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
3520         downcase, since XEmacs capitalizes error messages differently.
3521         From Sebastian Freundt <hroptatyr@gna.org>.
3522
3523 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
3524
3525         * nntp.el: Add (require 'gnus) due to reference to
3526         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
3527
3528 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
3529
3530         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
3531         `mm-fill-flowed'.
3532
3533         * mm-decode.el (mm-dissect-singlepart): Check it.
3534
3535 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
3536
3537         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
3538         'imap' for netrc parsing
3539
3540 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
3541
3542         * mailcap.el (mailcap-mime-data): Mark as risky.
3543
3544 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3545
3546         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
3547         may be included in the encoded word.
3548         (rfc2047-encode): Don't append a space if the encoded word
3549         includes close parenthesis.
3550
3551 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3552
3553         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
3554         of text within parentheses.
3555
3556 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
3557
3558         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
3559         (gnus-encrypt-write-file-contents): the password key is the file
3560         name PLUS the cipher, not just the cipher.  Also remove failed
3561         passwords from the cache.
3562
3563 2004-08-06  Simon Josefsson  <jas@extundo.com>
3564
3565         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
3566         fix.
3567
3568 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3569
3570         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
3571         LWSP.
3572
3573 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
3574
3575         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
3576         to append in-reply-to: data to the references: header
3577
3578         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
3579         (netrc-parse): use gnus-encrypt.el functions
3580
3581         * gnus-encrypt.el: new file for encryption support; currently
3582         does only a few GPG ciphers and an internal XOR cipher
3583
3584         * password.el: add comments on using password-read-and-add
3585         (password-read-and-add): new function to read and add the
3586         password to the cache at once
3587
3588 2004-07-28  Simon Josefsson  <jas@extundo.com>
3589
3590         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
3591         parameter (but don't use it, for now).
3592
3593         * imap.el (imap-ssl-open): Use imap-process-connection-type,
3594         instead of hard coding to nil.
3595
3596 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3597
3598         * mm-view.el (mm-inline-image-emacs): Open lines under an image
3599         as mm-inline-image-xemacs does.
3600
3601 2004-07-26  Simon Josefsson  <jas@extundo.com>
3602
3603         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
3604         Revert part of 2004-07-17 change below.
3605
3606 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3607
3608         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
3609         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
3610
3611 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3612
3613         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
3614         quotes that actually start with ">" at the beginning of the
3615         lines.
3616
3617 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3618
3619         * rfc2047.el (rfc2047-encode-region): Fix last change.
3620         (rfc2047-encode-parameter): Remove useless concat.
3621
3622 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3623
3624         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
3625         encode special characters; fix some kind of misconfigured headers;
3626         signal a real error if debug-on-quit or debug-on-error is non-nil.
3627         (rfc2047-encode-max-chars): New variable.
3628         (rfc2047-encode-1): Use it.
3629         (rfc2047-encode-parameter): New function.
3630
3631         * mml.el (mml-insert-parameter): Remove an excessive space.
3632
3633 2004-07-17  Simon Josefsson  <jas@extundo.com>
3634
3635         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
3636         Kai Grossjohann <kai@emptydomain.de>.
3637         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
3638         (gnus-group-make-menu-bar): Ditto.
3639
3640         * gnus-util.el (gnus-group-server): Add.
3641
3642 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
3643
3644         * message.el (message-clone-locals): Clone sendmail and smtp
3645         variables.
3646
3647 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3648
3649         * rfc2047.el (rfc2047-encode-region): Fix last change.
3650
3651 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3652         From David Hedbor <dhedbor@real.com>.
3653
3654         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
3655         (nnmail-expand-newtext): Lowercase expanded entries if
3656         nnmail-split-lowercase-expanded is non-nil.
3657
3658 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3659
3660         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
3661         characters as non-special.
3662
3663 2004-07-09  Simon Josefsson  <jas@extundo.com>
3664
3665         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
3666         Users will lose all flag changes made while unplugged with
3667         e.g. nntp unless flag synchronization happens, thus `nil' is not a
3668         good default.  See numerous reports on ding mailing list.
3669
3670 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3671
3672         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
3673         add generate-head-function and generate-article-function to the
3674         rfc822-forward entry.
3675         (nndoc-rfc822-forward-generate-article): New function.
3676         (nndoc-rfc822-forward-generate-head): New function.
3677
3678         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
3679
3680 2004-07-06  Dan Christensen  <jdc@uwo.ca>
3681
3682         * gnus-sum.el (gnus-summary-read-group-1): When summary
3683         is unthreaded, respect display group parameter.
3684         (gnus-articles-to-read): Remove unused reference to
3685         display group parameter.
3686
3687 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3688
3689         * nnheader.el (nnheader-uniquify-message-id): New experimental
3690         variable.
3691         (nnheader-nov-read-message-id): Use it.
3692
3693         * spam-report.el (spam-report-gmane): Add interactive.
3694
3695 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3696
3697         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
3698         qp-or-base64 for the application/* types.
3699
3700 2004-07-02  Jesper Harder  <harder@ifa.au.dk>
3701
3702         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.  From
3703         Joakim Verona <joakim@verona.se>.
3704
3705 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3706
3707         * gnus-registry.el (gnus-registry-trim): don't allow a negative
3708         trim value
3709
3710 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
3711
3712         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
3713         New macro and function.
3714         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
3715
3716 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3717
3718         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
3719         after-load-alist.
3720
3721 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3722
3723         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
3724         update info that isn't there.
3725
3726 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3727
3728         * mm-view.el (mm-inline-render-with-function): Use multibyte
3729         buffer; decode html source by charset.
3730
3731         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
3732
3733         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
3734         entry.  From Ilya N. Golubev <gin@mo.msk.ru>.
3735         (mm-enrich-utf-8-by-mule-ucs): New function run when Mule-UCS is
3736         loaded under XEmacs.
3737         (): Don't make duplicated entries in mm-mime-mule-charset-alist.
3738
3739 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
3740
3741         * nnheader.el (nnheader-max-head-length): Increase to 8192.
3742
3743 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3744
3745         * mm-util.el (mm-coding-system-p): Return a coding-system.
3746         (mm-mime-mule-charset-alist): Use shift_jis instead of
3747         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
3748         entries for the mime charsets iso-2022-jp-3 and shift_jis.
3749         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
3750         instead of japanese-shift-jis and iso-latin-1 respectively in
3751         order to share the default value with both Emacs and XEmacs-mule.
3752         (mm-mule-charset-to-mime-charset): Make
3753         mm-coding-system-priorities effective.
3754         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
3755         while predicating of candidates upon the priorities.
3756
3757 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
3758
3759         * gnus-sum.el (gnus-summary-make-menu-bar): Add
3760         gnus-uu-invert-processable.
3761
3762         * gnus.el: Autoload gnus-uu-invert-processable.
3763
3764 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3765
3766         * mm-util.el (mm-with-multibyte-buffer): New macro.
3767
3768         * rfc2047.el (rfc2047-encode-string): Use it.
3769         (rfc2047-encode-region): Move point to the end of the region after
3770         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
3771
3772 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3773
3774         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
3775         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
3776
3777 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3778
3779         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
3780         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
3781         Karl Chen <quarl@nospam.quarl.org>.
3782
3783 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
3784
3785         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
3786         invalid addresses.
3787
3788 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
3789
3790         * spam.el: section markers changed, TODO list revised
3791         (spam-backends): new master list of all installed backends
3792         (spam-summary-exit-behavior): new variable to determine how
3793         messages moves are done at summary exit
3794         (spam-move-spam-nonspam-groups-only)
3795         (spam-process-ham-in-nonham-groups)
3796         (spam-process-ham-in-spam-groups): variables removed, the
3797         spam-summary-exit-behavior variable should be used to manage this
3798         behavior
3799         (spam-old-ham-articles, spam-old-spam-articles): removed
3800         (spam-old-articles): new variable, replacing spam-old-ham-articles
3801         and spam-old-spam-articles
3802         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
3803         empty variables, placeholders for the backends they represent
3804         (spam-set-difference): moved, unchanged
3805         (spam-list-of-processors): variable OBSOLETE, not used anymore
3806         unless the user has a processor variable
3807         (spam-classifications, spam-classification-valid-p)
3808         (spam-backend-properties, spam-backend-property-valid-p)
3809         (spam-backend-function-type-valid-p)
3810         (spam-process-type-valid-p, spam-list-articles): helper functions
3811         (spam-report-articles-gmane, spam-report-articles-resend):
3812         functions removed, they are not needed
3813         (spam-install-backend-super, spam-backend-list)
3814         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
3815         (spam-backend-function, spam-backend-ham-registration-function)
3816         (spam-backend-spam-registration-function)
3817         (spam-backend-ham-unregistration-function)
3818         (spam-backend-spam-unregistration-function)
3819         (spam-backend-statistical-p, spam-backend-mover-p)
3820         (spam-install-backend-alias, spam-install-checkonly-backend)
3821         (spam-install-mover-backend, spam-install-nocheck-backend)
3822         (spam-install-backend, spam-install-statistical-backend)
3823         (spam-install-statistical-checkonly-backend): backend installation
3824         support
3825         (spam-summary-prepare-exit): rewritten to use the new backend code
3826         (spam-group-processor-p): use the new backend code and respect the
3827         summary exit behavior
3828         (spam-mark-spam-as-expired-and-move-routine): removed
3829         (spam-summary-prepare): changed to use the new spam-old-articles
3830         variable
3831         (spam-copy-or-move-routine, spam-copy-spam-routine)
3832         (spam-move-spam-routine, spam-copy-ham-routine)
3833         (spam-move-ham-routine): new code to copy/move ham or spam
3834         (spam-fetch-field-fast): doc and code improved, plus it allows the
3835         'number request
3836         (spam-list-of-checks, spam-list-of-statistical-checks): variables
3837         removed, no longer used
3838         (spam-split, spam-find-spam): use the new backend code
3839         (spam-registration-functions): variable removed, no longer used
3840         (spam-unregister-routine): convenience wrapper
3841         (spam-log-undo-registration, spam-register-routine)
3842         (spam-log-processing-to-registry)
3843         (spam-log-unregistration-needed-p): renamed "check" to "backend"
3844         where possible
3845         (spam-check-gmane-xref, spam-check-regex-headers)
3846         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
3847         (spam-check-whitelist, spam-check-blacklist)
3848         (spam-check-bogofilter-headers, spam-check-spamoracle)
3849         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
3850         (spam-check-crm114-headers): use the spam-split-group that
3851         spam-split prepares, no need to determine it every time
3852
3853         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
3854         the nnheader-parse-naked-head call
3855
3856         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
3857
3858         * gnus-sum.el (gnus-nov-parse-line): add the message number to
3859         the nnheader-nov-read-message-id call
3860
3861 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3862
3863         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
3864         gnus-activate-group twice.  Suggested by Markus Peter
3865         <warp@spin.de>.
3866
3867 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3868
3869         * gnus-art.el (gnus-article-time-format): Exchange the order of
3870         day and month in the default value; fix customization type.
3871         (article-date-ut): Use add-text-properties.
3872         (article-make-date-line): Use message-make-date instead of
3873         current-time-string.
3874
3875         * message.el (message-fetch-field): Don't use set-text-properties.
3876         (message-make-date): Simplify.
3877
3878         * messagexmas.el (message-xmas-make-date): New function.
3879         (message-xmas-redefine): Defalias message-make-date to it.
3880
3881 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3882
3883         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
3884         (rfc2047-encode-region): Treat text within parentheses as special;
3885         show the original text when error has occurred.
3886
3887         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
3888         already-computed method to gnus-activate-group.
3889
3890         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
3891         same select-methods identical Lisp objects.
3892
3893         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
3894         object when modifying the info.
3895
3896 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3897
3898         * gnus-srvr.el (gnus-server-set-info): Remove the server from
3899         gnus-opened-servers since it has never been opened with the new
3900         configuration yet.
3901
3902 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3903
3904         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
3905         arg to nnheader-generate-fake-message-id.
3906
3907 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
3908
3909         * nnheader.el (nnheader-generate-fake-message-id): accept a
3910         number and build a fake message ID localized to a group and
3911         article number (so it's repeatable from that point on)
3912         (nnheader-fake-message-id-p): change regex to accomodate new fake
3913         ID format
3914
3915         * gnus-sum.el (gnus-get-newsgroup-headers): call
3916         nnheader-generate-fake-message-id with the article number
3917
3918 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
3919
3920         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
3921         end-of-buffer.
3922
3923 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3924
3925         * message.el (message-ignored-supersedes-headers): Add Approved.
3926
3927 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3928
3929         * rfc2047.el (rfc2047-encode-message-header): Remove useless
3930         goto-char.
3931         (rfc2047-encode): Fold the line before encoding.
3932
3933 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3934
3935         * rfc2047.el (rfc2047-encode-message-header): Disabled header
3936         folding -- not all headers can be folded, and this should be done
3937         by the message composition mode.  Probably.  I think.
3938
3939 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3940
3941         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
3942         fast.
3943
3944         * gnus-ems.el (gnus-remove-image): Don't use
3945         message-text-with-property; remove only the image found first.
3946
3947         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
3948         found first.
3949
3950 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
3951
3952         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
3953
3954 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3955
3956         * message.el (message-text-with-property): Make it fast and accept
3957         optional arguments.
3958         (message-strip-forbidden-properties): Use it.
3959         (message-fix-before-sending): Follow the m-t-w-p change.
3960
3961         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
3962
3963 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3964
3965         * gnus-art.el (article-hide-headers): Don't change the buffer
3966         mistakenly when performing mml-preview even if
3967         gnus-single-article-buffer is nil.
3968
3969 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
3970
3971         * message.el (message-expand-name-databases): New user option.
3972         (message-expand-name): Use it.
3973
3974 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
3975
3976         * spam.el (spam-report-articles-resend)
3977         (spam-report-resend-register-routine): allow ham reporting
3978         (spam-report-resend-register-ham-routine): simple wrapper
3979         (spam-registration-functions): add ham resending functions
3980         (spam-list-of-processors): add ham resend processor
3981
3982         * gnus.el (ham-resend-to): new group parameter
3983         (spam-process): add ham resend option
3984
3985         * spam-report.el (spam-report-resend): allow reporting ham
3986         (spam-report-resend-ham): simple wrapper
3987
3988 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3989
3990         * message.el (message-cite-articles-with-x-no-archive): New
3991         variable.
3992         (message-cite-original): Use it.
3993
3994 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3995
3996         * message.el (message-cite-original): Respect X-No-Archive.
3997
3998 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3999
4000         * gnus-art.el (article-hide-headers): Refer to the values for
4001         gnus-ignored-headers and gnus-visible-headers in the summary
4002         buffer since a user may have set them as group parameters.
4003
4004 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
4005
4006         * assistant.el (assistant-node-name): new convenience function
4007         (assistant-render-text, assistant-render-node): error handling,
4008         plus handle multiple next nodes
4009         (assistant-find-next-node): commented out for now
4010         (assistant-find-next-nodes): new function, returns list of next
4011         nodes
4012
4013 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
4014
4015         * mail-source.el (mail-source-directory): Fix doc-string.
4016
4017 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
4018
4019         * assistant.el (assistant-render-text, assistant-eval): add :set
4020         widget type, which is different because it takes and returns a
4021         list.  Much hilarity ensues.
4022
4023 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
4024
4025         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
4026
4027         * gnus-group.el (gnus-group-get-new-news-this-group): Added
4028         doc-string.
4029
4030         * gnus-start.el (gnus-activate-group): Added doc-string.
4031
4032 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4033
4034         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
4035
4036 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
4037
4038         * assistant.el (assistant-render-text): trying to add a :set
4039         widget, more to come...
4040
4041         * spam.el (spam-group-spam-contents-p): handle empty groupname
4042         strings
4043         (spam-report-articles-resend)
4044         (spam-report-resend-register-routine): allow spam-report-resend-to
4045         to be a group parameter or a global value
4046         (tiny change).  From Daniel Pittman <daniel@rimspace.net>.
4047         (spam-register-routine): do registration iff any articles warrant
4048         it.
4049         (spam-summary-prepare-exit): changed log message for nil group
4050         destinations
4051
4052 2004-05-26  Simon Josefsson  <jas@extundo.com>
4053
4054         * starttls.el: Merge with my GNUTLS based starttls.el.
4055         (starttls-gnutls-program, starttls-use-gnutls)
4056         (starttls-extra-arguments, starttls-process-connection-type)
4057         (starttls-connect, starttls-failure, starttls-success): New
4058         variables.
4059         (starttls-program, starttls-extra-args): Doc fix.
4060         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
4061         functions.
4062         (starttls-negotiate, starttls-open-stream): Check
4063         `starttls-use-gnutls' and pass on to corresponding *-gnutls
4064         function if it is set.
4065
4066 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4067
4068         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
4069         structured fields.
4070
4071 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4072
4073         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
4074
4075 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
4076
4077         * spam.el (spam-mark-junk-as-spam-routine)
4078         (spam-mark-new-messages-in-spam-group-as-spam): allow user to
4079         disable assigning the spam-mark to new messages
4080         (spam-ham-copy-or-move-routine): todo decleared twice (tiny
4081         change).  From Adam Sj\e,Ax\e(Bgren <asjo@koldfront.dk>.
4082
4083 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4084
4085         * dgnushack.el: Autoload customize-set-variable for XEmacs.
4086
4087         * rfc2047.el (rfc2047-encodable-p): Don't move point.
4088         (rfc2047-decode): Treat the ascii coding-system as raw-text by
4089         default.
4090
4091 2004-05-25  Teodor Zlatanov  <tzz@lifelogs.com>
4092
4093         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
4094         correct data (tiny change).  From Anand Mitra <mitramc@yahoo.com>.
4095
4096 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
4097
4098         * spam.el (spam-list-of-processors): use nil for nonexistent processors
4099         (spam-group-processor-p): fixed function so it works properly
4100         (spam-group-processor-multiple-p)
4101         (spam-group-spam-processor-report-gmane-p)
4102         (spam-group-spam-processor-report-resend-p)
4103         (spam-group-spam-processor-bogofilter-p)
4104         (spam-group-spam-processor-blacklist-p)
4105         (spam-group-spam-processor-ifile-p)
4106         (spam-group-ham-processor-ifile-p)
4107         (spam-group-spam-processor-spamoracle-p)
4108         (spam-group-spam-processor-crm114-p)
4109         (spam-group-ham-processor-bogofilter-p)
4110         (spam-group-spam-processor-stat-p)
4111         (spam-group-ham-processor-stat-p)
4112         (spam-group-ham-processor-whitelist-p)
4113         (spam-group-ham-processor-BBDB-p)
4114         (spam-group-ham-processor-spamoracle-p)
4115         (spam-group-ham-processor-copy-p): functions removed with some
4116         prejudice against unneeded code
4117         (spam-report-articles-resend)
4118         (spam-report-resend-register-routine): allow the group/topic
4119         spam-resend-to value to override spam-report-resend-to
4120         (spam-summary-prepare-exit): invoke spam-group-processor-p
4121         properly now
4122
4123         * spam-report.el (spam-report-resend-to, spam-report-resend):
4124         start with resend-to set to nil, and then ask the user if
4125         necessary.  From Daniel Pittman <daniel@rimspace.net>.
4126
4127         * gnus.el (spam-resend-to): new group/topic parameter
4128         (spam-process): move the OBSOLETE processors to the end of the
4129         choices.
4130
4131         * spam-report.el (spam-report-resend): spam-report-resend takes a
4132         list of articles, not separate article numbers.  From Daniel
4133         Pittman <daniel@rimspace.net>.
4134
4135 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4136
4137         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
4138         addition to emacs-w3m.
4139
4140 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4141
4142         * assistant.el (assistant-authinfo-data): New function.
4143         (assistant-eval): Eval for entire assistant.
4144
4145         * netrc.el (netrc-services-file): New variable.
4146         (netrc-parse-services): New function.
4147         (netrc-find-service-name): New function.
4148         (netrc-find-service-number): New function.
4149         (netrc-port-equal): New function.
4150         (netrc-machine): Use it.
4151
4152         * nnimap.el (nnimap-open-connection): Use netrc.
4153
4154         * gnus-util.el (gnus-netrc-get): Remove aliases.
4155
4156         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
4157
4158         * assistant.el (wid-edit): Fix compilation.
4159
4160         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
4161
4162 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
4163
4164         * gnus-util.el (gnus-set-file-modes): New function.  (small
4165         patch).
4166
4167 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4168
4169         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
4170
4171         * assistant.el (assistant-render-node): Fix up rendering and
4172         read-only text.
4173         (assistant-render-node): Reset.
4174         (assistant-make-read-only): Not sticky.
4175
4176 2004-05-20  Danny Siu  <dsiu@adobe.com>
4177
4178         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
4179         centered even when gnus-auto-center-summary is t
4180
4181 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4182
4183         * dns.el (dns-get-txt-answer): New function.
4184         (dns-read-txt): Ditto.
4185         (query-dns): Use it.
4186
4187 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4188
4189         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
4190         active for foreign groups even if the group level is higher than
4191         the specified value.
4192
4193 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4194
4195         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
4196         non-active groups.
4197
4198         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
4199
4200 2004-05-20  Magnus Henoch  <mange@freemail.hu>
4201
4202         * dns.el (dns-read-type): Add support for SVR.  (small patch)
4203
4204 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4205
4206         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
4207         (spam-crm114-header, spam-crm114-spam-switch)
4208         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
4209         (spam-crm114-positive-spam-header)
4210         (spam-crm114-database-directory, spam-list-of-processors)
4211         (spam-group-spam-processor-crm114-p)
4212         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
4213         (spam-generic-score, spam-list-of-checks)
4214         (spam-list-of-statistical-checks, spam-registration-functions)
4215         (spam-check-crm114-headers, spam-crm114-score)
4216         (spam-check-crm114, spam-crm114-register-with-crm114)
4217         (spam-crm114-register-spam-routine)
4218         (spam-crm114-unregister-spam-routine)
4219         (spam-crm114-register-ham-routine)
4220         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
4221         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
4222
4223         * gnus.el: added spam-use-crm114
4224
4225         * spam.el (spam-list-of-processors, spam-registration-functions):
4226         add spam-use-resend
4227         (spam-group-spam-processor-report-resend-p): utility wrapper
4228         (spam-report-articles-gmane): doc fix
4229         (spam-report-articles-resend,
4230         spam-report-resend-register-routine): wrappers around
4231         spam-report-resend-to
4232
4233         * spam-report.el (spam-report-resend-to, spam-report-resend):
4234         support for resending spam
4235         (spam-report-gmane): line length >80 fix
4236
4237         * gnus.el (spam-process): add spam-use-resend
4238
4239 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4240
4241         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
4242         number of processed spam messages.
4243         (spam-ham-copy-or-move-routine): Return the number of processed
4244         ham messages.
4245         (spam-summary-prepare-exit): Use the above values to decide
4246         whether status messages shouled be displayed.
4247
4248 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4249
4250         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
4251         `rfc2047-encoding-function-alist' in order to avoid conflicting
4252         with the old version.
4253         (rfc2047-encode-region): Concatenate words containing non-ASCII
4254         characters in structured fields; don't encode space-delimited
4255         ASCII words even in unstructured fields; don't break words at
4256         char-category boundaries.
4257         (rfc2047-encode-1): New function.
4258         (rfc2047-encode): Use it; encode text so that it occupies the
4259         maximum width within 76-column; work correctly on Q encoding for
4260         iso-2022-* charsets.
4261         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
4262         sure not to break a line just after the header name.
4263         (rfc2047-b-encode-region): Removed.
4264         (rfc2047-b-encode-string): New function.
4265         (rfc2047-q-encode-region): Removed.
4266         (rfc2047-q-encode-string): New function.
4267
4268         * mm-util.el (mm-replace-in-string): New function.
4269
4270 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4271
4272         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
4273         get it right.
4274         (gnus-inews-make-draft): Really.
4275
4276 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
4277
4278         * nnmh.el (nnmh-request-list-1): Don't check the link count
4279         before descending.  (small patch)
4280
4281 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4282
4283         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
4284         stuff.
4285
4286         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
4287         on real group name.
4288
4289         * gnus-art.el (gnus-signature-limit): Doc fix.
4290
4291         * gnus-msg.el (gnus-inews-make-draft): Quote list.
4292
4293         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
4294
4295 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>
4296
4297         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
4298         isn't a string.
4299
4300 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4301
4302         * gnus-draft.el (gnus-draft-send): Bind
4303         rfc2047-encode-encoded-words.
4304
4305         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
4306         (rfc2047-encodable-p): Say that =? needs encoding.
4307         (rfc2047-encode-encoded-words): New variable.
4308
4309         * gnus-group.el (gnus-group-select-group): Doc fix.
4310
4311         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
4312
4313         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
4314         to nil.
4315
4316         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
4317
4318         * nnheader.el (nnheader-get-lines-and-char): New function.
4319
4320 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
4321
4322         * gnus-msg.el (gnus-summary-followup-with-original): Document
4323         yanking of region when active.
4324
4325 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4326
4327         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
4328         groups if the group level is higher than the specified value.
4329
4330 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
4331
4332         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
4333         (gnus-group-jump-to-group): Added prefix argument using
4334         `gnus-group-jump-to-group-prompt'.  Query before jumping to
4335         non-active group.
4336
4337         * compface.el (uncompface): Be verbose when changing
4338         `uncompface-use-external'.
4339
4340         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
4341         handle manual section.
4342
4343 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4344
4345         * gnus-art.el (gnus-button-alist): Revert previous change.
4346
4347 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
4348
4349         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
4350
4351 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4352
4353         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
4354         whether backend can accept message.
4355
4356         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
4357
4358 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
4359
4360         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
4361         Avoid creating directory when nntp-marks-is-evil is true.
4362         Reported by Reiner Steib.
4363
4364 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
4365
4366         * gnus-picon.el (gnus-picon-style): New variable.
4367         (gnus-picon-insert-glyph): Added optional `nostring' argument.
4368         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
4369         Jesper Harder <harder@ifa.au.dk>.
4370
4371 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4372
4373         * message.el (message-fill-field): Return point.
4374         (message-generate-headers): Go to end of field.
4375
4376         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
4377         stuff for non-living groups.
4378
4379 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
4380
4381         * gnus-art.el (gnus-article-followup-with-original)
4382         (gnus-article-reply-with-original): gnus-mark-active-p ->
4383         gnus-region-active-p.
4384
4385 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
4386
4387         * spam.el (spam-summary-prepare-exit): fix messages, so they show
4388         only when there is spam or ham to be processed
4389
4390 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4391
4392         * mail-source.el (mail-source-delete-crash-box): Refactor.
4393         (mail-source-fetch): Use it.
4394         (mail-source-fetch-file): Ditto.
4395         (mail-source-fetch-directory): Run postscript in loop.
4396         (mail-source-fetch-pop): Delete.
4397         (mail-source-fetch-maildir): Ditto.
4398         (mail-source-fetch-imap): Ditto.
4399
4400         * imap.el (imap-authenticators): Comment out sasl.
4401
4402         * message.el (message-skip-to-next-address): New function.
4403         (message-fill-header-address): Refactor.
4404         (message-fill-address): Use it.
4405         (message-delete-address): Use it.
4406         (message-fill-header-general): Refactor.
4407         (message-fill-field-address): Rename.
4408         (message-narrow-to-field): Find the start of the header.
4409         (message-header-format-alist): Don't pre-fill.
4410         (message-fill-header): Removed.
4411         (message-insert-header): New function.
4412         (message-shorten-references): Use it.
4413
4414         * rfc2047.el (rfc2047-field-value): Strip props.
4415
4416         * mail-parse.el (mail-header-make-address): New alias.
4417
4418         * ietf-drums.el (ietf-drums-make-address): New function.
4419
4420         * imap.el: Add compiler directives.
4421
4422         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
4423
4424         * gnus-art.el (article-decode-idna-rhs): Don't use
4425         message-idna-inside-rhs-p.
4426
4427 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4428
4429         * message.el (message-idna-inside-rhs-p): Removed.
4430         (message-idna-to-ascii-rhs-1): Use proper address parsing.
4431
4432         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
4433         false positives.
4434
4435 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
4436
4437         * imap.el (imap-sasl-make-mechanisms): Use sasl.
4438
4439 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4440
4441         * nneething.el (nneething-file-name): Don't create spurions
4442         files.
4443
4444         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
4445         (gnus-inews-do-gcc): Remove sleep.
4446
4447         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
4448         part under point.
4449
4450         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
4451         (gnus-agent-regenerate-group): Using nil messages aren't valid.
4452
4453 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
4454
4455         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
4456
4457 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4458
4459         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
4460         header is not nil (tiny change).  From Nelson Ferreira
4461         <nelson.ferreira@verizon.net>.
4462
4463         * spam.el (spam-summary-prepare-exit): only produce "marking spam
4464         as expired without moving it" message when there are spam
4465         messages left
4466
4467 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
4468
4469         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
4470         nntp-possibly-create-directory, not nntp-possibly-change-group.
4471         (nntp-marks-changed-p): New arg SERVER.
4472         (nntp-request-update-info): Adjust caller.
4473
4474 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
4475
4476         * nntp.el (nntp-save-marks): Pass missing arg.
4477
4478 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
4479
4480         * nntp.el: Support marks.
4481         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4482         (nntp-marks-modtime, nntp-marks-directory): New variables.
4483         (nntp-request-set-mark, nntp-request-update-info)
4484         (nntp-possibly-create-directory, nntp-marks-changed-p)
4485         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
4486         functions.
4487
4488 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
4489
4490         * gnus-xmas.el (gnus-xmas-select-lowest-window)
4491         (gnus-xmas-redefine): Rename.
4492
4493         * gnus-score.el (gnus-score-insert-help): Use
4494         gnus-select-lowest-window.
4495
4496         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
4497         appt-select-lowest-window and rename to gnus-select-lowest-window.
4498
4499         * gnus.el: do.
4500
4501 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4502
4503         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
4504         encodings of MIME-encoded words, in order to improve
4505         interoperability with several broken MUAs.
4506
4507 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4508
4509         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
4510         tags, only when charsets are not specified in headers.
4511         (mm-inline-text-html-render-with-w3m): Ditto.
4512
4513         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
4514         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
4515
4516 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4517
4518         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
4519         instead of MIME-decoded from fields when checking
4520         `gnus-article-address-banner-alist'.
4521
4522 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
4523
4524         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
4525         description rather than subject.
4526
4527 2004-05-02  Steve Youngs  <steve@youngs.au.com>
4528
4529         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
4530
4531 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4532
4533         * gnus.el (gnus-version-number): Bump.
4534
4535 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4536
4537         * gnus.el: No Gnus v0.2 is released.
4538
4539 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4540
4541         * gnus-agent.el (gnus-agent-read-agentview): Inline
4542         gnus-uncompress-range.
4543
4544 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4545
4546         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
4547         `exec-installed-p'.
4548
4549 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4550
4551         * gnus.el (spam-process, spam-autodetect-methods): Add
4552         bsfilter and bsfilter-headers.
4553
4554         * spam.el (spam-bsfilter): New customize group.
4555         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
4556         (spam-bsfilter-header, spam-bsfilter-probability-header)
4557         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
4558         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
4559         (spam-bsfilter-database-directory): New options.
4560         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
4561         (spam-list-of-statistical-checks, spam-registration-functions):
4562         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
4563         (spam-bsfilter-score): New command.
4564         (spam-check-bsfilter-headers, spam-check-bsfilter)
4565         (spam-bsfilter-register-with-bsfilter)
4566         (spam-bsfilter-register-spam-routine)
4567         (spam-bsfilter-unregister-spam-routine)
4568         (spam-bsfilter-register-ham-routine)
4569         (spam-bsfilter-unregister-ham-routine): New functions.
4570         (spam-generic-score): Support bsfilter; Accept an optional argument
4571         to recalcurate spam score even if scoring header has already been
4572         added.
4573         (spam-bogofilter-score, spam-spamassassin-score): Accept an
4574         optional argument to recalcurate spam score even if scoring header
4575         has already been added.
4576
4577 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
4578
4579         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
4580         strings!  Reported by David D. Smith <davidsmith@acm.org>.
4581         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
4582         link is missing.
4583
4584 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
4585
4586         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
4587         (html2text-get-attr): Rewrite.
4588
4589         * message.el (message-setup-1): Remove redundant put-text-property
4590         on mail-header-separator.
4591
4592 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
4593
4594         * gnus-registry.el (gnus-registry-cache-whitespace)
4595         (gnus-registry-action, gnus-registry-spool-action)
4596         (gnus-registry-split-fancy-with-parent): changed message levels
4597         from 5 to 3 or 7, as needed
4598
4599         * spam.el (spam-summary-prepare-exit)
4600         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
4601         (spam-split, spam-find-spam, spam-log-undo-registration)
4602         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
4603         level from 5 to 6
4604
4605 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4606
4607         * gnus-ems.el: Autoload appt-select-lowest-window (revert
4608         2004-03-04 change).
4609
4610 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
4611
4612         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
4613         Use mapc when appropriate.
4614
4615         * sieve-manage.el (sieve-manage-open): do.
4616
4617         * nnweb.el (nnweb-insert-html): do.
4618
4619         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
4620         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
4621
4622         * nnspool.el (nnspool-request-group): do.
4623
4624         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
4625         do.
4626
4627         * nnml.el (nnml-request-update-info): do.
4628
4629         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
4630         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
4631
4632         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
4633         (nnimap-request-set-mark): do.
4634
4635         * nnfolder.el (nnfolder-request-update-info): do.
4636
4637         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
4638         do.
4639
4640         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
4641
4642         * gnus-uu.el (gnus-uu-find-articles-matching): do.
4643
4644         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
4645         do.
4646
4647         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
4648         do.
4649
4650         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
4651
4652         * gnus-nocem.el (gnus-nocem-scan-groups): do.
4653
4654         * gnus-int.el (gnus-start-news-server): do.
4655
4656         * gnus-group.el (gnus-group-make-kiboze-group)
4657         (gnus-group-browse-foreign-server): do.
4658
4659 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4660
4661         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
4662         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
4663         <shields@msrl.com>:
4664
4665         * spam.el (spam-necessary-extra-headers): get the extra headers we
4666         may need for spam sorting and scoring
4667         (spam-user-format-function-S): a user format function suitable for
4668         general use
4669         (spam-article-sort-by-spam-status): sorting function for summary
4670         sorting
4671         (spam-extra-header-to-number): get a score from a header
4672         (spam-summary-score): get a numeric score from the headers
4673         (spam-generic-score): oops, function doc in wrong place
4674         (spam-initialize): take symbols when it's run, and install the
4675         extra headers that spam-necessary-extra-headers thinks we need
4676
4677 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4678
4679         * spam.el (spam-summary-prepare-exit): logic and message fix.
4680         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
4681
4682 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
4683
4684         * gnus-sum.el (gnus-set-global-variables)
4685         (gnus-build-all-threads, gnus-get-newsgroup-headers)
4686         (gnus-article-get-xrefs, gnus-summary-best-group)
4687         (gnus-summary-next-article, gnus-summary-enter-digest-group)
4688         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
4689         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
4690         with-current-buffer.
4691
4692 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4693
4694         * spam.el (spam-summary-prepare-exit): simplified logic
4695         (spam-fetch-article-header): read the article header if it's not
4696         available
4697         (spam-list-articles): simplified logic
4698         (spam-filelist-register-routine): found bug with unregister-list
4699
4700         * gnus-registry.el: clarified comments at beginning
4701
4702 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
4703
4704         * message.el (message-cater-to-broken-inn): Remove.
4705         (message-shorten-references): Make sure the total folded length of
4706         References is shorter than 998 characters to cater to a bug in INN
4707         2.3.  Also, don't pretend that references aren't folded -- this
4708         hasn't worked for a while.
4709
4710 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4711
4712         * gnus-agent.el (gnus-agentize):
4713         gnus-agent-send-mail-real-function no longer set to current value
4714         of message-send-mail-function but rather a lambda that calls
4715         message-send-mail-function.  The change makes the agent real-time
4716         responsive to user changes to message-send-mail-function.
4717
4718 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4719
4720         * legacy-gnus-agent.el
4721         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
4722         help from Florian Weimer <fw@deneb.enyo.de>
4723
4724 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4725
4726         * nnmail.el (nnmail-cache-insert): Revert last change.
4727
4728 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4729
4730         * nnmail.el (nnmail-cache-insert): Always check whether
4731         nnmail-cache-ignore-groups matches a group name.
4732
4733 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
4734
4735         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
4736         (spam-find-spam, spam-log-processing-to-registry)
4737         (spam-log-registered-p, spam-log-unregistration-needed-p)
4738         (spam-log-undo-registration): use gnus-message instead of
4739         gnus-error, none of these errors are fatal
4740
4741         * gnus-registry.el (gnus-registry-clean-empty-function)
4742         (gnus-registry-clean-empty): remove only empty entries without
4743         extra data
4744
4745 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4746
4747         * spam-stat.el (spam-stat-buffer-change-to-spam)
4748         (spam-stat-buffer-change-to-non-spam): change (error) to
4749         (gnus-message 8) invocation
4750
4751 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4752
4753         * nntp.el (nntp-via-netcat-command): New variable.
4754         (nntp-via-netcat-switches): New variable.
4755         (nntp-open-via-rlogin-and-netcat): New function.
4756         (nntp-open-connection-function): Doc fix.
4757         (nntp-telnet-command): Doc fix.
4758         (nntp-end-of-line): Doc fix.
4759         (nntp-via-rlogin-command): Doc fix.
4760         (nntp-via-user-name): Doc fix.
4761         (nntp-via-address): Doc fix.
4762
4763 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4764
4765         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
4766         error in Emacs 21.1.
4767
4768 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
4769
4770         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
4771
4772 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4773         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
4774         (gnus-agent-with-refreshed-group): New macro.
4775         (gnus-agent-rename-group): New function.
4776         (gnus-agent-delete-group): New function.
4777         (gnus-agent-save-group-info): Use gnus-command-method when
4778         `method' parameter is nil.  Don't write nil entries into the
4779         active file.
4780         (gnus-agent-get-group-info): New function.
4781         (gnus-agent-fetch-articles): Use
4782         gnus-agent-update-files-total-fetched-for to increment disk space
4783         used.
4784         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
4785         gnus-agent-update-view-total-fetched-for to increment disk space
4786         used.
4787         (gnus-agent-get-local): Added optional parameters to avoid calling
4788         gnus-group-real-name and gnus-find-method-for-group.
4789         (gnus-agent-set-local): Delete stored entry if either min, or max,
4790         are nil.
4791         (gnus-agent-fetch-session): Reworded error/quit messages.  On
4792         quit, use gnus-agent-regenerate-group to record existance of any
4793         articles fetched to disk before the quit occurred.
4794         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
4795         gnus-agent-update-view-total-fetched-for, and
4796         gnus-agent-update-files-total-fetched-for to decrement disk space
4797         used.
4798         (gnus-agent-retrieve-headers): Use
4799         gnus-agent-update-view-total-fetched-for to increment disk space
4800         used.
4801         (gnus-agent-regenerate-group): Replace gnus-group-update-group
4802         with gnus-agent-update-files-total-fetched-for to decrement disk
4803         space and fresh group buffer.
4804         (gnus-agent-inhibit-update-total-fetched-for): New variable.
4805         (gnus-agent-need-update-total-fetched-for): New variable.
4806         (gnus-agent-update-files-total-fetched-for): New function.
4807         (gnus-agent-update-view-total-fetched-for): New function.
4808         (gnus-agent-total-fetched-for): New function.
4809
4810         * gnus-cache.el (gnus-cache-save-buffers): Use
4811         gnus-cache-update-overview-total-fetched-for to change disk space
4812         used by this group.
4813         (gnus-cache-possibly-enter-article): Use
4814         gnus-cache-update-file-total-fetched-for to increment disk space
4815         used by this group.
4816         (gnus-cache-possibly-remove-article): Use
4817         gnus-cache-update-file-total-fetched-for to decrement disk space
4818         used by this group.
4819         (gnus-cache-generate-nov-databases): Purge total fetched cache.
4820         (gnus-cache-rename-group): New function.
4821         (gnus-cache-delete-group): New function.
4822         (gnus-cache-inhibit-update-total-fetched-for): New variable.
4823         (gnus-cache-need-update-total-fetched-for): New variable.
4824         (gnus-cache-with-refreshed-group): New macro.
4825         (gnus-cache-update-file-total-fetched-for): New function.
4826         (gnus-cache-update-overview-total-fetched-for): New function.
4827         (gnus-cache-rename-group-total-fetched-for): New function.
4828         (gnus-cache-delete-group-total-fetched-for): New function.
4829         (gnus-cache-total-fetched-for): New function.
4830
4831         * gnus-group.el: Require gnus-sum and autoload functions to
4832         resolve warnings when gnus-group.el compiled alone.
4833         (gnus-group-line-format): Documented new %F
4834         (size of Fetched data) group line format; identifies disk space
4835         used by agent and cache.
4836         (gnus-group-line-format-alist): Defined new F format.
4837         (gnus-total-fetched-for): New function.
4838         (gnus-group-delete-group): No longer update
4839         gnus-cache-active-altered as gnus-request-delete-group now keeps
4840         the cache in sync.
4841         (gnus-group-list-active): Let the agent store a server's active
4842         list if currently plugged.
4843
4844         * gnus-int.el (gnus-request-delete-group): Use
4845         gnus-cache-delete-group and gnus-agent-delete-group to keep the
4846         local disk in sync with the server.
4847          (gnus-request-rename-group): Use
4848         gnus-cache-rename-group and gnus-agent-rename-group to keep the
4849         local disk in sync with the server.
4850
4851         * gnus-start.el (gnus-get-unread-articles): Cosmetic
4852         simplification to logic.
4853
4854         * gnus-util.el (gnus-rename-file): New function.
4855
4856 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
4857
4858         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
4859         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
4860
4861         * mm-util.el (mm-image-load-path): Handle nil in load-path.
4862         From Christian Neukirchen <chneukirchen@yahoo.de>.
4863
4864 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
4865
4866         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
4867         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
4868
4869 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
4870
4871         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
4872
4873 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
4874
4875         * spam.el (spam-set-difference): new function to replace
4876         gnus-set-difference in spam.el
4877         (spam-summary-prepare-exit): use spam-set-difference
4878
4879 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4880
4881         * gnus-registry.el (gnus-registry-cache-file): updated to use
4882         gnus-dribble-directory OR gnus-home-directory OR ~
4883         (gnus-registry-split-fancy-with-parent): fixed doc
4884
4885 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4886
4887         * message.el (message-exchange-point-and-mark): Use
4888         message-mark-active-p.  Suggested by Jesper Harder
4889         <harder@ifa.au.dk>.
4890
4891 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4892
4893         * message.el (message-exchange-point-and-mark): Don't activate
4894         region if it was inactive.  Suggested by Hiroshi Fujishima
4895         <pooh@nature.tsukuba.ac.jp>.
4896
4897 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4898
4899         * gnus-art.el (article-display-face): Display Faces in the same
4900         order as X-Faces.
4901
4902 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4903
4904         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
4905
4906 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4907
4908         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
4909         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
4910         (gnus-article-mime-hierarchy): Remove.
4911         (gnus-article-mime-hierarchy-next): Remove.
4912         (gnus-article-mode): Revert 2004-03-19 change.
4913         (gnus-article-setup-buffer): Revert 2004-03-19 change.
4914         (gnus-insert-mime-button): Revert 2004-03-19 change.
4915         (gnus-mime-accumulate-hierarchy): Remove.
4916         (gnus-mime-enter-multipart): Remove.
4917         (gnus-mime-leave-multipart): Remove,
4918         (gnus-mime-display-part): Revert 2004-03-19 change.
4919         (gnus-mime-display-alternative): Revert 2004-03-19 change.
4920
4921         * mml.el (mml-preview): Revert 2004-03-19 change.
4922
4923 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
4924
4925         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
4926
4927 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4928
4929         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
4930         t while entering a file name using the mm-with-multibyte macro.
4931         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
4932
4933         * mm-util.el (mm-with-multibyte): New macro.
4934
4935 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4936
4937         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
4938         user option.
4939         (gnus-mime-multipart-functions): Doc and customization fix.
4940         (gnus-article-mime-hierarchy): New variable.
4941         (gnus-article-mime-hierarchy-next): New variable.
4942         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
4943         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
4944         gnus-article-mime-hierarchy-next to nil.
4945         (gnus-insert-mime-button): Show hierarchy numbers.
4946         (gnus-mime-accumulate-hierarchy): New function.
4947         (gnus-mime-enter-multipart): New function.
4948         (gnus-mime-leave-multipart): New function.
4949         (gnus-mime-display-part): Recompute hierarchical MIME structure.
4950         (gnus-mime-display-alternative): Show hierarchy numbers.
4951
4952         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
4953         gnus-article-mime-hierarchy-next to nil.
4954
4955 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
4956
4957         * dns.el: Don't require gnus-xmas.
4958
4959 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
4960
4961         * mml.el (mml-generate-mime-1): Don't use format=flowed with
4962         inline PGP.
4963         (mml-menu): Disable mml-quote-region if mark is inactive.
4964
4965 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4966
4967         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
4968         when the group's active is not available.
4969
4970 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4971
4972         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
4973         error.
4974
4975         * gnus-sum.el (gnus-read-header): Don't remove a header for the
4976         parent article of a sparse article in the thread hashtb.  From
4977         Stefan Wiens <s.wi@gmx.net>.
4978
4979 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
4980
4981         * imap.el (imap-store-password): New variable.
4982         (imap-interactive-login): Use it.
4983         Suggested by Mark Plaksin <happy@mcplaksin.org>.
4984
4985 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * gnus-art.el (gnus-article-read-summary-keys): Restore new
4988         window-start and hscroll to summary window.
4989
4990 2004-03-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
4991
4992         * gnus-start.el (gnus-convert-old-newsrc): Only write the
4993         conversion message to newsrc-dribble when an actual conversion is
4994         performed.
4995
4996 2004-03-10  Malcolm Purvis <malcolmpurvis@optushome.com.au>  (tiny change)
4997
4998         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
4999
5000 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5001
5002         * mm-decode.el (mm-complicated-handles): New function reviving
5003         former definition of mm-multiple-handles.
5004
5005         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
5006         (gnus-mime-delete-part): Use it.
5007
5008 2004-03-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
5009
5010         * gnus-agent.el (gnus-agent-read-local): Bind
5011         nnheader-file-coding-system to gnus-agent-file-coding-system to
5012         avoid the implicit assumption that they will always be equal.
5013         (gnus-agent-save-local): Bind buffer-file-coding-system, not
5014         coding-system-for-write, as the with-temp-file macro first prints
5015         to a buffer then saves the buffer.
5016
5017 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5018
5019         * gnus-art.el (gnus-article-edit-part): New function.
5020         (gnus-mime-save-part-and-strip): Use it; do query instead of
5021         signaling an error; don't use mm-multiple-handles.
5022         (gnus-mime-delete-part): Ditto.
5023
5024 2004-03-08  Kevin Greiner <kgreiner@xpediantsolutions.com>
5025
5026         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
5027         old file versions.
5028         (gnus-group-prepare-hook): Removed function that converted list
5029         form of gnus-agent-expire-days to group properties.
5030
5031         * gnus-int.el: Autoload gnus-agent-regenerate-group.
5032         (gnus-request-accept-article): Re-indented.
5033
5034         * gnus-start.el (gnus-convert-old-newsrc): Registered new
5035         converters to handle old agent file formats.  Added logic for a
5036         "backup before upgrading warning".
5037         (gnus-convert-mark-converter-prompt): Developers can mark
5038         functions as needing (default), or not needing,
5039         gnus-convert-old-newsrc's "backup before upgrading warning".
5040         (gnus-convert-converter-needs-prompt): Tests whether the user
5041         should be protected from potentially irreversable changes by the
5042         function.
5043
5044         * legacy-gnus-agent.el (): New. Provides converters that are only
5045         loaded when gnus-convert-old-newsrc needs to call them.
5046
5047 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5048
5049         * mail-source.el (mail-source-touch-pop): Doc fix.
5050
5051         * message.el (message-smtpmail-send-it): Doc fix.
5052
5053 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
5054
5055         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
5056
5057         * nnmail.el (nnmail-split-fancy): do.
5058
5059         * gnus-kill.el (gnus-kill, gnus-execute): do.
5060
5061 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
5062
5063         * gnus-sum.el (gnus-widget-reversible-match)
5064         (gnus-widget-reversible-to-internal)
5065         (gnus-widget-reversible-to-external): New functions.
5066         (gnus-widget-reversible): New widget.
5067         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
5068
5069 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
5070
5071         * gnus-sum.el (gnus-thread-sort-functions)
5072         (gnus-article-sort-functions): Document `(not F)' items.
5073
5074 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5075
5076         * spam.el (spam-use-gmane-xref): new backend
5077         (spam-gmane-xref-spam-group): variable to control the name of the
5078         Gmane spam group
5079         (spam-blackhole-servers, spam-blackhole-good-server-regex)
5080         (spam-regex-headers-spam, spam-regex-headers-ham)
5081         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
5082         (spam-list-of-checks): added spam-use-gmane-xref to list of
5083         backends and checks
5084         (spam-check-gmane-xref): function for spam-use-gmane-xref
5085
5086         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
5087         an autodetect method
5088
5089 2004-03-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
5090
5091         * gnus-int.el (gnus-request-accept-article): Inform the agent that
5092         articles are being added to a group.
5093         (gnus-request-replace-article): Inform the agent that articles
5094         need to be uncached as the cached contents are no longer valid.
5095
5096 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5097
5098         * binhex.el: Don't autoload executable-find.
5099
5100         * canlock.el: Don't autoload mail-fetch-field.
5101
5102         * dgnushack.el: Autoload c-mode for XEmacs.
5103
5104         * gnus-ems.el: Don't autoload appt-select-lowest-window.
5105
5106         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
5107         rmail-dont-reply-to and rmail-output.
5108
5109         * gnus-score.el: Don't autoload ffap-string-at-point.
5110
5111         * gnus-setup.el: Don't autoload sc-cite-original.
5112
5113         * imap.el: Don't autoload base64-decode-string,
5114         base64-encode-string and md5.
5115
5116         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
5117         and rmail-msg-restore-non-pruned-header.
5118
5119         * mm-decode.el: Don't autoload executable-find.
5120
5121         * mm-url.el: Don't autoload executable-find.
5122
5123         * mm-view.el: Don't autoload diff-mode.
5124
5125         * nndb.el: Don't autoload news-reply-mode, news-setup,
5126         cancel-timer and telnet.
5127
5128         * password.el: Don't autoload run-at-time for Emacs.
5129
5130         * sha1-el.el: Don't autoload executable-find.
5131
5132         * sieve-mode.el: Don't autoload c-mode.
5133
5134         * uudecode.el: Don't autoload executable-find.
5135
5136 2004-03-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
5137
5138         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
5139         (gnus-agent-possibly-alter-active): Avoid null in numeric
5140         comparison.
5141         (gnus-agent-set-local): Refuse to save null in local object table.
5142         (gnus-agent-regenerate-group): The REREAD parameter can now be a
5143         list of articles that will be marked as unread.
5144
5145 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5146
5147         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
5148
5149 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
5150
5151         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
5152         language tags.
5153
5154 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5155
5156         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
5157         Don't bind "obarray".
5158
5159         * gnus-sum.el (gnus-thread-sort-functions): Added
5160         `gnus-thread-sort-by-most-recent-number' and
5161         `gnus-thread-sort-by-most-recent-date'.
5162         Reported by Kai Grossjohann <kai@emptydomain.de>.
5163
5164 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5165
5166         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
5167
5168 2004-03-02  Kevin Greiner <kgreiner@xpediantsolutions.com>
5169
5170         * gnus-cus.el (gnus-agent-customize-category): Removed
5171         ignore-errors macro reference that required cl to be loaded at
5172         run-time.
5173
5174         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
5175         single-interval range of the form (min . max).  Previously the
5176         range had to look like ((min . max)).  Likewise, return
5177         (min . max) rather than ((min . max)).
5178         (gnus-range-map): Use gnus-range-normalize to accept
5179         single-interval range.
5180
5181         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
5182         the cache, but not the agent, now appear with their usual face.
5183
5184         * dgnushack.el (loaddir): New variable that is bound to the
5185         directory containing the dgnushack.el file. Use loaddir, rather
5186         than srcdir, to update load-path. Change lets dgnushack compile
5187         code in directories other than GNUS/lisp.
5188
5189 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5190
5191         * lpath.el: Don't bind w3m-safe-url-regexp.
5192
5193         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
5194         w3m-safe-url-regexp variable buffer-local.
5195
5196         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
5197
5198 2004-02-27  Simon Josefsson  <jas@extundo.com>
5199
5200         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
5201         gnus-group-real-prefix.
5202         (gnus-summary-move-article): Use it, instead of
5203         gnus-group-real-prefix.
5204
5205 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5206
5207         * lpath.el: Bind w3m-safe-url-regexp.
5208
5209         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
5210         w3m-safe-url-regexp variable buffer-local and set it as the value
5211         of mm-w3m-safe-url-regexp.
5212
5213         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
5214
5215         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
5216         parsing gnus-posting-styles when the message is not for replying.
5217
5218         * dgnushack.el: Autoload sgml-mode for XEmacs.
5219
5220         * nnrss.el (nnrss-opml-export): Use
5221         mm-set-buffer-file-coding-system instead of
5222         set-buffer-file-coding-system.
5223
5224 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
5225
5226         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
5227         of checkdoc.el).
5228         * nnrss.el: do.
5229         * gnus-mlspl.el: do.
5230         * gnus-ml.el: do.
5231         * gnus-srvr.el: do.
5232
5233         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
5234
5235 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5236
5237         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
5238         Corrections to custom-manual links.
5239
5240         * gnus-art.el (gnus-article): Ditto.
5241
5242         * mm-decode.el (mime-display, mime-security): Ditto.
5243
5244 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
5245
5246         * flow-fill.el: Typo.
5247
5248 2004-02-26  Andrew Cohen <cohen@andy.bu.edu>
5249
5250         * spam-wash.el: New file.
5251
5252 2004-02-26  Mark A. Hershberger <mah@everybody.org>
5253
5254         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
5255
5256 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5257
5258         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
5259         to be run with new-articles as LIST1, not LIST2
5260         (spam-registration-functions): add spam-use-ham-copy as a nil
5261         registration backend
5262
5263 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
5264
5265         * spam-stat.el (spam-stat-washing-hook): New option.
5266         (spam-stat-buffer-words): Use it.
5267         (spam-stat-process-directory, spam-stat-test-directory): Use
5268         insert-file-contents-literally.
5269         (spam-stat-coding-system): New variable.
5270         (spam-stat-load, spam-stat-save): Use it.
5271
5272 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5273
5274         * spam-report.el (spam-report-plug-agent): Quote
5275         spam-report-url-to-file and spam-report-url-ping-plain.
5276
5277 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
5278
5279         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
5280         / in mailto URLs.
5281
5282 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5283
5284         * spam-report.el (spam-report-process-queue): Fix interactive use.
5285         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
5286         (spam-report-unplug-agent): Doc fixes.
5287         (spam-report-url-ping-mm-url, spam-report-url-to-file)
5288         (spam-report-agentize, spam-report-deagentize): Autoload
5289
5290 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5291
5292         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
5293
5294         * message.el (message-setup-fill-variables): Add mml tags to
5295         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
5296         <ajk@iu.edu>.
5297         (message-mode): Don't modify paragraph-separate there.
5298
5299 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5300
5301         * compface.el (uncompface-use-external): Default to undecided.
5302         (uncompface-use-external-threshold): New variable.
5303         (uncompface-float-time): New macro.
5304         (uncompface): Determine whether to use the external decoder if
5305         uncompface-use-external is undecided.
5306
5307 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5308
5309         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
5310         after images.
5311
5312         * gnus-art.el (gnus-mime-display-single): Remove dead code.
5313
5314 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
5315
5316         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
5317
5318         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
5319
5320         * gnus-sum.el (gnus-summary-limit-to-age)
5321         (gnus-summary-limit-children): do.
5322
5323         * gnus-int.el (gnus-request-scan): do.
5324
5325         * gnus-group.el (gnus-group-suspend): do.
5326
5327         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
5328
5329         * gnus-cite.el (gnus-cite-parse-attributions): do.
5330
5331         * gnus-agent.el (gnus-summary-set-agent-mark)
5332         (gnus-agent-regenerate-group): do.
5333
5334         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
5335
5336         * binhex.el (binhex-decode-region-internal): do.
5337
5338 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * gnus-fun.el (gnus-face-properties-alist): New user option.
5341         (gnus-display-x-face-in-from): Use it.
5342
5343         * gnus-art.el (article-display-face): Ditto.
5344
5345         * compface.el (uncompface-use-external): Default to nil.
5346
5347 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
5348
5349         * nntp.el (nntp-erase-buffer): New function.
5350         (nntp-retrieve-data, nntp-send-command)
5351         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
5352         (nntp-possibly-change-group): Use it.
5353
5354         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
5355         with-current-buffer.
5356
5357 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
5358
5359         * compface.el: Merge the ELisp-based uncompface program.
5360         (compface): New customization group.
5361         (uncompface-use-external): New user option.
5362         (uncompface): Call uncompface-internal if uncompface-use-external
5363         is nil.
5364         (uncompface-internal): New function.  Note that there are also
5365         some other functions and variables added for this function.
5366
5367 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
5368
5369         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
5370         if necessary.
5371
5372 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5373
5374         * spam-report.el (spam-report-unplug-agent)
5375         (spam-report-plug-agent, spam-report-deagentize)
5376         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
5377         support for the Agent in spam-report: when unplugged, report to a
5378         file; when plugged, submit all the requests
5379
5380         * spam.el (spam-register-routine): improved message about
5381         registration
5382
5383 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
5384
5385         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
5386         dependencies.
5387         (rfc2047-encode): Use it.
5388
5389         * gnus-art.el (gnus-button-marker-list): Move before first
5390         reference.
5391
5392         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
5393         (imap-parse-body): Fix format string mismatch.
5394
5395         * gnus-score.el (gnus-summary-increase-score): do.
5396
5397         * nnrss.el (nnrss-close): New function.
5398
5399 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
5400
5401         * nnrss.el (nnrss-make-filename): New function.
5402         (nnrss-request-delete-group, nnrss-read-server-data)
5403         (nnrss-save-server-data, nnrss-read-group-data)
5404         (nnrss-save-group-data): Use it.
5405         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
5406         (nnrss-read-server-data, nnrss-read-group-data): Use load.
5407         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
5408
5409 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
5410
5411         * mml.el (mml-compute-boundary-1): Don't uncompress files.
5412
5413 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
5414
5415         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
5416         files.
5417
5418         * message.el (message-generate-headers-first): Don't quote nil
5419         and t in docstrings.
5420
5421         * imap.el (imap-id): do.
5422
5423         * gnus-agent.el (gnus-agent-consider-all-articles)
5424         (gnus-agent-queue-mail): do.
5425
5426 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
5427
5428         * spam-report.el (spam-report-process-queue): New function.
5429         Process requests from `spam-report-requests-file'.
5430         (spam-report-process-queue): Doc fix.
5431
5432 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
5433
5434         * spam.el (spam-register-routine)
5435         (spam-log-processing-to-registry, spam-log-registered-p)
5436         (spam-log-unregistration-needed-p, spam-log-undo-registration):
5437         change "check" to "spam-check" for semi-clarity
5438
5439 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
5440
5441         * pop3.el: Require nnheader.
5442
5443         * mml-smime.el: Require cl.  Autoload message-fetch-field.
5444
5445         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
5446
5447         * gnus-picon.el: Require cl.
5448
5449         * gnus-fun.el: Require gnus-ems and gnus-util.
5450
5451         * gnus.el (gnus-method-to-server): Move defsubst before first use.
5452
5453         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
5454
5455         * gnus-art.el (gnus-article-edit-mode): Define before first
5456         reference.
5457
5458 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
5459
5460         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
5461         (gnus-uu-post-encoded): Use point-at-bol.
5462
5463         * gnus-topic.el (gnus-group-active-topic-p): do.
5464
5465         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
5466
5467         * gnus-group.el (gnus-group-kill-region): do.
5468
5469         * gnus-art.el (article-date-ut): do.
5470
5471         * message.el (message-fetch-field): Remove redundant
5472         case-fold-search binding.
5473         (message-narrow-to-field): Simplify.
5474
5475 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5476
5477         * spam.el (spam-directory): Derive from `gnus-directory'.
5478
5479         * spam-report.el (spam-report-url-to-file)
5480         (spam-report-requests-file): New function and variable for offline
5481         reporting.
5482         (spam-report-url-ping-function): Add `spam-report-url-to-file'
5483         and user defined function.
5484         (spam-report-url-ping-mm-url): Remove doubled slash.
5485
5486 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
5487
5488         * spam.el (spam-list-of-processors): fixed spamassassin variable names
5489
5490 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
5491
5492         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
5493         format string mismatch.
5494
5495         * sieve.el (sieve-deactivate-all): do.
5496
5497         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
5498
5499         * nnlistserv.el (nnlistserv-kk-wash-article): do.
5500
5501         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
5502
5503         * mm-bodies.el (mm-7bit-chars): Don't include \r.
5504
5505 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
5506
5507         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
5508         the list of checks
5509
5510 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
5511
5512         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
5513         padding.
5514
5515 2004-01-27  Simon Josefsson  <jas@extundo.com>
5516
5517         * mm-view.el (mm-fill-flowed): Add.
5518         (mm-inline-text): Use it.  Tiny patch from Ralf Angeli
5519         <angeli@iwi.uni-sb.de>.
5520
5521 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
5522
5523         * spam.el (spam-spamassassin-register-ham-routine)
5524         (spam-spamassassin-register-spam-routine): fixed function names
5525
5526 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5527
5528         * gnus.el (gnus-tmp-grouplens): Remove.
5529         (gnus-summary-line-format): Remove grouplens.
5530
5531         * gnus-group.el (gnus-group-line-format): Ditto.
5532
5533         * gnus-spec.el (gnus-format-specs): Ditto.
5534         (gnus-update-format-specifications): Flush the group format spec
5535         cache if there's the grouplens stuff.
5536         (gnus-parse-simple-format): Replace %l with the empty string.
5537
5538 2004-01-27  Steve Youngs  <sryoungs@bigpond.net.au>
5539
5540         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
5541         omission.
5542         From Jerry James  <james@xemacs.org>
5543
5544 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5545
5546         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
5547         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
5548
5549 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
5550
5551         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
5552         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
5553         New macros and functions.
5554         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
5555         Handle > NLINK_MAX messages.
5556         * nnmaildir.el (nnmaildir-request-set-mark): Use
5557         nnmaildir--emlink-p and nnmaildir--eexist-p.
5558
5559 2004-01-25  Alex Schroeder  <alex@gnu.org>
5560
5561         * spam-stat.el (spam-stat-process-directory-age): New option.
5562         (spam-stat-process-directory): Use it.
5563
5564 2004-01-24  Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>  (tiny change)
5565
5566         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
5567         (spam-stat-save): Accept prefix argument.
5568
5569 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
5570
5571         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
5572         links" error.
5573
5574 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5575
5576         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
5577         the rest of the and/or forms.
5578
5579 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
5580
5581         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
5582         compatibility with old .newsrc.eld files.
5583
5584         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
5585
5586         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
5587
5588         * gnus-start.el (gnus-1): do.
5589
5590         * gnus-group.el (gnus-group-line-format-alist): do.
5591
5592         * gnus.el (gnus-use-grouplens, gnus-visual): do.
5593
5594         * gnus-gl.el: Remove.
5595
5596 2004-01-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
5597
5598         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
5599         marks consisting of a single range {for example, (3 . 5)} rather
5600         than a list of a single range { ((3 . 5)) }.
5601
5602 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
5603
5604         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
5605         with-current-buffer.
5606         (spam-stat-store-current-buffer): Use insert-buffer-substring to
5607         avoid consing a string.
5608
5609         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
5610         Remove obsolete entries for big5 and gb2312.
5611
5612 2004-01-22  Kevin Greiner <kgreiner@xpediantsolutions.com>
5613
5614         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
5615         uncompressed list.
5616
5617 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
5618
5619         * spam-stat.el (spam-stat-strip-xref): New function.
5620         (spam-stat-process-directory): Use it.
5621
5622         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
5623         here -- it's done in message-fetch-field.
5624
5625 2004-01-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
5626
5627         * gnus-agent.el (gnus-agent-queue-mail,
5628         gnus-agent-prompt-send-queue): New variables.
5629         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
5630         * gnus-draft.el (gnus-group-send-queue): Pass the group name
5631         "nndraft:queue" along to gnus-draft-send.  Use
5632         gnus-agent-prompt-send-queue.
5633         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
5634         is "nndraft:queue".  Suggested by Gaute Strokkenes
5635         <gs234@srcf.ucam.org>
5636
5637         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
5638         (agent-enable-undownloaded-faces): Added
5639         (gnus-agent-cat-groups): Use eval-and-compile, not
5640         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
5641         method of gnus-agent-cat-groups even when the buffer has been
5642         evaled.
5643         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
5644         delete gnus-agent-save-active-1.
5645         (gnus-agent-save-groups): Deleted. Identical to
5646         gnus-agent-save-active.
5647         (gnus-agent-write-active): No longer adjust agent's copy of active
5648         file as agent's adjustments are now stored in their own
5649         file. Removed optional parameter.
5650         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
5651         servers.  Add use of min/max range limits from server's local
5652         file.
5653         (gnus-agent-save-alist): Removed unused optional argument.
5654         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
5655         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
5656         (gnus-agent-set-local): A per-server file that keeps min/max range
5657         limits for articles known to the agent.  Provides a fast mechanism
5658         for altering many active ranges.
5659         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
5660         active file (local makes it unnecessary).
5661         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
5662
5663         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
5664         (agent-enable-undownloaded-faces): Added
5665
5666         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
5667         disable it when sending to "nndraft:queue".
5668         (gnus-group-send-queue): Add safety check to avoid sending queue
5669         when unplugged.
5670
5671         * gnus-group.el (gnus-group-catchup): Use new
5672         gnus-sequence-of-unread-articles, not
5673         gnus-list-of-unread-articles, to avoid exhausting memory with huge
5674         numbers of articles.  Use gnus-range-map to avoid having to
5675         uncompress the unread list.
5676         (gnus-group-archive-directory,
5677         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
5678         reference.
5679
5680         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
5681         (gnus-sorted-range-intersection): Intersection of two ranges
5682         without requiring that they first be uncompressed.
5683
5684         * gnus-start.el (gnus-activate-group): Unless blocked by the
5685         caller, possibly expand the active range to include both cached
5686         and agentized articles.
5687         (gnus-convert-old-newsrc): Rewrote in anticipation of having
5688         multiple version-dependent converters.
5689         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
5690         gnus-agent-save-active.
5691         (gnus-save-newsrc-file): Save dirty agent range limits.
5692
5693         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
5694         gnus-agent-possibly-alter-active.
5695         (gnus-adjust-marked-articles): Faster handling of simple lists
5696
5697 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
5698
5699         * spam-stat.el (spam-stat-test-directory): New optional argument
5700         displays a list of files detected.  Suggested by Andrew Cohen
5701         <cohen@andy.bu.edu>.
5702         (spam-stat-buffer-words-with-scores): Don't narrow and change
5703         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
5704
5705 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
5706
5707         * spam.el (gnus-summary-mode-map): make spam-generic-score the
5708         default scoring function
5709         (spam-generic-score): calls spam-spamassassin-score if
5710         spam-use-spamassassin or spam-use-spamassassin-headers is on;
5711         spam-bogofilter-score otherwise.
5712
5713         From Hubert Chan <hubert@uhoreg.ca>:
5714
5715         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
5716         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
5717         (spam-spamassassin-arguments)
5718         (spam-spamassassin-spam-flag-header)
5719         (spam-spamassassin-positive-spam-flag-header)
5720         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
5721         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
5722         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5723         (spam-list-of-processors, spam-list-of-checks)
5724         (spam-list-of-statistical-checks, spam-registration-functions)
5725         (spam-check-spamassassin-headers, spam-check-spamassassin)
5726         (spam-spamassassin-score)
5727         (spam-spamassassin-register-with-sa-learn)
5728         (spam-spamassassin-register-spam-routine)
5729         (spam-spamassassin-register-ham-routine)
5730         (spam-assassin-register-spam-routine)
5731         (spam-assassin-register-ham-routine): add SpamAssassin support
5732         (spam-bogofilter-score): fix to show article before scoring
5733
5734         * gnus.el (spam-process, spam-autodetect-methods): add
5735         spamassassin and spamassassin-headers
5736
5737         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5738         Suppress unnecessary messages.  From Nevin Kapur
5739         <nkapur@cs.caltech.edu>.
5740
5741 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
5742
5743         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
5744         make-hash-table.
5745
5746 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5747
5748         * canlock.el (base64-encode-string): Don't autoload it.
5749
5750 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5751
5752         * run-at-time.el: Remove useless (require 'itimer),
5753         eval-and-compile and (featurep 'xemacs).
5754
5755 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
5756
5757         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
5758         GROUP is a virtual group.
5759
5760 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
5761
5762         * gnus.el: Autoload `message-y-or-n-p'.
5763
5764 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
5765
5766         * pgg-parse.el: Remove unnecessary (require 'custom).
5767
5768         * pgg-def.el: do.
5769
5770         * nnmail.el: do.
5771
5772         * gnus-undo.el: do.
5773
5774         * gnus-picon.el: do.
5775
5776         * gnus-util.el: do.
5777
5778 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
5779
5780         * gnus-sum.el (gnus-pick-line-number): Add autoload.
5781
5782 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5783
5784         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
5785         handle, as well as a list.
5786
5787         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
5788         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
5789         (mm-w3m-cid-retrieve): Simplify.
5790
5791 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
5792
5793         * message.el (message-kill-to-signature): Allow prefix arg to
5794         specify number of lines to keep before signature.  From Vasily
5795         Korytov.
5796         (message-kill-to-signature): Change docstring.
5797
5798 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5799
5800         * canlock.el: Always require sha1-el.
5801         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
5802
5803         * message.el: Autoload sha1 only when compiling.
5804
5805         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
5806         eudc-expand-inline for XEmacs.
5807
5808 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * message.el (message-canlock-generate): Require sha1-el.
5811
5812 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
5813
5814         * message.el (message-expand-name): Silence the byte compiler.
5815
5816         * lpath.el: Add detect-coding-system.
5817
5818         * dgnushack.el (dgnushack-compile): Remove obsolete check for
5819         cus-edit.
5820
5821 2004-01-13  Simon Josefsson  <jas@extundo.com>
5822
5823         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
5824         Invoke gnus-score-mode.  Reported by
5825         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
5826
5827         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
5828         Jim Blandy <jimb@redhat.com> (tiny change).
5829
5830 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
5831
5832         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
5833
5834 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
5835
5836         * spam.el (spam-get-article-as-string): updated to use
5837         gnus-request-article-this-buffer, much simpler
5838         (spam-get-article-as-buffer): removed
5839
5840 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
5841
5842         * message.el (message-expand-name): Use EUDC if the user uses
5843         that.
5844
5845 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
5846
5847         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
5848         character for the encoding to avoid consing a string.
5849
5850         * rfc2047.el (rfc2047-decode-string): Don't cons a string
5851         unnecessarily.
5852
5853         * mm-util.el (mm-replace-chars-in-string): Remove.
5854
5855         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
5856         of mm-replace-chars-in-string.
5857
5858 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
5859
5860         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
5861         strings.
5862
5863         * mm-util.el (mm-subst-char-in-string): Support inplace.
5864
5865         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
5866         a new string in every iteration.  Use shy groups.
5867
5868 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
5869
5870         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
5871         (gnus-group-change-level, gnus-kill-newsgroup)
5872         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
5873         (gnus-get-unread-articles, gnus-make-articles-unread)
5874         (gnus-make-ascending-articles-unread): Use accessor
5875         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
5876         to get group information for improved readability.
5877
5878         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
5879
5880         * gnus-soup.el (gnus-soup-group-brew): do.
5881
5882         * gnus-msg.el (gnus-put-message): do.
5883
5884         * gnus-move.el (gnus-group-move-group-to-server): do.
5885
5886         * gnus-kill.el (gnus-batch-score): do.
5887
5888         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
5889         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
5890         (gnus-group-update-group, gnus-group-read-group)
5891         (gnus-group-make-group, gnus-group-make-help-group)
5892         (gnus-group-make-archive-group, gnus-group-make-directory-group)
5893         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
5894         (gnus-group-sort-by-unread, gnus-group-catchup)
5895         (gnus-group-unsubscribe-group, gnus-group-kill-group)
5896         (gnus-group-yank-group, gnus-group-set-info)
5897         (gnus-group-list-groups): do.
5898
5899         * gnus.el (gnus-generate-new-group-name): do.
5900
5901         * gnus-delay.el (gnus-delay-send-queue): do.
5902
5903         * nnvirtual.el (nnvirtual-catchup-group): do.
5904
5905         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
5906         do.
5907
5908         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
5909         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
5910
5911         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
5912         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
5913         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
5914         (gnus-group-make-articles-read): do.
5915
5916 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
5917
5918         * gnus-art.el (article-decode-mime-words, article-babel)
5919         (gnus-article-highlight-signature, gnus-article-add-buttons)
5920         (gnus-signature-toggle): Use gnus-with-article-buffer.
5921
5922         * gnus-art.el (gnus-article-highlight-headers)
5923         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
5924
5925         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
5926         (gnus-article-set-globals, gnus-request-article-this-buffer)
5927         (gnus-button-message-id, gnus-article-maybe-hide-headers)
5928         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
5929         (gnus-mime-display-alternative): Use with-current-buffer.
5930
5931 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5932
5933         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
5934         also under 80 char limit, and call gnus-error if needed
5935         (spam-fetch-article-header): finally fixed - it was a
5936         buffer-local variable (gnus-newsgroup-data)
5937         (spam-find-spam): use spam-generate-fake-headers, forget about
5938         spam-insert-fake-headers
5939         (spam-insert-fake-headers): removed
5940
5941 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
5942
5943         * deuglify.el (gnus-article-outlook-unwrap-lines)
5944         (gnus-outlook-rearrange-article)
5945         (gnus-outlook-repair-attribution-outlook)
5946         (gnus-outlook-repair-attribution-block)
5947         (gnus-outlook-repair-attribution-other): Remove redundant
5948         save-excursion.
5949
5950 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5951
5952         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
5953         (spam-fetch-field-subject-fast)
5954         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
5955         (spam-fetch-article-header): new functions to deal with Gnus
5956         internals for fast retrieval of article header data
5957         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
5958
5959 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
5960
5961         * pop3.el (pop3-md5): Remove.
5962         (pop3-apop): Replace pop3-md5 with md5.
5963
5964         * mm-bodies.el: base64 is always built-in.
5965
5966         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
5967         with-current-buffer.
5968
5969 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5970
5971         * canlock.el (canlock-insert-header): Remove excessive grouping in
5972         regexp.
5973
5974         * gnus-sum.el (gnus-summary-read-document): Ditto.
5975
5976         * gnus-uu.el (gnus-uu-part-number): Ditto.
5977
5978         * html2text.el (html2text-remove-tags): Ditto.
5979         (html2text-format-tags): Ditto.
5980         (html2text-format-single-elements): Ditto.
5981
5982         * mml.el (mml-parse-1): Ditto.
5983
5984 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
5985
5986         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
5987
5988         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
5989
5990         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
5991
5992         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
5993
5994 2003-11-15  Simon Josefsson  <jas@extundo.com>
5995
5996         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
5997         (pgg-gpg-lookup-key): Use regexp match instead of
5998         split-string (split-string is different between emacs 21.2 and
5999         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
6000
6001 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
6002
6003         * gnus-art.el (gnus-mime-view-all-parts)
6004         (gnus-article-part-wrapper, gnus-article-view-part): Use
6005         with-current-buffer.
6006
6007 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
6008
6009         * spam.el (spam-disable-spam-split-during-ham-respool)
6010         (spam-spamoracle-database, spam-cache-lookups)
6011         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
6012         (spam-group-ham-mark-p, spam-group-spam-mark-p)
6013         (spam-group-ham-marks, spam-group-spam-marks)
6014         (spam-group-spam-contents-p, spam-group-ham-contents-p)
6015         (spam-list-of-processors, spam-list-of-statistical-checks): doc
6016         fix, also add spam-use-blackholes to the statistical checks
6017         (spam-fetch-field-fast): new interface to fetching fields, may
6018         become a macro
6019         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
6020         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
6021         (spam-insert-fake-headers): fake an article when needed
6022         (spam-find-spam): fake article when possible
6023         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
6024         (spam-check-bogofilter-headers): use message-fetch-field instead
6025         of nnmail-fetch-field
6026
6027 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6028
6029         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
6030
6031 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
6032
6033         * spam.el (spam-split): do not require spam-use-CHECK to be
6034         enabled if that check is passed to spam-split explicitly; also
6035         fix so 'spam doesn't get converted to spam-split-group when
6036         spam-split-symbolic-return is t
6037         (spam-find-spam): find registrations of the article and use those
6038         instead of re-running spam-split to find the spam/ham
6039         classification of the article
6040         (spam-log-processing-to-registry, spam-log-registered-p)
6041         (spam-log-unregistration-needed-p, spam-log-undo-registration):
6042         use gnus-error instead of gnus-message
6043         (spam-log-registration-type): new function to determine the
6044         classification of a message based on registry entries; will
6045         return nil if both 'spam and 'ham are found
6046         (spam-check-BBDB): expand all the BBDB macros here so we can have
6047         a reasonably fast local cache without the loading errors
6048         (spam-cache-lookups): set to t by default
6049         (spam-find-spam): don't try to guess spam-cache-lookups
6050         (spam-enter-whitelist, spam-enter-blacklist): also clear the
6051         spam-caches entry
6052         (spam-filelist-build-cache, spam-filelist-check-cache): better
6053         caching of whitelist/blacklist entries
6054         (spam-check-whitelist, spam-check-blacklist): invoke
6055         spam-from-listed-p with a type, not a cache variable
6056         (spam-from-listed-p): wrap around spam-filelist-check-cache
6057
6058 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
6059
6060         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
6061
6062         * nnmail.el (nnmail-split-fancy): do.
6063
6064         * mml.el (mml-parse): do.
6065
6066         * gnus-score.el (gnus-enter-score-words-into-hashtb)
6067         (gnus-score-adaptive): do.
6068
6069 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6070
6071         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
6072         (gnus-mime-button-map): Don't set keymap parent.
6073         (gnus-button-ctan-directory-regexp): Use shy grouping.
6074         (gnus-prev-page-map): Don't set keymap parent.
6075         (gnus-prev-page-map): Remove duplicated one.
6076         (gnus-next-page-map): Don't set keymap parent.
6077         (gnus-mime-security-button-map): Ditto.
6078
6079         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
6080         version number.
6081
6082         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
6083
6084 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6085
6086         * canlock.el (canlock-sha1-function): Remove.
6087         (canlock-sha1-function-for-verify): Remove.
6088         (canlock-openssl-program): Remove.
6089         (canlock-openssl-args): Remove.
6090         (canlock-ignore-errors): Remove.
6091         (canlock-sha1-with-openssl): Remove.
6092         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
6093         (canlock-verify): Don't use canlock-ignore-errors.
6094
6095         * sha1-el.el (sha1-string-external): Make it can return a string
6096         in binary form.
6097         (sha1-region-external): Ditto.
6098         (sha1-string-internal): Ditto.
6099         (sha1-region-internal): Ditto.
6100         (sha1-region): Ditto.
6101         (sha1-string): Ditto.
6102         (sha1): Ditto.
6103
6104 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6105
6106         * spam.el (spam-report-articles-gmane): New command.
6107
6108 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6109
6110         * gnus.el: Don't make unnecessary *Group* buffer when loading.
6111
6112         * run-at-time.el (run-at-time-saved): Remove.
6113         (run-at-time): Doc fix.
6114
6115 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
6116
6117         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
6118         (gnus-summary-limit-map): Add it.
6119         (gnus-summary-make-menu-bar): do.
6120
6121 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
6122
6123         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
6124         first attempt at some caching support (done for BBDB only now)
6125         (spam-find-spam): set spam-cache-lookups if there are more than 2
6126         addresses to be checked
6127         (spam-clear-cache-BBDB): new function, to be invoked by
6128         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
6129         (spam-check-BBDB): check and use the caches, if
6130         spam-cache-lookups is on
6131         remove superfluous (provide)
6132
6133 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6134
6135         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
6136
6137 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
6138
6139         * run-at-time.el (run-at-time-saved): Move to after the definition
6140         of `run-at-time'.
6141
6142         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
6143
6144 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6145
6146         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
6147         mm-w3m-local-map-property.
6148
6149         * mm-view.el (mm-w3m-mode-map): Remove.
6150         (mm-w3m-local-map-property): Remove.
6151         (mm-inline-text-html-render-with-w3m): Don't use
6152         mm-w3m-local-map-property.
6153
6154 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6155
6156         * run-at-time.el: New file.
6157
6158         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
6159         under Emacs.
6160
6161         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
6162         of gnus-set-text-properties.
6163
6164         * gnus-uu.el (gnus-uu-save-article): Ditto.
6165
6166         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
6167
6168         * gnus-cite.el (gnus-cite-parse): Ditto.
6169
6170         * gnus-art.el (gnus-button-push): Use set-text-properties instead
6171         of gnus-.
6172
6173         * gnus-xmas.el (run-at-time): Require run-at-time.
6174
6175         * gnus.el: Changed calls to nnheader-run-at-time and
6176         password-run-at-time throughout to use run-at-time directly.
6177
6178         * password.el: Removed definition of run-at-time.
6179
6180         * nnheaderxm.el: Remove definition of run-at-time.
6181
6182 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>
6183
6184         * mml.el (mml-minibuffer-read-disposition): Show attachment type
6185         in prompt (tiny change)
6186
6187 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
6188
6189         * messagexmas.el (message-xmas-redefine): Alias
6190         `message-make-caesar-translation-table' to
6191         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
6192         version.
6193
6194         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
6195         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
6196         `gnus-xmas-set-text-properties'.
6197         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
6198         `gnus-xmas-completing-read'.
6199         (gnus-xmas-completing-read): Removed.
6200         (gnus-xmas-open-network-stream): Removed.
6201
6202         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
6203         XEmacs version.
6204
6205         * dns.el (dns-make-network-process): Use `open-network-stream'
6206         instead of `gnus-xmas-open-network-stream'.
6207
6208         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
6209
6210         * .cvsignore: Add auto-autoloads.el, custom-load.el.
6211
6212 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
6213
6214         * gnus-art.el (gnus-mime-display-alternative)
6215         (gnus-insert-mime-button, gnus-insert-mime-security-button)
6216         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
6217         Don't use gnus-local-map-property.
6218
6219         * gnus-util.el (gnus-local-map-property): Remove.
6220
6221         * mm-view.el (mm-view-pkcs7-decrypt): Replace
6222         gnus-completing-read-maybe-default with completing-read.
6223
6224         * gnus-util.el (gnus-completing-read): do.
6225         (gnus-completing-read-maybe-default): Remove.
6226
6227 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
6228
6229         * password.el: Only autoload `run-at-time' if not XEmacs.
6230         Only autoload the itimer functions if XEmacs.
6231
6232 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6233
6234         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
6235         XEmacsen.
6236
6237         * dgnushack.el: Autoload executable-find for XEmacs.
6238
6239 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
6240
6241         * gnus-art.el (gnus-read-string): Remove.
6242         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
6243         read-string.
6244
6245 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
6246
6247         * netrc.el: autoload password-read
6248         (netrc): new configuration group
6249         (netrc-encoding-method, netrc-openssl-path): configuration
6250         variables for encoding and decoding of files with symmetric
6251         ciphers
6252         (netrc-encode): assistant function to encode a file with
6253         netrc-encoding-method
6254         (netrc-parse): added interactive parameter, added optional
6255         decoding if netrc-encoding-method is non-nil but otherwise
6256         behavior is standard
6257         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
6258         s/encode/encrypt/ everywhere
6259
6260         * spam.el: remove executable-find autoload
6261
6262 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
6263
6264         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
6265
6266         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
6267
6268 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6269
6270         * gnus-art.el (gnus-treat-ansi-sequences,
6271         article-treat-ansi-sequences): New variable and function.
6272         Suggested by Dan Jacobson <jidanni@jidanni.org>.
6273
6274         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
6275         Use it.
6276
6277 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
6278
6279         * mm-util.el (mm-quote-arg): Remove.
6280
6281         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
6282         shell-quote-argument.
6283
6284         * gnus-uu.el (gnus-uu-command): do.
6285
6286         * gnus-sum.el (gnus-summary-insert-pseudos): do.
6287
6288         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
6289         with make-char.
6290
6291         * mm-util.el (mm-make-char): Remove.
6292
6293         * mml.el (mml-mode): Replace gnus-add-minor-mode with
6294         add-minor-mode.
6295
6296         * gnus-undo.el (gnus-undo-mode): do.
6297
6298         * gnus-topic.el (gnus-topic-mode): do.
6299
6300         * gnus-sum.el (gnus-dead-summary-mode): do.
6301
6302         * gnus-start.el (gnus-slave-mode): do.
6303
6304         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
6305
6306         * gnus-ml.el (gnus-mailing-list-mode): do.
6307
6308         * gnus-gl.el (gnus-grouplens-mode): do.
6309
6310         * gnus-draft.el (gnus-draft-mode): do.
6311
6312         * gnus-dired.el (gnus-dired-mode): do.
6313
6314         * gnus-ems.el (gnus-add-minor-mode): Remove.
6315
6316         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
6317         Replace gnus-char-width with char-width.
6318
6319         * gnus-ems.el (gnus-char-width): Remove.
6320
6321         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
6322         Replace gnus-char-width with char-width.
6323
6324         * gnus-ems.el (gnus-char-width): Remove.
6325
6326         * spam-stat.el (with-syntax-table): Remove with-syntax-table
6327         definition.
6328         Remove Emacs 20 hash table compatibility code.
6329
6330         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
6331         20 compatibility code.
6332
6333         * spam.el (spam-point-at-eol): Replace with point-at-eol.
6334
6335         * smime.el (smime-point-at-eol): Replace with point-at-eol.
6336
6337         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
6338         with point-at-{eol,bol}.
6339
6340         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
6341
6342         * imap.el (imap-point-at-eol): Replace with point-at-eol.
6343
6344         * flow-fill.el (fill-flowed-point-at-bol,
6345         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
6346
6347         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
6348         Replace with point-at-{eol,bol} throughout all files.
6349
6350 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6351
6352         * ntlm.el (ntlm-string-as-unibyte): New macro.
6353         (ntlm-build-auth-response): Use it.
6354
6355         Remove Emacs 20 stuff:
6356         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
6357         (butlast, mapc, remove): Remove the compiler macros.
6358         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
6359         of delq and copy-sequence.
6360         * gnus-art.el (popup-menu): Remove the compiler macro.
6361         * nnmail.el (nnmail-split-fancy): Don't support customizing with
6362         Emacs 20.
6363
6364 2004-01-05  Simon Josefsson  <jas@extundo.com>
6365
6366         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
6367         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
6368         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
6369         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
6370         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
6371         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
6372         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
6373         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
6374         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
6375         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
6376         ntlm-string-permute, string-lshift into ntlm-string-lshift,
6377         string-xor into ntlm-string-xor.  Suggested by
6378         Jesper Harder <harder@myrealbox.com>.
6379
6380         * ntlm.el: Don't include poem.
6381
6382         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
6383         Jesper Harder <harder@myrealbox.com>.
6384
6385         * sasl-ntlm.el, ntlm.el, md4.el: New files.
6386
6387         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
6388         probably breaks emacs with DL patch, but do we care? Is anyone
6389         still using the DL stuff?)
6390
6391         * sieve-manage.el: Use the password package.
6392         (sieve-manage-read-passwd): Remove.
6393         (sieve-manage-interactive-login): Use password.  Re-add
6394         condition-case around loop.
6395
6396         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
6397         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
6398         the password package.
6399
6400 2003-02-19  Simon Josefsson  <jas@extundo.com>
6401
6402         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
6403         token.
6404
6405 2002-08-07  Simon Josefsson  <jas@extundo.com>
6406
6407         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
6408         (sieve-manage-authenticators):
6409         (sieve-manage-authenticator-alist): Add some SASL mechs.
6410         (sieve-sasl-auth): New function.
6411         (sieve-manage-cram-md5-auth):
6412         (sieve-manage-plain-auth): Rewrite using SASL library.
6413         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
6414         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
6415         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
6416         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
6417
6418 2004-01-05  Simon Josefsson  <jas@extundo.com>
6419
6420         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
6421         New files.
6422
6423 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6424
6425         * gnus-group.el (gnus-no-groups-message): Update.
6426
6427         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
6428
6429 2003-11-09  Simon Josefsson  <jas@extundo.com>
6430
6431         * imap.el: Support for ID IMAP extension (RFC 2971).
6432         (imap-local-variables): Add imap-id.
6433         (imap-id): New variable.
6434         (imap-id): New function.
6435         (imap-parse-response): Parse untagged ID response.
6436         * nnimap.el (nnimap-id): New variable.
6437         (nnimap-open-connection): Use it.
6438
6439 2003-12-28  Simon Josefsson  <jas@extundo.com>
6440
6441         * gnus-score.el (gnus-score-edit-all-score): New.
6442         * gnus-group.el (gnus-group-score-map): Bind it to W e.
6443
6444 2004-01-04  Simon Josefsson  <jas@extundo.com>
6445
6446         * password.el: Add.
6447
6448 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
6449
6450         * dns.el: Add support for AAAA records (see RFC 3596)
6451
6452         * Fix typo PRT -> PTR
6453
6454         * Parse MX, PTR and SOA replies (see RFC 1035)
6455
6456 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6457
6458         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
6459
6460         * Moved to Changelog.2.
6461
6462 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6463
6464         * gnus.el (gnus-version-number): Bump version.
6465
6466 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6467
6468         * gnus.el: No Gnus v0.1 is released.
6469
6470 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6471
6472         * gnus.el: No Gnus v0.0 is released.
6473
6474 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6475
6476         * gnus.el (gnus-version-number): Bump.
6477         (gnus-version): No.
6478
6479 See ChangeLog.2 for earlier changes.
6480
6481     Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
6482   Copying and distribution of this file, with or without modification,
6483   are permitted provided the copyright notice and this notice are preserved.
6484
6485 ;; Local Variables:
6486 ;; coding: iso-2022-7bit
6487 ;; End:
6488
6489 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4