* gnus-util.el (gnus-add-timestamp-to-message): New user option.
[gnus] / lisp / ChangeLog
1 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4         (gnus-message-with-timestamp-1): New macro.
5         (gnus-message-with-timestamp): New function.
6         (gnus-message): Use them.
7
8         * nnheader.el (nnheader-message): Use them.
9
10 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11
12         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
13         .newsrc.eld file.
14
15 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16
17         * gnus-agent.el (gnus-agent-fetch-headers)
18         (gnus-agent-retrieve-headers): Bind
19         gnus-decode-encoded-address-function to identity.
20
21         * nntp.el (nntp-send-xover-command): Recognize an xover command is
22         available also when the server returns simply a dot.
23
24         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
25
26 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
27
28         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
29
30 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
31
32         * gnus-ems.el (gnus-x-splash): Make it work.
33
34         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
35         from being used.
36
37         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
38
39 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
40
41         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
42         4th and the 5th arguments.
43
44         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
45         the front stickiness.
46         (gnus-article-summary-command-nosave): Correct the order of the
47         arguments passed to pop-to-buffer.
48         (gnus-article-read-summary-keys): Ditto; make it work properly when the
49         summary command ends up with the article buffer.
50
51         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
52         the same faces.
53
54 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
55
56         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
57
58 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
59
60         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
61         * gnus-sum.el (gnus-summary-highlight):
62         * pgg.el (pgg-sign-region, pgg-sign):
63         * mail-source.el (mail-source-delete-old-incoming-confirm):
64         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
65
66 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
67
68         * gnus-art.el (gnus-mime-view-part-externally)
69         (gnus-mime-view-part-internally): Fix predicate function passed to
70         completing-read.
71
72         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
73
74         * gnus.el (gnus-update-message-archive-method): Add :version.
75
76 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
77
78         * gnus.el (gnus-update-message-archive-method): New variable.
79
80         * gnus-start.el (gnus-setup-news): Update saved "archive" method
81         according to gnus-message-archive-method if
82         gnus-update-message-archive-method is non-nil.
83
84 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
85
86         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
87         by Loic Dachary <loic@dachary.org>.
88         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
89
90 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
91
92         * message.el (message-pop-to-buffer): Add switch-function argument.
93         (message-mail): Pass switch-function argument to it.
94
95 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
96
97         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
98         Improve doc string.
99
100 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
101
102         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
103         (gnus-header-content)
104         * gnus-cite.el (gnus-cite-10)
105         * gnus-srvr.el (gnus-server-closed)
106         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
107         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
108         (gnus-group-mail-3-empty, gnus-group-mail-low)
109         (gnus-group-mail-low-empty, gnus-splash)
110         * message.el (message-header-to, message-header-cc)
111         (message-header-subject, message-header-other, message-header-name)
112         (message-header-xheader, message-separator, message-cited-text)
113         (message-mml): Lighten colors of faces used for dark background.
114
115 2007-05-24  Simon Josefsson  <simon@josefsson.org>
116
117         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
118         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
119
120 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
121
122         * message.el (message-narrow-to-headers-or-head): Ignore
123         mail-header-separator in the body.
124
125 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
126
127         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
128         same as window size.
129
130 2007-05-22  Kevin Ryde  <user42@zip.com.au>
131
132         * message.el (message-font-lock-keywords): Use message-header-xheader
133         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
134         ahead of the anything pattern, to get it recognised.
135
136 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
137
138         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
139         spam.el loads uses it in the compiled defadvice form.
140
141 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
142
143         * gnus-sum.el (gnus-articles-to-read)
144         (gnus-summary-insert-old-articles): Don't truncate group name for
145         `read-string'.
146
147         * gnus-util.el (gnus-limit-string): Delete this function.
148
149         * gnus-sum.el (gnus-simplify-subject-fully): Use
150         `truncate-string-to-width' instead.
151
152 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
153
154         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell if, on
155         summary exit, the next group has to be selected.
156         (gnus-summary-exit): Use it.
157
158 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
159
160         * gnus-art.el (gnus-article-mode): Fix comment about displaying
161         non-break space.
162
163 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
164
165         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
166         Check if group is not a directory.
167         (nnfolder-request-expire-articles): Don't delete articles if the target
168         group is not available.
169
170         * nnml.el (nnml-request-create-group): Properly check if group is not a
171         file.
172         (nnml-request-expire-articles): Don't delete articles if the target
173         group is not available.
174
175         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
176         Don't quote characters that are within parentheses.
177
178 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
179
180         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
181         (gnus-handle-ephemeral-exit): Select article according to it.
182
183 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
184
185         * message.el (message-insert-formated-citation-line): Remove newline.
186         (message-citation-line-format): Add final \n here so that the user can
187         avoid a blank line.
188
189 2007-05-03  Dan Christensen  <jdc@uwo.ca>
190
191         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
192         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
193         Update lanl/arXiv support.
194
195 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
196
197         * gnus.el: Bump version number.
198
199 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
200
201         * gnus.el (gnus-version-number): Bump version.
202
203 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
204
205         * gnus.el: No Gnus v0.6 is released.
206
207 2007-04-27  Didier Verna  <didier@xemacs.org>
208
209         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
210         * gmm-utils.el (gmm-regexp-concat): here.
211         * message.el: Don't require 'gnus-util.
212         (message-dont-reply-to-names): Handle name change above.
213         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
214
215 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
216
217         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
218         since the initial value varies according to the system.
219
220 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
221
222         * mm-util.el (mm-charset-synonym-alist): Defcustom.
223
224 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
225
226         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
227
228 2007-04-24  Didier Verna  <didier@xemacs.org>
229
230         Improve the type of gnus-ignored-from-addresses.
231         * gnus-util.el (gnus-orify-regexp): New function.
232         * message.el (gnus-util): Require it.
233         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
234         * gnus-sum.el (gnus-ignored-from-addresses): New function.
235         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
236
237 2007-04-24  Didier Verna  <didier@xemacs.org>
238
239         * gnus-sum.el:
240         * gnus-utils.el: Fix some trailing whitespaces.
241
242 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
243
244         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
245         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
246         article's Message-ID; refer parent article in summary buffer.
247
248         * message.el (message-bounce): Call mime-to-mml.
249
250         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
251         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
252         optimize and/or forms properly.
253
254 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
255
256         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
257         URL.
258
259 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
260
261         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
262
263 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
264
265         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
266         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
267         displayed of multipart/alternative part if it is invoked from summary
268         buffer.
269
270         * mm-view.el (mm-inline-text-html-render-with-w3m)
271         (mm-inline-text-html-render-with-w3m-standalone)
272         (mm-inline-render-with-function): Use mail-parse-charset by default.
273
274 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
275
276         * parse-time.el (parse-time-string-chars): Check if CHAR
277         is less than the length of parse-time-syntax.
278
279 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
280
281         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
282         from gnus-newsgroup-processable.
283
284 2007-04-16  Didier Verna  <didier@xemacs.org>
285
286         * gnus-msg.el (gnus-configure-posting-styles): Handle
287         message-signature-directory properly with :file syntax. Reported by
288         "Leo".
289
290 2007-04-11  Didier Verna  <didier@xemacs.org>
291
292         New user option: message-signature-directory.
293         * gnus-msg.el (gnus-configure-posting-styles): Support it.
294         * message.el (message-insert-signature): Ditto.
295         * message.el (message-signature-file): Doc update.
296         * message.el (message-signature-directory): New.
297
298 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
299
300         * gnus-msg.el (gnus-inews-yank-articles): Use
301         message-exchange-point-and-mark instead of exchange-point-and-mark.
302
303 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
304
305         * message.el (message-yank-original): Make sure cited text ends with
306         newline; don't exchange point and mark.
307
308 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
309
310         * tls.el (open-tls-stream): Properly handle case where there
311         is no associated buffer.
312
313 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
314
315         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
316         message-yank-original, make sure (< mark TEXT point).
317
318 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
319
320         * message.el (message-fill-column): New variable.
321         (message-mode): Use it.  Add comment on a possible new hook.
322
323         * nnmail.el (nnmail-spool-file): Mark as obsolete.
324         (nnmail-get-new-mail): Reformat.
325
326         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
327
328         * gmm-utils.el: Fix Commentary.
329         (gmm-tool-bar-from-list): Fix typo in doc string.
330
331 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
332
333         * message.el (message-yank-original): Don't switch point and mark
334         unnecessarily to put point and mark as documented.
335
336 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
337
338         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
339         from the message heads.
340
341 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
342
343         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
344         article buffer does not have a window.  This may not be the best
345         solution but is certainly better than setting the start of the null,
346         that is the current, window.
347
348 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
349
350         * gnus-draft.el (gnus-draft-setup-hook): New hook.
351         (gnus-draft-setup): Run it.
352
353         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
354         gnus-score-fast-scoring.  Allow regexp.
355         (gnus-score-headers): Use it.
356
357         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
358         XEmacs.
359
360         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
361         string.
362         (gnus-button-alist): Also catch `<f1> k ...'.
363         (gnus-treat-display-x-face): Fix doc string.
364
365 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
366
367         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
368         evaluation of gnus-extended-version to ensure correct generation of the
369         User-Agent header when message-generate-headers-first is used.
370
371 2007-03-24  Simon Josefsson  <simon@josefsson.org>
372
373         * hashcash.el (hashcash-generate-payment-async): Don't crash if
374         hashcash-path is nil.  Don't call callback with incorrect number of
375         parameters if val is 0.
376
377 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
378
379         * message.el (message-required-news-headers):
380         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
381
382 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
383
384         * tls.el (open-tls-stream): In handshake-waiting loop,
385         don't wait more if there is output available to process.
386
387 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
388
389         * tls.el (tls-program): Doc fix.
390
391 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
392
393         * message.el (message-generate-new-buffers): Change the meaning of the
394         nil value; add `standard' to the choices; treat t as `unique'; improve
395         doc string.
396         (gnus-select-frame-set-input-focus): Autoload.
397         (message-buffer-name): Search for the existing message buffer if
398         message-generate-new-buffers is nil or `standard'; treat the value t of
399         message-generate-new-buffers as `unique'.
400         (message-pop-to-buffer): Raise the frame already displaying the message
401         buffer; clear the echo area after querying.
402         (message-setup): Pass the `continue' argument to compose-mail.
403         (message-mail): Prefer `switch-function' if it is given; search for the
404         existing message buffer if the `continue' argument is non-nil; pass
405         continue and switch-function arguments to compose-mail by way of
406         message-setup.
407         (message-mail-other-window): Adjust argument of message-setup.
408         (message-mail-other-frame): Ditto.
409
410 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
411
412         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
413         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
414         to turn font-lock on when turning gnus-message-citation-mode on.
415
416 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
417
418         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
419         (mml-smime-function-alist): New variable; add epg as the backend.
420         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
421         mml-smime- functions instead.
422         * mm-view.el: Require smime.
423
424 2007-03-05  Didier Verna  <didier@xemacs.org>
425
426         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
427         instead of just inheritance for posting styles.
428         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
429
430 2007-02-24  Chris Moore  <dooglus@gmail.com>
431
432         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
433         * pgg-pgp.el (pgg-pgp-encrypt-region):
434         * pgg-gpg.el (pgg-gpg-encrypt-region):
435         Check pgg-encrypt-for-me if no other recipients.
436
437 2007-02-24  John Paul Wallington  <jpw@pobox.com>
438
439         * tls.el (tls-certtool-program): Fix custom type.
440
441 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
442
443         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
444         and point-at-eol instead of line-(beginning|end)-position.
445
446         * assistant.el (assistant-parse-buffer): Ditto.
447
448         * netrc.el (netrc-parse-services): Ditto.
449
450 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
451
452         * mml2015.el (mml2015-epg-find-usable-key): New function.
453         (mml2015-epg-sign): Use it.
454         (mml2015-epg-encrypt): Use it.
455
456 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
457
458         * message.el (message-make-in-reply-to): Quote name containing
459         non-ASCII characters.  It will make the RFC2047 encoder cause an error
460         if there are special characters.  Reported by NAKAJI Hiroyuki
461         <nakaji@kankyo-u.ac.jp>.
462
463 2007-02-27  Didier Verna  <didier@xemacs.org>
464
465         Include the group parameters as well as the topic ones in the
466         inheritance filter process.
467         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
468         argument GROUP-PARAMS-LIST.
469         * gnus-topic.el (gnus-group-topic-parameters): Use it.
470
471 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
472
473         * nntp.el (nntp-never-echoes-commands)
474         (nntp-open-connection-functions-never-echo-commands): New variables.
475         (nntp-send-command): Use them.
476
477 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
478
479         * mml2015.el (mml2015-epg-verify): Simplified.
480
481 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
482
483         * mml.el (mml-content-disposition-alist): New user option.
484         (mml-content-disposition): New function.
485         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
486         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
487
488 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
489
490         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
491         verification.
492
493 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
494
495         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
496         articles posted in the last 24 hours.
497
498 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
499
500         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
501
502 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
503
504         * nntp.el (nntp-send-command): Don't wait for echoes when
505         nntp-open-ssl-stream is used.
506
507 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
508
509         * gnus-cite.el (gnus-test-font-lock-add-keywords)
510         (gnus-message-add-citation-keywords)
511         (gnus-message-remove-citation-keywords): Remove.
512         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
513         directly, make the variables in font-lock-defaults buffer-local, add
514         gnus-message-citation-keywords to them and then update the value of
515         font-lock-keywords.
516
517 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
518
519         * message.el (message-cite-original-1): Don't call
520         gnus-article-highlight-citation.
521
522         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
523         citations; fix line count.
524
525 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
526
527         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
528         (gnus-message-add-citation-keywords)
529         (gnus-message-remove-citation-keywords): Use it; fix the emulating
530         versions of font-lock-add-keywords and font-lock-remove-keywords to
531         work with XEmacs correctly.
532
533 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
534
535         * gnus-cite.el (gnus-cite-face-list): Set the values of
536         gnus-message-max-citation-depth and gnus-message-citation-keywords.
537         (gnus-message-max-citation-depth): Use defvar rather than defconst.
538         (gnus-message-cite-prefix-regexp): New variable.
539         (gnus-message-search-citation-line): Use it; protect against long
540         citation prefix; fill match data with nil rather than 0 for XEmacs; set
541         the 0th match data for Emacs.
542         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
543         (gnus-message-add-citation-keywords): Append keywords rather than
544         prepending; emulate font-lock-add-keywords if it is not available.
545         (gnus-message-remove-citation-keywords): Emulate
546         font-lock-remove-keywords if it is not available.
547
548         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
549
550         * message.el (message-cite-prefix-regexp): Set the value of
551         gnus-message-cite-prefix-regexp.
552
553 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
554
555         * nnweb.el (nnweb-google-parse-1): Update parser.
556
557 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
558
559         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
560
561 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
562
563         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
564         regexp.
565
566 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
567
568         * uudecode.el (uudecode-string-to-multibyte): New function emulating
569         string-to-multibyte.
570         (uudecode-decode-region-internal): Use it.
571
572         * lpath.el: Fbind string-as-multibyte for XEmacs.
573
574 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
575
576         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
577         custom choice.
578
579         * gnus-art.el (gnus-signature-limit): Fix custom choice.
580
581 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
582
583         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
584
585         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
586         `write-region' to respect `mm-inhibit-file-name-handlers'.
587
588 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
589
590         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
591         Use gnus-home-directory instead of "~/" or "$HOME".
592
593 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
594
595         * encrypt.el (encrypt-insert-file-contents): Add better prompt
596         to mention filename.
597         Add comments at beginning regarding usage.
598         (encrypt-write-file-contents): Change interactive so a string is
599         acceptable.  If the file has no associated model, show an error instead
600         of a nonsense prompt.
601
602 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
603
604         * spam.el (spam-bsfilter-ham-switch): Fix typo.
605         Thanks to Yoshihiko Yamada for kind notification of this typo.
606
607 2007-01-12  Kenichi Handa  <handa@m17n.org>
608
609         * uudecode.el (uudecode-decode-region-internal): Make it work in a
610         multibyte buffer.
611
612 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
613
614         * gnus-score.el (gnus-score-fast-scoring): New variable.
615         (gnus-score-headers): Use it.
616
617         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
618
619         * message.el (message-cite-original-1): Call
620         gnus-article-highlight-citation if requested.
621
622         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
623
624         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
625         bugs to doc string.
626         (gnus-button-alist): Add mid\\|message-id.
627         (gnus-button-fetch-group): Extend for use in
628         `browse-url-browser-function'.
629         (gnus-button-url-regexp): Try to catch paired parentheses like in
630         Wikipedia URLs.
631
632         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
633         Suggested by Simon Krahnke <overlord@gmx.li>.
634
635 2007-01-13  Romain Francoise  <romain@orebokech.com>
636
637         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
638         Update copyright.
639
640 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
641
642         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
643
644 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
645
646         * gnus-registry.el (gnus-registry-unfollowed-groups)
647         (gnus-registry-split-fancy-with-parent): Fix documentation.
648
649 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
650
651         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
652         from nnweb groups.
653
654 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
655
656         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
657         Xref urls.  Erase buffer before requesting head.
658
659 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
660
661         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
662         customizable.
663
664 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
665
666         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
667         no signing key is found.
668         (mml2015-epg-encrypt): Ask user whether to skip or abort if
669         no encrypting and/or signing key is found.
670
671 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
672
673         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
674
675 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
676
677         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
678         headers read from disk with the ones newly found in the current search.
679         This should no longer cause problems, because the article numbers in
680         Gmane's `nov.php' output are ignored since the previous change.
681
682 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
683
684         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
685
686 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
687
688         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
689         replace-regexp-in-string; bind url-version; fbind display-images-p and
690         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
691         find-face and set-itimer-function for Emacs; bind itimer-list for
692         Emacs.
693
694         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
695
696 2007-01-01  Romain Francoise  <romain@orebokech.com>
697
698         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
699
700 2006-12-31  Steve Youngs  <steve@sxemacs.org>
701
702         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
703         `define-minor-mode' macro definition expanded properly.
704         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
705         exclude it there.
706
707         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
708         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
709         `fboundp' test.
710         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
711         This is OK to autoload in (S)XEmacs now.
712
713 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
714
715         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
716         keystroke.
717         (gnus-summary-limit-to-singletons): Fix typo.
718
719         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
720         else fails.
721
722 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
723
724         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
725         docstring.
726
727         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
728         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
729         (gnus-summary-insert-dormant-articles): Fix typo in message.
730
731 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
732
733         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
734         nil for XEmacs.
735         (gnus-message-citation-mode): Don't autoload in XEmacs.
736
737         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
738
739 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
740
741         * nnimap.el (nnimap-expunge-search-string): Mention
742         nnimap-search-uids-not-since-is-evil in docstring.
743
744 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
745
746         * spam.el: Revert to make-obsolete-variable because
747         define-obsolete-variable-alias is not supported in Emacs 21.
748
749         * spam.el (spam-ifile-path, spam-ifile-database-path)
750         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
751         make-obsolete-variable.
752         (spam-bsfilter-path, spam-bsfilter-program)
753         (spam-spamassassin-path, spam-spamassassin-program)
754         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
755         use "path" inappropriately.
756         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
757         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
758         variable names.
759
760 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
761
762         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
763         summary buffer.
764
765         * password.el (password-cache-remove): Use clear-string to burn
766         password, if available.
767
768 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
769
770         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
771
772         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
773
774         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
775         (gnus-message-highlight-citation): Move defcustom here from
776         gnus-cite.el.
777         (gnus-message-citation-mode): Autoload.
778
779         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
780         checks to make it compile with XEmacs.
781         (gnus-message-citation-mode): New minor mode.
782         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
783         (gnus-message-highlight-citation): New variables.
784         (gnus-message-search-citation-line)
785         (gnus-message-add-citation-keywords)
786         (gnus-message-remove-citation-keywords)
787         (turn-on-gnus-message-citation-mode)
788         (turn-off-gnus-message-citation-mode): New functions.
789
790 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
791
792         * gnus-cite.el: Enable highlighting of different citation levels in
793         message-mode.
794
795 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
796
797         * message.el (message-make-fqdn): Fix comment.
798         (message-bogus-system-names): Add ".local".
799
800         * spam.el (spam-ifile-path, spam-ifile-program)
801         (spam-ifile-database-path, spam-ifile-database)
802         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
803         Don't use "path" inappropriately.
804         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
805         strings.
806         (spam-check-ifile, spam-ifile-register-with-ifile)
807         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
808         new variable names.
809
810         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
811         (gnus-treat-display-smileys): Simplify using
812         gnus-image-type-available-p.
813
814         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
815         available.
816
817         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
818         `display-images-p' if available.
819
820 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
821
822         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
823         one after turning on the buffer's multibyteness instead of decoding
824         them directly in the unibyte buffer that causes unexpected conversion
825         in Emacs 23 (unicode).
826
827 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
828
829         * message.el (message-generate-hashcash): Fix custom type.
830
831 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
832
833         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
834
835 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
836
837         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
838         disconnect icons.  Add help text.
839
840 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
841
842         * spam.el (spam-extra-header-to-number): CRM114 spam score is
843         negated to be consistent with the others we handle.
844
845 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
846
847         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
848         version of gnus-summary-buffer to something, so that we can use two
849         article buffers at the same time.
850
851 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
852
853         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
854         trigger all the extra headers.
855         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
856         sorting.
857
858 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
859
860         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
861         solid groups.
862
863 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
864
865         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
866
867 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
868
869         * legacy-gnus-agent.el: Add Copyright notice.
870
871 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
872
873         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
874
875 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
876
877         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
878
879         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
880         to make it work reliably in CVS Emacs.
881         (gnus-summary-limit-strange-charsets-predicate)
882         (gnus-summary-limit-to-predicate): New functions.
883
884 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
885
886         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
887         specifying array size.
888         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
889         array if it is too small.
890         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
891         (gnus-sort-threads-loop): New function.
892
893 2006-12-06  Chris Moore  <dooglus@gmail.com>
894
895         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
896         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
897
898 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
899
900         * mm-url.el (mm-url-predefined-programs): Call curl with correct
901         options.
902
903 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
904
905         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
906         DOS-ing the recipient.
907
908         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
909         the headers when creating the mapping to avoid mismappings.
910         (nnweb-gmane-create-mapping): Always nix out old mapping.
911
912 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
913
914         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
915         and mm-verify-option to never.
916
917 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
918
919         * message.el (message-signed-or-encrypted-p): New function.
920         (message-forward-make-body): Use it.
921
922         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
923         Replace encode-coding-string with mm-encode-coding-string.
924
925 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
926
927         * nneething.el (nneething-decode-file-name): Replace
928         decode-coding-string with mm-decode-coding-string.
929
930         * gnus-int.el (gnus-open-server): Say failed server's name.
931
932 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
933
934         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
935         strings to a single string.  Quote `errors-file-name'.
936         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
937         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
938         Adjust calls.  Use `shell-quote-argument'.
939
940 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
941
942         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
943         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
944
945         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
946         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
947         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
948         (gnus-group-make-directory-group, gnus-group-transpose-groups):
949         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
950         (gnus-subscribe-newsgroup, gnus-1):
951         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
952         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
953         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
954         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
955
956 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
957
958         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
959         keystroke.
960         (gnus-summary-limit-to-bodies): Implement headersp.
961
962 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
963
964         * dns.el (query-dns): Protect against "Process dns deleted" strings.
965
966 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
967
968         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
969
970 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
971
972         * message.el (message-generate-hashcash): Expand range of values to
973         include `opportunistic'.
974         (message-send-mail): Use it.
975
976 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
977
978         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
979         and comment it.
980
981         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
982
983 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
984
985         * gnus-util.el (gnus-extract-address-components): Improve comment.
986
987 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
988
989         * gnus-util.el (gnus-extract-address-components): Work with address in
990         which the name portion contains @.
991
992         * lpath.el: Fbind custom-autoload.
993
994 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
995
996         * gnus.el (gnus-start): Move custom group up.
997         (gnus-select-method): Don't autoload, but make it available for
998         `customize-variable'.
999         (gnus-getenv-nntpserver): Don't autoload.
1000
1001 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
1002
1003         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
1004
1005 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1006
1007         * message.el (message-sendmail-extra-arguments): New variable.
1008         (message-send-mail-with-sendmail): Use it.
1009
1010 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1011
1012         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
1013         mm-with-unibyte-current-buffer to make string unibyte.
1014
1015         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
1016         mm-string-as-multibyte.
1017
1018 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
1019
1020         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
1021         Reported by Werner Koch <wk@gnupg.org>.
1022
1023 2006-11-14  Daiki Ueno  <ueno@p360>
1024
1025         * mml2015.el: Autoload epa-select-keys when compiling.
1026
1027 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1028
1029         * mml2015.el (mml2015-epg-sign): Save the signing keys in
1030         message-options.
1031         (mml2015-epg-encrypt): Save the recipient keys in message-options.
1032
1033 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1034
1035         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
1036         EasyPG (< 0.0.6).
1037         (mml2015-always-trust): New user option.
1038         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
1039         prompt.
1040
1041 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1042
1043         * nntp.el (nntp-authinfo-force): New variable.
1044         (nntp-send-authinfo): Use it.
1045
1046 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
1047
1048         * message.el (message-strip-subject-encoded-words): Allow _not_ to
1049         decode encoded words.  Improve prompt.  Add comment about forwarding.
1050         (message-replacement-char): Move up.
1051
1052 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1053
1054         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
1055         instead of gnus-intersection because arguments of gnus-sorted-nunion
1056         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
1057
1058 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
1059
1060         * message.el (message-strip-subject-encoded-words): Reformat prompt.
1061         (message-simplify-subject-functions): Enable
1062         message-strip-subject-encoded-words by default.
1063
1064 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1065
1066         * message.el (message-strip-subject-encoded-words): New function
1067         (message-simplify-subject-functions): New variable.
1068         (message-simplify-subject): Use it.  Fix typo in doc string.
1069         Support message-strip-subject-encoded-words.
1070
1071 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
1072
1073         * gnus-diary.el (gnus-diary-delay-format-function):
1074         * nndiary.el (nndiary-reminders):
1075         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
1076
1077 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1078
1079         * gnus-art.el (article-hide-boring-headers): Fetch date from
1080         gnus-original-article-buffer to avoid problems with localized date
1081         strings.
1082
1083 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1084
1085         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
1086
1087 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
1088
1089         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
1090         New variables.
1091         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1092         (mm-charset-synonym-alist): Move some entries to
1093         mm-codepage-iso-8859-list.
1094         (mm-charset-synonym-alist, mm-charset-override-alist): Add
1095         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1096
1097 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1098
1099         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
1100
1101 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1102
1103         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
1104         with Emacs 21 and XEmacs.
1105
1106 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1107
1108         * spam.el (spam-parse-address): New function for better parsing,
1109         catching errors, etc.
1110         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
1111
1112 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1113
1114         * mm-view.el: Add interactive arg to html2text autoload.
1115
1116 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1117
1118         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
1119
1120 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
1121
1122         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
1123         variables.
1124         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1125         (mm-charset-synonym-alist): Move some entries to
1126         mm-codepage-iso-8859-list.
1127
1128         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
1129
1130 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
1131
1132         * message.el (message-citation-line-format)
1133         (message-insert-formated-citation-line): Fix implementation of %E, %N
1134         and %n according to the doc string.
1135
1136 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
1137
1138         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1139         car-safe to avoid bad parses.
1140
1141 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1142
1143         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
1144         names.
1145
1146         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
1147
1148 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1149
1150         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
1151         header.
1152
1153         * message.el (message-draft-headers): Add Date.
1154         (message-headers-to-generate): Fix typo in docstring.
1155
1156         * nndraft.el (nndraft-required-headers): New variable.
1157         (nndraft-generate-headers): Use it.
1158
1159         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
1160
1161 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1162
1163         * gnus-registry.el (gnus-registry-wash-for-keywords)
1164         (gnus-registry-find-keywords): New functions to allow easy searching of
1165         articles that are in the registry.
1166
1167 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1168
1169         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1170         ietf-drums-parse-address instead of gnus-extract-address-components.
1171         Reported by Damien Elmes <damien@repose.cx>.
1172
1173 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1174
1175         * gnus.el (gnus-mime): Remove unused custom group.
1176
1177 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1178
1179         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
1180         "blank line" when searching for end of armor headers.
1181
1182 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1183
1184         * gmm-utils.el (gmm-write-region): Fix variable name.
1185
1186 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
1187
1188         * gmm-utils.el (gmm-write-region): New function based on compatibility
1189         code from `mm-make-temp-file'.
1190
1191         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
1192
1193         * nnmaildir.el (nnmaildir--update-nov)
1194         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
1195         Use `gmm-write-region'.
1196
1197 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1198
1199         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
1200         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1201
1202         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
1203
1204         * message.el (message-replacement-char): New variable.
1205         (message-fix-before-sending): Use it.
1206         (message-simplify-subject): New function to remove duplicate code.
1207         (message-reply, message-followup): Use it.
1208
1209         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
1210         gnus-summary-limit-to-articles.
1211
1212 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1213
1214         * gnus-util.el (gnus-with-local-quit): New macro.
1215
1216         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
1217
1218 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
1219
1220         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
1221         ignore non-string data.
1222
1223 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
1224
1225         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
1226         non-string data (needs to be done in the registry too).
1227
1228 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1229
1230         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
1231         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
1232         (gnus-registry-split-fancy-with-parent)
1233         (gnus-registry-fetch-simplified-message-subject-fast)
1234         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
1235         Remove text properties on ingress into the registry and when it's saved.
1236         (gnus-registry-clean-empty-function): Fix bug with cleaning the
1237         registry from entries with no groups.
1238
1239 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1240
1241         * gnus-util.el (gnus-string-remove-all-properties): Add utility
1242         function to remove string properties.
1243
1244 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
1245
1246         * gmm-utils.el (gmm): Adjust custom version.
1247
1248         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
1249         custom version.
1250
1251         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
1252
1253 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
1254
1255         * gnus-art.el (gnus-insert-prev-page-button)
1256         (gnus-insert-next-page-button): Simplify.  Reformat.
1257
1258 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1259
1260         * gnus-art.el (gnus-insert-prev-page-button)
1261         (gnus-insert-next-page-button): Apply gnus-article-button-face.
1262
1263 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
1264
1265         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
1266
1267 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1268
1269         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
1270         gnus-article-button-face to MIME and security buttons.
1271
1272 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
1273
1274         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
1275         readable.
1276
1277 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1278
1279         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
1280
1281 2006-09-20  Steve Youngs  <steve@sxemacs.org>
1282
1283         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
1284         `browse-url-of-file' instead of `browse-url'.
1285
1286 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1287
1288         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1289         regexp.  Articles containing quotation were cut prematurely.
1290
1291 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1292
1293         * message.el (message-cite-original-1): Use nobody by default for the
1294         value of From header.
1295         (message-reply): Ditto.
1296
1297 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
1298
1299         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
1300         to the gnus-info.  This fixes a bug of inline-PGP message verification.
1301         Reported by Michael Piotrowski <mxp@dynalabs.de>.
1302
1303 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
1304
1305         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
1306         mails in the doc string.  Add some URLs in comment.
1307         (pop3-movemail): Warn about pop3-leave-mail-on-server.
1308
1309 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1310
1311         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
1312         backslashes handling and the way to find boundaries of quoted strings.
1313
1314 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
1315
1316         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
1317         mml1991-encrypt-to-self is set and mml1991-signers is not set.
1318         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
1319         mml2015-encrypt-to-self is set and mml2015-signers is not set.
1320
1321 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
1322
1323         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
1324         doc string.
1325         (gnus-button-regexp, gnus-button-last): Remove unused variables.
1326
1327 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1328
1329         * lpath.el: Fbind epg-check-configuration.
1330
1331 2006-09-06  Simon Josefsson  <jas@extundo.com>
1332
1333         * mml2015.el (mml2015-use): Doc fix, mention epg.
1334
1335 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1336
1337         * mml2015.el (mml2015-use): Default to epg, if available.
1338
1339 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1340
1341         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
1342         message-sender.
1343         (mml1991-epg-encrypt): Ditto.
1344         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
1345         message-sender.
1346         (mml2015-epg-encrypt): Ditto.
1347
1348 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
1349
1350         * message.el (message-send-mail-with-sendmail): Look for sendmail in
1351         several common directories.
1352
1353 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
1354
1355         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
1356         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
1357
1358 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1359
1360         * gnus-art.el (article-decode-encoded-words): Make it fast.
1361
1362 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1363
1364         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
1365
1366         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
1367         in quoted string into `\'.
1368
1369 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1370
1371         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1372         Use standard-syntax-table.
1373
1374 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1375
1376         * gnus-art.el (gnus-decode-address-function): New variable.
1377         (article-decode-encoded-words): Use it to decode headers which are
1378         assumed to contain addresses.
1379         (gnus-mime-delete-part): Remove useless `or'.
1380
1381         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
1382         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
1383         (gnus-nov-parse-line): Use it to decode From header.
1384         (gnus-get-newsgroup-headers): Ditto.
1385         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
1386
1387         * mail-parse.el (mail-decode-encoded-address-region): New alias.
1388         (mail-decode-encoded-address-string): New alias.
1389
1390         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1391         New function.
1392         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
1393         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
1394         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
1395         (rfc2047-decode-string): Ditto.
1396         (rfc2047-decode-address-region): New function.
1397         (rfc2047-decode-address-string): New function.
1398
1399 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
1400
1401         * message.el (message-caesar-buffer-body): Allow rotating headers.
1402
1403         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
1404
1405         * message.el (message-insert-formated-citation-line): Fix %f.
1406         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
1407
1408 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1409
1410         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
1411         (gnus-bookmark-mouse-available-p): New macro.
1412         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
1413         (gnus-bookmark-bmenu-show-infos): Use it.
1414         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
1415         (gnus-bookmark-bmenu-hide-infos): Ditto.
1416         (gnus-bookmark-remove-properties): New function.
1417         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
1418         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
1419         (gnus-bookmark-write-file): Bind coding-system-for-write.
1420         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
1421         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
1422         group before selecting it.
1423         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
1424         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
1425         quit-window if it is not available; use gnus-mouse-2 and bind it to
1426         gnus-bookmark-bmenu-select-by-mouse.
1427         (gnus-bookmark-show-details): Remove unused variable `details-list'.
1428         (gnus-bookmark-bmenu-select-by-mouse): New function.
1429
1430 2006-08-13  Romain Francoise  <romain@orebokech.com>
1431
1432         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
1433         space.
1434
1435 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1436
1437         * compface.el (uncompface): Use binary rather than raw-text-unix.
1438
1439 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1440
1441         * compface.el (uncompface): Make sure the eol conversion doesn't take
1442         place when communicating with the external programs.  Reported by
1443         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1444
1445 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1446
1447         * nnheader.el (nnheader-insert-head): Fix typo in comment.
1448
1449 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1450
1451         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1452         Make it more robust by parsing author and date independently.
1453
1454 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1455
1456         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
1457
1458 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
1459
1460         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
1461         first matching secret key.
1462         (mml2015-epg-encrypt): Ditto.
1463
1464         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
1465         first matching secret key.
1466         (mml1991-epg-encrypt): Ditto.
1467
1468         * mml2015.el (mml2015-encrypt-to-self): New user option.
1469         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
1470         mml2015-epg-encrypt-to-self is set.
1471
1472         * mml1991.el (mml1991-encrypt-to-self): New variable.
1473         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
1474         mml1991-epg-encrypt-to-self is set.
1475
1476         * mml2015.el (mml2015-signers): New user option.
1477         (mml2015-epg-sign): Reflect the value of mml2015-signers.
1478         (mml2015-epg-encrypt): Allow to select signing keys.
1479
1480         * mml1991.el (mml1991-signers): New variable.
1481         (mml1991-epg-sign): Reflect the value of mml1991-signers.
1482         (mml1991-epg-encrypt): Allow to select signing keys.
1483
1484 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1485
1486         * nnheader.el (nnheader-insert-head): Make it work even if the file
1487         uses CRLF for the line-break code.
1488
1489 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
1490
1491         * mml2015.el: Require mml-sec instead of password.
1492         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
1493         (mml2015-cache-passphrase): Inherit the default value from
1494         mml-secure-cache-passphrase.
1495         (mml2015-passphrase-cache-expiry): Inherit the default value from
1496         mml-secure-passphrase-cache-expiry.
1497
1498         * mml1991.el: Require mml-sec instead of password.
1499         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
1500         (mml1991-cache-passphrase): Inherit the default value from
1501         mml-secure-cache-passphrase.
1502         (mml1991-passphrase-cache-expiry): Inherit the default value from
1503         mml-secure-passphrase-cache-expiry.
1504
1505         * mml-sec.el: Require password.
1506         (mml-secure-verbose): New user option.
1507         (mml-secure-cache-passphrase): New user option.
1508         (mml-secure-passphrase-cache-expiry): New user option.
1509
1510 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
1511
1512         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1513         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
1514         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
1515
1516         FIXME: Use `tiny change'?
1517
1518 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1519
1520         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
1521         workaround for the url package included with Emacs.
1522
1523         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1524
1525 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1526
1527         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
1528         correctly.  This fixes a bug caused by the 2006-05-12 change.
1529
1530 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
1531
1532         * nnmail.el (nnmail-article-group): If splitting raises an error, give
1533         some information about the error when saying that the `bogus' mail
1534         group will be used.
1535
1536 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
1537
1538         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
1539         string.
1540
1541 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
1542
1543         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
1544
1545 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1546
1547         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
1548
1549 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1550
1551         * mml1991.el (mml1991-function-alist): Add epg.
1552         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
1553         (mml1991-epg-encrypt): New functions.
1554
1555 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1556
1557         * mml2015.el (mml2015-verbose): New variable.
1558         (mml2015-cache-passphrase): Ditto.
1559         (mml2015-passphrase-cache-expiry): Ditto.
1560         (mml2015-function-alist): Add epg.
1561         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
1562         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
1563         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
1564         functions.
1565
1566 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1567
1568         * message.el (message-cite-original-1): Preserve region when removing
1569         quoted text due to X-No-Archive in order to avoid bogus attribution
1570         when citing multiple messages.
1571
1572 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1573
1574         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
1575         Kenneth Jacker <khj@be.cs.appstate.edu>.
1576
1577 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
1578
1579         * gnus-diary.el (gnus-user-format-function-d)
1580         (gnus-user-format-function-D): Autoload.
1581
1582         * imap.el (Commentary): Fix typo.
1583
1584         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
1585         2006-04-22 contribution.
1586
1587 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1588
1589         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
1590         It didn't really fix the bogosity I'm seeing with solid web groups.
1591
1592 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1593
1594         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
1595         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
1596         created using server names.  If we use the feature without declaring
1597         it, Gnus does not properly manage server and group state.
1598
1599         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
1600         bound.
1601
1602 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1603
1604         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
1605         looking up the method using GROUP's prefix before inventing a new one.
1606         It is used on killed/unknown groups in various places where returning
1607         an all-new method isn't expected by the caller.
1608
1609         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
1610         and match semantics of gnus-group-real-prefix.
1611
1612 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
1613
1614         * nnmail.el (nnmail-broken-references-mailers): New variable.
1615         (nnmail-ignore-broken-references): New function generalizing
1616         nnmail-fix-eudora-headers.
1617         (nnmail-fix-eudora-headers): Now obsolete.
1618
1619         * gnus-art.el (gnus-button-handle-custom): Support
1620         `customize-apropos*'.
1621
1622 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1623
1624         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
1625
1626         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
1627         articles.
1628
1629 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
1630
1631         * message.el (message-cite-reply-above): New variable.
1632         (message-yank-original): Use it.
1633
1634 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1635
1636         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
1637
1638 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
1639
1640         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
1641         as read.
1642
1643         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
1644
1645 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
1646
1647         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
1648         (gnus-bookmark-default-file): Use gnus-directory.
1649         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
1650         Remove "*" in doc string.
1651         (gnus-bookmark-write-file): Simplify.
1652         (gnus-bookmark-maybe-sort-alist): Use `when'.
1653         (gnus-bookmark-get-bookmark): Fix typo in doc string.
1654         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
1655         FIXME about Emacs 21 and XEmacs compatibility.
1656         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
1657         compatibility.
1658         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
1659         compatibility.
1660         (gnus-bookmark-menu-heading): Fix version.
1661
1662 2006-06-19  Bastien Guerry  <bzg@altern.org>
1663
1664         * gnus-bookmark.el: New file.
1665
1666 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1667
1668         * message.el (message-syntax-checks): Doc fix.
1669
1670 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1671
1672         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
1673         unsubscribed groups as if they were killed ones.  It causes duplicate
1674         entries in gnus-newsrc-alist.
1675
1676 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1677
1678         * message.el (message-syntax-checks): Doc fix.
1679         (message-send-mail): Add check for continuation headers.
1680         (message-check-news-header-syntax): Fix regexp used to check for
1681         continuation headers.
1682
1683 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1684
1685         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
1686
1687 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
1688
1689         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
1690
1691 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1692
1693         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
1694         default-truncate-lines.
1695
1696 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1697
1698         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
1699         to fill the utf-8 entry.
1700
1701         * lpath.el: Fbind unicode-precedence-list.
1702
1703 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1704
1705         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1706
1707 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
1708
1709         * gnus-agent.el (directory-files-and-attributes): Move all the way
1710         forward (the third and final move).
1711         (gnus-agent-read-agentview): Trap reconstruction errors due to
1712         nonexistant directory.  Handle by returning nil.
1713
1714 2006-05-30  Didier Verna  <didier@xemacs.org>
1715
1716         * message.el (message-dont-reply-to-names): Update the custom type.
1717         * message.el (message-dont-reply-to-names): New defsubst: potentially
1718         convert a list of regexps into a single one.
1719         * message.el (message-get-reply-headers): Use it.
1720         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
1721
1722 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1723
1724         * gnus-agent.el (directory-files-and-attributes): Move forward.
1725
1726 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1727
1728         * gnus-ml.el (gnus-mailing-list-subscribe)
1729         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
1730         (gnus-mailing-list-message): Fix doc strings.
1731
1732 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1733
1734         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
1735         of doing it manually.
1736
1737 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1738
1739         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
1740         comment.
1741
1742 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
1743
1744         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
1745         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
1746         (gnus-agent-read-local): All symbols allocated in my-obarray
1747         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
1748         (gnus-agent-regenerate-group): Check numeric names to see if they are
1749         messages or groups.
1750         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
1751         better way of do this...)
1752
1753         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
1754         'dummy.group' (there should be a better way of do this...)
1755
1756 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1757
1758         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
1759         (gnus-saved-headers): Ditto.
1760         (gnus-default-article-saver): Mention functions may have properties.
1761         (gnus-article-save): Override gnus-save-all-headers and
1762         gnus-saved-headers by :headers property which saver function may have.
1763         (gnus-summary-save-in-file): Add :headers property.
1764         (gnus-summary-write-to-file): Ditto.
1765
1766         * gnus-sum.el (gnus-summary-save-article): Bind
1767         gnus-prompt-before-saving to t when saving many articles in a file;
1768         always show all headers.
1769
1770         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
1771
1772 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
1773
1774         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
1775         marks.
1776
1777         * message.el (message-indent-citation): Add optional arguments to allow
1778         using it outside of message buffers.
1779
1780         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
1781         (gnus-article-treat-unfold-headers): Use it.
1782         (gnus-article-truncate-lines): New variable.
1783         (gnus-article-mode): Use it.
1784         (gnus-article-toggle-truncate-lines): New function.
1785
1786         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
1787         gnus-article-toggle-truncate-lines.
1788
1789         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
1790         coding system in XEmacs, use binary.
1791
1792 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1793
1794         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
1795         after-load-alist.
1796
1797         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
1798         this function should save decoded articles.
1799         (gnus-summary-write-to-file): Use property to specify this function
1800         should save decoded articles and specify gnus-summary-save-in-file
1801         should be used to save articles other than the first one when saving
1802         many articles.
1803         (gnus-summary-save-body-in-file): Use property to specify this
1804         function should save decoded articles.
1805         (gnus-summary-write-body-to-file): Use property to specify this
1806         function should save decoded articles and specify
1807         gnus-summary-save-body-in-file should be used to save articles other
1808         than the first one when saving many articles.
1809
1810         * gnus-sum.el (gnus-summary-save-article): Simplify.
1811
1812 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1813
1814         * gnus-art.el (gnus-default-article-saver): Add
1815         gnus-summary-write-body-to-file.
1816         (gnus-article-save-coding-system): Don't use coding system object
1817         in XEmacs.
1818         (gnus-read-save-file-name): Add optional `dir-var' argument which
1819         specifies directory in which files are saved; work even if optional
1820         `variable' argument is not specified.
1821         (gnus-summary-write-to-file): Read file name.
1822         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
1823         (gnus-summary-write-body-to-file): New function.
1824
1825         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
1826         (gnus-summary-local-variables): Add it.
1827         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
1828         (gnus-summary-save-article): Remove optional `decode' argument;
1829         determine whether to decode articles by the value of
1830         gnus-default-article-saver; when saving many files using
1831         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
1832         it first and use gnus-summary-save-in-file or
1833         gnus-summary-save-body-in-file thereafter unless
1834         gnus-prompt-before-saving is always; move point to article which
1835         will be saved.
1836         (gnus-summary-save-article-file): Revert.
1837         (gnus-summary-write-article-file): Revert.
1838         (gnus-summary-save-article-body-file): Revert.
1839         (gnus-summary-write-article-body-file): New function.
1840
1841 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1842
1843         * gnus-art.el (gnus-default-article-saver): Doc fix.
1844         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
1845         from gnus-summary-save-article-coding-system, and default to a
1846         certain coding system.
1847         (gnus-output-to-file): Add coding cookie and encode text according
1848         to gnus-article-save-coding-system; don't use mm-append-to-file.
1849
1850         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
1851         gnus-art.el and rename to gnus-article-save-coding-system.
1852         (gnus-summary-save-article): Require gnus-art; don't show all
1853         headers if it decodes articles; don't add coding cookie here;
1854         don't bind mm-text-coding-system-for-write.
1855         (gnus-summary-save-article-file): Save decoded articles.
1856         (gnus-summary-write-article-file): When saving many files, use
1857         gnus-summary-write-to-file first and gnus-summary-save-in-file
1858         thereafter unless gnus-prompt-before-saving is always.
1859         (gnus-summary-save-article-body-file): Save decoded articles.
1860
1861         * lpath.el: Fbind select-safe-coding-system for XEmacs.
1862
1863 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1864
1865         * nnrss.el (nnrss-check-group): Bind hash-index.
1866
1867 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
1868
1869         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
1870         its hash index.  Store this hash in `nnrss-group-data'.
1871         (nnrss-read-group-data): Update accordingly.
1872
1873 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1874
1875         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
1876         entry.
1877
1878         * gnus-sum.el (gnus-summary-make-menu-bar): Add
1879         gnus-article-browse-html-article.
1880
1881 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
1882
1883         * gnus-sum.el (gnus-summary-mime-map): Add
1884         gnus-article-browse-html-article.
1885
1886         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
1887
1888 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1889
1890         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
1891         suitable coding systems in customize.
1892
1893 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
1894
1895         * mail-source.el (mail-sources): Fix custom type.
1896
1897 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
1898
1899         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
1900         (gnus-summary-expire-articles-now): Shorten prompt.
1901
1902         * gmm-utils.el (wid-edit): Require.
1903         (defun-gmm): Renamed from `gmm-defun-compat'.
1904         (gmm-image-search-load-path): Use it.
1905         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
1906
1907 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1908
1909         * gnus-sum.el (gnus-summary-save-article-coding-system): New
1910         variable.
1911         (gnus-summary-save-article): Add optional `decode' argument.  If
1912         it is set and gnus-summary-save-article-coding-system is non-nil,
1913         save decoded article.
1914         (gnus-summary-write-article-file): Save decoded article if
1915         gnus-summary-save-article-coding-system is non-nil.
1916
1917         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
1918         type.
1919
1920 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1921
1922         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
1923
1924 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1925
1926         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
1927         first to test gnus-single-article-buffer which may be buffer-local.
1928
1929         * gnus-sum.el (gnus-summary-setup-buffer): Make
1930         gnus-single-article-buffer buffer-local and nil in ephemeral
1931         group; make gnus-article-buffer, gnus-article-current, and
1932         gnus-original-article-buffer always buffer-local.
1933         (gnus-summary-exit): Kill article buffer belonging to ephemeral
1934         group.
1935         (gnus-handle-ephemeral-exit): Don't move to next summary line.
1936
1937 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
1938
1939         * nnml.el (nnml-request-compact-group): Compressed files might not
1940         have .gz extension.
1941
1942 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1943
1944         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
1945         (mm-copy-to-buffer): Use with-current-buffer.
1946         (mm-display-part): Simplify.
1947         (mm-inlinable-p): Add optional arg `type'.
1948
1949 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1950
1951         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
1952         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
1953         Try harder to show the attachment internally or externally using
1954         gnus-mime-view-part-as-type.
1955
1956 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1957
1958         * message.el (message-from-style, message-signature-separator)
1959         (message-user-organization-file, message-send-mail-function)
1960         (message-citation-line-function, message-yank-prefix)
1961         (message-indent-citation-function, message-signature)
1962         (message-signature-file, message-signature-insert-empty-line):
1963         Remove autoloads.
1964
1965         * gnus-art.el (gnus-buttonized-mime-types): Remove
1966         "multipart/signed".  Revert 2006-04-26 change.
1967
1968 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1969
1970         * gnus.el (gnus-version-number): Bump version.
1971
1972 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1973
1974         * gnus.el: No Gnus v0.5 is released.
1975
1976 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1977
1978         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
1979         fetching articles by message-id.
1980
1981 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1982
1983         * message.el (hashcash): Require hashcash as normal.
1984
1985         * ecomplete.el (ecomplete-highlight-match-line): Use
1986         point-at-eol.
1987         (ecomplete-highlight-match-line): Use `highlight', because that
1988         face exists in both Emacs and XEmacs.
1989
1990         * message.el (message-display-abbrev): Use point-at-bol.
1991
1992         * mail-source.el: Don't require timer/timer-funcs.
1993
1994         * gnus-async.el: Ditto.
1995
1996         * password.el: Ditto.
1997
1998         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
1999
2000         * mm-url.el: Ditto.
2001
2002         * gnus-xmas.el: Don't require timer-funcs.
2003
2004         * mm-util.el: Require timer/timer-funcs.
2005
2006 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2007
2008         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
2009         Close.
2010
2011 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2012
2013         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
2014         unibyte after clear-decrypt function runs.
2015
2016         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
2017         returns as a unibyte string.
2018
2019 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2020
2021         * lpath.el: Revert.
2022
2023         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
2024         (pgg-gpg-process-sentinel): Revert.
2025
2026         * pgg-pgp.el (pgg-pgp-process-region): Revert.
2027         (pgg-pgp-lookup-key): Revert.
2028
2029         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
2030         (pgg-pgp5-lookup-key): Revert.
2031
2032         * pgg.el (pgg-fetch-key): Revert.
2033
2034 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2035
2036         * lpath.el: Fbind string-as-multibyte for XEmacs.
2037
2038         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
2039         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
2040         (mml1991-pgg-encrypt): Ditto.
2041
2042         * pgg-gpg.el (pgg-string-to-multibyte): New function.
2043         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
2044         a multibyte buffer.
2045
2046         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
2047         (pgg-pgp-lookup-key): Ditto.
2048
2049         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2050         (pgg-pgp5-lookup-key): Ditto.
2051
2052         * pgg.el (pgg-fetch-key): Ditto.
2053
2054 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
2055
2056         * message.el (message-user-organization-file): Check several
2057         locations of the organization file.
2058
2059         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
2060         Add gnus-article-view-part-as-type.
2061
2062         * gnus-art.el (gnus-article-view-part-as-type): New function.
2063
2064         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
2065         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
2066
2067         * mml.el: Simplify autoload.
2068         (mml-mode): defvar dnd-protocol-alist instead of using
2069         symbol-value.
2070         (mml-default-directory): New variable.
2071         (mml-minibuffer-read-file): Use it.
2072         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
2073
2074         * message.el (message-citation-line-format): New variable.
2075         (message-insert-formated-citation-line): New function.
2076         (message-citation-line-function): Add
2077         `message-insert-formated-citation-line' to custom type.
2078
2079         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
2080         to doc string.
2081
2082         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
2083         depending on mm-verify-option.
2084
2085 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2086
2087         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
2088         binding pgg-* variables; reimplement the section which prevents
2089         MIME header from being signed.
2090         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
2091         pgg-text-mode; remove a blank line at the top of body.
2092
2093         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
2094         lines at the top of body; use gnus-newsgroup-charset if there's no
2095         Charset header.
2096
2097 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2098
2099         * message.el (message-self-insert-commands): Doc fix.
2100
2101         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
2102         (mm-uu-pgp-encrypted-test): Ditto.
2103         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
2104         between header and body; return application/pgp-encrypted handle
2105         if decryption failed; decode decrypted body by charset.
2106
2107         * mm-decode.el (mm-automatic-display): Don't make application/pgp
2108         element match to application/pgp-*.
2109
2110 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2111
2112         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
2113         HTML.
2114
2115 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2116
2117         * mail-source.el (mail-source-call-script): Message the error
2118         string.
2119
2120 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2121
2122         * gnus-util.el (gnus-byte-compile): Use it.
2123
2124 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
2125
2126         * gnus-util.el (kill-empty-logs): New function.
2127
2128 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2129
2130         * message.el (message-mail-alias-type): Doc fix.
2131         (message-mail-alias-type-p): New function.
2132         (message-send): Use it.
2133         (message-mode): Ditto.
2134         (message-strip-forbidden-properties): Ditto.
2135
2136         * ecomplete.el (ecomplete-database-file-coding-system): New
2137         variable.
2138         (ecomplete-save): Use it.
2139         (ecomplete-setup): Use it.
2140
2141 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2142
2143         * message.el (message-self-insert-commands): New variable.
2144         (message-strip-forbidden-properties): Use it.
2145
2146 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2147
2148         * message.el (message-put-addresses-in-ecomplete): Use a regexp
2149         that doesn't make XEmacs choke.
2150
2151 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
2152
2153         * gnus-util.el (gnus-replace-in-string):
2154         Prefer replace-regexp-in-string over of replace-in-string.
2155
2156 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2157
2158         * gnus-util.el (gnus-select-frame-set-input-focus):
2159         Use select-frame-set-input-focus if it is available in XEmacs; use
2160         definition defined in Emacs 22 for old Emacsen.
2161
2162         * dgnushack.el: Autoload unmorse-region for XEmacs.
2163
2164         * lpath.el: Bind cursor-in-non-selected-windows and
2165         select-frame-set-input-focus for XEmacs.
2166
2167 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2168
2169         * mm-view.el (mm-inline-text): Use equal instead of equalp.
2170
2171 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2172
2173         * gnus-registry.el (gnus-registry-cache-save): Remove text
2174         properties when saving via the temp buffer.
2175
2176 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2177
2178         * message.el (message-generate-hashcash): Honor custom type.
2179
2180 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2181
2182         * message.el (message-generate-hashcash): Default to non-nil when
2183         hashcash is found.
2184
2185         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
2186         (gnus-refer-thread-limit): Increase default to 500.
2187
2188         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
2189
2190         * flow-fill.el (fill-flowed): Allow delete-space.
2191
2192 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2193
2194         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
2195         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
2196         Remove autoloads.
2197
2198 2006-04-18  Simon Josefsson  <jas@extundo.com>
2199
2200         * message.el (message-generate-hashcash): Default to.
2201
2202 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2203
2204         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
2205         concatenating segments rather than before concatenating them.
2206
2207 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2208
2209         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
2210
2211 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2212
2213         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
2214
2215         * message.el (message-forward-make-body-plain): Allow
2216         message-forward-ignored-headers to be a list.
2217         (message-remove-ignored-headers): Factor out into function.
2218         (message-forward-make-body-mml): Use it.
2219
2220         * imap.el (imap-quote-specials): New function.
2221         (imap-login-auth): Quote specials.
2222
2223         * rfc2231.el (rfc2231-parse-string): Remove dead code.
2224         (rfc2231-parse-string): Allow concatanation of parameters that
2225         aren't contiguous.  The test case is
2226           (mail-header-parse-content-type "message/external-body;
2227             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
2228             access-type=LOCAL-FILE;
2229             name*1*=plugh%2fhello-sailor%2fbing.pdf")
2230
2231 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2232
2233         * nntp.el (nntp-accept-process-output): Return the value of
2234         `nnheader-accept-process-output'.
2235
2236 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2237
2238         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
2239         (gnus-button-alist): Recognize more diff formats.
2240         (gnus-button-patch): Strip directory.
2241
2242 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2243
2244         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
2245         Emacs 22 when setting focus.
2246
2247 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2248
2249         * gnus-art.el (gnus-article-treat-types): Do treatment of
2250         text/x-verbatim parts.
2251         (gnus-button-patch): New command.
2252
2253         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
2254         addresses that contain invalid characters.
2255
2256 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2257
2258         * message.el (message-put-addresses-in-ecomplete): Use
2259         gnus-replace-in-string.
2260         (message-is-yours-p): Use the more correct
2261         mail-header-parse-address instead of
2262         mail-extract-address-components.
2263         (message-put-addresses-in-ecomplete): Fix typo.
2264
2265         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
2266         keystroke.
2267
2268         * gnus-art.el (gnus-treatment-function-alist): Change order of
2269         newsgroups/generic header folding to avoid double-folding.
2270
2271         * message.el (message-hidden-headers): Add X-Draft-From.
2272
2273         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
2274         command.
2275         (gnus-summary-repeat-search-article-backward): New command.
2276
2277         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
2278         groups in the parent topic.
2279
2280 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
2281
2282         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
2283         (spam-extra-header-to-number): Return the CRM114 number as a
2284         number instead of a string.
2285
2286 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2287
2288         * gnus-art.el (gnus-face-properties-alist): Moved here from
2289         gnus-fun.
2290
2291         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
2292
2293 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2294
2295         * message.el (message-strip-forbidden-properties): Only display on
2296         self-insert-command.
2297
2298         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
2299         reindent.
2300         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
2301
2302 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
2303
2304         * smiley.el (smiley-style): Fix typo.
2305
2306 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2307
2308         * hashcash.el (hashcash-insert-payment-async-2): Use
2309         message-goto-eoh instead of doing it manually.
2310         (mail-add-payment): Use message-narrow-to-header instead of trying
2311         to do the same itself.
2312
2313         * message.el (message-hidden-headers): Add Face.
2314
2315         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
2316         reparenting code.
2317         (gnus-summary-reparent-children): Refactored out code.
2318         (gnus-summary-thread-map): New keystroke.
2319         (gnus-summary-reparent-children): Make into command.
2320
2321         * smiley.el (smiley-style): Default to `medium' if using a large
2322         font.
2323
2324         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
2325         does it itself.
2326
2327         * message.el (message-point-in-header-p): Simplify definition.
2328
2329 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2330
2331         * nnagent.el (nnagent-request-set-mark): Silence log file
2332         writing.
2333         (nnagent-request-set-mark): Use write-region instead of
2334         append-to-file.
2335
2336         * gnus-sum.el (gnus-read-header): Fudge article number if using a
2337         strange select method.
2338
2339         * ecomplete.el (ecomplete-display-matches): Get highlightling
2340         right.
2341         (ecomplete-display-matches): Use literals.
2342         (ecomplete-display-matches): Disable message logging.
2343
2344         * message.el (message-display-abbrev): Small optimization.
2345
2346         * ecomplete.el (ecomplete-display-matches): Allow automatic
2347         display.
2348
2349         * message.el (message-strip-forbidden-properties): Display
2350         abbrevs.
2351         (message-display-abbrev): Get automatic display right.
2352
2353         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
2354         keystrokes.
2355
2356 2006-04-13  Romain Francoise  <romain@orebokech.com>
2357
2358         TODO: Backport to v5-10!
2359
2360         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
2361         Moved here (and renamed) from gnus-registry.el.
2362
2363         * gnus-registry.el: Require gnus-util.
2364         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
2365
2366 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2367
2368         * gnus-group.el (gnus-group-catchup-current): Change
2369         if-then-else-if-then-else into cond.
2370         (gnus-group-catchup): Indent.
2371         (group-name-at-point): New function.
2372         (gnus-fetch-group): Provide default from thing at point.
2373
2374 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2375
2376         * message.el (message-display-abbrev): Fix regexp.
2377
2378         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
2379         choosing.
2380         (ecomplete-highlight-match-line): Fix up code rewrite, remove
2381         dead variables.
2382
2383         * message.el (message-newline-and-indent): Remove debugging.
2384         (message-display-abbrev): Use new implementation.
2385
2386 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2387
2388         * gnus-art.el (gnus-article-mode): Set
2389         cursor-in-non-selected-windows to nil.
2390
2391         * smiley.el: Revert previous change.
2392         (smiley-data-directory): defvar it before using it in the
2393         defcustom of `smiley-style'.
2394
2395 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2396
2397         * message.el (message-newline-and-indent): New function.
2398
2399         * ecomplete.el: Implement more bits.
2400
2401         * message.el (message-put-addresses-in-ecomplete): Clean up the
2402         string.
2403
2404         * ecomplete.el (ecomplete-add-item): Chop off decimals.
2405
2406         * gnus-sum.el (gnus-summary-save-parts): Bind
2407         gnus-summary-save-parts-counter and use it to make unique file
2408         names.
2409
2410         * gnus-art.el (gnus-ignored-headers): Add some more headers.
2411
2412         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
2413         parameter to say whether to actually parse the individual
2414         addresses.
2415
2416         * message.el (message-put-addresses-in-ecomplete): New function.
2417         (ecomplete): Require.
2418         (message-mail-alias-type): Add ecomplete as an option.
2419
2420 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
2421
2422         * flow-fill.el (fill-flowed): Remove trailing space from blank
2423         quoted lines.
2424
2425 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2426
2427         * smiley.el (smiley-style): Move definition later to avoid a
2428         compilation warning.
2429
2430 2006-04-12  Kenichi Handa  <handa@m17n.org>
2431
2432         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
2433         buffer and then decode the buffer text if necessary.
2434         (rfc2231-encode-string): Be sure to work on multibyte buffer at
2435         first, and after mm-encode-body, change the buffer to unibyte.
2436         Use mm-disable-multibyte instead of set-buffer-multibyte.
2437
2438 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2439
2440         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
2441         Content-Type header instead of Content-Disposition header.
2442         (gnus-mime-inline-part): Ditto.
2443         (gnus-mime-view-part-as-charset): Ignore charset that the part
2444         specifies.
2445
2446         * mm-decode.el (mm-display-part): Work with external parts and
2447         usual parts similarly.
2448
2449         * mm-extern.el (mm-inline-external-body): Use mm-display-part
2450         instead of gnus-display-mime.
2451
2452         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
2453         instead of with-temp-buffer.
2454
2455         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
2456         tag to summarized topics part in order to encode non-ASCII text.
2457
2458 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2459
2460         * smiley.el (smiley-style): New variable.
2461         (smiley-directory): New function.
2462         (smiley-data-directory): Derive from `smiley-style' using
2463         `smiley-directory'.
2464         (smiley-regexp-alist): Add new entries.
2465
2466         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
2467         (gnus-article-browse-delete-temp): Add :version.
2468
2469 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2470
2471         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
2472         the sieve region.
2473
2474 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2475
2476         * gnus.el (gnus-version-number): Bump version.
2477
2478 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2479
2480         * gnus.el: No Gnus v0.4 is released.
2481
2482 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2483
2484         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
2485         layout.
2486
2487         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
2488         unknown charset.
2489
2490         * message.el (message-header-synonyms): Add Original-To to the
2491         default.
2492
2493         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
2494         optional parameter.
2495
2496 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
2497
2498         * gnus-fun.el (gnus): Require it for gnus-directory.
2499
2500 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2501
2502         * gnus-fun.el (gnus-face-properties-alist): Add :version.
2503
2504 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2505
2506         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
2507
2508 2006-04-05  Simon Josefsson  <jas@extundo.com>
2509
2510         * password.el (password-reset): New function.
2511
2512 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2513
2514         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
2515         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2516
2517 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2518
2519         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2520         Some whitespace was matched into the url, which broke browsing hits
2521         > 100 when mm-url-use-external was nil.
2522
2523 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
2524
2525         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
2526         gnus-extra-headers for 'Newsgroups.
2527
2528         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
2529         bound.
2530
2531 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
2532
2533         * pgg-gpg.el: Clean up process buffers every time gpg processes
2534         complete.
2535
2536 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
2537
2538         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
2539         doc string.
2540
2541 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
2542
2543         * pgg-gpg.el (pgg-gpg-process-filter)
2544         (pgg-gpg-wait-for-completion): Check if buffer is alive.
2545
2546         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
2547         lines, temporary fix.
2548
2549 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2550
2551         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
2552
2553 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
2554
2555         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2556         default-enable-multibyte-characters.  This reverts the change from
2557         revision 6.17 which is no longer necessary because the passphrase
2558         is sent separately now.  GnuPG messages are unreadable under
2559         multibyte locales with default-enable-multibyte-characters set to
2560         nil.
2561
2562 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
2563
2564         * message.el (message-tool-bar-gnome): Move "spell".
2565
2566 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
2567
2568         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
2569         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
2570         instead.
2571
2572 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
2573
2574         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
2575         newsgroups handling for NNTP overviews which don't include
2576         Newsgroups.
2577
2578 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2579
2580         * message.el (message-resend): Bind message-generate-hashcash to nil.
2581
2582 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2583
2584         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
2585         when searching for already-paid recipients.
2586
2587 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
2588
2589         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
2590         passphrases when it is not needed.
2591         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
2592         passphrase stuff from gpg, should only be necessary when you use
2593         gpg with a smartcard.
2594
2595 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2596
2597         * mml.el (mml-insert-mime): Ignore cached contents of
2598         message/external-body part.
2599
2600         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
2601         (mm-insert-part): Ditto.
2602
2603 2006-03-23  Simon Josefsson  <jas@extundo.com>
2604
2605         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
2606         Reiner.
2607         (pgg-gpg-use-agent-p): Use it again.
2608
2609 2006-03-23  Simon Josefsson  <jas@extundo.com>
2610
2611         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
2612         older emacsen.
2613         (pgg-gpg-use-agent-p): Don't use it.
2614
2615 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
2616
2617         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
2618         if we can.
2619
2620 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
2621
2622         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2623         (pgg-gpg-update-agent): New function.
2624         (pgg-gpg-use-agent-p): New function.
2625         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2626         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2627         (pgg-gpg-sign-region): Use it.
2628
2629 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2630
2631         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
2632         Reported by Ralf Wachinger <rwachinger@gmx.de>.
2633
2634 2006-03-21  Simon Josefsson  <jas@extundo.com>
2635
2636         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
2637         <wilde@sha-bang.de>.
2638         (pgg-gpg-use-agent): New variable.
2639         (pgg-gpg-process-region): Use it.
2640         (pgg-gpg-encrypt-region): Likewise.
2641         (pgg-gpg-encrypt-symmetric-region): Likewise.
2642         (pgg-gpg-decrypt-region): Likewise.
2643         (pgg-gpg-sign-region): Likewise.
2644         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
2645
2646 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2647
2648         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
2649
2650         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
2651         Add comment on version.
2652
2653 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2654
2655         * smiley.el: Add missing test smiley.
2656
2657 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2658
2659         * mm-decode.el (mm-with-part): New macro.
2660         (mm-get-part): Use it; work with message/external-body as well.
2661         (mm-save-part): Treat name and filename equally.
2662
2663         * mm-extern.el (mm-extern-cache-contents): New function.
2664         (mm-inline-external-body): Use it; force the part to be displayed;
2665         move undisplayer added to the cached handle to the parent.
2666
2667         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
2668         (gnus-mime-view-part-as-type): Work with message/external-body.
2669
2670         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
2671
2672 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2673
2674         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
2675         images in image-load-path.  [Sync with image.el, revision 1.60, in
2676         Emacs.]
2677
2678 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2679
2680         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
2681         path rather than symbol.  Always return list of directories.
2682         Guarantee that image directory comes first.  [Sync with image.el,
2683         revision 1.59, in Emacs.]
2684
2685         * message.el (message-make-tool-bar): Adjust to new API of
2686         `gmm-image-load-path-for-library'.
2687
2688         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2689
2690         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2691
2692 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2693
2694         * gnus-art.el (gnus-article-only-boring-p):
2695         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
2696         intangible text.
2697         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
2698
2699 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
2700
2701         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
2702         `defun' instead of `gmm-defun-compat'.
2703
2704 2006-03-14  Simon Josefsson  <jas@extundo.com>
2705
2706         * message.el (message-unique-id): Don't use message-number-base36
2707         if (user-uid) is a float.
2708         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
2709
2710 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2711
2712         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
2713
2714         * gnus-art.el (gnus-mime-display-single): Make sure there is an
2715         empty line between a part and a message part.
2716
2717 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
2718
2719         * smiley.el: Add more test smileys.
2720         (smiley-data-directory, smiley-regexp-alist)
2721         (gnus-smiley-file-types): Fix doc strings.
2722         (smiley-update-cache): Clear smiley-cached-regexp-alist before
2723         adding new elements.
2724         (smiley-mouse-map): Unused code.  Make it a comment.
2725
2726 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2727
2728         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
2729         scan latest NoCeM messages instead of old ones.
2730         (gnus-nocem-check-article): Fix regexps so as to match to PGP
2731         delimiters that are recently used.
2732         (gnus-nocem-load-cache): Add autoload cookie.
2733
2734         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
2735
2736         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
2737         level which is larger than gnus-use-nocem is specified.
2738
2739         * gnus-group.el (gnus-group-get-new-news): Ditto.
2740
2741 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2742
2743         * gnus-util.el (gnus-tool-bar-update): New function.
2744
2745         * gnus-group.el (gnus-group-update-tool-bar): New variable.
2746         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
2747
2748         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
2749
2750         * gnus-group.el (gnus-group-redraw-when-idle)
2751         (gnus-group-redraw-check): Remove.
2752         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
2753
2754 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2755
2756         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
2757         if optional last element is specified in splits (FIELD VALUE...).
2758
2759 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
2760
2761         * message.el (message-make-tool-bar): Rename gmm-image-load-path
2762         to gmm-image-load-path-for-library.  Call with no-error argument.
2763         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
2764
2765         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2766
2767         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2768
2769         * gmm-utils.el (gmm-image-load-path): Remove alias.
2770
2771 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
2772
2773         * gmm-utils.el (gmm-image-load-path): Add alias.
2774
2775         * nnml.el (nnml-generate-nov-databases-directory): Rename from
2776         nnml-generate-nov-databases-1.
2777         (nnml-generate-nov-databases): Use it.
2778         (nnml-generate-nov-databases-directory): Document no-active
2779         argument.
2780
2781         * gmm-utils.el (gmm-image-load-path-for-library): Return single
2782         directory if path is t.  Add no-error.
2783
2784         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
2785         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2786
2787         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
2788         resetting gnus-article-browse-html-temp-list.
2789
2790         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
2791         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
2792         Add example to docstring.  Rename local variables.  Move error
2793         checks to default case in cond and simplify.
2794
2795 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2796
2797         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
2798         handle is multipart when calling it recursively.
2799         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
2800
2801 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
2802
2803         * nnimap.el (nnimap-request-update-info-internal): Optimize.
2804         Don't `gnus-uncompress-range' to avoid excessive memory usage.
2805
2806 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2807
2808         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
2809         is loaded.
2810
2811         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
2812         loaded.
2813
2814 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2815
2816         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
2817         to "Emacs 23 (unicode)" in doc string.
2818
2819         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
2820         "Emacs 23 (unicode)" in comment.
2821
2822 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2823
2824         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
2825
2826         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
2827         characters 160 through 255 in Emacs 23.
2828
2829 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2830
2831         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
2832         gnus-article-browse-html-temp.
2833         (gnus-article-browse-delete-temp): Make it customizable.  Add
2834         `file'.  Adjust doc string.
2835         (gnus-article-browse-delete-temp-files): Add argument.  Allow
2836         query for each file.  Adjust doc string.
2837         (gnus-article-browse-html-parts): Add
2838         `gnus-article-browse-delete-temp-files' to
2839         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
2840
2841 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
2842
2843         * gnus-art.el (gnus-article-browse-html-temp)
2844         (gnus-article-browse-delete-temp): New variables.
2845         (gnus-article-browse-delete-temp-files): New function.
2846         (gnus-article-browse-html-parts): Use it.
2847
2848 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2849
2850         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
2851
2852         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
2853         string.
2854
2855         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
2856         gnus-summary-insert-new-articles when unplugged.  Remove
2857         gnus-summary-search-article-forward.
2858
2859         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
2860         display-visual-class instead of display-color-cells.
2861
2862 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2863
2864         * dgnushack.el: Autoload customize-group for XEmacs.
2865
2866         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
2867         message/* containing non-ASCII text properly.
2868
2869 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2870
2871         * message.el: Require gmm-utils, remove autoloads.
2872         (message-tool-bar): Set default based on
2873         gmm-tool-bar-style.
2874         (message-tool-bar-gnome): Add gmm-customize-mode.
2875
2876         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
2877         gmm-tool-bar-style.
2878         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
2879
2880         * gnus-group.el (gnus-group-tool-bar): Set default based on
2881         gmm-tool-bar-style.
2882         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
2883
2884         * gmm-utils.el (gmm-image-directory): Rename variable from
2885         gmm-image-load-path.
2886         (gmm-image-load-path): Use gmm-image-directory.
2887         (gmm-customize-mode): New function.
2888         (gmm-tool-bar-style): New variable.
2889
2890         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
2891         gnus-group-redraw-line-number.
2892         (gnus-group-redraw-check): Simplify.
2893         (gnus-group-tool-bar-update): Remove redraw check.
2894         (gnus-group-make-tool-bar): Add redraw check.
2895
2896 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
2897
2898         * gnus-art.el (gnus-button): Add missing parentheses.
2899
2900 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2901
2902         * lpath.el: Fbind line-number-at-pos.
2903
2904 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2905
2906         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
2907
2908 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2909
2910         * gnus-art.el (gnus-button): New face.
2911         (gnus-article-button-face): Use it.
2912
2913         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
2914         gnus-summary-next-page.  Re-order.
2915
2916         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
2917         next-node are now included.
2918         (gnus-group-redraw-line-number): New internal variable.
2919         (gnus-group-redraw-check): Helper function for updating the tool
2920         bar.
2921         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
2922
2923         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
2924
2925         * spam.el (spam-spamassassin-score-regexp): New internal variable.
2926         (spam-extra-header-to-number, spam-check-spamassassin-headers):
2927         Use it to match format of Spamassassin 3.0 and later.  Reported by
2928         IRIE Tetsuya <irie@t.email.ne.jp>.
2929         (spam-check-bogofilter)
2930         (spam-bogofilter-register-with-bogofilter): Fix args of
2931         `gnus-error' calls.
2932
2933 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2934
2935         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
2936         unnecessary interaction when sending queued mails.  Reported by
2937         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
2938
2939 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2940
2941         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
2942         first or last are nil.
2943
2944 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2945
2946         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
2947
2948 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2949
2950         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
2951
2952 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2953
2954         * dns.el (query-dns): Protect more against buggy tcp output.
2955
2956 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2957
2958         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
2959         nov.php.
2960
2961 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2962
2963         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
2964         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
2965         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
2966         output on the server side.
2967         (nnweb-google-create-mapping): Update regexps and add some
2968         progress indication.
2969
2970 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
2971
2972         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
2973         gnus-agent-toggle-plugged.  Re-order icons.
2974         (gnus-group-tool-bar-gnome): Add
2975         gnus-group-{prev,next}-unread-group.
2976         (gnus-group-tool-bar-gnome): Re-order icons.
2977
2978         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
2979         gnus-summary-insert-new-articles.
2980
2981         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
2982         comments.
2983
2984         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
2985         also available in Emacs 21.3.
2986
2987         * message.el (message-fix-before-sending): Change "Emacs 22" to
2988         "Emacs 23 (unicode)" in comment.
2989
2990         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
2991         "Emacs 23 (unicode)" in comment.
2992
2993         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
2994         comment.
2995         (mm-coding-system-p): Add comment about no-MULE XEmacs.
2996
2997         * mm-view.el (mm-fill-flowed): Add :version.
2998
2999 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3000
3001         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
3002         and load-path.
3003
3004 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
3005
3006         * message.el: Autoload gmm-image-load-path.
3007         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
3008         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
3009         consitency.
3010
3011         * gmm-utils.el (gmm-image-load-path): Also search in
3012         "../etc/images".  Don't set gmm-image-load-path if we don't find
3013         the image.
3014
3015 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3016
3017         * gmm-utils.el (gmm-image-load-path): Don't make
3018         `gmm-image-load-path' include subdirectories which the second arg
3019         `image' might specify.
3020
3021         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
3022         subdirectory to icon file names.
3023
3024         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
3025
3026 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
3027
3028         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
3029         gmm-image-load-path calls.
3030
3031         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3032
3033         * message.el (message-make-tool-bar): Ditto.
3034
3035         * mml.el (mml-preview): Added comment concerning tool bar icons.
3036
3037         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
3038         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
3039
3040         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
3041         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
3042
3043         * message.el (message-tool-bar-gnome): Use new icon names.
3044         (message-make-tool-bar): Use `gmm-image-load-path'.
3045
3046         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
3047         functions from MH-E.
3048         (gmm-image-load-path): New variable from MH-E.
3049         (gmm-image-load-path): New function from MH-E.  Added arguments
3050         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
3051         *-image-load-path-called-flag.
3052
3053 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
3054
3055         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
3056
3057 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
3058
3059         * nnimap.el (nnimap-request-move-article): Change folder back to
3060         source group before deleting.
3061
3062 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3063
3064         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
3065
3066         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
3067         mm-url.
3068
3069         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
3070
3071 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3072
3073         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
3074         coding system which mm-charset-to-coding-system returns for a
3075         given charset is valid.
3076
3077 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
3078
3079         * html2text.el (html2text-remove-tag-list):
3080         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
3081
3082 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
3083
3084         * gnus-cus.el: Revert 2005-10-17 change.
3085
3086 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3087
3088         * gnus-art.el (article-strip-banner): Call
3089         article-really-strip-banner only when the regexp match is made.
3090
3091 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3092
3093         * gnus-art.el (article-strip-banner): Use
3094         gnus-extract-address-components instead of
3095         mail-header-parse-addresses to make it work with non-ASCII text;
3096         remove mail-encode-encoded-word-string.
3097
3098         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
3099         values which are surrounded with \"...\"; make it never cause a
3100         Lisp error; give up parsing of parameters if it failed in
3101         extracting type.
3102
3103 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3104
3105         * smime.el (smime-cert-by-ldap-1): Fix bug where
3106         `smime-ldap-search' returns results without userCertificates.
3107
3108 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3109
3110         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
3111
3112 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3113
3114         * spam.el (spam-check-spamassassin-headers): Adapt format for
3115         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
3116         <ari@mbf.ocn.ne.jp>.
3117         (spam-list-of-processors): Add spam-use-gmane.
3118
3119 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3120
3121         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
3122         make-temp-file; make it work with XEmacs as well.
3123
3124         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
3125         mm-make-temp-file.
3126
3127         * mm-decode.el (mm-display-external): Use the 3rd arg of
3128         mm-make-temp-file.
3129         (mm-create-image-xemacs): Ditto.
3130
3131 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3132
3133         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
3134         with message-narrow-to-headers.
3135         (gnus-draft-setup): Narrow to header to run message-fetch-field.
3136         (gnus-draft-check-draft-articles): New function.
3137         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
3138
3139 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3140
3141         * gnus-art.el (gnus-article-browse-html-parts):
3142         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
3143         Don't use suffix argument for mm-make-temp-file for Emacs 21
3144         compatibility.  Remove useless `format'.
3145
3146 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3147
3148         * nnweb.el (nnweb-google-wash-article): Update regexps.
3149         (nnweb-group-alist): Use defvoo instead of defvar.
3150
3151 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3152
3153         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
3154         re-loading nn* modules.
3155
3156 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3157
3158         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
3159         for `tool-bar-mode' and don't check it's default-value.
3160
3161         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3162
3163         * message.el (message-make-tool-bar): Ditto.
3164
3165         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
3166         `substring'.  Shorten tmp-file name.
3167
3168         * gnus.el: Remove bogus comment.
3169
3170 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
3171
3172         * gnus-art.el (gnus-article-browse-html-parts): New function.
3173         (gnus-article-browse-html-article): New function for viewing html
3174         articles with a browser.
3175
3176 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
3177
3178         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
3179         in elisp.
3180         (pgg-gpg-encrypt-symmetric-region): Ditto.
3181         (pgg-gpg-sign-region): Ditto.
3182
3183         * pgg-def.el (pgg-text-mode): New variable.
3184
3185         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
3186         (mml2015-pgg-encrypt): Ditto.
3187
3188         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
3189         (mml1991-pgg-encrypt): Ditto.
3190
3191 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3192
3193         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
3194         message-make-date instead of current-time-string.
3195
3196         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
3197         to gnus-decoded which mm-uu might set.
3198
3199 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3200
3201         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
3202         don't decode quoted parameters; remove misimported Emacs code.
3203         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3204         (rfc2231-decode-encoded-string): Don't use split-string which
3205         behaves differently according to Emacs version; use
3206         mm-decode-coding-region to convert charset to coding-system.
3207         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3208         (rfc2231-encode-string): Remove misimported Emacs code.
3209
3210 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3211
3212         * gnus-art.el (article-decode-charset): Don't use ignore-errors
3213         when calling mail-header-parse-content-type.
3214         (article-de-quoted-unreadable): Ditto.
3215         (article-de-base64-unreadable): Ditto.
3216         (article-wash-html): Ditto.
3217
3218         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
3219         calling mail-header-parse-content-type and
3220         mail-header-parse-content-disposition.
3221         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
3222         mail-header-parse-content-type.
3223
3224         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
3225         insert charset and format parameters; encode description after
3226         inserting it to buffer.
3227         (mml-insert-parameter): Fold lines properly even if a parameter is
3228         segmented into two or more lines; change the max column to 76.
3229
3230         * rfc1843.el (rfc1843-decode-article-body): Don't use
3231         ignore-errors when calling mail-header-parse-content-type.
3232
3233         * rfc2231.el (rfc2231-parse-string): Return at least type if
3234         possible; don't cause an error even if it fails in parsing of
3235         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3236         (rfc2231-encode-string): Don't break lines at the beginning, leave
3237         it to mml-insert-parameter.
3238
3239         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
3240         calling mail-header-parse-content-type.
3241
3242 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
3243
3244         * spam-report.el (spam-report-gmane-use-article-number):
3245         Improve doc string.
3246         (spam-report-gmane-internal): Check if a suitable header was found
3247         in the article.
3248
3249 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3250
3251         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
3252         (rfc2231-encode-string): Make param*=value always begin with LWSP.
3253
3254 2006-02-05  Romain Francoise  <romain@orebokech.com>
3255
3256         Update copyright notices of all files in the gnus directory.
3257
3258 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3259
3260         * nnweb.el (nnweb-request-group): Avoid growing overview files.
3261
3262 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3263
3264         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
3265         segmented lines of parameter value to cope with Thunderbird 1.5
3266         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
3267         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3268         (rfc2231-encode-string): Don't make lines exceeding 76 column.
3269
3270 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
3271
3272         * mml.el (mml-generate-mime-1): Correct the order of inline signed
3273         parts.
3274
3275 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3276
3277         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
3278         there's only one active file for all servers.
3279         (nnweb-request-scan): Make sure nnweb-articles is initialized on
3280         solid groups.  Gnus might have used a FAST request to select the group.
3281         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
3282         and nnweb-search redundantly in the active file.
3283         (nnweb-request-list): Don't list bogus groups.  There can only be one.
3284         (nnweb-request-create-group): Don't use ARGS.
3285         (nnweb-possibly-change-server, nnweb-request-group): Remove some
3286         initialisations.  Let nnoo do the work.
3287
3288 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3289
3290         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
3291         Say the part has been decoded.
3292
3293         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
3294
3295 2006-01-31  Kevin Ryde  <user42@zip.com.au>
3296
3297         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
3298         mailcap-viewer-test-cache when there's no 'test clause, since that
3299         will invert the meaning of a "nil" test previously determined by
3300         mailcap-mailcap-entry-passes-test.
3301
3302 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3303
3304         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
3305         compiling.
3306
3307         * gnus-sum.el: Ditto.
3308
3309         * message.el: Don't bind tool-bar-map when compiling.
3310
3311 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
3312
3313         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
3314
3315 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3316
3317         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
3318         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
3319         current Google Groups.
3320
3321 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
3322
3323         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
3324         and tool-bar-mode.
3325
3326         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
3327         and tool-bar-mode.
3328
3329         * message.el (message-tool-bar-update): Simplify.
3330         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
3331
3332         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
3333         gnus-summary-buffer.
3334         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
3335         gnus-summary-reply.
3336
3337         * gmm-utils.el (gmm): Add :version.
3338
3339 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * Makefile.in (clean): New rule.
3342         (distclean): Use it.
3343
3344 2006-01-26  Steve Youngs  <steve@sxemacs.org>
3345
3346         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
3347         autoload.
3348
3349 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3350
3351         * gmm-utils.el (gmm-verbose): Add :group.
3352
3353 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
3354
3355         * message.el: Change some comments WRT tool-bars.
3356
3357         * gnus-sum.el (gnus-summary-tool-bar)
3358         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
3359         (gnus-summary-tool-bar-zap-list): New variables.
3360         (gnus-summary-make-tool-bar): Complete rewrite using
3361         `gmm-tool-bar-from-list'.
3362
3363         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
3364         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
3365         variables.
3366         (gnus-group-make-tool-bar): Complete rewrite using
3367         `gmm-tool-bar-from-list'.
3368         (gnus-group-tool-bar-update): New function.
3369
3370         * message.el (message-mode-field-menu): Add "Show hidden Headers".
3371
3372 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3373
3374         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
3375         is dissected into a single part of which the type is the same as
3376         the given one; decode charset.
3377
3378 2006-01-21  Kevin Ryde  <user42@zip.com.au>
3379
3380         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
3381         into alists as symbol not string, since that's what
3382         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
3383         look for.
3384
3385 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
3386
3387         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
3388         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
3389
3390         * message.el (message-tool-bar-gnome): Use gmm-ignore.
3391
3392 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3393
3394         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
3395         (gnus-xmas-mime-security-button-menu): New function.
3396
3397         * gnus-art.el (gnus-mime-security-button-commands): New variable.
3398         (gnus-mime-security-button-menu): New definition.
3399         (gnus-mime-security-button-map): Use them.
3400         (gnus-mime-security-button-menu): New function.
3401         (gnus-insert-mime-security-button): Addition to help echo.
3402         (gnus-mime-security-run-function, gnus-mime-security-save-part)
3403         (gnus-mime-security-pipe-part): New functions.
3404
3405         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
3406         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
3407
3408         * mm-decode.el (mm-handle-set-disposition): Remove.
3409         (mm-handle-set-description): Remove.
3410
3411 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3412
3413         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
3414         (mm-w3m-standalone-supports-m17n-p): New function.
3415         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
3416         w3m usage.
3417
3418         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
3419         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
3420
3421 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3422
3423         * message.el (message-tool-bar-zap-list): Use
3424         gmm-tool-bar-zap-list as custom type.
3425         (message-tool-bar-update): New function.
3426         (message-tool-bar, message-tool-bar-gnome)
3427         (message-tool-bar-retro): Add message-tool-bar-update.
3428         (message-tool-bar-gnome): Add flyspell-buffer.
3429
3430         * gnus-util.el (gnus-error): Describe `args'.
3431
3432         * gmm-utils.el (gmm-error): Describe `args'.
3433         (gmm-tool-bar-zap-list): New widget.
3434         (gmm-tool-bar-from-list): Improve description of `zap-list'.
3435
3436 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3437
3438         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
3439         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
3440         the number of recursive calls.
3441
3442         * mm-decode.el (mm-handle-set-disposition): New macro.
3443         (mm-handle-set-description): New macro.
3444
3445 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3446
3447         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
3448         encoding.
3449
3450 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3451
3452         * message.el (message-tool-bar-zap-list, message-tool-bar)
3453         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
3454         (message-tool-bar-local-item-from-menu): Remove.
3455         (message-tool-bar-map): Replace by `message-make-tool-bar'.
3456         (message-make-tool-bar): New function.
3457         (message-mode): Use `message-make-tool-bar'.
3458
3459         * gmm-utils.el: New file.
3460         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
3461         (gmm-lazy): New widget copied from `nnmail.el'.
3462         (gmm-tool-bar-from-list): New function for creating customizable
3463         tool bars.
3464         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
3465         output.
3466         (gmm): Add :prefix to defgroup.
3467
3468 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
3469
3470         * gmm-utils.el (gmm-widget-p): New function.
3471
3472 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3473
3474         * mml.el (mml-attach-file): Describe `description' in doc string.
3475         (mml-menu): Add Emacs MIME manual and PGG manual.
3476
3477 2006-01-20  Richard M. Stallman  <rms@gnu.org>
3478
3479         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
3480
3481 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
3482
3483         * nntp.el (nntp-end-of-line): Doc fix.
3484
3485 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
3486
3487         * imap.el (imap-open): Handle case where buffer is a buffer
3488         object.
3489
3490 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3491
3492         * gnus-delay.el (gnus-delay): Don't autoload.
3493         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3494         to be re-loaded when customizing the `gnus-delay' group.
3495
3496 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
3497
3498         * message.el (message-insert-citation-line): Use newlines.
3499
3500 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3501
3502         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3503         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
3504         these routines, so the passphrase can be managed externally and
3505         passed in to the system.
3506         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3507         pgg-add-passphrase-to-cache function.
3508
3509         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3510         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
3511         these routines, so the passphrase can be managed externally and
3512         passed in to the system.
3513         (pgg-pgp5-sign-region): Use new name of
3514         pgg-add-passphrase-to-cache function.
3515
3516 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3517
3518         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3519         part of the decoded armor to find the key-identifier.
3520         (pgg-gpg-lookup-key-owner): New function to return the
3521         human-readable identifier of a key owner.
3522         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
3523         itself.
3524         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
3525         the key value) if we have a key and can match it against a secret
3526         key.  Also, added a note pointing out fact that the prompt only
3527         indicates the first matching key.
3528
3529         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
3530         pgg-decrypt-region.
3531         (pgg-add-passphrase-to-cache): Rename from
3532         `pgg-add-passphrase-cache' to reduce confusion (all callers
3533         changed).
3534         (pgg-remove-passphrase-from-cache): Rename from
3535         `pgg-remove-passphrase-cache' to reduce confusion (all callers
3536         changed).
3537         (pgg-read-passphrase, pgg-add-passphrase-cache)
3538         (pgg-remove-passphrase-cache): Add informative docstrings.
3539         (pgg-decrypt): Convey provided passphrase in subordinate call to
3540         pgg-decrypt-region.
3541
3542 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
3543
3544         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
3545         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
3546         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
3547         'passphrase' argument, so the passphrase can be managed externally
3548         and then passed in to the system.
3549
3550         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
3551         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
3552         so the passphrase cache can be used reliably with identifiers
3553         besides a pgp packet's key id.
3554
3555         * pgg-gpg.el (pgg-gpg-encrypt-region)
3556         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3557         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
3558         these routines, so the passphrase can be managed externally and
3559         passed in to the system.
3560
3561         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
3562         'notruncate' argument, so the passphrase cache can be used
3563         reliably with identifiers besides a pgp packet's key id.
3564
3565 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
3566
3567         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
3568         symmetric encryption.
3569         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
3570         encrypted session key.
3571         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
3572         message ask for the passphrase in a proper way.
3573
3574         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
3575         New user commands for symmetric encryption.
3576
3577 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3578
3579         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
3580
3581         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
3582
3583 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
3584
3585         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
3586
3587 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3588
3589         * mm-decode.el (mm-inlined-types): Add application/pgp.
3590         (mm-automatic-display): Ditto.
3591
3592         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
3593         part as text.
3594
3595 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3596
3597         * nnrss.el: Update copyright.
3598         (nnrss-opml-import): Query whether to subscribe to each entry.
3599
3600         * gnus-art.el:
3601         * gnus-sum.el:
3602         * gnus-xmas.el:
3603         * messagexmas.el:
3604         * mm-uu.el:
3605         * mm-view.el: Update copyright.
3606
3607 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
3608
3609         * message.el (message-info): New function.
3610         (message-mode-menu): Add it.
3611         Update copyright.
3612
3613         * ChangeLog: Fix and update copyright.
3614
3615 2006-01-13  Romain Francoise  <romain@orebokech.com>
3616
3617         * message.el (message-forward-subject-name-subject): Prefer the
3618         address to 'nowhere' if the sender has no name.
3619         Fix typo.  Update copyright year.
3620
3621 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3622
3623         * gnus-art.el (article-wash-html): Use
3624         gnus-summary-show-article-charset-alist if a numeric arg is given.
3625         (gnus-article-wash-html-with-w3m-standalone): New function.
3626
3627         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
3628         mm-inline-text-html-render-with-w3m-standalone.
3629         (mm-text-html-washer-alist): Map w3m-standalone to
3630         gnus-article-wash-html-with-w3m-standalone.
3631         (mm-inline-text-html-render-with-w3m-standalone): New function.
3632
3633 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3634
3635         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
3636         Improve LaTeX.
3637
3638 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3639
3640         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
3641         (nnrss-request-article): Render text/plain parts as HTML.
3642
3643         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
3644         the buffer.
3645
3646 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3647
3648         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
3649         custom definition of `gnus-posting-styles'.
3650
3651         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
3652         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
3653
3654 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3655
3656         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
3657         Use nntp for bug archive.
3658
3659 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
3662         parts.
3663         (nnrss-normalize-date): New function converts ISO 8601 date into
3664         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3665         (nnrss-check-group): Use it.
3666
3667 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3668
3669         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
3670
3671         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
3672         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3673         (nnrss-insert-w3): Ditto.
3674
3675 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3676
3677         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
3678         the articles to be forwarded including the case where neither a
3679         number of articles nor a region is specified.
3680
3681 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3682
3683         * nnrss.el (nnrss-request-article): Fix last change; fill
3684         text/plain parts.
3685
3686 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3687
3688         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
3689         in text/plain part.
3690         (nnrss-check-group): Don't add excessive newline to dc:subject.
3691
3692 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
3693
3694         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
3695         article.
3696
3697 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3698
3699         * nnml.el: Don't require gnus-bcklg.  Autoload it.
3700         (nnml-use-compressed-files, nnml-save-mail): Support other
3701         comression programs such as bzip2.
3702
3703 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3704
3705         * dns.el (query-dns): Make sure we check the buffer size before
3706         removing tcp headers.
3707
3708 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3709
3710         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
3711         remove MIME buttons associated with multipart/alternative parts.
3712         (gnus-mime-display-alternative): Tag buttons using `article-type'
3713         text property.
3714
3715         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
3716         associated with multipart/alternative parts.
3717
3718         * gnus-art.el (gnus-signature-separator): Fix custom type.
3719
3720         * mm-decode.el (mm-inlined-types): Fix custom type.
3721         (mm-keep-viewer-alive-types): Ditto.
3722         (mm-automatic-display): Ditto.
3723         (mm-attachment-override-types): Ditto.
3724         (mm-inline-override-types): Ditto.
3725         (mm-automatic-external-display): Ditto.
3726
3727 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3728
3729         * spam-report.el (spam-report-user-mail-address)
3730         (spam-report-user-agent): New variables.
3731         (spam-report-url-ping-plain): Use spam-report-user-agent.
3732
3733 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
3734
3735         * gnus-art.el (gnus-button-handle-custom): Do not just use
3736         `customize-apropos' for any "M-x customize-*" button but the
3737         function called for.  Accept both the function name and its
3738         argument in order to achieve this.
3739         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
3740         function name to `gnus-button-handle-custom' in case of "M-x
3741         customize-*" buttons.
3742
3743 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3744
3745         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
3746         multipart/alternative and add xref to mm-discouraged-alternatives
3747         in doc string.
3748
3749         * mm-decode.el (mm-discouraged-alternatives): Add xref to
3750         gnus-buttonized-mime-types in doc string.
3751
3752 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
3753
3754         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
3755         Suggest image/.* in the doc string.
3756
3757 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3758
3759         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
3760         message-marks (Debian bug #342521).
3761
3762 2005-12-12  Simon Josefsson  <jas@extundo.com>
3763
3764         * password.el (password-read-from-cache): Add.
3765         (password-read): Use it.
3766
3767 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3768
3769         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
3770         us-ascii as a MIME charset.
3771
3772         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
3773         against the case where the 2nd arg TYPE is nil.
3774
3775 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3776
3777         * pop3.el (pop3-stream-type): Fix custom version.
3778
3779         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
3780
3781 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3782
3783         * mm-decode.el (mm-display-external): Add missing cdr.
3784
3785 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3786
3787         * mm-decode.el (mm-display-external): Use nametemplate (defined in
3788         RFC1524) if it is in mailcap or add a suffix according to
3789         mailcap-mime-extensions when generating a temp filename; postpone
3790         deleting a temp file for 2 seconds for some wrappers, shell
3791         scripts, and so on, which might exit right after having started a
3792         viewer command as a background job.
3793
3794 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3795
3796         * nntp.el (nntp-marks-directory): Fix custom group.
3797
3798         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
3799         steps when < 10.
3800
3801         * gnus-start.el (gnus-no-server-1): Mention
3802         `gnus-level-default-subscribed' in doc string.
3803
3804 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3805
3806         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
3807         parens.
3808
3809 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3810
3811         * gnus-xmas.el (gnus-use-toolbar): Revert.
3812         (gnus-xmas-setup-toolbar): Use global default-toolbar if
3813         gnus-use-toolbar is default.
3814
3815         * messagexmas.el (message-use-toolbar): Revert.
3816         (message-setup-toolbar): Use global default-toolbar if
3817         message-use-toolbar is default.
3818
3819 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3820
3821         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
3822         according to default-toolbar-visible-p.
3823
3824         * messagexmas.el (message-use-toolbar): Ditto.
3825
3826 2005-11-26  Dave Love  <fx@gnu.org>
3827
3828         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
3829         (tls-program, tls-success): Provide openssl alternative.
3830
3831         * starttls.el: Doc fixes.
3832         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
3833         SERVICE to PORT.
3834
3835         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
3836         port null or service name.
3837         (starttls-negotiate): Autoload.
3838
3839 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3840
3841         * message.el (message-kill-to-signature): Fix interactive spec.
3842
3843 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3844
3845         * pop3.el (pop3-open-server): Recognize a string as a service name.
3846
3847 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
3848
3849         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3850
3851 2005-11-23  Dave Love  <fx@gnu.org>
3852
3853         Add pop3s, pop3/starttls.
3854
3855         * pop3.el (pop3-authentication-scheme): Clarify doc.
3856         (open-tls-stream, starttls-open-stream): Autoload.
3857         (pop3-stream-type): New.
3858         (pop3-open-server): Use it.
3859
3860         * mail-source.el (mail-sources): Fix some :types.  Add stream type
3861         for POP.
3862         (mail-source-keyword-map): Add :stream for POP.
3863         (mail-source-fetch-pop): Use pop3-stream-type.
3864
3865 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3866
3867         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
3868         of current-time-string.
3869
3870 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
3871
3872         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
3873         date header.
3874
3875 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3876
3877         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
3878         it can seriously impact performance as it bypasses the agent's
3879         local caches.
3880
3881 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3882
3883         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
3884         must be explicitly online rather than "not explicitly offline" for
3885         its flags to be synchronized.
3886
3887         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
3888         that gnus-uu-unmark-thread will function correctly.
3889
3890         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
3891         1024K is instead displayed as 1M.
3892
3893 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3894
3895         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
3896
3897 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
3898
3899         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
3900
3901 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
3902
3903         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
3904         error message to display actual error condition.
3905         (gnus-agent-save-local): Avoid saving symbols that are bound to
3906         nil as they simply result in a warning message in
3907         gnus-agent-read-local.
3908
3909 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3910
3911         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
3912         rather than make-variable-buffer-local for file-precious-flag.
3913
3914 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3915
3916         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
3917         for duplicates which are removed.  The invalid sort check then
3918         triggers a rescan after the sort as sorting may have moved
3919         duplicate entries such that they can be cheaply detected.
3920
3921 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3922
3923         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
3924
3925 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3926
3927         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
3928         internal variable to a custom variable.  Changed default value
3929         from compressed(2) to uncompressed(1).
3930         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
3931         support for uncompressed agentview files.  Taken together, reading
3932         the agentview file should now be 6-7 times faster.
3933
3934 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3935
3936         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
3937         as a buffer-local variable.  This avoids creating truncated
3938         dribble files as a result of a hang up, eg.
3939
3940 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
3941
3942         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
3943         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
3944         XEmacs.
3945
3946 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3947
3948         * gnus-start.el (gnus-start-draft-setup): Enforce
3949         `gnus-draft-mode' for nndraft:drafts at startup.
3950
3951         * gnus.el (gnus-splash): Change custom group.
3952         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
3953         allow-list argument.
3954
3955         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
3956         string.
3957
3958 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3959
3960         * gnus-art.el (gnus-default-article-saver): Add user-defined
3961         `function' to custom type.
3962
3963 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
3964
3965         * imap.el (imap-open): Handle case where buffer is a buffer
3966         object.
3967
3968 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3969
3970         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
3971         long lines.
3972         (gnus-cache-delete-group): Wrap doc strings.
3973
3974         * gnus-agent.el (gnus-agent-rename-group)
3975         (gnus-agent-delete-group): Wrap doc strings.
3976
3977
3978 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3979
3980         * messagexmas.el (message-use-toolbar): Change the valid values
3981         into default, top, bottom, left, and right.
3982         (message-toolbar-thickness): New variable.
3983         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
3984         well.
3985         (message-setup-toolbar): Make it work.
3986
3987         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
3988         (gnus-use-toolbar): Change the valid values into default, top,
3989         bottom, left, and right.
3990         (gnus-toolbar-thickness): New variable.
3991         (gnus-xmas-setup-toolbar): New function.
3992         (gnus-xmas-setup-group-toolbar): Use it.
3993         (gnus-xmas-setup-summary-toolbar): Use it.
3994
3995 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3996
3997         * gnus-start.el (gnus-1): Add "native" to
3998         gnus-predefined-server-alist.
3999
4000         * gnus.el (gnus-method-to-server): Don't add "native" to the
4001         lists here, because that leads to problems when
4002         gnus-select-method is bound.
4003
4004 2005-11-09  Simon Josefsson  <jas@extundo.com>
4005
4006         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
4007         use (not sort-by-date) instead.
4008
4009 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4010
4011         * gnus-delay.el (gnus-delay-group): Don't autoload.
4012         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4013         to be re-loaded when customizing the `gnus-delay' group.
4014
4015 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
4016
4017         * message.el: Revert last changes.
4018         (message-insert-citation-line): Use newlines.
4019
4020 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4021
4022         * message.el (message-courtesy-message)
4023         (message-mark-insert-begin, message-mark-insert-end)
4024         (message-elide-ellipsis, message-cancel-message)
4025         (message-add-header, message-change-subject)
4026         (message-cross-post-followup-to-header)
4027         (message-cross-post-insert-note, message-reduce-to-to-cc)
4028         (message-widen-reply, message-delete-not-region)
4029         (message-kill-to-signature, message-insert-signature)
4030         (message-insert-importance-high, message-insert-importance-low)
4031         (message-insert-or-toggle-importance)
4032         (message-insert-disposition-notification-to)
4033         (message-indent-citation, message-yank-original)
4034         (message-cite-original-without-signature, message-cite-original)
4035         (message-insert-citation-line, message-position-on-field)
4036         (message-fix-before-sending, message-send-mail-partially)
4037         (message-send-mail, message-send-mail-with-sendmail)
4038         (message-send-mail-with-qmail, message-send-news)
4039         (message-check-news-header-syntax, message-generate-headers)
4040         (message-insert-courtesy-copy, message-fill-address)
4041         (message-fill-header, message-shorten-references)
4042         (message-setup-1, message-cancel-news)
4043         (message-forward-make-body-plain, message-forward-make-body-mime)
4044         (message-forward-make-body-mml, message-encode-message-body)
4045         (message-forward-make-body-digest-plain)
4046         (message-forward-make-body-digest-mime)
4047         (message-use-alternative-email-as-from): Insert `hard-newline'
4048         instead of ordinary newlines.
4049
4050 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4051
4052         * message.el (message-generate-headers): Downcase the argument
4053         given to message-check-element.
4054
4055 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
4056
4057         * nntp.el (nntp-authinfo-rejected): New error condition.
4058         (nntp-wait-for): Use new error condition to signal authentication
4059         error.
4060         (nntp-retrieve-data): Rethrow new error condition to break out of
4061         recursive call to nntp-send-authinfo.
4062
4063 2005-11-08  Romain Francoise  <romain@orebokech.com>
4064
4065         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
4066         (gnus-summary-exit-map): Bind to `Z p'.
4067         (gnus-summary-make-menu-bar): Add menu item.
4068
4069 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
4070
4071         * gnus-art.el (gnus-article-treat-custom): Add `first'.
4072         (gnus-treat-*): Add `first' in all doc strings.
4073
4074         * gnus-group.el (gnus-group-compact-group): Fix typo.
4075
4076 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4077
4078         * gnus.el (gnus-parameters-case-fold-search): New variable.
4079         (gnus-parameters-get-parameter): Use it.
4080
4081         * gnus-score.el (gnus-home-score-file): Doc fix.
4082
4083 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
4084
4085         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
4086
4087 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4088
4089         * mm-util.el (mm-special-display-p): New function.
4090
4091         * mml.el (mml-preview): Use it; doc fix.
4092
4093 2005-10-29  Romain Francoise  <romain@orebokech.com>
4094
4095         * message.el (message-fix-before-sending): Fix comment.
4096
4097 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4098
4099         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
4100
4101 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4102
4103         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
4104         Used in gnus-score.el.
4105
4106 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4107
4108         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
4109
4110 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4111
4112         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
4113         whitespace removed in revision 7.8.  Use concatenated string to
4114         protect trailing whitespace.
4115
4116 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
4117
4118         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
4119         (nnimap-request-expire-articles): Use it to avoid sending 'UID
4120         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
4121         Courier IMAP ("some version from 2004").  Mostly based on similar
4122         code in the same function.
4123
4124 2005-10-26  Didier Verna  <didier@xemacs.org>
4125
4126         * gnus-group.el (gnus-group-compact-group): invalidate original
4127         article buffer.
4128         * gnus-srvr.el (gnus-server-compact-server): ditto.
4129         * nnml.el (nnml-request-compact-group): handle self Xref: field in
4130         NOV database and in article itself.
4131         Invalidate article backlog.
4132
4133 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4134
4135         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
4136
4137 2005-10-26  Simon Josefsson  <jas@extundo.com>
4138
4139         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
4140         part of 2004-07-25 change.
4141
4142 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4143
4144         * message.el (message-display-completion-list): New function.
4145         (message-expand-group): Use it; make sure the Completions buffer
4146         is modifiable.
4147
4148 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4149
4150         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
4151         user-mail-name is an empty string.
4152
4153 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4154
4155         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
4156         depending on gnus-score-decay-constant.
4157
4158         * encrypt.el (encrypt-insert-file-contents)
4159         (encrypt-write-file-contents): Don't use `gnus-message'.
4160
4161         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
4162         arguments.
4163         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
4164         arguments to mm-uu-verbatim-marks-extract.
4165         (mm-uu-hide-markers): New variable.
4166         (mm-uu-extract): Use face similar to `gnus-cite-3'.
4167
4168         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4169         (gnus-convert-image-to-face-command): Use "convert" by default to
4170         allow other input image formats.
4171         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
4172         accordingly.
4173
4174 2005-10-23  Simon Josefsson  <jas@extundo.com>
4175
4176         * imap.el (imap-gssapi-program): Align command line parameters
4177         with latest GNU SASL.
4178         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
4179
4180 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4181
4182         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
4183         HTML.
4184         (nnslashdot-request-article): Ditto.
4185
4186         * lpath.el (featurep): Add nobreak-char-display.
4187
4188 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4189
4190         * mail-source.el (mail-source-fetch-pop): Require pop3.
4191         (mail-source-check-pop): Ditto.
4192
4193 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4194
4195         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
4196         errors.
4197
4198 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4199
4200         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
4201         (gnus-treat-strip-leading-blank-lines): Improve doc string.
4202
4203         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
4204
4205         * mm-bodies.el (mm-decode-string): Call
4206         `mm-charset-to-coding-system' with allow-override argument.
4207
4208 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4209
4210         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
4211         (rfc2047-charset-to-coding-system): New function.
4212         (rfc2047-decode-encoded-words): New function.
4213         (rfc2047-decode-region): Use them.
4214         (rfc2047-decode-cte): Remove.
4215         (rfc2047-parse-and-decode): Remove.
4216         (rfc2047-decode): Remove.
4217
4218 2005-10-15  Kenichi Handa  <handa@m17n.org>
4219
4220         * rfc2047.el (rfc2047-decode-cte): New function.
4221         (rfc2047-decode-region): Change the way to decode successive
4222         encoded-words: decode B- or Q-encoding in each encoded-word,
4223         concatenate them, and decode it as charset.
4224
4225 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4226
4227         * lpath.el: Fbind codepage-setup for XEmacs.
4228
4229 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
4230
4231         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
4232         widget-move-and-invoke.
4233         (gnus-custom-mode): Use gnus-custom-map.
4234
4235 2005-10-15  Bill Wohler  <wohler@newt.com>
4236
4237         * message.el (message-tool-bar-map): Renamed image file from
4238         mail_send to mail/send.
4239
4240 2005-10-16  Masatake YAMATO  <jet@gyve.org>
4241
4242         * message.el (message-expand-group): Pass the common
4243         prefix substring of completion to `display-completion-list'.
4244
4245 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
4246
4247         * mml-sec.el (mml-secure-method): New internal variable.
4248         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
4249         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
4250         functions using mml-secure-method.
4251
4252         * mml.el (mml-mode-map): Add key bindings for those functions.
4253         (mml-menu): Simplify security menu entries.  Suggested by Jesper
4254         Harder <harder@myrealbox.com>.
4255         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
4256         end of message if point is the headers of the message.
4257
4258         * message.el (message-in-body-p): New function.
4259
4260         * assistant.el: Autoload gnus-util and netrc.
4261
4262         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
4263         Use `mm-charset-override-alist' only when decoding.
4264
4265         * mm-bodies.el (mm-decode-body): Call
4266         `mm-charset-to-coding-system' with allow-override argument.
4267
4268         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
4269         `filename' from Content-Disposition if Content-Type doesn't
4270         provide `name'.
4271         (gnus-mime-view-part-as-type): Set default instead of
4272         initial-input.
4273
4274 2005-10-09  Daniel Brockman  <daniel@brockman.se>
4275
4276         * format-spec.el (format-spec): Propagate text properties of % spec.
4277
4278 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
4279
4280         * gnus-art.el (gnus-treat-predicate): Add `first'.
4281
4282 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
4283
4284         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
4285         (mm-charset-override-alist): New variable.
4286         (mm-charset-to-coding-system): Use it.
4287         (mm-codepage-setup): New helper function.
4288         (mm-charset-eval-alist): New variable.
4289         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
4290         about unknown charsets.
4291
4292         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
4293
4294 2005-10-04  David Hansen  <david.hansen@gmx.net>
4295
4296         * nnrss.el (nnrss-request-article): Add support for the comments tag.
4297         (nnrss-check-group): Ditto.
4298
4299 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4300
4301         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
4302         Rename x-gnus-verbatim to x-verbatim.
4303         (mm-uu-type-alist): Fix regexp for verbatim-marks.
4304
4305         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
4306         x-verbatim.
4307
4308         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
4309
4310         * gnus-util.el (gnus-remove-duplicates): Remove.
4311
4312         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
4313         instead of gnus-remove-duplicates.
4314
4315         * message.el (message-remove-duplicates): Remove.
4316         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
4317         message-remove-duplicates.
4318
4319         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
4320         available, else use implementation from `delete-dups'.
4321
4322         * message.el (message-insert-expires): New function.
4323         (message-mode-map): Add key binding.
4324         (message-mode-field-menu): Add menu entry.
4325         (message-mode): Document it.
4326         (message-make-expires-date): Use `message-make-date'.
4327
4328 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
4329
4330         * message.el (message-make-expires-date): New function.
4331
4332 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4333
4334         * Makefile.in (list-installed-shadows): New entry.
4335         (install): Use it.
4336         (remove-installed-shadows): New entry.
4337
4338         * dgnushack.el (dgnushack-default-load-path): New variable.
4339         (dgnushack-find-lisp-shadows): New function.
4340         (dgnushack-remove-lisp-shadows): New function.
4341
4342 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4343
4344         * Makefile.in (install-el-elc): New entry.
4345         (install): Use it so that .el files are necessarily installed.
4346
4347 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4348
4349         * time-date.el: Autoload parse-time-string, XEmacs needs it.
4350
4351 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4352
4353         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
4354         function rather than the diff-mode.el package.
4355         (mm-display-external): Use with-current-buffer.
4356         (mm-viewer-completion-map, mm-viewer-completion-map):
4357         Move initialization inside declaration.
4358
4359 2005-09-29  Simon Josefsson  <jas@extundo.com>
4360
4361         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
4362         autoload mail-check-payment.
4363         (spam-check-hashcash): Define unconditionally, since hashcash.el
4364         is part of Gnus now.  Ignore errors from payment checking.
4365
4366 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4367
4368         * message.el (message-bold-region, message-unbold-region): Rename
4369         from `bold-region' and `unbold-region'.
4370
4371         * message.el: Remove useless autoloads.
4372
4373 2005-09-28  Simon Josefsson  <jas@extundo.com>
4374
4375         * message.el (message-use-idna): Default to t.
4376         (message-use-idna): Test whether encoding works too.  Doc fix.
4377
4378 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * nntp.el (nntp-warn-about-losing-connection): Remove.
4381
4382 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4383
4384         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
4385         customizable.  Change default value.
4386         (mm-uu-diff-groups-regexp): Change default value.
4387         (mm-uu-type-alist): Add doc string.
4388         (mm-uu-configure): Add doc string.  Make it interactive.
4389         (mm-uu-tex-groups-regexp): New variable.
4390         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
4391         (mm-uu-type-alist): Add LaTeX documents.
4392         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
4393         of "text/verbatim".
4394         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
4395
4396         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
4397         instead of "text/verbatim".
4398
4399         * message.el (message-mark-inserted-region)
4400         (message-mark-insert-file): Use slrn style marks when called with
4401         prefix argument.
4402
4403 2005-09-27  Simon Josefsson  <jas@extundo.com>
4404
4405         * message.el (message-idna-to-ascii-rhs-1): Reformat.
4406
4407 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4408
4409         * message.el (message-remove-duplicates): New function.
4410         Implementation borrowed from `gnus-remove-duplicates'.
4411         (message-idna-to-ascii-rhs): Also encode idna addresses in
4412         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4413         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
4414         only ask about the same idna domain once per header and also tell
4415         in what header to replace the idna domain.
4416
4417         * gnus-art.el (article-decode-idna-rhs): Also decode idna
4418         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4419         (article-decode-idna-rhs): Fix regexp so that all idna-address in
4420         a header is decoded and not just the last one.
4421
4422 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4423
4424         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
4425         has been decoded.
4426
4427         * mm-decode.el (mm-automatic-display): Add text/verbatim.
4428         (mm-insert-part): Don't modify text if it has been decoded.
4429
4430         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
4431         decoded.
4432
4433         * mm-view.el (mm-inline-text): Don't strip text props unless
4434         decoding enriched or richtext parts.
4435
4436 2005-09-25  Romain Francoise  <romain@orebokech.com>
4437
4438         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
4439         * gnus-start.el (gnus-subscribe-interactively):
4440         * gnus-uu.el (gnus-uu-grab-articles):
4441         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
4442         space.
4443
4444 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
4445
4446         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4447         * mm-view.el (mm-view-pkcs7-decrypt):
4448         * gnus-sum.el (gnus-summary-limit-to-extra)
4449         (gnus-summary-respool-article, gnus-read-move-group-name):
4450         * gnus-score.el (gnus-summary-increase-score):
4451         * gnus-util.el (gnus-completing-read-with-default):
4452         * gnus-art.el (gnus-read-save-file-name)
4453         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
4454         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
4455         * message.el (message-check-news-header-syntax):
4456         Follow convention for reading with the minibuffer.
4457
4458 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
4459
4460         * spam-report.el (spam-report-url-ping-plain):
4461         Use gnus-extended-version as User-Agent.
4462
4463         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
4464         default value is nil.
4465
4466         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
4467         (mm-uu-verbatim-marks-extract): New function.
4468         (mm-uu-extract): New face.
4469         (mm-uu-copy-to-buffer): Use it.
4470
4471         * spam-report.el (spam-report-gmane-ham): Renamed from
4472         `spam-report-gmane-unspam'.
4473         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
4474         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
4475
4476         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
4477         Autoload.
4478         (spam-report-gmane-unregister-routine): Renamed
4479         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
4480
4481 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
4482
4483         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
4484         (spam-report-gmane-unregister-routine): Add support for gmane
4485         unregistration.
4486
4487         * spam-report.el (spam-report-gmane-unspam)
4488         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
4489         (spam-report-gmane): Change to take a single article and do unspam
4490         registration.
4491
4492 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4493
4494         * mm-url.el (mm-url-decode-entities): Fix regexp.
4495
4496 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4497
4498         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
4499         default to nil, to be able to use Gnus at all.  If the default
4500         switches to something else, then the function should be fixed not
4501         be exceedingly slow.
4502
4503 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
4504
4505         * gnus-start.el (gnus-activate-group): If the server is nil, don't
4506         fail hard.
4507
4508         * spam-report.el: Add better Keywords line.
4509
4510         * spam.el: Add Maintainer and better Keywords line.
4511
4512 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4513
4514         * gnus-art.el (gnus-article-replace-part)
4515         (gnus-mime-replace-part): New functions.
4516         (gnus-mime-action-alist, gnus-mime-button-commands)
4517         (gnus-mime-save-part-and-strip): Added file argument.
4518         (gnus-article-part-wrapper): Added interactive argument.
4519
4520         * gnus-sum.el (gnus-summary-mime-map): Add
4521         `gnus-article-replace-part'.
4522
4523 2005-09-19  Didier Verna  <didier@xemacs.org>
4524
4525         The nnml compaction feature:
4526         * nnml.el (nnml-request-compact-group): New function.
4527         * nnml.el (nnml-request-compact): New function.
4528         * gnus-int.el (gnus-request-compact-group): New function.
4529         * gnus-int.el (gnus-request-compact): New function.
4530         * gnus-group.el (gnus-group-compact-group): New function.
4531         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
4532         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
4533         * gnus-srvr.el (gnus-server-compact-server): New function.
4534         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
4535         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
4536
4537 2005-09-18  Deepak Goel  <deego@gnufans.org>
4538
4539         * sieve.el (sieve-help): Fix `message' call: first arg should be a
4540         format spec.
4541
4542 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4543
4544         * gnus.el (gnus-group-startup-message): Bind image-load-path.
4545
4546 2005-09-15  Romain Francoise  <romain@orebokech.com>
4547
4548         * message.el (message-fill-paragraph): Clarify docstring.
4549
4550 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4551
4552         * gnus-art.el (gnus-mime-display-part): Protect against broken
4553         MIME messages.
4554
4555 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4556
4557         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
4558         before parsing header.
4559
4560 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
4561
4562         * html2text.el: (html2text-replace-list): Add new entities.
4563
4564 2005-09-11  Romain Francoise  <romain@orebokech.com>
4565
4566         * message.el (message-alternative-emails): Improve docstring.
4567         (message-setup-1): Call `message-use-alternative-email-as-from'
4568         after `message-setup-hook' to give it precedence over posting
4569         styles, etc.
4570         (message-use-alternative-email-as-from): Add docstring.  Remove
4571         the original From header if present.
4572
4573         * nnml.el (nnml-compressed-files-size-threshold): New variable.
4574         (nnml-save-mail): Use it.
4575
4576         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
4577         articles.  Add new argument `silent'.
4578         (gnus-uu-mark-all): Report the total number of marked articles.
4579
4580 2005-09-10  Romain Francoise  <romain@orebokech.com>
4581
4582         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
4583         (gnus-uu-mark-series): Likewise.
4584
4585 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
4586
4587         * spam-report.el (spam-report-gmane): Fix generation of spam
4588         report URL.
4589
4590 2005-09-10  Simon Josefsson  <jas@extundo.com>
4591
4592         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
4593         t, based on discussion on the ding list with Robert Epprecht
4594         <epprecht@solnet.ch>.
4595
4596 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
4597
4598         * spam-report.el (spam-report-gmane): Make it work without
4599         X-Report-Spam header.  Gmane now only provides Archived-At.
4600         This is only used if `spam-report-gmane-use-article-number' is nil.
4601         (spam-report-gmane-spam-header): Remove.  Not used anymore.
4602
4603         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
4604         make `gnus-summary-sort-by-recipient' work with threading.
4605
4606         * nnweb.el (nnweb-google-wash-article): Print a message if article
4607         is not available.
4608
4609 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4610
4611         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
4612         change.  Decode text/* parts content before displaying.
4613
4614 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4615
4616         * mml-smime.el: Remove defvar of gnus-extract-address-components.
4617
4618 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4619
4620         * mm-view.el (mm-display-inline-fontify): Disable support modes.
4621
4622         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
4623         url-package-name, url-package-version,
4624         w3m-cid-retrieve-function-alist, w3m-current-buffer,
4625         w3m-display-inline-images, and w3m-minor-mode-map.
4626
4627 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
4628
4629         * message.el (message-tab-body-function): Fixed mismatched custom
4630         type.
4631
4632         * gnus.el (gnus-group-change-level-function): Ditto.
4633
4634         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
4635
4636         * gnus-art.el (gnus-signature-limit)
4637         (gnus-article-mime-part-function): Ditto.
4638
4639 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4640
4641         * mml.el (mml-mode): Silence the byte compiler.
4642
4643         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
4644         using `(sit-for 0)' before moving the point to the specified part;
4645         skip unbuttonized parts.
4646         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
4647         return to the summary window if gnus-auto-select-part is non-nil.
4648
4649 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
4650
4651         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
4652         variables.
4653         (mml-dnd-attach-file, mml-mode): Use them.
4654
4655         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
4656         Make fetching article by MID work again for Google Groups.  Added
4657         FIXME concerning gnus-group-make-web-group.
4658
4659         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
4660         Don't depend on Gnus by using mail-extract-address-components if
4661         gnus-extract-address-components is not bound.
4662
4663 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4664
4665         * gnus-art.el (gnus-mime-display-security): Don't display the
4666         signature, but only the signed part.
4667
4668 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4669
4670         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
4671
4672         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
4673         list, not listp.
4674
4675 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
4676
4677         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
4678         when encoding.
4679
4680         * mm-bodies.el (mm-decode-content-transfer-encoding):
4681         De-canonicalize CRLF for all text content types, not just
4682         text/plain.
4683
4684 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4685
4686         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
4687         valid article; point arrow and cursor at the MIME button.
4688
4689 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4690
4691         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
4692         Suggested by Dan Christensen <jdc@uwo.ca>.
4693
4694         * mm-decode.el (mm-save-part): Enable change of prompt.
4695
4696 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
4697
4698         * gnus-msg.el (gnus-inews-add-send-actions): Made
4699         `message-post-method' lambda parameter ARG `&optional'.
4700
4701 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4702
4703         * gnus-sum.el (gnus-summary-mime-map): Added
4704         gnus-article-save-part-and-strip, gnus-article-delete-part and
4705         gnus-article-jump-to-part.
4706
4707         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
4708         (gnus-article-edit-part): Use it.
4709         (gnus-article-part-wrapper): Added no-handle argument.
4710         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
4711         functions.
4712
4713 2005-08-29  Romain Francoise  <romain@orebokech.com>
4714
4715         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4716         docstring.
4717         (gnus-face-from-file): Likewise.
4718
4719 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4720
4721         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
4722         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
4723         non-nil.
4724         (gnus-auto-select-part): New variable.
4725         (gnus-article-jump-to-part): New function.
4726         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
4727         (gnus-mime-delete-part): Allow selecting specified part after
4728         deleting or stripping parts.
4729         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
4730         part if argument is bogus.
4731
4732 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
4733
4734         * gnus-art.el (w3m-minor-mode-map):
4735         * gnus-spec.el (gnus-newsrc-file-version):
4736         * gnus-util.el (nnmail-active-file-coding-system)
4737         (gnus-original-article-buffer, gnus-user-agent):
4738         * gnus.el (gnus-ham-process-destinations)
4739         (gnus-parameter-ham-marks-alist)
4740         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
4741         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
4742         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
4743         * mm-decode.el (gnus-current-window-configuration):
4744         * mm-extern.el (gnus-article-mime-handles):
4745         * mm-url.el (url-current-object, url-package-name)
4746         (url-package-version):
4747         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
4748         (smime-keys, w3m-cid-retrieve-function-alist)
4749         (w3m-current-buffer, w3m-display-inline-images)
4750         (w3m-minor-mode-map):
4751         * mml-smime.el (gnus-extract-address-components):
4752         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
4753         (gnus-newsrc-hashtb, message-default-charset)
4754         (message-deletable-headers, message-options)
4755         (message-posting-charset, message-required-mail-headers)
4756         (message-required-news-headers):
4757         * mml1991.el (mc-pgp-always-sign):
4758         * mml2015.el (mc-pgp-always-sign):
4759         * nnheader.el (nnmail-extra-headers):
4760         * rfc1843.el (gnus-decode-encoded-word-function)
4761         (gnus-decode-header-function, gnus-newsgroup-name):
4762         * spam-stat.el (gnus-original-article-buffer): Add defvars.
4763
4764 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
4765
4766         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
4767         the end of the date treatments.
4768
4769 2005-08-15  Simon Josefsson  <jas@extundo.com>
4770
4771         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
4772         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
4773         Capello and Romain Francoise.
4774         (pgg-fetch-key-function): Removed, not used?
4775         (pgg-insert-url-with-w3): Require url, to get
4776         url-insert-file-contents regardless of where it is defined.
4777
4778 2005-08-13  Romain Francoise  <romain@orebokech.com>
4779
4780         * message.el (message-cite-original-1): New function.
4781         (message-cite-original): Use it.
4782         (message-cite-original-without-signature): Ditto.
4783
4784 2005-08-08  Romain Francoise  <romain@orebokech.com>
4785
4786         * message.el (message-yank-empty-prefix): New variable.
4787         (message-indent-citation): Use it.
4788         (message-cite-original-without-signature): Respect X-No-Archive.
4789
4790 2005-08-08  Simon Josefsson  <jas@extundo.com>
4791
4792         * pgg.el: Autoload url-insert-file-contents instead of loading
4793         w3/url.
4794         (pgg-insert-url-with-w3): Don't load url here.
4795
4796 2005-08-07  Jesper Harder  <harder@phys.au.dk>
4797
4798         * message.el (message-kill-to-signature): Don't insert newline at
4799         bol.
4800         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
4801
4802 2005-08-06  Romain Francoise  <romain@orebokech.com>
4803
4804         * message.el (message-user-fqdn): Fix typo in docstring.
4805
4806 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
4807
4808         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
4809
4810         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
4811
4812 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4813
4814         * mm-bodies.el (mm-encode-body): Use coding system rather than
4815         charset to encode text.
4816
4817         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
4818         number of charsets if utf-8 is available (XEmacs).
4819
4820 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
4821
4822         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
4823         taken from `gnus-button-mid-or-mail-regexp'.
4824         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
4825         (gnus-button-alist): Improve regexp for domain part of the MIDs
4826         for news:localpart@domain buttons.
4827         (gnus-button-ctan-directory-regexp): Update.
4828
4829 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4830
4831         * sieve-manage.el (sieve-manage-interactive-login): Use
4832         make-local-variable rather than make-variable-buffer-local.
4833         (sieve-manage-open): Ditto.
4834         (sieve-manage-authenticate): Ditto.
4835
4836         * mml.el (mml-generate-mime-1): Make the content type default to
4837         text/plain if the filename is not specified.
4838
4839 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4840
4841         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
4842         instead of insert-buffer.
4843
4844         * message.el (message-yank-original): Ditto; set the mark at the
4845         end of the yanked message.
4846
4847 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4848
4849         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
4850         lines to scroll rather than to stop it.
4851
4852         * mml.el (mml-generate-default-type): Add doc string.
4853         (mml-generate-mime-1): Use mm-default-file-encoding or make it
4854         default to application/octet-stream when determining the content
4855         type if it is not specified for the part or the mml contents; add
4856         a comment about mml-generate-default-type.
4857
4858 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
4859
4860         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
4861         make it default to application/octet-stream when determining the
4862         content type if it is not specified for the external contents.
4863
4864 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4865
4866         * rfc2231.el (rfc2231-parse-string): Take care that not only a
4867         segmented parameter but also other parameters might be there.
4868
4869 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4870
4871         * mm-decode.el (mm-display-external): Delete temp file, directory
4872         and buffer immediately if the external process is exited.
4873
4874 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4875
4876         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
4877         fewer lines than that of scroll-margin.
4878         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
4879
4880 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4881
4882         * gnus-art.el (gnus-article-next-page): Revert.
4883         (gnus-article-beginning-of-window): New macro.
4884         (gnus-article-next-page-1): Use it.
4885         (gnus-article-prev-page): Ditto.
4886         (gnus-article-edit-part): Use insert-buffer-substring instead of
4887         insert-buffer.
4888         (gnus-article-edit-exit): Ditto.
4889
4890         * gnus-util.el (gnus-beginning-of-window): Remove.
4891         (gnus-end-of-window): Remove.
4892
4893         * lpath.el: Don't bind header-line-format and scroll-margin.
4894
4895 2005-07-25  Simon Josefsson  <jas@extundo.com>
4896
4897         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
4898         to have the url package without w3.  Reported by Daiki Ueno
4899         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
4900
4901 2005-07-20  Didier Verna  <didier@xemacs.org>
4902
4903         * gnus-diary.el: Remove the description comment (nndiary is now
4904         properly documented in the Gnus manual).
4905         Fix the spelling of "Back End".
4906         * nndiary.el: Ditto.
4907         Fix the copyright notice.
4908
4909 2005-07-18  Romain Francoise  <romain@orebokech.com>
4910
4911         * gnus-sum.el (gnus-summary-to-prefix,
4912         gnus-summary-newsgroup-prefix): New variables.
4913         (gnus-summary-from-or-to-or-newsgroups): Use them.
4914
4915 2005-07-17  Romain Francoise  <romain@orebokech.com>
4916
4917         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
4918         space as it's generally not especially interesting to the user.
4919
4920 2005-07-16  Romain Francoise  <romain@orebokech.com>
4921
4922         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
4923         nil to avoid prompting and file modification if one of the
4924         messages at the top of the nnfolder file contains a copyright
4925         notice.
4926         Update copyright notice.
4927
4928         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
4929         instead of `current-time-string' as the latter creates a time
4930         string that is not RFC 2822 compliant (it lacks the zone).
4931         Update copyright notice.
4932
4933 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4934
4935         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
4936         for text/rtf.  Display default in prompt.  Pass default for M-n.
4937
4938         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
4939
4940 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4941
4942         * gnus-msg.el (gnus-button-mailto): Remove
4943         save-selected-window-window hackery because it relies on
4944         save-selected-window internals.
4945
4946 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4947
4948         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
4949         (gnus-article-next-page-1): Use gnus-beginning-of-window.
4950         (gnus-article-prev-page): Ditto.
4951
4952         * gnus-util.el (gnus-beginning-of-window): New function.
4953         (gnus-end-of-window): New function.
4954
4955         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
4956
4957 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4958
4959         * gnus-score.el (gnus-score-edit-all-score): Set
4960         gnus-score-edit-exit-function to gnus-score-edit-done and call
4961         gnus-message.
4962
4963 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4964
4965         * gnus-msg.el (gnus-button-mailto): Remove
4966         save-selected-window-window hackery because it relies on
4967         save-selected-window internals.
4968
4969 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4970
4971         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
4972         add-minor-mode.
4973         (gnus-binary-mode): Ditto.
4974
4975         * gnus-topic.el (gnus-topic-mode): Ditto.
4976
4977 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
4978
4979         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
4980         (gnus-article-prev-page): Take scroll-margin into consideration.
4981
4982 2005-07-04  Lute Kamstra  <lute@gnu.org>
4983
4984         Update FSF's address in GPL notices.
4985
4986 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
4987
4988         * gnus.el (gnus-exit):
4989         * gnus-group.el (gnus-group-icons):
4990         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
4991
4992         * gnus-nocem.el (gnus-nocem):
4993         * message.el (message-various, message-buffers, message-sending)
4994         (message-interface, message-forwarding, message-insertion)
4995         (message-headers, message-news, message-mail):
4996         * pgg-gpg.el (pgg-gpg):
4997         * pgg-parse.el (pgg-parse):
4998         * pgg-pgp.el (pgg-pgp):
4999         * pgg-pgp5.el (pgg-pgp5):
5000         * pop3.el (pop3): Finish `defgroup' description with period.
5001
5002 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5003
5004         * gnus-art.el (article-display-face): Improve the efficiency.
5005         (article-display-x-face): Ditto; remove grey x-face stuff.
5006
5007 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5008
5009         * gnus-art.el (article-display-face): Correct the position in
5010         which Faces are inserted.
5011
5012 2005-06-29  Didier Verna  <didier@xemacs.org>
5013
5014         * gnus-art.el (article-display-face): Display faces in correct
5015         order.
5016
5017 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5018
5019         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
5020         (gnus-fill-real-hashtb): Use hash table instead of obarray.
5021         (gnus-nocem-check-article): Fetch the Type header.
5022         (gnus-nocem-message-wanted-p): Fix the way to examine types.
5023         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
5024         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
5025         make sure gnus-nocem-hashtb is initialized.
5026         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
5027         (gnus-nocem-unwanted-article-p): Ditto.
5028
5029         * pgg.el (pgg-verify): Return the verification result.
5030
5031 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5032
5033         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
5034         is ascii.
5035
5036 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
5037
5038         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
5039         `show-nonbreak-escape'.
5040
5041 2005-06-23  Lute Kamstra  <lute@gnu.org>
5042
5043         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
5044
5045         * dig.el (dig-mode):
5046         * smime.el (smime-mode): Use gnus-run-mode-hooks.
5047
5048 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
5049
5050         * nnimap.el (nnimap-split-download-body): Fix spellings.
5051
5052 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
5053
5054         * gnus-art.el (gnus-article-encrypt-body):
5055         * gnus-cus.el (gnus-score-customize):
5056         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
5057         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
5058
5059 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5060
5061         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
5062         header by looking for magic "MII" at the beginnig.
5063
5064 2005-06-16  Miles Bader  <miles@gnu.org>
5065
5066         * gnus-xmas.el (gnus-xmas-group-startup-message):
5067         Use renamed gnus-splash face.
5068
5069         * assistant.el (assistant-field): Remove "-face" suffix from face name.
5070         (assistant-field-face): New backward-compatibility alias for renamed
5071         face.
5072         (assistant-render-text): Use renamed assistant-field face.
5073
5074         * spam.el (spam): Remove "-face" suffix from face name.
5075         (spam-face): New backward-compatibility alias for renamed face.
5076         (spam-face, spam-initialize): Use renamed spam face.
5077
5078         * message.el (message-header-to, message-header-cc)
5079         (message-header-subject, message-header-newsgroups)
5080         (message-header-other, message-header-name)
5081         (message-header-xheader, message-separator, message-cited-text)
5082         (message-mml): Remove "-face" suffix from face names.
5083         (message-header-to-face, message-header-cc-face)
5084         (message-header-subject-face, message-header-newsgroups-face)
5085         (message-header-other-face, message-header-name-face)
5086         (message-header-xheader-face, message-separator-face)
5087         (message-cited-text-face, message-mml-face):
5088         New backward-compatibility aliases for renamed faces.
5089         (message-font-lock-keywords): Use renamed message faces.
5090
5091         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
5092         (sieve-test-commands, sieve-tagged-arguments):
5093         Remove "-face" suffix from face names.
5094         (sieve-control-commands-face, sieve-action-commands-face)
5095         (sieve-test-commands-face, sieve-tagged-arguments-face):
5096         New backward-compatibility aliases for renamed faces.
5097         (sieve-control-commands-face, sieve-action-commands-face)
5098         (sieve-test-commands-face, sieve-tagged-arguments-face):
5099         Use renamed sieve faces.
5100
5101         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
5102         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
5103         (gnus-group-news-3-empty, gnus-group-news-4)
5104         (gnus-group-news-4-empty, gnus-group-news-5)
5105         (gnus-group-news-5-empty, gnus-group-news-6)
5106         (gnus-group-news-6-empty, gnus-group-news-low)
5107         (gnus-group-news-low-empty, gnus-group-mail-1)
5108         (gnus-group-mail-1-empty, gnus-group-mail-2)
5109         (gnus-group-mail-2-empty, gnus-group-mail-3)
5110         (gnus-group-mail-3-empty, gnus-group-mail-low)
5111         (gnus-group-mail-low-empty, gnus-summary-selected)
5112         (gnus-summary-cancelled, gnus-summary-high-ticked)
5113         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
5114         (gnus-summary-high-ancient, gnus-summary-low-ancient)
5115         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
5116         (gnus-summary-low-undownloaded)
5117         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
5118         (gnus-summary-low-unread, gnus-summary-normal-unread)
5119         (gnus-summary-high-read, gnus-summary-low-read)
5120         (gnus-summary-normal-read, gnus-splash):
5121         Remove "-face" suffix from face names.
5122         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5123         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5124         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5125         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5126         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5127         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5128         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5129         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5130         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5131         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5132         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5133         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5134         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5135         (gnus-summary-normal-ticked-face)
5136         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
5137         (gnus-summary-normal-ancient-face)
5138         (gnus-summary-high-undownloaded-face)
5139         (gnus-summary-low-undownloaded-face)
5140         (gnus-summary-normal-undownloaded-face)
5141         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5142         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5143         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5144         (gnus-splash-face):
5145         New backward-compatibility aliases for renamed faces.
5146         (gnus-group-startup-message): Use renamed gnus faces.
5147
5148         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
5149         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
5150         (gnus-server-agent): Remove "-face" suffix from face names.
5151         (gnus-server-agent-face, gnus-server-opened-face)
5152         (gnus-server-closed-face, gnus-server-denied-face)
5153         (gnus-server-offline-face):
5154         New backward-compatibility aliases for renamed faces.
5155         (gnus-server-agent-face, gnus-server-opened-face)
5156         (gnus-server-closed-face, gnus-server-denied-face)
5157         (gnus-server-offline-face): Use renamed gnus faces.
5158
5159         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
5160         Remove "-face" suffix from face names.
5161         (gnus-picon-xbm-face, gnus-picon-face):
5162         New backward-compatibility aliases for renamed faces.
5163
5164         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
5165         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
5166         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
5167         (gnus-cite-11): Remove "-face" suffix from face names.
5168         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
5169         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
5170         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
5171         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
5172         New backward-compatibility aliases for renamed faces.
5173         (gnus-cite-attribution-face, gnus-cite-face-list)
5174         (gnus-article-boring-faces): Use renamed gnus faces.
5175
5176         * gnus-art.el (gnus-signature, gnus-header-from)
5177         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
5178         (gnus-header-content): Remove "-face" suffix from face names.
5179         (gnus-signature-face, gnus-header-from-face)
5180         (gnus-header-subject-face, gnus-header-newsgroups-face)
5181         (gnus-header-name-face, gnus-header-content-face):
5182         New backward-compatibility aliases for renamed faces.
5183         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
5184
5185         * gnus-sum.el (gnus-summary-selected-face)
5186         (gnus-summary-highlight): Use renamed gnus faces.
5187         * gnus-group.el (gnus-group-highlight): Likewise.
5188
5189 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
5190
5191         * gnus-sieve.el (gnus-sieve-article-add-rule):
5192         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
5193         * spam-stat.el (spam-stat-buffer-change-to-spam)
5194         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
5195
5196         * message.el (message-is-yours-p):
5197         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
5198
5199 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5200
5201         * mm-view.el (mm-inline-text): Withdraw the last change.
5202
5203 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5204
5205         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
5206         executing enriched-decode.
5207
5208 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5209
5210         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
5211         charset of tar files.
5212
5213 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
5214
5215         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
5216
5217 2005-06-04  Lute Kamstra  <lute@gnu.org>
5218
5219         * nnfolder.el (nnfolder-read-folder): Make sure that undo
5220         information is never recorded.
5221
5222 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5223
5224         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
5225
5226 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5227
5228         * pop3.el (pop3-apop): Run md5 in the binary mode.
5229
5230         * starttls.el (starttls-set-process-query-on-exit-flag):
5231         Use eval-and-compile.
5232
5233 2005-05-31  Simon Josefsson  <jas@extundo.com>
5234
5235         * smime.el (smime-replace-in-string): Define.
5236         (smime-cert-by-ldap-1): Use it.
5237
5238 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * gnus-art.el (article-display-x-face): Replace
5241         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5242
5243         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
5244         set-process-query-on-exit-flag or process-kill-without-query.
5245
5246         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
5247         loop instead of replace-regexp.
5248
5249         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
5250         instead of process-kill-without-query if it is available.
5251
5252         * lpath.el: Fbind ldap-search-entries.
5253
5254         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
5255         instead of find-file-hooks if it is available.
5256
5257         * mml1991.el: Bind pgg-default-user-id when compiling.
5258
5259         * mml2015.el: Bind pgg-default-user-id when compiling.
5260
5261         * nndraft.el (nndraft-request-associate-buffer):
5262         Use write-contents-functions instead of write-contents-hooks if it is
5263         available.
5264
5265         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
5266         instead of find-file-hooks if it is available.
5267
5268         * nntp.el (nntp-open-connection): Replace
5269         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5270         (nntp-open-ssl-stream): Ditto.
5271         (nntp-open-tls-stream): Ditto.
5272
5273         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
5274         set-process-query-on-exit-flag or process-kill-without-query.
5275         (starttls-open-stream-gnutls): Use it instead of
5276         process-kill-without-query.
5277         (starttls-open-stream): Ditto.
5278
5279 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
5280
5281         * smime.el (smime-cert-by-ldap-1): Don't use
5282         replace-regexp-in-string.
5283
5284 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5285
5286         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
5287
5288         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
5289         in PEM format. Adjust to the XEmacs compability.
5290
5291 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
5292
5293         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
5294         by `string-to-number'.
5295         * gnus-agent.el (gnus-agent-regenerate-group)
5296         (gnus-agent-fetch-articles): Ditto.
5297         * gnus-art.el (gnus-button-fetch-group): Ditto.
5298         * gnus-cache.el (gnus-cache-generate-active)
5299         (gnus-cache-articles-in-group): Ditto.
5300         * gnus-group.el (gnus-group-set-current-level)
5301         (gnus-group-insert-group-line): Ditto.
5302         * gnus-score.el (gnus-score-set-expunge-below)
5303         (gnus-score-set-mark-below, gnus-summary-score-effect)
5304         (gnus-summary-score-entry): Ditto.
5305         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
5306         (gnus-soup-pack): Ditto.
5307         * gnus-spec.el (gnus-xmas-format): Ditto.
5308         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
5309         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
5310         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
5311         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
5312         * nndb.el (nndb-get-remote-expire-response): Ditto.
5313         * nndiary.el (nndiary-parse-schedule-value)
5314         (nndiary-string-to-number, nndiary-request-replace-article)
5315         (nndiary-request-article): Ditto.
5316         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
5317         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
5318         * nneething.el (nneething-make-head): Ditto.
5319         * nnfolder.el (nnfolder-request-article)
5320         (nnfolder-retrieve-headers): Ditto.
5321         * nnheader.el (nnheader-file-to-number): Ditto.
5322         * nnkiboze.el (nnkiboze-request-article): Ditto.
5323         * nnmail.el (nnmail-process-unix-mail-format)
5324         (nnmail-process-babyl-mail-format): Ditto.
5325         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
5326         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
5327         (nnmh-request-create-group, nnmh-request-list-1)
5328         (nnmh-request-group, nnmh-request-article): Ditto.
5329         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
5330         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
5331         * nnsoup.el (nnsoup-make-active): Ditto.
5332         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
5333         * nntp.el (nntp-find-group-and-number)
5334         (nntp-retrieve-headers-with-xover): Ditto.
5335         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
5336         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
5337         (pgg-format-key-identifier): Ditto.
5338         * pop3.el (pop3-last, pop3-stat): Ditto.
5339         * qp.el (quoted-printable-decode-region): Ditto.
5340
5341         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
5342         of concat.
5343
5344 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
5347
5348         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
5349
5350         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
5351
5352         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
5353
5354         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
5355
5356         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
5357
5358         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
5359         (gnus-carpal-mode): Ditto.
5360
5361         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
5362         (gnus-browse-mode): Ditto.
5363
5364         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
5365
5366         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
5367
5368 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5369
5370         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
5371
5372 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5373
5374         * gnus-util.el (gnus-run-mode-hooks): New function.
5375
5376         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
5377
5378         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
5379         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
5380
5381 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
5382
5383         * gnus-agent.el (gnus-agent-make-mode-line-string):
5384         Use mode-line-highlight as mouse-face.
5385
5386 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * canlock.el (canlock): Change the parent group to news.
5389
5390         * deuglify.el (gnus-outlook-deuglify): Add :group.
5391
5392         * dig.el (dig): Add :group.
5393
5394         * dns-mode.el (dns-mode): Add :group.
5395
5396         * encrypt.el (encrypt): Add :group.
5397
5398         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
5399         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
5400         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
5401         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
5402         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
5403
5404         * gnus-diary.el (gnus-diary): Add :group.
5405
5406         * gnus.el (gnus-group-news-1-face): Add :group.
5407         (gnus-group-news-1-empty-face): Ditto.
5408         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
5409         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
5410         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
5411         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
5412         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
5413         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
5414         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
5415         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
5416         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
5417         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
5418         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
5419         (gnus-summary-high-ticked-face): Ditto.
5420         (gnus-summary-low-ticked-face): Ditto.
5421         (gnus-summary-normal-ticked-face): Ditto.
5422         (gnus-summary-high-ancient-face): Ditto.
5423         (gnus-summary-low-ancient-face): Ditto.
5424         (gnus-summary-normal-ancient-face): Ditto.
5425         (gnus-summary-high-undownloaded-face): Ditto.
5426         (gnus-summary-low-undownloaded-face): Ditto.
5427         (gnus-summary-normal-undownloaded-face): Ditto.
5428         (gnus-summary-high-unread-face): Ditto.
5429         (gnus-summary-low-unread-face): Ditto.
5430         (gnus-summary-normal-unread-face): Ditto.
5431         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
5432         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
5433
5434         * hashcash.el (hashcash): New custom group.
5435         (hashcash-default-payment): Add :group.
5436         (hashcash-payment-alist): Ditto.
5437         (hashcash-default-accept-payment): Ditto.
5438         (hashcash-accept-resources): Ditto.
5439         (hashcash-path): Ditto.
5440         (hashcash-extra-generate-parameters): Ditto.
5441         (hashcash-double-spend-database): Ditto.
5442         (hashcash-in-news): Ditto.
5443
5444         * message.el (message-minibuffer-local-map): Add :group.
5445
5446         * netrc.el (netrc): Add :group.
5447
5448         * sieve-manage.el (sieve-manage-log): Add :group.
5449         (sieve-manage-default-user): Diito.
5450         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
5451         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
5452         (sieve-manage-authenticators): Ditto.
5453         (sieve-manage-authenticator-alist): Ditto.
5454         (sieve-manage-default-port): Ditto.
5455
5456         * sieve-mode.el (sieve-control-commands-face): Add :group.
5457         (sieve-action-commands-face): Ditto.
5458         (sieve-test-commands-face): Ditto.
5459         (sieve-tagged-arguments-face): Ditto.
5460
5461         * smime.el (smime): Add :group.
5462
5463         * spam-report.el (spam-report): Add :group.
5464
5465         * spam.el (spam, spam-face): Add :group.
5466
5467 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5468
5469         * nntp.el (nntp-next-result-arrived-p): Some news servers may
5470         return \n.\n.\n at the end of articles.  Protect against that.
5471         (nntp-with-open-group): Allow debugging.
5472
5473         * nnheader.el (mail-header-set-extra): Make into a function
5474         because I just could't understand how to quote the list properly.
5475
5476         * dns.el (query-dns-cached): New function.
5477
5478 2005-05-26  Lute Kamstra  <lute@gnu.org>
5479
5480         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
5481
5482 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5483
5484         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
5485
5486         * gnus-art.el: Don't autoload mail-extract-address-components.
5487
5488         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
5489         eval-and-compile to evaluate it.
5490
5491         * hashcash.el: Don't autoload executable-find.
5492
5493         * nndb.el: Don't declare the nndb back end two or more times; don't
5494         autoload news-reply-mode, news-setup, cancel-timer and telnet.
5495
5496         * nntp.el: Autoload format-spec instead of format; use
5497         eval-and-compile to evaluate autoload forms.
5498
5499 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
5500
5501         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
5502
5503 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5504
5505         * gnus.el (gnus-version-number): Bump version.
5506
5507 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5508
5509         * gnus.el: No Gnus v0.3 is released.
5510
5511 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5512
5513         * lpath.el (featurep): Bind show-nonbreak-escape.
5514
5515 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5516
5517         * gnus-art.el (gnus-article-edit-part): Disable undo.
5518
5519 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5520
5521         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
5522         gnus-article-date-lapsed-new-header is t if date timer is active;
5523         skip headers in which the original date value is empty.
5524         (gnus-article-save-original-date): Redefine it as a macro.
5525         (gnus-display-mime): Use it.
5526
5527 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5528
5529         * gnus-art.el (article-date-ut): Support converting date in
5530         forwarded parts as well.
5531         (gnus-article-save-original-date): New function.
5532         (gnus-display-mime): Use it.
5533
5534 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
5535
5536         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
5537         enclosure element of <item>.
5538
5539 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
5540
5541         * message.el (message-kill-buffer-query): Renamed from
5542         `message-kill-buffer-query-if-modified'.  Added :version.
5543
5544 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5545
5546         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
5547         window layout.
5548
5549 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5550
5551         * mml.el: Autoload dnd when compiling.
5552
5553 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5554
5555         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
5556         x-dnd-*.
5557
5558 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5559
5560         * qp.el (quoted-printable-encode-region): Save excursion.
5561
5562 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5563
5564         * message.el (message-kill-buffer-query-if-modified): Add new variable
5565         so the user can kill a modified message buffer quickly.
5566         (message-kill-buffer): Use it.
5567
5568 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5569
5570         * lpath.el: Fbind display-time-event-handler; don't fbind
5571         string-to-multibyte.
5572
5573         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
5574
5575 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5576
5577         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
5578         contained in text because xml.el decodes entities) with LFs.
5579
5580 2005-04-11  Lute Kamstra  <lute@gnu.org>
5581
5582         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
5583         differently.
5584
5585 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5586
5587         * mm-util.el (mm-detect-coding-region): Typo.
5588
5589 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5590
5591         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
5592
5593 2005-04-06  D Goel  <deego@gnufans.org>
5594
5595         * spam-stat.el (spam-stat-score-buffer): Add a call to a
5596         user-function allow user modifications of the scores.
5597         (spam-stat-score-buffer-user): New function, to allow
5598         user-computed modifications to the score.
5599         (spam-stat-score-buffer-user-functions): list of additional
5600         scoring functions
5601         (spam-stat-error-holder): global temporary error holder
5602         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
5603         variable
5604
5605 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5606
5607         * gnus-registry.el (gnus-registry-clean-empty-function)
5608         (gnus-registry-trim, gnus-registry-fetch-groups)
5609         (gnus-registry-delete-group): Groups that match
5610         `gnus-registry-ignored-groups' are removed from the registry
5611         entries, not just ignored for splitting.  This helps clean up the
5612         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
5613         to get all the groups a message ID is in.
5614
5615         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
5616         (spam-stat-split-fancy): Change "threshhold" to "threshold"
5617         (spam-stat-score-buffer-user-functions): Add :number custom type.
5618
5619 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5620
5621         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
5622         argument in XEmacs.
5623
5624         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
5625         (nnrss-request-group): Decode group name first.
5626         (nnrss-request-article): Make a text/plain article if mml-to-mime
5627         failed.
5628         (nnrss-get-encoding): Return a compatible encoding according to
5629         nnrss-compatible-encoding-alist.
5630         (nnrss-find-el): Use consp instead of listp.
5631         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
5632
5633 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5634
5635         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
5636         which Emacs 20 doesn't support.
5637         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
5638
5639 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5640
5641         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
5642         silence the byte compiler inside the defun
5643
5644         * gnus-demon.el (parse-time-string): Add autoload.
5645
5646         * gnus-delay.el (parse-time-string): Add autoload.
5647
5648         * gnus-art.el (parse-time-string): Add autoload.
5649
5650         * nnultimate.el (parse-time): Require for `parse-time-string'.
5651
5652 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5653
5654         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
5655
5656         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
5657
5658         * smime.el (smime-ldap-host-list): Add :version.
5659
5660 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5661
5662         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
5663         pass it to `gnus-browse-read-group'.
5664         (gnus-browse-read-group): Add NUMBER argument and pass it to
5665         `gnus-group-read-ephemeral-group'.
5666
5667         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
5668         argument and pass it to `gnus-group-read-group'.
5669
5670 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
5671
5672         * mm-util.el (mm-xemacs-find-mime-charset): Only call
5673         mm-xemacs-find-mime-charset-1 if we have the mule feature
5674         available at runtime.
5675
5676 2005-03-25  Werner Lemberg  <wl@gnu.org>
5677
5678         * nnmaildir.el: Replace `illegal' with `invalid'.
5679
5680 2005-03-23  Lute Kamstra  <lute@gnu.org>
5681
5682         * time-date.el: Add comment on time value formats.
5683         Don't require parse-time.
5684         (with-decoded-time-value): New macro.
5685         (encode-time-value): New function.
5686         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5687         (days-to-time): Return a valid time value when arg is huge.
5688         (time-since): Use time-subtract.
5689         (time-to-number-of-days): Use time-to-seconds.
5690
5691 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5692
5693         * gnus-start.el (gnus-display-time-event-handler):
5694         Check display-time-timer at runtime rather than only at load time
5695         in case display-time-mode is turned off in the mean time.
5696
5697 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5698
5699         * nnimap.el (nnimap-open-connection): Print which authinfo file is
5700         used.
5701
5702         * nneething.el (nneething-map-file-directory): Derive from
5703         `gnus-directory'.
5704
5705         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
5706         the To/Cc button.
5707
5708 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5709
5710         * nnmaildir.el (nnmaildir-request-accept-article):
5711         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
5712
5713 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5714
5715         * gnus-async.el: Require timer-funcs at compile time when in
5716         XEmacs for `run-with-idle-timer'.
5717
5718 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5719
5720         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
5721         autoloaded function.
5722
5723 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5724
5725         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
5726
5727 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
5728
5729         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
5730
5731 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5732
5733         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
5734         gnus-expert-user to default.
5735
5736 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
5737
5738         * nnimap.el (nnimap-open-server): Ditto.
5739
5740         * imap.el (imap-authenticate): Fix typo.
5741
5742 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
5743
5744         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
5745         buffer (since IMAP server might return FETCH response out of
5746         order, and the nntp buffer must be sorted).
5747
5748 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
5749
5750         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
5751         comparison on string.
5752
5753         * gnus-agent.el (gnus-agent-long-article,
5754         gnus-agent-short-article, gnus-agent-score): Renamed category
5755         keywords to match gnus-cus.
5756         (gnus-agent-summary-fetch-series): Modified to protect against
5757         gnus-agent-summary-fetch-group clearing processable flags.
5758         (gnus-agent-synchronize-group-flags): Update live group buffer as
5759         synchronization may occur due to the user toggle the plugged
5760         status.
5761         (gnus-agent-fetch-group-1): Clear downloadable flag when article
5762         successfully downloaded.
5763         (gnus-agent-expire-group-1): Avoid using markers when the overview
5764         is in ascending order; greatly improves performance.
5765         (gnus-agent-regenerate-group): Use
5766         gnus-agent-synchronize-group-flags to reset read status in both
5767         gnus and server.
5768         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
5769
5770 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5771
5772         * message.el: Don't autoload former message-utils variables.
5773         (message-strip-subject-trailing-was): Change doc string.
5774
5775         * nnweb.el: Fixes for `gnus-group-make-web-group'.
5776         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
5777         (nnweb-google-search): Add "hl=en" here.
5778         (nnweb-google-parse-1, nnweb-google-create-mapping):
5779         Don't hardcode URL.
5780
5781 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5782
5783         * message.el (message-get-reply-headers, message-followup):
5784         Mention related variables `message-use-followup-to' and
5785         `message-use-mail-followup-to', in the information buffer.
5786
5787         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
5788         of broken groups(-beta).google.com.
5789
5790 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5791
5792         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
5793         parameter to invoked gnus-request-move-article; remove the
5794         redundant gnus-sum-hint-move-is-internal variable; apply the marks
5795         all at once instead of once per article.
5796         (gnus-summary-remove-process-mark): Accept a list of articles as
5797         well as a single article for processing.
5798
5799         * gnus-int.el (gnus-request-move-article): Add move-is-internal
5800         parameter.
5801
5802         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
5803
5804         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
5805
5806         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
5807         parameter.
5808
5809         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
5810         parameter.
5811
5812         * nnimap.el (nnimap-request-move-article): Add move-is-internal
5813         parameter and remove the gnus-sum-hint-move-is-internal variable.
5814
5815         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
5816         parameter.
5817
5818         * nndraft.el (nndraft-request-move-article): Add move-is-internal
5819         parameter.
5820
5821         * nndiary.el (nndiary-request-move-article): Add move-is-internal
5822         parameter.
5823
5824         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
5825
5826         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
5827         parameter.
5828
5829         * nnagent.el (nnagent-request-move-article): Add move-is-internal
5830         parameter.
5831
5832 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5833
5834         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
5835         a more conservative way.
5836
5837 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5838
5839         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
5840         buffer, so it moves the window's cursor.
5841
5842 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5843
5844         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
5845         `mm-dissect-multipart' and receive the from field as an (optional)
5846         argument from `mm-dissect-multipart'.
5847         (mm-dissect-multipart): Receive the from field as an argument and
5848         pass it on when we call `mm-dissect-buffer' on MIME parts.
5849         Fixes verification/decryption of signed/encrypted MIME parts.
5850
5851 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5852
5853         * gnus-sum.el (gnus-summary-move-article): Set
5854         gnus-sum-hint-move-is-internal for gnus-request-move-article and
5855         whatever it calls (right now, only nnimap-request-move article
5856         respects it).
5857
5858         * nnimap.el (nnimap-request-move-article): When
5859         gnus-sum-hint-move-is-internal is set, don't do the extra
5860         nnimap-request-article.
5861
5862 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5863
5864         * nnheader.el (nnheader-find-file-noselect): Add doc string.
5865
5866         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
5867         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
5868
5869         * gnus-sum.el (gnus-summary-caesar-message):
5870         Apply `gnus-treat-article' after rotation.
5871
5872         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
5873         doc string.
5874
5875 2005-02-22  Simon Josefsson  <jas@extundo.com>
5876
5877         * encrypt.el (encrypt-password-cache-expiry): Remove (use
5878         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
5879         <arne@arnested.dk>.
5880         (encrypt): Add password-cache and password-cache-expiry as group
5881         members.
5882
5883 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5884
5885         * smime.el (smime-ldap-host-list): Doc fix.
5886         (smime-ask-passphrase): Use `password-read-and-add' to read (and
5887         cache) password.
5888         (smime-sign-region): Use it.
5889         (smime-decrypt-region): Use it.
5890         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
5891         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
5892         fails.
5893         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
5894         certificate from DER to PEM format rather than calling openssl.
5895
5896         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
5897
5898         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
5899         for signing/encryption.
5900
5901         * mml.el (mml-parse-1): Use them.
5902
5903 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5904
5905         * nnrss.el (nnrss-verbose): Removed.
5906         (nnrss-request-group): Use `nnheader-message' instead.
5907
5908 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
5909
5910         * nnrss.el (nnrss-verbose): New variable.
5911         (nnrss-request-group): Make it say nnrss is requesting a group.
5912
5913 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5914
5915         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
5916         Handle news URL with given port correctly.
5917
5918 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5919
5920         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
5921         containing special characters.
5922
5923         * gnus-sum.el (gnus-summary-edit-article): Ditto.
5924
5925         * mml.el (mime-to-mml): Ditto.
5926
5927         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
5928         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
5929         (rfc2047-decode-region): Quote decoded words containing special
5930         characters when rfc2047-quote-decoded-words-containing-tspecials
5931         is non-nil.
5932
5933 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5934
5935         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
5936
5937         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
5938
5939 2005-02-15  Simon Josefsson  <jas@extundo.com>
5940
5941         * nnimap.el (nnimap-debug): Doc fix.
5942
5943         * imap.el (imap-debug): Doc fix.
5944
5945 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5946
5947         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
5948
5949 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5950
5951         * gnus.el (spam-contents): Improve docs for spam-contents
5952         parameter in its variable incarnation.
5953
5954 2005-02-14  Simon Josefsson  <jas@extundo.com>
5955
5956         * smime-ldap.el: Use require instead of load-library for ldap.
5957         (smime-ldap-search): Indent.
5958         (smime-ldap-search-internal): Shorten line.
5959
5960         * smime.el (smime-cert-by-dns): Add doc-string.
5961         (smime-cert-by-ldap-1): Indent.
5962
5963         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
5964         mml-smime-get-dns-ldap.
5965         (mml-smime-encrypt-query): Use new function.  Default to ldap.
5966
5967 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5968
5969         * smime.el: Require smime-ldap.
5970         (smime-ldap-host-list): New variable.
5971         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
5972
5973         * mml-smime.el (mml-smime-encrypt-query): New function.
5974         (mml-smime-encrypt-query): Use it.
5975
5976         * smime-ldap.el: New file.
5977
5978 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5979
5980         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
5981
5982 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5983
5984         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
5985         argument in doc string.  Make query for type more clear.
5986
5987 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5988
5989         * gnus.el (gnus-group-startup-message): Search for gnus images in
5990         etc/images/gnus.
5991         * mm-util.el (mm-image-load-path): Likewise.
5992         * smiley.el (smiley-data-directory): Search for smilies in
5993         etc/images/smilies.
5994
5995 2005-02-09  Kim F. Storm  <storm@cua.dk>
5996
5997         Change Emacs release version from 21.4 to 22.1 throughout.
5998         Change Emacs development version from 21.3.50 to 22.0.50.
5999
6000 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6001
6002         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
6003
6004         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
6005         non-Mule XEmacs as well.
6006         (mm-decompress-buffer): Signal an error intentionally if it does
6007         not decompress compressed data because auto-compression-mode is
6008         disabled.
6009
6010 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
6011
6012         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
6013         an ID in the registry even if it has no groups.
6014
6015 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6016
6017         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
6018         merge it into mm-decompress-buffer.
6019         (gnus-mime-copy-part): Use the MIME part charset, the value which
6020         a user specified or gnus-newsgroup-charset for decoding, like
6021         gnus-mime-inline-part does; set buffer-file-coding-system to tell
6022         save-buffer what was used.  Suggested by Kevin Ryde
6023         <user42@zip.com.au>.
6024         (gnus-mime-inline-part): Allow the name parameter as well as the
6025         filename parameter; force decompressing of compressed data; always
6026         display contents being not decoded as unibyte.
6027
6028         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
6029         as well as the filename parameter.
6030
6031         * mm-util.el (mm-decompress-buffer): Merge
6032         gnus-mime-jka-compr-maybe-uncompress.
6033         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
6034         of compressed data.
6035
6036 2005-02-08  Simon Josefsson  <jas@extundo.com>
6037
6038         * imap.el (imap-log): Doc fix.
6039
6040 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
6043         the coding cookies; decompress compressed parts.
6044
6045         * mml.el (mml-generate-mime-1): Add the charaset parameter according
6046         to the value which a user specified manually or the coding cookie.
6047
6048         * mm-util.el (mm-string-to-multibyte): New function.
6049         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
6050         (mm-coding-system-to-mime-charset): New function.
6051         (mm-decompress-buffer): New function.
6052         (mm-find-buffer-file-coding-system): New function.
6053
6054         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
6055         (mm-display-inline-fontify): Rewrite for decoding and decompressing
6056         parts.
6057
6058 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6059
6060         * mm-view.el (mm-display-inline-fontify): Decode a part according
6061         to the charset parameter.
6062
6063 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6064
6065         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
6066         prefix arg is neither nil nor a number, as info specifies.
6067
6068 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6069
6070         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
6071         timestamps.
6072
6073 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
6074
6075         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
6076         groups error checking and notify user.
6077
6078 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
6079
6080         * message.el (message-send-mail-function): Check existence of
6081         sendmail-program first before using default value
6082         `message-send-mail-with-sendmail'.  Otherwise use more generic
6083         `smtpmail-send-it'.
6084
6085 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6086
6087         * nntp.el (nntp-request-update-info): Always return nil.
6088
6089 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6090
6091         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
6092
6093 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6094
6095         * message.el (message-beginning-of-line): Change the behavior when
6096         invoked between BOL and : so that it first moves backward.
6097
6098 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6099
6100         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
6101         article buffer when editing of the article is discarded.
6102         (gnus-article-prepare): Revert.
6103
6104 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6105
6106         * gnus-art.el (gnus-article-prepare):
6107         Remove message-strip-forbidden-properties from the local hook.
6108
6109 2005-01-27  Simon Josefsson  <jas@extundo.com>
6110
6111         * password.el (password-cache-add): Only start one timer per key.
6112         Reported by Derek Atkins <warlord@MIT.EDU>.
6113
6114 2005-01-26  Steve Youngs  <steve@sxemacs.org>
6115
6116         * run-at-time.el: Removed.  It is no longer needed as
6117         timer-funcs.el in the xemacs-base package has a working version of
6118         `run-at-time'.
6119
6120         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
6121
6122         * password.el: Require timer-funcs instead of run-at-time in
6123         XEmacs.
6124         Remove `password-run-at-time' macro.
6125         (password-cache-add): Use `run-at-time' instead of
6126         `password-run-at-time'.
6127
6128         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
6129         Remove `nnheader-cancel-function-timers' alias,
6130         `cancel-function-timers' exists in XEmacs in timer-funcs.
6131
6132         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
6133         for `run-with-idle-timer'.
6134
6135         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
6136         for `run-at-time'.
6137
6138         * mm-url.el: Require timer-funcs at compile time when in XEmacs
6139         for `with-timeout'.
6140
6141         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
6142         the same as for XEmacs 21.4.
6143         No need to ignore `run-with-idle-timer', this function exists in
6144         XEmacs now in timer-funcs.el in the xemacs-base package.
6145         (dgnushack-compile): No need to delete
6146         run-at-time.el from the list of files to compile because it
6147         doesn't exist anymore.
6148
6149 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6150
6151         * mml.el (mml-generate-mime-1): Convert string into unibyte when
6152         inserting " *mml*" buffer's contents into a unibyte temp buffer.
6153
6154 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
6155
6156         * mail-source.el (mail-source-fetch-imap): Search for ^From case
6157         sensitively.
6158
6159 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
6160
6161         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
6162
6163 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6164
6165         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
6166         which will be inserted according to the multibyteness of a buffer
6167         rather than the type of contents.  Suggested by ARISAWA Akihiro
6168         <ari@mbf.ocn.ne.jp>.
6169
6170         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
6171         of string which old xml.el may return rather than a string.
6172
6173 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6174
6175         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
6176
6177 2005-01-16  Simon Josefsson  <jas@extundo.com>
6178
6179         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
6180         idn/idna.el isn't available.
6181         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
6182         <michael@waxrat.com>.
6183
6184         * hashcash.el: Remove non-FSF copyright header.
6185
6186         * hashcash.el (hashcash-extra-generate-parameters): New variable.
6187         (hashcash-generate-payment): Use it.
6188         (hashcash-generate-payment-async): Use it.
6189
6190 2005-01-15  Simon Josefsson  <jas@extundo.com>
6191
6192         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
6193         Suggested by Raymond Scholz <ray-2005@zonix.de>.
6194
6195         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
6196         gnus-summary-idna-message.
6197         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
6198         (gnus-summary-idna-message): New function.
6199
6200 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6201
6202         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
6203         gnus-novice-user.
6204
6205 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6206
6207         * nnrss.el (nnrss-request-delete-group): Delete entries in
6208         nnrss-group-alist as well.
6209         (nnrss-save-server-data): Insert newline.
6210
6211 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
6212
6213         * gnus.el (gnus-user-agent): Use list of symbols instead of
6214         symbols.  Display full version number for (S)XEmacs.  Optionally
6215         display (S)XEmacs codename.
6216
6217         * gnus-util.el (gnus-emacs-version): Update for new
6218         `gnus-user-agent'.
6219
6220         * gnus-msg.el (gnus-extended-version): Make it possible to omit
6221         Gnus version.
6222
6223 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6224
6225         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
6226         which is unreadable in some setups.
6227
6228 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6229
6230         * gnus-spec.el (gnus-update-format-specifications): Flush the
6231         group format spec cache if it doesn't support decoded group names.
6232
6233 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6234
6235         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
6236         to apply decay on score files matching a regexp.
6237
6238 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
6241         compatibility in %g and %c.
6242
6243 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6244
6245         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
6246         name for only %g and %c.
6247         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
6248         of gnus-tmp-group to decoded group name.
6249         (gnus-group-make-rss-group): Exclude `/'s from group names.
6250
6251 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * nnrss.el (nnrss-get-encoding): Fix regexp.
6254
6255 2004-12-27  Simon Josefsson  <jas@extundo.com>
6256
6257         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
6258         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
6259         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
6260
6261 2004-12-17  Kim F. Storm  <storm@cua.dk>
6262
6263         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
6264
6265         * gnus-sum.el (gnus-summary-mode-map): Likewise.
6266
6267 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6268
6269         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
6270
6271 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6272
6273         * nnrss.el: Require rfc2047 and mml.
6274         (nnrss-file-coding-system): New variable.
6275         (nnrss-format-string): Redefine it as an inline function.
6276         (nnrss-decode-group-name): New function.
6277         (nnrss-string-as-multibyte): Remove.
6278         (nnrss-retrieve-headers): Decode group name; don't use
6279         nnrss-format-string.
6280         (nnrss-request-group): Decode group name.
6281         (nnrss-request-article): Decode group name; allow a Message-ID as
6282         well as an article number; don't use nnrss-format-string; encode a
6283         Message-ID string which may contain non-ASCII characters; use
6284         mml-to-mime to compose a MIME article.
6285         (nnrss-request-expire-articles): Decode group name.
6286         (nnrss-request-delete-group): Decode group name.
6287         (nnrss-fetch): Clarify error message.
6288         (nnrss-read-server-data): Use insert-file-contents instead of load;
6289         bind file-name-coding-system; use multibyte buffer.
6290         (nnrss-save-server-data): Bind coding-system-for-write to the
6291         value of nnrss-file-coding-system; bind file-name-coding-system;
6292         add coding cookie.
6293         (nnrss-read-group-data): Use insert-file-contents instead of load;
6294         bind file-name-coding-system; use multibyte buffer.
6295         (nnrss-save-group-data): Bind coding-system-for-write to the
6296         value of nnrss-file-coding-system; bind file-name-coding-system.
6297         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
6298         make it work with non-ASCII text.
6299         (nnrss-find-el): Make it work with old xml.el as well.
6300
6301 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6302
6303         * nnrss.el (nnrss-get-encoding): New function.
6304         (nnrss-fetch): Use unibyte buffer initially; bind
6305         coding-system-for-read while performing mm-url-insert; remove ^Ms;
6306         decode contents according to the encoding attribute.
6307         (nnrss-save-group-data): Add coding cookie.
6308         (nnrss-mime-encode-string): New function.
6309         (nnrss-check-group): Use it to encode subject and author.
6310
6311 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
6312
6313         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
6314         imaginary variable.
6315
6316 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6317
6318         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
6319         correctly even if there are wide characters.
6320
6321 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6322
6323         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
6324         downcased symbol names; make a new cache instead of reusing
6325         bbdb-hashtable.
6326
6327 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6328
6329         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6330         concatenating segments rather than before concatenating them.
6331         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6332
6333         * message.el (message-get-reply-headers): Bind `extra'.
6334
6335 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6336
6337         * message.el (message-extra-wide-headers): New variable.
6338         (message-get-reply-headers): Use it.
6339
6340 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6341
6342         * gnus-agent.el (gnus-agent-group-path): Decode group name.
6343         (gnus-agent-group-pathname): Ditto.
6344
6345         * gnus-cache.el (gnus-cache-file-name): Decode group name.
6346
6347         * gnus-group.el (gnus-group-make-group): Decode group name.
6348         (gnus-group-make-rss-group): Register the group data after opening
6349         the nnrss group.
6350
6351 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
6352
6353         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
6354         by expiry now get marked as read.
6355
6356 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6357
6358         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
6359
6360 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
6361
6362         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
6363         unify Latin characters in XEmacs.
6364         (mm-find-mime-charset-region): Use it.
6365
6366 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6367
6368         * gnus-util.el (gnus-delete-directory): New function.
6369
6370         * gnus-agent.el (gnus-agent-delete-group): Use it.
6371
6372         * gnus-cache.el (gnus-cache-delete-group): Use it.
6373
6374 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6375
6376         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
6377         names.
6378
6379 2004-12-16  Simon Josefsson  <jas@extundo.com>
6380
6381         * hashcash.el (hashcash-payment-alist): Fix custom :type.
6382
6383 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6384
6385         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
6386
6387         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
6388         (gnus-group-set-current-level): Decode group name.
6389
6390 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
6391
6392         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
6393         failed.
6394
6395 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * gnus-group.el (gnus-group-delete-group): Decode group name.
6398         (gnus-group-make-rss-group): Encode group name.
6399         (gnus-group-catchup-current): Decode group name.
6400         (gnus-group-kill-group): Decode group name.
6401
6402 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6403
6404         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
6405
6406 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6407
6408         * gnus-group.el (gnus-group-make-rss-group):
6409         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
6410
6411         * gnus-start.el (gnus-setup-news): Honor user's setting to
6412         gnus-message-archive-method.  Suggested by Lute Kamstra
6413         <lute@gnu.org>.
6414
6415 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
6416
6417         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
6418         global counterparts of the buffer-local variables.
6419
6420 2004-11-16  Romain Francoise  <romain@orebokech.com>
6421
6422         * gnus-sum.el (gnus-summary-exit): Don't clear the global
6423         counterparts of the buffer-local variables.
6424
6425 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6426
6427         * message.el (message-forbidden-properties): Fixed typo in doc
6428         string.
6429
6430 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6431
6432         * gnus-util.el (gnus-replace-in-string): Added doc string.
6433
6434         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
6435         to avoid problems when splitting mails with many recipients.
6436
6437 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6438
6439         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
6440         pop-to-buffer, covered by the subsequent gnus-configure-windows.
6441
6442 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
6443
6444         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
6445         if there is no hashtable in memory or file modification time is
6446         newer than cached timestamp.
6447
6448 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6449
6450         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
6451         not-matching option.
6452
6453 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
6454
6455         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
6456         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
6457         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6458         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
6459         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
6460         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
6461
6462 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6463
6464         * message.el (message-forward-make-body-mml): Remove headers
6465         according to message-forward-ignored-headers if a message is decoded.
6466
6467 2004-12-02  Romain Francoise  <romain@orebokech.com>
6468
6469         * message.el (message-forward-make-body-plain): Always remove
6470         headers according to message-forward-ignored-headers.
6471
6472 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6473
6474         * spam.el (spam-summary-prepare-exit): Remove the
6475         gnus-summary-limit pop for now, it has problems with ham marks for
6476         me.
6477
6478 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
6479
6480         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
6481         correctly.
6482
6483 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
6484
6485         * format-spec.el (format-spec): Message the char.
6486
6487 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
6488
6489         * gnus-art.el (gnus-split-methods): Reformat comments.
6490
6491         * spam.el (spam-summary-prepare-exit): Remove article limits
6492         before exiting the summary buffer.
6493
6494 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6495
6496         * lpath.el: Remove bbdb-create-internal, bbdb-records,
6497         spam-BBDB-register-routine and spam-enter-ham-BBDB.
6498
6499         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
6500         order to silence the byte compiler.
6501
6502         * spam.el: Fix the way to silence the byte compiler, which
6503         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
6504         bbdb-search-simple, spam-BBDB-register-routine,
6505         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
6506         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
6507         spam-stat-buffer-is-spam, spam-stat-load,
6508         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
6509         spam-stat-save and spam-stat-split-fancy.
6510
6511 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6512
6513         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
6514         which may confuse users.
6515         (canlock-password-for-verify): Ditto.
6516
6517         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
6518
6519         * gnus-art.el (gnus-emphasis-alist): Ditto.
6520
6521         * gnus-registry.el (gnus-registry-max-entries): Ditto.
6522
6523         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
6524
6525         * gnus-start.el (gnus-save-killed-list): Ditto.
6526
6527         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
6528         (gnus-sum-thread-tree-root): Ditto.
6529         (gnus-sum-thread-tree-false-root): Ditto.
6530         (gnus-sum-thread-tree-single-indent): Ditto.
6531
6532         * message.el (message-courtesy-message): Ditto.
6533         (message-archive-note): Ditto.
6534         (message-subscribed-address-file): Ditto.
6535         (message-user-fqdn): Ditto.
6536
6537         * spam-report.el (spam-report-gmane-regex): Ditto.
6538
6539         * spam.el (spam-blackhole-good-server-regex): Ditto.
6540
6541 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6542
6543         * mml.el (mml-preview): Widen the message buffer before copying
6544         the contents to the preview buffer; sort headers before previewing.
6545
6546         * message.el (message-hidden-headers): Fix the way to avoid a bug
6547         in the `repeat' widget in Emacs 21.3 or earlier.
6548
6549 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6550
6551         * message.el (message-hidden-headers): Default to "^References:".
6552         Improve customization type.  Suggested by Reiner Steib
6553         <Reiner.Steib@gmx.de>.
6554
6555 2004-11-25  Romain Francoise  <romain@orebokech.com>
6556
6557         * message.el (message-strip-forbidden-properties): Remove check for
6558         obsolete `message-hidden' text property, hidden headers are not
6559         accessible in the buffer anymore.
6560
6561 2004-11-22  Romain Francoise  <romain@orebokech.com>
6562
6563         * message.el (message-header-format-alist): Add `From' in list
6564         so that it can be sorted.
6565         (message-fix-before-sending): Widen and sort headers before
6566         sending.
6567         (message-hide-headers): Use narrowing to hide headers by moving
6568         them to the top of the buffer and narrowing to the region
6569         underneath.
6570
6571 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6572
6573         * message.el (message-strip-forbidden-properties): Bind
6574         buffer-read-only (etc) to nil.
6575
6576 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6577
6578         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
6579         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6580
6581 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
6582
6583         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
6584
6585 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6586
6587         * dns.el (query-dns): Use sit-for to time instead of
6588         accept-process-output, since that doesn't seem to work on udp
6589         sockets.
6590
6591 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6592
6593         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
6594
6595 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
6596
6597         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
6598         doc string.  Improve doc string.
6599
6600 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6601
6602         * nntp.el (nntp-request-update-info): Return nil if
6603         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
6604         may not call gnus-activate-group which uselessly issues the GROUP
6605         commands for all nntp groups and wastes time.  Reported by Romain
6606         Francoise <romain@orebokech.com>.
6607
6608         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
6609
6610 2004-11-15  Simon Josefsson  <jas@extundo.com>
6611
6612         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
6613         headers separately.
6614         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
6615         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
6616
6617 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6618
6619         * gnus-start.el (gnus-convert-old-newsrc):
6620         Assign legacy-gnus-agent to 5.10.7.
6621
6622 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6623
6624         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
6625         start of the lines.
6626
6627 2004-11-14  Magnus Henoch  <mange@freemail.hu>
6628
6629         * hashcash.el (hashcash-default-payment): Change default to 20
6630         (hashcash-default-accept-payment): Change default to 20
6631         (hashcash-process-alist): New variable
6632         (hashcash-generate-payment-async): Add
6633         (hashcash-already-paid-p): Add
6634         (hashcash-insert-payment): Don't generate payments twice
6635         (hashcash-insert-payment-async): Add
6636         (hashcash-insert-payment-async-2): Add
6637         (hashcash-cancel-async): Add
6638         (hashcash-wait-async): Add
6639         (hashcash-processes-running-p): Add
6640         (hashcash-wait-or-cancel): Add
6641         (mail-add-payment): New optional argument.  Conditionally start
6642         asynchronous calculation.
6643         (mail-add-payment-async): Add
6644
6645         * message.el (message-send-mail): Wait for asynchronous hashcash
6646         results.  Don't clobber existing X-Hashcash headers.
6647         (message-setup-1): Call mail-add-payment-async when
6648         message-generate-hashcash is non-nil.
6649
6650 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6651
6652         * message.el (message-use-alternative-email-as-from): Examine the
6653         From header as well; use message-make-from in order to include a
6654         user's full name.
6655
6656 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6657
6658         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
6659         default; improve customization type.
6660         (gnus-emphasis-custom-with-format): New macro.
6661         (gnus-emphasis-custom-value-to-external): New function.
6662         (gnus-emphasis-custom-value-to-internal): New function.
6663
6664 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6665
6666         * dns.el (query-dns): Resolve reverse addresses.
6667
6668 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6669
6670         * gnus-group.el (gnus-group-get-new-news): Use it.
6671
6672         * gnus-start.el (gnus-check-reasonable-setup): New function.
6673
6674 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6675
6676         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
6677         "Args out of range" error.  Reported by Arnaud Giersch
6678         <arnaud.giersch@free.fr>.
6679
6680 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
6681
6682         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
6683
6684 2004-11-04  Richard M. Stallman  <rms@gnu.org>
6685
6686         * spam.el (spam group): Add :version.
6687
6688         * pgg-def.el (pgg group): Add :version.
6689
6690 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6691
6692         * gnus-art.el (gnus-article-edit-article): Don't associate the
6693         article buffer with a draft file.  This is a temporary measure
6694         against the 2004-08-22 change to gnus-article-edit-mode.
6695
6696 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6697
6698         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
6699         (html2text-format-tags): Remove unused variable `attr'.
6700
6701 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6702
6703         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
6704
6705         * tls.el (tls-process-connection-type, tls-success)
6706         (tls-certtool-program): Add :version.
6707
6708         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
6709         (starttls-extra-arguments, starttls-process-connection-type)
6710         (starttls-connect, starttls-failure, starttls-success):
6711
6712         * spam-stat.el (spam-stat): Add :version.
6713
6714         * sieve.el (sieve): Add :version.
6715
6716         * sha1.el (sha1): Add :version.
6717         (sha1-use-external): Remove redundant version.
6718
6719         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
6720         (nnmail-cache-ignore-groups, nnmail-spool-hook)
6721         (nnmail-split-fancy-match-partial-words)
6722         (nnmail-split-lowercase-expanded): Add :version.
6723
6724         * nndiary.el (nndiary): Add :version.
6725
6726         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
6727
6728         * mml-sec.el (mml-default-sign-method)
6729         (mml-default-encrypt-method, mml-signencrypt-style-alist):
6730         Add :version.
6731
6732         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
6733
6734         * mm-url.el (mm-url-use-external, mm-url-program)
6735         (mm-url-arguments): Add :version.
6736
6737         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
6738         (mm-attachment-file-modes, mm-decrypt-option)
6739         (mm-w3m-safe-url-regexp): Add :version.
6740
6741         * message.el (message-cite-prefix-regexp)
6742         (message-sendmail-envelope-from, message-minibuffer-local-map)
6743         (message-user-fqdn, message-completion-alist): Add :version.
6744
6745         * gnus-win.el (gnus-configure-windows-hook)
6746         (gnus-use-frames-on-any-display): Add :version.
6747
6748         * gnus-art.el (gnus-article-address-banner-alist)
6749         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
6750         (gnus-treat-from-picon, gnus-treat-mail-picon)
6751         (gnus-treat-x-pgp-sig): Add :version.
6752
6753         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
6754         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
6755         (gnus-summary-article-delete-hook)
6756         (gnus-summary-display-while-building): Add :version.
6757
6758         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
6759         (gnus-get-top-new-news-hook):Add :version.
6760
6761         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6762         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
6763
6764         * gnus-registry.el (gnus-registry): Add :version.
6765
6766         * gnus-spec.el (gnus-use-correct-string-widths)
6767         (gnus-make-format-preserve-properties): Add :version.
6768
6769         * gnus.el (gnus-group-charter-alist)
6770         (gnus-group-fetch-control-use-browse-url)
6771         (gnus-install-group-spam-parameters): Add :version.
6772
6773         * gnus-diary.el (gnus-diary): Add :version.
6774
6775         * gnus-delay.el (gnus-delay): Add :version.
6776
6777         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
6778         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
6779         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
6780         Add :version.
6781
6782         * gnus-agent.el (gnus-agent-max-fetch-size)
6783         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
6784         (gnus-agent-prompt-send-queue): Add :version.
6785
6786         * deuglify.el (gnus-outlook-deuglify): Add :version.
6787
6788         * html2text.el: Beautify code.  Improve doc strings.  Some
6789         checkdoc cleanup.
6790         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
6791
6792 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
6793
6794         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
6795
6796 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
6797
6798         * gnus-registry.el (gnus-registry-hashtb): Create the registry
6799         when package is loaded.
6800
6801         * spam.el (spam-summary-score-preferred-header): Add global preference
6802         for people who want to override the default SpamAssassin over
6803         Bogofilter preference (when both are set).
6804         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
6805         (spam-user-format-function-S): Check
6806         spam-summary-score-preferred-header.
6807         (spam-extra-header-to-number): Add X-Bogosity header parsing.
6808         (spam-user-format-function-S): Format the score correctly.
6809
6810 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6811
6812         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
6813         signature file.  Suggested by Manoj Srivastava
6814         <srivasta@golden-gryphon.com>.
6815
6816         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
6817         iso-2022-jp even in the Japanese language environment.
6818         Suggested by Jason Rumney <jasonr@gnu.org>.
6819
6820 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6821
6822         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
6823         use the same characters as the dummy marks; make it free from
6824         getting affected by the language environment.
6825         (gnus-summary-read-group-1): Update mark positions only when the
6826         format spec is updated.
6827
6828         * gnus-spec.el (gnus-update-format-specifications): Return a list
6829         of updated types.
6830
6831 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6832
6833         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
6834         of boundp to check if display-warning is available.
6835
6836 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
6837
6838         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
6839
6840 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6841
6842         * nnspool.el (nnspool-spool-directory): Use news-path if the
6843         news-directory variable is not bound.
6844
6845         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
6846         function instead of display-warning if it is not available.
6847
6848 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6849
6850         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
6851         v5-10: Use `point-at-bol'.
6852
6853 2004-10-26  Simon Josefsson  <jas@extundo.com>
6854
6855         * hashcash.el: Fix URL in comment, reported by Cheng Gao
6856         <chenggao@gmail.com>.
6857
6858 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6859
6860         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
6861         instead.
6862
6863 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
6864
6865         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
6866         to remove a server from the nnimap-server-buffer-alist.
6867         (nnimap-open-connection, nnimap-close-server): Use it.
6868
6869         * gnus-encrypt.el: Remove file in favor of encrypt.el.
6870
6871 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6872
6873         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
6874         running the major-mode function.
6875
6876 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6877
6878         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
6879         dummy marks in the right way.
6880
6881 2004-10-18  David Edmondson  <dme@dme.org>
6882
6883         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
6884         excessively.
6885
6886 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
6887
6888         * gnus-util.el (gnus-split-references): Accept a nil references
6889         string and go on blissfully.
6890
6891         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
6892         cases where the references string is non-nil but has no references.
6893
6894         * encrypt.el: Add autoload tags.
6895
6896         * spam.el (spam-resolve-registrations-routine): Remove article
6897         from unregistration list too.  Reported by David Hanak
6898         <dhanak@isis.vanderbilt.edu>
6899
6900 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
6901
6902         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
6903         nil.  Changed custom type.
6904
6905 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
6906
6907         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
6908
6909         * gnus-sum.el (gnus-summary-move-article): Use it.
6910
6911 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
6912
6913         * encrypt.el: Add autoload cookies.
6914
6915         * spam.el (spam-backend-article-list-property)
6916         (spam-backend-get-article-todo-list)
6917         (spam-backend-put-article-todo-list, )
6918         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
6919         Resolve registrations separately.
6920         (spam-register-routine): Format comments.
6921         (spam-unregister-routine, spam-register-routine): Always call with
6922         specific-articles, no default list.
6923         (spam-summary-prepare-exit): Use the spam-classifications function.
6924
6925         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
6926         gnus-encrypt.el.
6927
6928         * encrypt.el: copied from gnus-encrypt.el
6929
6930         * gnus-encrypt.el: commented that it's obsolete
6931
6932 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6933
6934         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
6935         (gnus-score-save): Use it.
6936
6937         * message.el (message-bury): Use `window-dedicated-p'.
6938
6939 2004-10-15  Simon Josefsson  <jas@extundo.com>
6940
6941         * pop3.el (top-level): Don't require nnheader.
6942         (pop3-read-timeout): Add.
6943         (pop3-accept-process-output): Add.
6944         (pop3-read-response, pop3-retr): Use it.
6945
6946 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
6947
6948         * spam.el (spam-register-routine): Move comment.
6949         (spam-verify-bogofilter): Use 'unknown for the initial
6950         spam-bogofilter-valid state, not 'never.
6951
6952         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
6953         for netrc-machine.
6954
6955         * nnimap.el (nnimap-open-connection): Use
6956         netrc-machine-user-or-password.
6957
6958 2004-10-17  Richard M. Stallman  <rms@gnu.org>
6959
6960         * gnus-registry.el (gnus-registry-unload-hook):
6961         Set as a variable with add-hook.
6962
6963         * nnspool.el (nnspool-spool-directory): Use news-directory instead
6964         of news-path.
6965
6966         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
6967
6968         * spam.el: Delete duplicate `provide'.
6969         (spam-unload-hook): Set as a variable with add-hook.
6970
6971 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6972
6973         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
6974         in the doc string.
6975
6976         * message.el (message-ignored-news-headers)
6977         (message-ignored-supersedes-headers)
6978         (message-ignored-resent-headers)
6979         (message-forward-ignored-headers): Improve custom type.
6980
6981 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6982
6983         * message.el (message-tokenize-header): Fix 2004-09-06 change
6984         which used point-min in the wrong place.
6985
6986 2004-10-12  Simon Josefsson  <jas@extundo.com>
6987
6988         * tls.el (tls-certtool-program): New variable.
6989         (tls-certificate-information): New function, based on
6990         ssl-certificate-information.
6991
6992 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6993
6994         * compface.el: Move the version of ELisp-based uncompface program
6995         to the contrib directory because of the copyright problem.
6996
6997 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6998
6999         * message.el (message-kill-buffer): Raise the current frame.
7000
7001 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7002
7003         * gnus-sum.el: Mention that multibyte characters don't work as marks.
7004
7005         * gnus.el (message-y-or-n-p): Autoload.
7006
7007         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
7008         (pop3-password-required, pop3-authentication-scheme)
7009         (pop3-leave-mail-on-server): Made customizable.
7010         (pop3): New custom group.
7011         (pop3-retr): Remove `sleep-for' statements.
7012         Suggested by Dave Love <fx@gnu.org>.
7013
7014         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
7015         Windows/DOS.
7016
7017         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
7018         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
7019         Dave Love <fx@gnu.org>.
7020
7021         * mml.el (mml-minibuffer-read-disposition): Require match.
7022         Suggested by Dave Love <fx@gnu.org>.
7023
7024 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7025
7026         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
7027         doc string.
7028
7029 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7030
7031         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
7032
7033 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7034
7035         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
7036         instead of calling `mm-insert-inline', to decode text/* parts
7037         before displaying them.
7038
7039 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7040
7041         * mm-uu.el (mm-uu-text-plain-type): New variable.
7042         (mm-uu-pgp-signed-extract-1): Use it.
7043         (mm-uu-pgp-encrypted-extract-1): Use it.
7044         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
7045         bind mm-uu-text-plain-type with that value.
7046         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
7047         mm-uu-dissect.
7048
7049 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7050
7051         * gnus-group.el (gnus-update-group-mark-positions):
7052         * gnus-sum.el (gnus-update-summary-mark-positions):
7053         * message.el (message-check-news-body-syntax):
7054         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
7055         of string-as-multibyte.
7056
7057 2004-10-05  Juri Linkov  <juri@jurta.org>
7058
7059         * gnus-group.el (gnus-update-group-mark-positions):
7060         * gnus-sum.el (gnus-update-summary-mark-positions):
7061         * message.el (message-check-news-body-syntax):
7062         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
7063         8-bit unibyte values to a multibyte string for search functions.
7064
7065 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7066
7067         * mm-uu.el (mm-uu-dissect): Allow optional arg.
7068         (mm-uu-dissect-text-parts): New function.
7069
7070         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
7071         dissect text parts.
7072
7073         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
7074         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
7075
7076         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
7077
7078         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
7079         gnus-current-topics instead of gnus-current-topic.
7080
7081 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
7082
7083         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
7084
7085 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
7086
7087         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
7088         where approriate.
7089
7090         * nnml.el (nnml-generate-active-info): do.
7091
7092         * nndiary.el (nndiary-generate-active-info): do.
7093
7094         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
7095         (gnus-topic-move): do.
7096
7097         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
7098         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
7099
7100         * gnus-srvr.el (gnus-server-prepare)
7101         (gnus-server-open-all-servers): do.
7102
7103         * gnus-msg.el (gnus-summary-cancel-article)
7104         (gnus-summary-resend-message)
7105         (gnus-summary-mail-crosspost-complaint): do.
7106
7107         * gnus-move.el (gnus-change-server): do.
7108
7109         * gnus-group.el (gnus-group-unmark-all-groups)
7110         (gnus-group-set-current-level): do.
7111
7112 2004-10-04  Simon Josefsson  <jas@extundo.com>
7113
7114         * message.el (message-generate-hashcash): Doc fix.
7115
7116 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
7117
7118         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
7119         avoid infinite recursion via gnus-get-function.
7120
7121 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
7122
7123         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
7124
7125         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
7126
7127         * nnmail.el (nnmail-split-history): do.
7128
7129         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
7130         (nnml-request-delete-group): do.
7131
7132         * nnslashdot.el (nnslashdot-read-groups): do.
7133
7134         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
7135         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
7136
7137         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
7138         (nnspool-sift-nov-with-sed): Use last
7139         (nnspool-retrieve-headers-with-nov): Use mapc.
7140         (nnspool-request-newgroups): Use dolist.
7141         (nnspool-request-group): Use last.
7142
7143         * nntp.el (nntp-read-server-type): Use dolist.
7144
7145         * nnvirtual.el (nnvirtual-create-mapping)
7146         (nnvirtual-update-read-and-marked): Use dolist.
7147         (nnvirtual-convert-headers): Simplify.
7148
7149 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7150
7151         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
7152         support for sync'ing tick marks.
7153
7154 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7155
7156         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
7157         there's no visible header.
7158
7159 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7160
7161         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
7162         necessary, pass full group name to gnus-request-set-marks.
7163
7164 2004-10-01  Simon Josefsson  <jas@extundo.com>
7165
7166         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
7167         acroread.
7168
7169 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7170
7171         * spam-report.el (spam-report-gmane): Fix interactive.
7172
7173         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
7174
7175         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
7176         when writing file.
7177         (gnus-agent-synchronize-flags): Don't default to being
7178         interactive.
7179
7180 2004-09-30  Simon Josefsson  <jas@extundo.com>
7181
7182         * message.el (message-generate-hashcash): Add.
7183         (message-send-mail): Use it, call mail-add-payment.
7184
7185 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7186
7187         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
7188
7189 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
7190
7191         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
7192         gnus-requst-update-info with explicit code to sync the in-memory
7193         info read flags with the marks being sync'd to the backend.
7194
7195         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
7196
7197 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7198
7199         * spam.el (spam-verify-bogofilter): Add new function.
7200         (spam-check-bogofilter)
7201         (spam-bogofilter-register-with-bogofilter): Use it.
7202         (spam-verify-bogofilter): Add small fixes.
7203
7204 2004-09-28  Simon Josefsson  <jas@extundo.com>
7205
7206         * hashcash.el (hashcash-generate-payment): Revert.
7207
7208 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7209
7210         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
7211         gnus-extract-references instead of gnus-split-references.
7212
7213         * gnus-util.el (gnus-extract-references): Add new function, analogous
7214         to gnus-split-references but extracts only the message-ID without
7215         anything extra.
7216
7217         * hashcash.el (hashcash-generate-payment)
7218         (hashcash-check-payment): Do the right thing if hashcash-path is
7219         nil (because the hashcash program could not be found).
7220
7221         * spam.el (spam-use-hashcash): Remove comment.
7222
7223 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
7224
7225         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
7226         (gnus-cache-enter-article, gnus-cache-remove-article)
7227         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
7228
7229         * gnus-async.el (gnus-async-prefetch-remove-group): do.
7230
7231         * gnus-art.el (article-hide-boring-headers)
7232         (article-translate-strings, article-display-face)
7233         (gnus-article-mime-match-handle-first)
7234         (gnus-article-highlight-headers)
7235         (gnus-article-add-buttons-to-head): do.
7236
7237 2004-09-27  Simon Josefsson  <jas@extundo.com>
7238
7239         * hashcash.el: New version, from
7240         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
7241         ../contrib/.
7242
7243 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7244
7245         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
7246
7247 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
7248
7249         * gnus-dup.el (gnus-dup-open): Use mapc.
7250         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
7251
7252         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
7253         Reported by Stefan Wiens <s.wi@gmx.net>.
7254
7255         * gnus.el (gnus-shutdown): Use dolist.
7256
7257         * gnus-undo.el (gnus-undo): Use mapc.
7258
7259         * nnrss.el (nnrss-generate-active): do.
7260
7261         * message.el (message-cite-original-without-signature)
7262         (message-cite-original): Use mapc.
7263         (message-do-actions, message-make-forward-subject): Use dolist.
7264
7265 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7266
7267         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
7268         deletion to remove entire duplicate line.  Fixes merged article
7269         number bug.
7270
7271 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7272
7273         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
7274         servers that are offline.  Avoids having gnus-agent-toggle-plugged
7275         first ask if you want to open a server and then, even when you
7276         responded with no, asking if you want to synchronize the server's
7277         flags.
7278         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
7279         multi-line expressions.
7280         (gnus-agent-synchronize-group-flags): New internal function.
7281         Updates marks in memory (in the info structure) AND in the
7282         backend.
7283
7284         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
7285
7286         * nnagent.el (nnagent-request-set-mark): Use
7287         gnus-agent-synchronize-group-flags, not backend's request-set-mark
7288         method, to ensure that synchronization updates marks in the
7289         backend and in the info (in memory) structure.
7290
7291 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7292
7293         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
7294         convention fully; don't miss the root article of a thread; make
7295         the X-Draft-From header with correct article numbers.
7296
7297 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
7298
7299         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
7300         unless plugged.  Disable the agent so that an open failure causes
7301         an error.
7302
7303         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
7304         Reverted 2004-09-21 change.  The backend must be opened while
7305         synchronizing flags even when the backend stores the flags
7306         locally.
7307
7308 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
7309
7310         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
7311         in `header' match.  Reported by Svend Tollak Munkejord.
7312
7313         * message.el (message-cite-original): Fix use of
7314         `message-cite-articles-with-x-no-archive'.
7315
7316 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7317
7318         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
7319         (gnus-window-to-buffer): Ditto.
7320
7321         * mml.el (mml-preview-buffer): New variable.
7322         (mml-preview): Manage window layout with gnus-buffer-configuration.
7323
7324         * gnus-msg.el (gnus-setup-message): Put article numbers into the
7325         X-Draft-From header even if those articles aren't quoted.
7326
7327 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
7328
7329         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
7330         (gnus-request-set-mark, gnus-request-update-mark): Use new
7331         g-s-t-u-l-m to decide to use backend even when unplugged.
7332
7333 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7334
7335         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
7336         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
7337
7338 2004-09-20  Simon Josefsson  <jas@extundo.com>
7339
7340         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
7341         "utf-16-le".
7342
7343 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7344
7345         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
7346
7347 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7348
7349         * uudecode.el (uudecode-use-external): Add :version.
7350
7351         * smime.el (smime-CA-file, smime-encrypt-cipher)
7352         (smime-dns-server): Add :version.
7353
7354         * smiley.el (gnus-smiley-file-types): Add :version.
7355
7356         * sha1.el (sha1-use-external): Add :version.
7357
7358         * pgg-def.el (pgg-query-keyserver): Add :version.
7359
7360         * nnmail.el (nnmail-fancy-expiry-targets)
7361         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
7362         Add :version.
7363
7364         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
7365         (nnimap-retrieve-groups-asynchronous): Add :version.
7366         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
7367
7368         * mml.el (mml-content-disposition-parameters)
7369         (mml-insert-mime-headers-always): Add :version.
7370
7371         * mm-util.el (mm-coding-system-priorities): Add :version.
7372
7373         * mm-decode.el (mm-inline-text-html-with-images)
7374         (mm-keep-viewer-alive-types, mm-external-terminal-program)
7375         (mm-verify-option): Add :version.
7376         (mm-text-html-renderer): Change :version.
7377
7378         * message.el (message-fcc-externalize-attachments)
7379         (message-required-headers, message-draft-headers)
7380         (message-subject-trailing-was-query)
7381         (message-subject-trailing-was-ask-regexp)
7382         (message-subject-trailing-was-regexp, message-mark-insert-begin)
7383         (message-mark-insert-end, message-archive-header)
7384         (message-archive-note, message-cross-post-default)
7385         (message-cross-post-note, message-followup-to-note)
7386         (message-cross-post-note-function, message-use-mail-followup-to)
7387         (message-subscribed-address-functions)
7388         (message-subscribed-address-file, message-subscribed-addresses)
7389         (message-subscribed-regexps, message-allow-no-recipients)
7390         (message-yank-cited-prefix, message-signature-insert-empty-line)
7391         (message-hidden-headers, message-hierarchical-addresses)
7392         (message-mail-user-agent, message-use-idna)
7393         (message-valid-fqdn-regexp)
7394         (message-strip-special-text-properties, message-header-synonyms)
7395         (message-beginning-of-line, message-tab-body-function): Add :version.
7396         (message-insert-canlock, message-wide-reply-confirm-recipients):
7397         Change :version.
7398
7399         * mail-source.el (mail-source-ignore-errors): Add :group, :type
7400         and :version.
7401         (mail-source-delete-old-incoming-confirm)
7402         (mail-source-movemail-program): Add :version.
7403
7404         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
7405         (gnus-agent-cache, gnus-agent): Change :version.
7406
7407         * gnus-util.el (gnus-use-byte-compile): Change :version.
7408
7409         * gnus-sum.el (gnus-summary-make-false-root-always)
7410         (gnus-summary-default-high-score)
7411         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
7412         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
7413         (gnus-read-all-available-headers, gnus-article-emulate-mime)
7414         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
7415         (gnus-sum-thread-tree-single-indent)
7416         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7417         (gnus-sum-thread-tree-leaf-with-other)
7418         (gnus-sum-thread-tree-single-leaf): Add :version.
7419         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
7420         (gnus-article-loose-mime): Change :version.
7421
7422         * gnus-start.el (gnus-backup-startup-file)
7423         (gnus-save-startup-file-via-temp-buffer): Add :version.
7424
7425         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
7426         (gnus-server-offline-face): Add :version.
7427
7428         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
7429
7430         * gnus-msg.el (gnus-gcc-externalize-attachments)
7431         (gnus-debug-files, gnus-debug-exclude-variables)
7432         (gnus-discouraged-post-methods): Change :version.
7433         (gnus-confirm-mail-reply-to-news)
7434         (gnus-confirm-treat-mail-like-news): Add :version.
7435
7436         * gnus-int.el (gnus-server-unopen-status): Add :version.
7437
7438         * gnus-group.el (gnus-group-jump-to-group-prompt)
7439         (gnus-large-ephemeral-newsgroup)
7440         (gnus-fetch-old-ephemeral-headers): Add :version.
7441
7442         * gnus-fun.el (gnus-x-face-directory)
7443         (gnus-convert-pbm-to-x-face-command)
7444         (gnus-convert-image-to-x-face-command)
7445         (gnus-convert-image-to-face-command): Add :version.
7446
7447         * gnus-delay.el (gnus-delay-default-hour): Add :version.
7448
7449         * gnus-cite.el (gnus-cite-blank-line-after-header)
7450         (gnus-article-boring-faces): Add :version.
7451
7452         * gnus-art.el (gnus-buttonized-mime-types)
7453         (gnus-inhibit-mime-unbuttonizing)
7454         (gnus-treat-display-face)
7455         (gnus-treat-body-boundary): Change :version.
7456         (gnus-body-boundary-delimiter, gnus-picon-databases)
7457         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
7458         (gnus-treat-date-english, gnus-treat-fold-headers)
7459         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
7460         (gnus-treat-mail-picon, gnus-treat-wash-html)
7461         (gnus-article-encrypt-protocol)
7462         (gnus-use-idna, gnus-article-over-scroll)
7463         (gnus-mime-display-multipart-alternative-as-mixed)
7464         (gnus-mime-display-multipart-related-as-mixed)
7465         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
7466         (gnus-ctan-url, gnus-button-ctan-handler)
7467         (gnus-button-handle-ctan-bogus-regexp)
7468         (gnus-button-ctan-directory-regexp)
7469         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
7470         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
7471         (gnus-button-man-level, gnus-button-emacs-level)
7472         (gnus-button-message-level, gnus-button-browse-level): Add :version.
7473
7474         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
7475         (gnus-agent-go-online): Change :version.
7476         (gnus-agent-expire-unagentized-dirs)
7477         (gnus-agent-auto-agentize-methods): Add :version.
7478
7479         * flow-fill.el (fill-flowed-display-column)
7480         (fill-flowed-encode-column): Add :version.
7481
7482         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7483         (gnus-outlook-deuglify-unwrap-max)
7484         (gnus-outlook-deuglify-cite-marks)
7485         (gnus-outlook-deuglify-unwrap-stop-chars)
7486         (gnus-outlook-deuglify-no-wrap-chars)
7487         (gnus-outlook-deuglify-attrib-cut-regexp)
7488         (gnus-outlook-deuglify-attrib-verb-regexp)
7489         (gnus-outlook-deuglify-attrib-end-regexp)
7490         (gnus-outlook-display-hook): Add :version.
7491
7492         * binhex.el (binhex-use-external): Add :version.
7493
7494 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
7495
7496         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
7497         and `invisible'.
7498
7499 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7500
7501         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
7502         in gnus-registry-trim.
7503
7504 2004-09-13  Simon Josefsson  <jas@extundo.com>
7505
7506         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
7507
7508         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
7509
7510         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
7511         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7512         <yamaoka@jpl.org>.
7513         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
7514         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7515         <yamaoka@jpl.org>.
7516
7517         * sieve.el (sieve-manage-mode): Ditto.
7518
7519 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
7520
7521         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
7522
7523 2004-09-11  Simon Josefsson  <jas@extundo.com>
7524
7525         * dns-mode.el: Add.
7526
7527         * mm-view.el (mm-display-dns-inline): Add.
7528
7529         * mm-decode.el (mm-inline-media-tests): Add text/dns.
7530         (mm-automatic-display): Ditto.
7531
7532         * mailcap.el (mailcap-mime-data): Add text/dns.
7533         (mailcap-mime-extensions): Map .soa to text/dns.
7534
7535 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
7536
7537         * gnus-art.el (article-decode-mime-words, article-babel)
7538         (gnus-article-highlight-signature, gnus-article-add-buttons)
7539         (gnus-signature-toggle): Remove unnecessary bindings of
7540         `inhibit-read-only' inherited from v5.10 merge.
7541
7542 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
7543
7544         * nntp.el (nntp): New customization group.
7545         (nntp-authinfo-file): Add customization group.
7546
7547         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
7548
7549         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
7550
7551         * gnus.el (to-address, to-list, subscribed)
7552         (large-newsgroup-initial): Ditto.
7553
7554         * flow-fill.el (fill-flowed-display-column)
7555         (fill-flowed-encode-column): Ditto.
7556
7557 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
7558
7559         * message.el (message-tokenize-header, message-send-mail-with-qmail):
7560         Use point-min rather than 1.
7561         (message-send-mail): Use buffer-size rather than point-max.
7562
7563         * gnus-sum.el (gnus-summary-search-article-forward):
7564         Signal a specific `search-failed' rather than a generic `error'.
7565
7566         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
7567         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
7568         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
7569
7570 2004-09-10  Simon Josefsson  <jas@extundo.com>
7571
7572         * nndb.el (require): Remove tcp and duplicate cl.
7573
7574 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7575
7576         * gnus-agent.el (directory-files-and-attributes): Move forward.
7577
7578 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7579
7580         * gnus-agent.el (directory-files-and-attributes): Optionally
7581         defined to support XEmacs.
7582
7583 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7584
7585         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
7586         to avoid run-time CL dependencies.
7587         (gnus-agent-unfetch-articles): New function.
7588         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
7589         article numbers even when local .overview file is missing.
7590         (gnus-agent-read-article-number): New function. Only accepts
7591         27-bit article numbers.
7592         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
7593         gnus-agent-read-article-number.
7594         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
7595         from backend while recognizing that article numbers in .overview
7596         must be valid.
7597         (gnus-agent-update-files-total-fetched-for): Use
7598         directory-files-and-attributes to improve performance.
7599         * gnus-int.el (gnus-request-move-article): Use
7600         gnus-agent-unfetch-articles in place of gnus-agent-expire to
7601         improve performance.
7602
7603         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
7604         some users confused by references to .newsrc when they only have a
7605         .newsrc.eld file.
7606         (gnus-convert-mark-converter-prompt,
7607         gnus-convert-converter-needs-prompt): Fixed use of property list.
7608         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
7609         New function. Used internally to only display 'gnus converting
7610         files' message when actually necessary.
7611
7612         * gnus-sum.el (): Removed (require 'gnus-agent) as required
7613         methods now autoloaded.
7614
7615 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * gnus-sum.el (gnus-summary-insert-subject): Remove list
7618         identifiers.
7619
7620 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
7621
7622         * gnus-picon.el: Fix indentation and closing parenthesis.
7623
7624 2004-09-01  Simon Josefsson  <jas@extundo.com>
7625
7626         * message.el (message-canlock-generate): Require sha1, not
7627         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
7628         to require within a function.  Sadly, if sha1.el isn't loaded, the
7629         let binding in m-c-g will hide the defcustom definition, which is
7630         bad.)
7631
7632         * canlock.el: Require sha1, not sha1-el.
7633
7634         * message.el: Don't autoload sha1 (there is a autoload cookie in
7635         sha1.el).
7636
7637         * sha1-el.el: Renamed to sha1.el.
7638
7639 2004-08-30  Juanma Barranquero  <lektu@terra.es>
7640
7641         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
7642
7643 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7644
7645         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
7646
7647 2004-08-30  Kim F. Storm  <storm@cua.dk>
7648
7649         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
7650
7651         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
7652         Add :group 'nnimap.
7653
7654 2004-08-30  Andreas Schwab  <schwab@suse.de>
7655
7656         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
7657         ?* and ?\;.
7658
7659         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
7660         and ?\' to symbol instead of whitespace.
7661
7662 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7663
7664         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
7665
7666         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
7667         instead of re-search-forward.
7668
7669         * gnus-uu.el (gnus-uu-save-article): Ditto.
7670         (gnus-uu-post-encode-uuencode): Ditto.
7671
7672         * html2text.el (html2text-clean-list-items): Ditto.
7673         (html2text-clean-dtdd): Ditto.
7674         (html2text-format-tags): Ditto.
7675
7676         * message.el (message-send-mail-with-sendmail): Fix regexp.
7677         (message-fill-field-general): Use search-forward instead of
7678         re-search-forward.
7679         (unbold-region): Ditto.
7680
7681         * nnrss.el (nnrss-request-article): Ditto.
7682
7683         * nnslashdot.el (nnslashdot-request-article): Ditto.
7684
7685         * nnweb.el (nnweb-gmane-wash-article): Ditto.
7686
7687         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
7688         "Unrecognized menu descriptor" error in XEmacs.
7689
7690 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7691
7692         * gnus-sum.el (gnus-read-header): Don't remove a header for the
7693         parent article of a sparse article in the thread hashtb.
7694
7695 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
7696
7697         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
7698         (nnmail-expand-newtext): Lowercase expanded entries if
7699         nnmail-split-lowercase-expanded is non-nil.
7700
7701 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7702
7703         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
7704         entry.
7705
7706         * gnus-group.el (gnus-group-line-format-alist): Convert the value
7707         of gnus-tmp-news-method into string under XEmacs.  It will be
7708         passed to gnus-correct-length which takes only a string argument.
7709
7710 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7711
7712         * gnus-util.el (gnus-bind-print-variables): New macro.
7713         (gnus-prin1): Use it.
7714         (gnus-prin1-to-string): Use it.
7715         (gnus-pp): New function.
7716         (gnus-pp-to-string): New function.
7717
7718         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
7719         pp-to-string with gnus-pp-to-string.
7720         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
7721         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
7722         * gnus-msg.el (gnus-debug): Ditto.
7723         * gnus-score.el (gnus-score-save): Ditto.
7724         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
7725         gnus-pp-to-string.
7726         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
7727         with gnus-pp.
7728         * score-mode.el (gnus-score-pretty-print): Ditto.
7729         * webmail.el (webmail-debug): Ditto.
7730
7731 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7732
7733         * gnus-art.el (article-display-face, article-display-x-face): Use
7734         buffer-read-only.
7735
7736 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7737
7738         * gnus-art.el (article-hide-list-identifiers): Bind
7739         inhibit-read-only as t.
7740
7741 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
7742
7743         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
7744
7745 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7746
7747         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
7748         (gnus-narrow-to-page): Don't assume point-min == 1.
7749         (gnus-article-edit-mode): Derive from message-mode.
7750
7751         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
7752         point-min == 1.
7753
7754         * imap.el (imap-parse-address-list, imap-parse-body-ext):
7755         Disable incorrect use of `assert'.
7756
7757         * message.el (message-mode): Set comment-start-skip.
7758
7759
7760 2004-08-22  Sam Steingold  <sds@gnu.org>
7761
7762         * pop3.el (pop3-leave-mail-on-server): New user variable.
7763         (pop3-movemail): Delete mail only when it is nil.
7764
7765 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
7766
7767         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
7768
7769         * mml.el (mml-preview): Use `pop-to-buffer'.
7770
7771         * message.el (message-goto-mail-followup-to): Insert after "To".
7772         (message-carefully-insert-headers): Add comment.
7773
7774         * gnus.el: Remove unused variable `gnus-article-check-size'.
7775
7776         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
7777
7778         * gnus-art.el (gnus-button-alist): Improve
7779         `gnus-button-handle-library' entry.
7780
7781 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
7782
7783         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
7784         downcase, since XEmacs capitalizes error messages differently.
7785
7786 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
7787
7788         * nntp.el: Add (require 'gnus) due to reference to
7789         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
7790
7791 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
7792
7793         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
7794         `mm-fill-flowed'.
7795
7796         * mm-decode.el (mm-dissect-singlepart): Check it.
7797
7798 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
7799
7800         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
7801         'imap' for netrc parsing.
7802
7803 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
7804
7805         * mailcap.el (mailcap-mime-data): Mark as risky.
7806
7807 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7808
7809         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
7810         may be included in the encoded word.
7811         (rfc2047-encode): Don't append a space if the encoded word
7812         includes close parenthesis.
7813
7814 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7815
7816         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
7817         of text within parentheses.
7818
7819 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
7820
7821         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
7822         (gnus-encrypt-write-file-contents): Make the password key the file
7823         name PLUS the cipher, not just the cipher.  Also remove failed
7824         passwords from the cache.
7825
7826 2004-08-06  Simon Josefsson  <jas@extundo.com>
7827
7828         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
7829         fix.
7830
7831 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7832
7833         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
7834         LWSP.
7835
7836 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
7837
7838         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
7839         to append in-reply-to: data to the references: header.
7840
7841         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
7842         (netrc-parse): Use gnus-encrypt.el functions.
7843
7844         * gnus-encrypt.el: Add new file for encryption support; currently
7845         does only a few GPG ciphers and an internal XOR cipher.
7846
7847         * password.el: Add comments on using password-read-and-add.
7848         (password-read-and-add): Add function to read and add the
7849         password to the cache at once.
7850
7851 2004-07-28  Simon Josefsson  <jas@extundo.com>
7852
7853         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
7854         parameter (but don't use it, for now).
7855
7856         * imap.el (imap-ssl-open): Use imap-process-connection-type,
7857         instead of hard coding to nil.
7858
7859 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * mm-view.el (mm-inline-image-emacs): Open lines under an image
7862         as mm-inline-image-xemacs does.
7863
7864 2004-07-26  Simon Josefsson  <jas@extundo.com>
7865
7866         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
7867         Revert part of 2004-07-17 change below.
7868
7869 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7870
7871         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
7872         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7873
7874 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7875
7876         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
7877         quotes that actually start with ">" at the beginning of the
7878         lines.
7879
7880 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7881
7882         * rfc2047.el (rfc2047-encode-region): Fix last change.
7883         (rfc2047-encode-parameter): Remove useless concat.
7884
7885 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7886
7887         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
7888         encode special characters; fix some kind of misconfigured headers;
7889         signal a real error if debug-on-quit or debug-on-error is non-nil.
7890         (rfc2047-encode-max-chars): New variable.
7891         (rfc2047-encode-1): Use it.
7892         (rfc2047-encode-parameter): New function.
7893
7894         * mml.el (mml-insert-parameter): Remove an excessive space.
7895
7896 2004-07-17  Simon Josefsson  <jas@extundo.com>
7897
7898         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
7899         Kai Grossjohann <kai@emptydomain.de>.
7900         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
7901         (gnus-group-make-menu-bar): Ditto.
7902
7903         * gnus-util.el (gnus-group-server): Add.
7904
7905 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
7906
7907         * message.el (message-clone-locals): Clone sendmail and smtp
7908         variables.
7909
7910 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7911
7912         * rfc2047.el (rfc2047-encode-region): Fix last change.
7913
7914 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7915
7916         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
7917         characters as non-special.
7918
7919 2004-07-09  Simon Josefsson  <jas@extundo.com>
7920
7921         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
7922         Users will lose all flag changes made while unplugged with
7923         e.g. nntp unless flag synchronization happens, thus `nil' is not a
7924         good default.  See numerous reports on ding mailing list.
7925
7926 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7927
7928         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
7929         add generate-head-function and generate-article-function to the
7930         rfc822-forward entry.
7931         (nndoc-rfc822-forward-generate-article): New function.
7932         (nndoc-rfc822-forward-generate-head): New function.
7933
7934         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
7935
7936 2004-07-06  Dan Christensen  <jdc@uwo.ca>
7937
7938         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
7939         respect display group parameter and gnus-summary-expunge-below.
7940         (gnus-articles-to-read): Remove unused reference to display group
7941         parameter.
7942
7943 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7944
7945         * nnheader.el (nnheader-uniquify-message-id): New experimental
7946         variable.
7947         (nnheader-nov-read-message-id): Use it.
7948
7949         * spam-report.el (spam-report-gmane): Add interactive.
7950
7951 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7952
7953         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
7954         qp-or-base64 for the application/* types.
7955
7956 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
7957
7958         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
7959
7960 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
7961
7962         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
7963         trim value.
7964
7965 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
7966
7967         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
7968         New macro and function.
7969         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
7970
7971 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7972
7973         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
7974         after-load-alist.
7975
7976 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7977
7978         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
7979         update info that isn't there.
7980
7981 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
7982
7983         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
7984         entry.
7985
7986 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7987
7988         * mm-view.el (mm-inline-render-with-function): Use multibyte
7989         buffer; decode html source by charset.
7990
7991         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
7992
7993         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
7994         Mule-UCS is loaded under XEmacs.
7995         (mm-mime-mule-charset-alist): Avoid duplicated entries.
7996
7997 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
7998
7999         * nnheader.el (nnheader-max-head-length): Increase to 8192.
8000
8001 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8002
8003         * mm-util.el (mm-coding-system-p): Return a coding-system.
8004         (mm-mime-mule-charset-alist): Use shift_jis instead of
8005         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
8006         entries for the mime charsets iso-2022-jp-3 and shift_jis.
8007         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
8008         instead of japanese-shift-jis and iso-latin-1 respectively in
8009         order to share the default value with both Emacs and XEmacs-mule.
8010         (mm-mule-charset-to-mime-charset): Make
8011         mm-coding-system-priorities effective.
8012         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
8013         while predicating of candidates upon the priorities.
8014
8015 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
8016
8017         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8018         gnus-uu-invert-processable.
8019
8020         * gnus.el: Autoload gnus-uu-invert-processable.
8021
8022 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * mm-util.el (mm-with-multibyte-buffer): New macro.
8025
8026         * rfc2047.el (rfc2047-encode-string): Use it.
8027         (rfc2047-encode-region): Move point to the end of the region after
8028         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
8029
8030 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8031
8032         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
8033         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
8034
8035 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8036
8037         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
8038         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
8039         Karl Chen <quarl@nospam.quarl.org>.
8040
8041 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
8042
8043         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
8044         invalid addresses.
8045
8046 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
8047
8048         * spam.el: Change section markers, revise TODO list.
8049         (spam-backends): Make new master list of all installed backends.
8050         (spam-summary-exit-behavior): Add new variable to determine how
8051         messages moves are done at summary exit.
8052         (spam-move-spam-nonspam-groups-only)
8053         (spam-process-ham-in-nonham-groups)
8054         (spam-process-ham-in-spam-groups): Remove variables, the
8055         spam-summary-exit-behavior variable should be used to manage this
8056         behavior.
8057         (spam-old-ham-articles, spam-old-spam-articles): Remove.
8058         (spam-old-articles): Add variable, replacing spam-old-ham-articles
8059         and spam-old-spam-articles.
8060         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
8061         Add empty variables, placeholders for the backends they represent.
8062         (spam-set-difference): Move, unchanged.
8063         (spam-list-of-processors): Declare OBSOLETE, not used anymore
8064         unless the user has a processor variable.
8065         (spam-classifications, spam-classification-valid-p)
8066         (spam-backend-properties, spam-backend-property-valid-p)
8067         (spam-backend-function-type-valid-p)
8068         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
8069         (spam-report-articles-gmane, spam-report-articles-resend):
8070         Remove functions, they are not needed.
8071         (spam-install-backend-super, spam-backend-list)
8072         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
8073         (spam-backend-function, spam-backend-ham-registration-function)
8074         (spam-backend-spam-registration-function)
8075         (spam-backend-ham-unregistration-function)
8076         (spam-backend-spam-unregistration-function)
8077         (spam-backend-statistical-p, spam-backend-mover-p)
8078         (spam-install-backend-alias, spam-install-checkonly-backend)
8079         (spam-install-mover-backend, spam-install-nocheck-backend)
8080         (spam-install-backend, spam-install-statistical-backend)
8081         (spam-install-statistical-checkonly-backend): Add backend installation
8082         support.
8083         (spam-summary-prepare-exit): Rewrite to use the new backend code.
8084         (spam-group-processor-p): Use the new backend code and respect the
8085         summary exit behavior.
8086         (spam-mark-spam-as-expired-and-move-routine): Remove.
8087         (spam-summary-prepare): Change to use the new spam-old-articles
8088         variable.
8089         (spam-copy-or-move-routine, spam-copy-spam-routine)
8090         (spam-move-spam-routine, spam-copy-ham-routine)
8091         (spam-move-ham-routine): Add code to copy/move ham or spam.
8092         (spam-fetch-field-fast): Improve doc and code, plus allow the
8093         'number request.
8094         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
8095         variables.
8096         (spam-split, spam-find-spam): Use the new backend code.
8097         (spam-registration-functions): Remove variable.
8098         (spam-unregister-routine): Add convenience wrapper.
8099         (spam-log-undo-registration, spam-register-routine)
8100         (spam-log-processing-to-registry)
8101         (spam-log-unregistration-needed-p): Rename "check" to "backend"
8102         where possible.
8103         (spam-check-gmane-xref, spam-check-regex-headers)
8104         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
8105         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
8106         (spam-check-bogofilter-headers, spam-check-spamoracle)
8107         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
8108         (spam-check-crm114-headers): Use the spam-split-group that
8109         spam-split prepares, no need to determine it every time.
8110
8111         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
8112         to the nnheader-parse-naked-head call.
8113
8114         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
8115
8116         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
8117         the nnheader-nov-read-message-id call.
8118
8119 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8120
8121         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
8122         gnus-activate-group twice.  Suggested by Markus Peter
8123         <warp@spin.de>.
8124
8125 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8126
8127         * gnus-art.el (gnus-article-time-format): Exchange the order of
8128         day and month in the default value; fix customization type.
8129         (article-date-ut): Use add-text-properties.
8130         (article-make-date-line): Use message-make-date instead of
8131         current-time-string.
8132
8133         * message.el (message-fetch-field): Don't use set-text-properties.
8134         (message-make-date): Simplify.
8135
8136         * messagexmas.el (message-xmas-make-date): New function.
8137         (message-xmas-redefine): Defalias message-make-date to it.
8138
8139 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8140
8141         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
8142         (rfc2047-encode-region): Treat text within parentheses as special;
8143         show the original text when error has occurred.
8144
8145         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
8146         already-computed method to gnus-activate-group.
8147
8148         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
8149         same select-methods identical Lisp objects.
8150
8151         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
8152         object when modifying the info.
8153
8154 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8155
8156         * gnus-srvr.el (gnus-server-set-info): Remove the server from
8157         gnus-opened-servers since it has never been opened with the new
8158         configuration yet.
8159
8160 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8161
8162         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
8163         arg to nnheader-generate-fake-message-id.
8164
8165 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
8166
8167         * nnheader.el (nnheader-generate-fake-message-id): Accept a
8168         number and build a fake message ID localized to a group and
8169         article number (so it's repeatable from that point on).
8170         (nnheader-fake-message-id-p): Change regex to accomodate new fake
8171         ID format.
8172
8173         * gnus-sum.el (gnus-get-newsgroup-headers): Call
8174         nnheader-generate-fake-message-id with the article number.
8175
8176 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
8177
8178         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
8179         end-of-buffer.
8180
8181 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8182
8183         * message.el (message-ignored-supersedes-headers): Add Approved.
8184
8185 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8186
8187         * rfc2047.el (rfc2047-encode-message-header): Remove useless
8188         goto-char.
8189         (rfc2047-encode): Fold the line before encoding.
8190
8191 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8192
8193         * rfc2047.el (rfc2047-encode-message-header): Disabled header
8194         folding -- not all headers can be folded, and this should be done
8195         by the message composition mode.  Probably.  I think.
8196
8197 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8198
8199         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
8200         fast.
8201
8202         * gnus-ems.el (gnus-remove-image): Don't use
8203         message-text-with-property; remove only the image found first.
8204
8205         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
8206         found first.
8207
8208 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
8209
8210         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
8211
8212 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8213
8214         * message.el (message-text-with-property): Make it fast and accept
8215         optional arguments.
8216         (message-strip-forbidden-properties): Use it.
8217         (message-fix-before-sending): Follow the m-t-w-p change.
8218
8219         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
8220
8221 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8222
8223         * gnus-art.el (article-hide-headers): Don't change the buffer
8224         mistakenly when performing mml-preview even if
8225         gnus-single-article-buffer is nil.
8226
8227 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
8228
8229         * message.el (message-expand-name-databases): New user option.
8230         (message-expand-name): Use it.
8231
8232 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
8233
8234         * spam.el (spam-report-articles-resend)
8235         (spam-report-resend-register-routine): Allow ham reporting.
8236         (spam-report-resend-register-ham-routine): Add wrapper.
8237         (spam-registration-functions): Add ham resending functions.
8238         (spam-list-of-processors): Add ham resend processor.
8239
8240         * gnus.el (ham-resend-to): Add new group parameter.
8241         (spam-process): Add ham resend option.
8242
8243         * spam-report.el (spam-report-resend): Allow reporting ham.
8244         (spam-report-resend-ham): Add wrapper.
8245
8246 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8247
8248         * message.el (message-cite-articles-with-x-no-archive): New
8249         variable.
8250         (message-cite-original): Use it.
8251
8252 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8253
8254         * message.el (message-cite-original): Respect X-No-Archive.
8255
8256 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8257
8258         * gnus-art.el (article-hide-headers): Refer to the values for
8259         gnus-ignored-headers and gnus-visible-headers in the summary
8260         buffer since a user may have set them as group parameters.
8261
8262 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
8263
8264         * assistant.el (assistant-node-name): Add convenience function.
8265         (assistant-render-text, assistant-render-node): Add error handling,
8266         plus handle multiple next nodes.
8267         (assistant-find-next-node): Comment out for now.
8268         (assistant-find-next-nodes): Add function, returns list of next
8269         nodes.
8270
8271 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
8272
8273         * mail-source.el (mail-source-directory): Fix doc-string.
8274
8275 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
8276
8277         * assistant.el (assistant-render-text, assistant-eval): Add :set
8278         widget type, which is different because it takes and returns a
8279         list.  Much hilarity ensues.
8280
8281 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
8282
8283         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
8284
8285         * gnus-group.el (gnus-group-get-new-news-this-group): Added
8286         doc-string.
8287
8288         * gnus-start.el (gnus-activate-group): Added doc-string.
8289
8290 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
8293
8294 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
8295
8296         * assistant.el (assistant-render-text): Try to add a :set
8297         widget, more to come.
8298
8299         * spam.el (spam-group-spam-contents-p): Handle empty groupname
8300         strings.
8301         (spam-report-articles-resend)
8302         (spam-register-routine): Do registration iff any articles warrant
8303         it.
8304         (spam-summary-prepare-exit): Change log message for nil group
8305         destinations.
8306
8307 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
8308
8309         * spam.el (spam-report-resend-register-routine): Allow
8310         spam-report-resend-to to be a group parameter or a global value.
8311
8312 2004-05-26  Simon Josefsson  <jas@extundo.com>
8313
8314         * starttls.el: Merge with my GNUTLS based starttls.el.
8315         (starttls-gnutls-program, starttls-use-gnutls)
8316         (starttls-extra-arguments, starttls-process-connection-type)
8317         (starttls-connect, starttls-failure, starttls-success): New
8318         variables.
8319         (starttls-program, starttls-extra-args): Doc fix.
8320         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
8321         functions.
8322         (starttls-negotiate, starttls-open-stream): Check
8323         `starttls-use-gnutls' and pass on to corresponding *-gnutls
8324         function if it is set.
8325
8326 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
8329         structured fields.
8330
8331 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8332
8333         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
8334
8335 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
8336
8337         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
8338         variable.
8339         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
8340         assigning the spam-mark to new messages.
8341
8342 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
8343
8344         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
8345
8346 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8347
8348         * dgnushack.el: Autoload customize-set-variable for XEmacs.
8349
8350         * rfc2047.el (rfc2047-encodable-p): Don't move point.
8351         (rfc2047-decode): Treat the ascii coding-system as raw-text by
8352         default.
8353
8354 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
8355
8356         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
8357         correct data.
8358
8359 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
8360
8361         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
8362         (spam-group-processor-p): Fix function.
8363         (spam-group-processor-multiple-p)
8364         (spam-group-spam-processor-report-gmane-p)
8365         (spam-group-spam-processor-report-resend-p)
8366         (spam-group-spam-processor-bogofilter-p)
8367         (spam-group-spam-processor-blacklist-p)
8368         (spam-group-spam-processor-ifile-p)
8369         (spam-group-ham-processor-ifile-p)
8370         (spam-group-spam-processor-spamoracle-p)
8371         (spam-group-spam-processor-crm114-p)
8372         (spam-group-ham-processor-bogofilter-p)
8373         (spam-group-spam-processor-stat-p)
8374         (spam-group-ham-processor-stat-p)
8375         (spam-group-ham-processor-whitelist-p)
8376         (spam-group-ham-processor-BBDB-p)
8377         (spam-group-ham-processor-spamoracle-p)
8378         (spam-group-ham-processor-copy-p): Remove functions with some
8379         prejudice against unneeded code.
8380         (spam-report-articles-resend)
8381         (spam-report-resend-register-routine): Allow the group/topic
8382         spam-resend-to value to override spam-report-resend-to.
8383         (spam-summary-prepare-exit): Invoke spam-group-processor-p
8384         properly now.
8385
8386         * gnus.el (spam-resend-to): Add group/topic parameter.
8387         (spam-process): Move the OBSOLETE processors to the end of the
8388         choices.
8389
8390 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
8391
8392         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
8393         with resend-to set to nil, and then ask the user if necessary.
8394         (spam-report-resend): spam-report-resend takes a list of articles, not
8395         separate article numbers.
8396
8397 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8398
8399         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
8400         addition to emacs-w3m.
8401
8402 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8403
8404         * assistant.el (assistant-authinfo-data): New function.
8405         (assistant-eval): Eval for entire assistant.
8406
8407         * netrc.el (netrc-services-file): New variable.
8408         (netrc-parse-services): New function.
8409         (netrc-find-service-name): New function.
8410         (netrc-find-service-number): New function.
8411         (netrc-port-equal): New function.
8412         (netrc-machine): Use it.
8413
8414         * nnimap.el (nnimap-open-connection): Use netrc.
8415
8416         * gnus-util.el (gnus-netrc-get): Remove aliases.
8417
8418         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
8419
8420         * assistant.el (wid-edit): Fix compilation.
8421
8422         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
8423
8424 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
8425
8426         * gnus-util.el (gnus-set-file-modes): New function.  (small
8427         patch).
8428
8429 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8430
8431         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
8432
8433         * assistant.el (assistant-render-node): Fix up rendering and
8434         read-only text.
8435         (assistant-render-node): Reset.
8436         (assistant-make-read-only): Not sticky.
8437
8438 2004-05-20  Danny Siu  <dsiu@adobe.com>
8439
8440         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
8441         centered even when gnus-auto-center-summary is t
8442
8443 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8444
8445         * dns.el (dns-get-txt-answer): New function.
8446         (dns-read-txt): Ditto.
8447         (query-dns): Use it.
8448
8449 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8450
8451         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
8452         active for foreign groups even if the group level is higher than
8453         the specified value.
8454
8455 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8456
8457         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
8458         non-active groups.
8459
8460         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
8461
8462 2004-05-20  Magnus Henoch  <mange@freemail.hu>
8463
8464         * dns.el (dns-read-type): Add support for SVR.  (small patch)
8465
8466 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8467
8468         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
8469         (spam-crm114-header, spam-crm114-spam-switch)
8470         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
8471         (spam-crm114-positive-spam-header)
8472         (spam-crm114-database-directory, spam-list-of-processors)
8473         (spam-group-spam-processor-crm114-p)
8474         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
8475         (spam-generic-score, spam-list-of-checks)
8476         (spam-list-of-statistical-checks, spam-registration-functions)
8477         (spam-check-crm114-headers, spam-crm114-score)
8478         (spam-check-crm114, spam-crm114-register-with-crm114)
8479         (spam-crm114-register-spam-routine)
8480         (spam-crm114-unregister-spam-routine)
8481         (spam-crm114-register-ham-routine)
8482         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
8483         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
8484
8485         * gnus.el: Add spam-use-crm114.
8486
8487         * spam.el (spam-list-of-processors, spam-registration-functions):
8488         Add spam-use-resend.
8489         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
8490         (spam-report-articles-gmane): Add doc fix.
8491         (spam-report-articles-resend,
8492         spam-report-resend-register-routine): Add wrappers around
8493         spam-report-resend-to.
8494
8495         * spam-report.el (spam-report-resend-to, spam-report-resend):
8496         Add support for resending spam.
8497         (spam-report-gmane): Fix line length >80.
8498
8499         * gnus.el (spam-process): Add spam-use-resend.
8500
8501 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8502
8503         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
8504         number of processed spam messages.
8505         (spam-ham-copy-or-move-routine): Return the number of processed
8506         ham messages.
8507         (spam-summary-prepare-exit): Use the above values to decide
8508         whether status messages shouled be displayed.
8509
8510 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8511
8512         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
8513         `rfc2047-encoding-function-alist' in order to avoid conflicting
8514         with the old version.
8515         (rfc2047-encode-region): Concatenate words containing non-ASCII
8516         characters in structured fields; don't encode space-delimited
8517         ASCII words even in unstructured fields; don't break words at
8518         char-category boundaries.
8519         (rfc2047-encode-1): New function.
8520         (rfc2047-encode): Use it; encode text so that it occupies the
8521         maximum width within 76-column; work correctly on Q encoding for
8522         iso-2022-* charsets.
8523         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
8524         sure not to break a line just after the header name.
8525         (rfc2047-b-encode-region): Removed.
8526         (rfc2047-b-encode-string): New function.
8527         (rfc2047-q-encode-region): Removed.
8528         (rfc2047-q-encode-string): New function.
8529
8530         * mm-util.el (mm-replace-in-string): New function.
8531
8532 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8533
8534         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
8535         get it right.
8536         (gnus-inews-make-draft): Really.
8537
8538 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
8539
8540         * nnmh.el (nnmh-request-list-1): Don't check the link count
8541         before descending.  (small patch)
8542
8543 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8544
8545         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
8546         stuff.
8547
8548         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
8549         on real group name.
8550
8551         * gnus-art.el (gnus-signature-limit): Doc fix.
8552
8553         * gnus-msg.el (gnus-inews-make-draft): Quote list.
8554
8555         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
8556
8557 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
8558
8559         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
8560         isn't a string.
8561
8562 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8563
8564         * gnus-draft.el (gnus-draft-send): Bind
8565         rfc2047-encode-encoded-words.
8566
8567         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
8568         (rfc2047-encodable-p): Say that =? needs encoding.
8569         (rfc2047-encode-encoded-words): New variable.
8570
8571         * gnus-group.el (gnus-group-select-group): Doc fix.
8572
8573         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
8574
8575         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
8576         to nil.
8577
8578         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
8579
8580         * nnheader.el (nnheader-get-lines-and-char): New function.
8581
8582 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
8583
8584         * gnus-msg.el (gnus-summary-followup-with-original): Document
8585         yanking of region when active.
8586
8587 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8588
8589         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
8590         groups if the group level is higher than the specified value.
8591
8592 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8593
8594         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
8595         (gnus-group-jump-to-group): Added prefix argument using
8596         `gnus-group-jump-to-group-prompt'.  Query before jumping to
8597         non-active group.
8598
8599         * compface.el (uncompface): Be verbose when changing
8600         `uncompface-use-external'.
8601
8602         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
8603         handle manual section.
8604
8605 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8606
8607         * gnus-art.el (gnus-button-alist): Revert previous change.
8608
8609 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8610
8611         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
8612
8613 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8614
8615         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
8616         whether backend can accept message.
8617
8618         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
8619
8620 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
8621
8622         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
8623         Avoid creating directory when nntp-marks-is-evil is true.
8624         Reported by Reiner Steib.
8625
8626 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8627
8628         * gnus-picon.el (gnus-picon-style): New variable.
8629         (gnus-picon-insert-glyph): Added optional `nostring' argument.
8630         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
8631         Jesper Harder <harder@ifa.au.dk>.
8632
8633 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8634
8635         * message.el (message-fill-field): Return point.
8636         (message-generate-headers): Go to end of field.
8637
8638         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
8639         stuff for non-living groups.
8640
8641 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
8642
8643         * gnus-art.el (gnus-article-followup-with-original)
8644         (gnus-article-reply-with-original): gnus-mark-active-p ->
8645         gnus-region-active-p.
8646
8647 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
8648
8649         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
8650         only when there is spam or ham to be processed.
8651
8652 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8653
8654         * mail-source.el (mail-source-delete-crash-box): Refactor.
8655         (mail-source-fetch): Use it.
8656         (mail-source-fetch-file): Ditto.
8657         (mail-source-fetch-directory): Run postscript in loop.
8658         (mail-source-fetch-pop): Delete.
8659         (mail-source-fetch-maildir): Ditto.
8660         (mail-source-fetch-imap): Ditto.
8661
8662         * imap.el (imap-authenticators): Comment out sasl.
8663
8664         * message.el (message-skip-to-next-address): New function.
8665         (message-fill-header-address): Refactor.
8666         (message-fill-address): Use it.
8667         (message-delete-address): Use it.
8668         (message-fill-header-general): Refactor.
8669         (message-fill-field-address): Rename.
8670         (message-narrow-to-field): Find the start of the header.
8671         (message-header-format-alist): Don't pre-fill.
8672         (message-fill-header): Removed.
8673         (message-insert-header): New function.
8674         (message-shorten-references): Use it.
8675
8676         * rfc2047.el (rfc2047-field-value): Strip props.
8677
8678         * mail-parse.el (mail-header-make-address): New alias.
8679
8680         * ietf-drums.el (ietf-drums-make-address): New function.
8681
8682         * imap.el: Add compiler directives.
8683
8684         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
8685
8686         * gnus-art.el (article-decode-idna-rhs): Don't use
8687         message-idna-inside-rhs-p.
8688
8689 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8690
8691         * message.el (message-idna-inside-rhs-p): Removed.
8692         (message-idna-to-ascii-rhs-1): Use proper address parsing.
8693
8694         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
8695         false positives.
8696
8697 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
8698
8699         * imap.el (imap-sasl-make-mechanisms): Use sasl.
8700
8701 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8702
8703         * nneething.el (nneething-file-name): Don't create spurions
8704         files.
8705
8706         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
8707         (gnus-inews-do-gcc): Remove sleep.
8708
8709         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
8710         part under point.
8711
8712         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
8713         (gnus-agent-regenerate-group): Using nil messages aren't valid.
8714
8715 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
8716
8717         * spam.el (spam-summary-prepare-exit): Fixed (length).
8718
8719 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8720
8721         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
8722         as expired without moving it" message when there are spam
8723         messages left.
8724
8725 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
8726
8727         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
8728         header is not nil.
8729
8730 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
8731
8732         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
8733         nntp-possibly-create-directory, not nntp-possibly-change-group.
8734         (nntp-marks-changed-p): New arg SERVER.
8735         (nntp-request-update-info): Adjust caller.
8736
8737 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
8738
8739         * nntp.el (nntp-save-marks): Pass missing arg.
8740
8741 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
8742
8743         * nntp.el: Support marks.
8744         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
8745         (nntp-marks-modtime, nntp-marks-directory): New variables.
8746         (nntp-request-set-mark, nntp-request-update-info)
8747         (nntp-possibly-create-directory, nntp-marks-changed-p)
8748         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
8749         functions.
8750
8751 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
8752
8753         * gnus-xmas.el (gnus-xmas-select-lowest-window)
8754         (gnus-xmas-redefine): Rename.
8755
8756         * gnus-score.el (gnus-score-insert-help): Use
8757         gnus-select-lowest-window.
8758
8759         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
8760         appt-select-lowest-window and rename to gnus-select-lowest-window.
8761
8762         * gnus.el: do.
8763
8764 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8765
8766         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
8767         encodings of MIME-encoded words, in order to improve
8768         interoperability with several broken MUAs.
8769
8770 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8771
8772         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
8773         tags, only when charsets are not specified in headers.
8774         (mm-inline-text-html-render-with-w3m): Ditto.
8775
8776         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
8777         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
8778
8779 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8780
8781         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
8782         instead of MIME-decoded from fields when checking
8783         `gnus-article-address-banner-alist'.
8784
8785 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
8786
8787         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
8788         description rather than subject.
8789
8790 2004-05-02  Steve Youngs  <steve@youngs.au.com>
8791
8792         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
8793
8794 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8795
8796         * gnus.el (gnus-version-number): Bump.
8797
8798 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8799
8800         * gnus.el: No Gnus v0.2 is released.
8801
8802 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8803
8804         * gnus-agent.el (gnus-agent-read-agentview): Inline
8805         gnus-uncompress-range.
8806
8807 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8808
8809         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
8810         `exec-installed-p'.
8811
8812 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8813
8814         * gnus.el (spam-process, spam-autodetect-methods): Add
8815         bsfilter and bsfilter-headers.
8816
8817         * spam.el (spam-bsfilter): New customize group.
8818         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
8819         (spam-bsfilter-header, spam-bsfilter-probability-header)
8820         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
8821         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
8822         (spam-bsfilter-database-directory): New options.
8823         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
8824         (spam-list-of-statistical-checks, spam-registration-functions):
8825         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
8826         (spam-bsfilter-score): New command.
8827         (spam-check-bsfilter-headers, spam-check-bsfilter)
8828         (spam-bsfilter-register-with-bsfilter)
8829         (spam-bsfilter-register-spam-routine)
8830         (spam-bsfilter-unregister-spam-routine)
8831         (spam-bsfilter-register-ham-routine)
8832         (spam-bsfilter-unregister-ham-routine): New functions.
8833         (spam-generic-score): Support bsfilter; Accept an optional argument
8834         to recalcurate spam score even if scoring header has already been
8835         added.
8836         (spam-bogofilter-score, spam-spamassassin-score): Accept an
8837         optional argument to recalcurate spam score even if scoring header
8838         has already been added.
8839
8840 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
8841
8842         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
8843         strings!  Reported by David D. Smith <davidsmith@acm.org>.
8844         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
8845         link is missing.
8846
8847 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
8848
8849         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
8850         (html2text-get-attr): Rewrite.
8851
8852         * message.el (message-setup-1): Remove redundant put-text-property
8853         on mail-header-separator.
8854
8855 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
8856
8857         * gnus-registry.el (gnus-registry-cache-whitespace)
8858         (gnus-registry-action, gnus-registry-spool-action)
8859         (gnus-registry-split-fancy-with-parent): Change message levels
8860         from 5 to 3 or 7, as needed.
8861
8862         * spam.el (spam-summary-prepare-exit)
8863         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
8864         (spam-split, spam-find-spam, spam-log-undo-registration)
8865         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
8866         level from 5 to 6.
8867
8868 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8869
8870         * gnus-ems.el: Autoload appt-select-lowest-window (revert
8871         2004-03-04 change).
8872
8873 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
8874
8875         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
8876         Use mapc when appropriate.
8877
8878         * sieve-manage.el (sieve-manage-open): do.
8879
8880         * nnweb.el (nnweb-insert-html): do.
8881
8882         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
8883         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
8884
8885         * nnspool.el (nnspool-request-group): do.
8886
8887         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
8888         do.
8889
8890         * nnml.el (nnml-request-update-info): do.
8891
8892         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
8893         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
8894
8895         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
8896         (nnimap-request-set-mark): do.
8897
8898         * nnfolder.el (nnfolder-request-update-info): do.
8899
8900         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
8901         do.
8902
8903         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
8904
8905         * gnus-uu.el (gnus-uu-find-articles-matching): do.
8906
8907         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
8908         do.
8909
8910         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
8911         do.
8912
8913         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
8914
8915         * gnus-nocem.el (gnus-nocem-scan-groups): do.
8916
8917         * gnus-int.el (gnus-start-news-server): do.
8918
8919         * gnus-group.el (gnus-group-make-kiboze-group)
8920         (gnus-group-browse-foreign-server): do.
8921
8922 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
8923
8924         FIXME: Make separate entries for each person.
8925
8926         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
8927         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
8928         <shields@msrl.com>:
8929
8930         * spam.el (spam-necessary-extra-headers): Get the extra headers we
8931         may need for spam sorting and scoring.
8932         (spam-user-format-function-S): Add user format function suitable for
8933         general use.
8934         (spam-article-sort-by-spam-status): Add sorting function for summary
8935         sorting.
8936         (spam-extra-header-to-number): Add function to get a score from a
8937         header.
8938         (spam-summary-score): Add function to  get a numeric score from the
8939         headers.
8940         (spam-generic-score): Fixed function doc, was in wrong place.
8941         (spam-initialize): Take symbols when it's run, and install the
8942         extra headers that spam-necessary-extra-headers thinks we need.
8943
8944 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
8945
8946         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
8947         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
8948
8949 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
8950
8951         * gnus-sum.el (gnus-set-global-variables)
8952         (gnus-build-all-threads, gnus-get-newsgroup-headers)
8953         (gnus-article-get-xrefs, gnus-summary-best-group)
8954         (gnus-summary-next-article, gnus-summary-enter-digest-group)
8955         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
8956         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
8957         with-current-buffer.
8958
8959 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
8960
8961         * spam.el (spam-summary-prepare-exit): Simplify logic.
8962         (spam-fetch-article-header): Read the article header if it's not
8963         available.
8964         (spam-list-articles): Simplify logic.
8965         (spam-filelist-register-routine): Fix bug with unregister-list.
8966
8967         * gnus-registry.el: Fix comments at beginning.
8968
8969 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
8970
8971         * message.el (message-cater-to-broken-inn): Remove.
8972         (message-shorten-references): Make sure the total folded length of
8973         References is shorter than 998 characters to cater to a bug in INN
8974         2.3.  Also, don't pretend that references aren't folded -- this
8975         hasn't worked for a while.
8976
8977 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8978
8979         * gnus-agent.el (gnus-agentize):
8980         gnus-agent-send-mail-real-function no longer set to current value
8981         of message-send-mail-function but rather a lambda that calls
8982         message-send-mail-function.  The change makes the agent real-time
8983         responsive to user changes to message-send-mail-function.
8984
8985 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8986
8987         * legacy-gnus-agent.el
8988         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
8989         help from Florian Weimer <fw@deneb.enyo.de>
8990
8991 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8992
8993         * nnmail.el (nnmail-cache-insert): Revert last change.
8994
8995 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8996
8997         * nnmail.el (nnmail-cache-insert): Always check whether
8998         nnmail-cache-ignore-groups matches a group name.
8999
9000 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
9001
9002         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
9003         (spam-find-spam, spam-log-processing-to-registry)
9004         (spam-log-registered-p, spam-log-unregistration-needed-p)
9005         (spam-log-undo-registration): Use gnus-message instead of
9006         gnus-error, none of these errors are fatal.
9007
9008         * gnus-registry.el (gnus-registry-clean-empty-function)
9009         (gnus-registry-clean-empty): Remove only empty entries without
9010         extra data.
9011
9012 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
9013
9014         * spam-stat.el (spam-stat-buffer-change-to-spam)
9015         (spam-stat-buffer-change-to-non-spam): Change (error) to
9016         (gnus-message 8) invocation.
9017
9018 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9019
9020         * nntp.el (nntp-via-netcat-command): New variable.
9021         (nntp-via-netcat-switches): New variable.
9022         (nntp-open-via-rlogin-and-netcat): New function.
9023         (nntp-open-connection-function): Doc fix.
9024         (nntp-telnet-command): Doc fix.
9025         (nntp-end-of-line): Doc fix.
9026         (nntp-via-rlogin-command): Doc fix.
9027         (nntp-via-user-name): Doc fix.
9028         (nntp-via-address): Doc fix.
9029
9030 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9031
9032         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
9033         error in Emacs 21.1.
9034
9035 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
9036
9037         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
9038
9039 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9040         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
9041         (gnus-agent-with-refreshed-group): New macro.
9042         (gnus-agent-rename-group): New function.
9043         (gnus-agent-delete-group): New function.
9044         (gnus-agent-save-group-info): Use gnus-command-method when
9045         `method' parameter is nil.  Don't write nil entries into the
9046         active file.
9047         (gnus-agent-get-group-info): New function.
9048         (gnus-agent-fetch-articles): Use
9049         gnus-agent-update-files-total-fetched-for to increment disk space
9050         used.
9051         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
9052         gnus-agent-update-view-total-fetched-for to increment disk space
9053         used.
9054         (gnus-agent-get-local): Added optional parameters to avoid calling
9055         gnus-group-real-name and gnus-find-method-for-group.
9056         (gnus-agent-set-local): Delete stored entry if either min, or max,
9057         are nil.
9058         (gnus-agent-fetch-session): Reworded error/quit messages.  On
9059         quit, use gnus-agent-regenerate-group to record existance of any
9060         articles fetched to disk before the quit occurred.
9061         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
9062         gnus-agent-update-view-total-fetched-for, and
9063         gnus-agent-update-files-total-fetched-for to decrement disk space
9064         used.
9065         (gnus-agent-retrieve-headers): Use
9066         gnus-agent-update-view-total-fetched-for to increment disk space
9067         used.
9068         (gnus-agent-regenerate-group): Replace gnus-group-update-group
9069         with gnus-agent-update-files-total-fetched-for to decrement disk
9070         space and fresh group buffer.
9071         (gnus-agent-inhibit-update-total-fetched-for): New variable.
9072         (gnus-agent-need-update-total-fetched-for): New variable.
9073         (gnus-agent-update-files-total-fetched-for): New function.
9074         (gnus-agent-update-view-total-fetched-for): New function.
9075         (gnus-agent-total-fetched-for): New function.
9076
9077         * gnus-cache.el (gnus-cache-save-buffers): Use
9078         gnus-cache-update-overview-total-fetched-for to change disk space
9079         used by this group.
9080         (gnus-cache-possibly-enter-article): Use
9081         gnus-cache-update-file-total-fetched-for to increment disk space
9082         used by this group.
9083         (gnus-cache-possibly-remove-article): Use
9084         gnus-cache-update-file-total-fetched-for to decrement disk space
9085         used by this group.
9086         (gnus-cache-generate-nov-databases): Purge total fetched cache.
9087         (gnus-cache-rename-group): New function.
9088         (gnus-cache-delete-group): New function.
9089         (gnus-cache-inhibit-update-total-fetched-for): New variable.
9090         (gnus-cache-need-update-total-fetched-for): New variable.
9091         (gnus-cache-with-refreshed-group): New macro.
9092         (gnus-cache-update-file-total-fetched-for): New function.
9093         (gnus-cache-update-overview-total-fetched-for): New function.
9094         (gnus-cache-rename-group-total-fetched-for): New function.
9095         (gnus-cache-delete-group-total-fetched-for): New function.
9096         (gnus-cache-total-fetched-for): New function.
9097
9098         * gnus-group.el: Require gnus-sum and autoload functions to
9099         resolve warnings when gnus-group.el compiled alone.
9100         (gnus-group-line-format): Documented new %F
9101         (size of Fetched data) group line format; identifies disk space
9102         used by agent and cache.
9103         (gnus-group-line-format-alist): Defined new F format.
9104         (gnus-total-fetched-for): New function.
9105         (gnus-group-delete-group): No longer update
9106         gnus-cache-active-altered as gnus-request-delete-group now keeps
9107         the cache in sync.
9108         (gnus-group-list-active): Let the agent store a server's active
9109         list if currently plugged.
9110
9111         * gnus-int.el (gnus-request-delete-group): Use
9112         gnus-cache-delete-group and gnus-agent-delete-group to keep the
9113         local disk in sync with the server.
9114          (gnus-request-rename-group): Use
9115         gnus-cache-rename-group and gnus-agent-rename-group to keep the
9116         local disk in sync with the server.
9117
9118         * gnus-start.el (gnus-get-unread-articles): Cosmetic
9119         simplification to logic.
9120
9121         * gnus-util.el (gnus-rename-file): New function.
9122
9123 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
9124
9125         * mm-util.el (mm-image-load-path): Handle nil in load-path.
9126
9127 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
9128
9129         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
9130         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
9131
9132 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
9133
9134         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
9135         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
9136
9137 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
9138
9139         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
9140
9141 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
9142
9143         * spam.el (spam-set-difference): Add function to replace
9144         gnus-set-difference in spam.el.
9145         (spam-summary-prepare-exit): Use spam-set-difference.
9146
9147 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9148
9149         * gnus-registry.el (gnus-registry-cache-file): Update to use
9150         gnus-dribble-directory OR gnus-home-directory OR ~.
9151         (gnus-registry-split-fancy-with-parent): Fix doc.
9152
9153 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9154
9155         * message.el (message-exchange-point-and-mark): Use
9156         message-mark-active-p.  Suggested by Jesper Harder
9157         <harder@ifa.au.dk>.
9158
9159 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9160
9161         * message.el (message-exchange-point-and-mark): Don't activate
9162         region if it was inactive.  Suggested by Hiroshi Fujishima
9163         <pooh@nature.tsukuba.ac.jp>.
9164
9165 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9166
9167         * gnus-art.el (article-display-face): Display Faces in the same
9168         order as X-Faces.
9169
9170 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9171
9172         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
9173
9174 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9175
9176         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
9177         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
9178         (gnus-article-mime-hierarchy): Remove.
9179         (gnus-article-mime-hierarchy-next): Remove.
9180         (gnus-article-mode): Revert 2004-03-19 change.
9181         (gnus-article-setup-buffer): Revert 2004-03-19 change.
9182         (gnus-insert-mime-button): Revert 2004-03-19 change.
9183         (gnus-mime-accumulate-hierarchy): Remove.
9184         (gnus-mime-enter-multipart): Remove.
9185         (gnus-mime-leave-multipart): Remove,
9186         (gnus-mime-display-part): Revert 2004-03-19 change.
9187         (gnus-mime-display-alternative): Revert 2004-03-19 change.
9188
9189         * mml.el (mml-preview): Revert 2004-03-19 change.
9190
9191 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
9192
9193         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
9194
9195 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9196
9197         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
9198         t while entering a file name using the mm-with-multibyte macro.
9199         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9200
9201         * mm-util.el (mm-with-multibyte): New macro.
9202
9203 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9204
9205         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
9206         user option.
9207         (gnus-mime-multipart-functions): Doc and customization fix.
9208         (gnus-article-mime-hierarchy): New variable.
9209         (gnus-article-mime-hierarchy-next): New variable.
9210         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
9211         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
9212         gnus-article-mime-hierarchy-next to nil.
9213         (gnus-insert-mime-button): Show hierarchy numbers.
9214         (gnus-mime-accumulate-hierarchy): New function.
9215         (gnus-mime-enter-multipart): New function.
9216         (gnus-mime-leave-multipart): New function.
9217         (gnus-mime-display-part): Recompute hierarchical MIME structure.
9218         (gnus-mime-display-alternative): Show hierarchy numbers.
9219
9220         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
9221         gnus-article-mime-hierarchy-next to nil.
9222
9223 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
9224
9225         * dns.el: Don't require gnus-xmas.
9226
9227 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
9228
9229         * mml.el (mml-generate-mime-1): Don't use format=flowed with
9230         inline PGP.
9231         (mml-menu): Disable mml-quote-region if mark is inactive.
9232
9233 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9234
9235         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
9236         when the group's active is not available.
9237
9238 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9239
9240         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
9241         error.
9242
9243 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
9244
9245         * imap.el (imap-store-password): New variable.
9246         (imap-interactive-login): Use it.
9247         Suggested by Mark Plaksin <happy@mcplaksin.org>.
9248
9249 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9250
9251         * gnus-art.el (gnus-article-read-summary-keys): Restore new
9252         window-start and hscroll to summary window.
9253
9254 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9255
9256         * gnus-start.el (gnus-convert-old-newsrc): Only write the
9257         conversion message to newsrc-dribble when an actual conversion is
9258         performed.
9259
9260 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
9261
9262         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
9263
9264 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9265
9266         * mm-decode.el (mm-complicated-handles): New function reviving
9267         former definition of mm-multiple-handles.
9268
9269         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
9270         (gnus-mime-delete-part): Use it.
9271
9272 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9273
9274         * gnus-agent.el (gnus-agent-read-local): Bind
9275         nnheader-file-coding-system to gnus-agent-file-coding-system to
9276         avoid the implicit assumption that they will always be equal.
9277         (gnus-agent-save-local): Bind buffer-file-coding-system, not
9278         coding-system-for-write, as the with-temp-file macro first prints
9279         to a buffer then saves the buffer.
9280
9281 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9282
9283         * gnus-art.el (gnus-article-edit-part): New function.
9284         (gnus-mime-save-part-and-strip): Use it; do query instead of
9285         signaling an error; don't use mm-multiple-handles.
9286         (gnus-mime-delete-part): Ditto.
9287
9288 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9289
9290         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
9291         old file versions.
9292         (gnus-group-prepare-hook): Removed function that converted list
9293         form of gnus-agent-expire-days to group properties.
9294
9295         * gnus-int.el: Autoload gnus-agent-regenerate-group.
9296         (gnus-request-accept-article): Re-indented.
9297
9298         * gnus-start.el (gnus-convert-old-newsrc): Registered new
9299         converters to handle old agent file formats.  Added logic for a
9300         "backup before upgrading warning".
9301         (gnus-convert-mark-converter-prompt): Developers can mark
9302         functions as needing (default), or not needing,
9303         gnus-convert-old-newsrc's "backup before upgrading warning".
9304         (gnus-convert-converter-needs-prompt): Tests whether the user
9305         should be protected from potentially irreversable changes by the
9306         function.
9307
9308         * legacy-gnus-agent.el (): New. Provides converters that are only
9309         loaded when gnus-convert-old-newsrc needs to call them.
9310
9311 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9312
9313         * mail-source.el (mail-source-touch-pop): Doc fix.
9314
9315         * message.el (message-smtpmail-send-it): Doc fix.
9316
9317 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
9318
9319         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
9320
9321         * nnmail.el (nnmail-split-fancy): do.
9322
9323         * gnus-kill.el (gnus-kill, gnus-execute): do.
9324
9325 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9326
9327         * gnus-sum.el (gnus-widget-reversible-match)
9328         (gnus-widget-reversible-to-internal)
9329         (gnus-widget-reversible-to-external): New functions.
9330         (gnus-widget-reversible): New widget.
9331         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
9332
9333 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
9334
9335         * gnus-sum.el (gnus-thread-sort-functions)
9336         (gnus-article-sort-functions): Document `(not F)' items.
9337
9338 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9339
9340         * spam.el (spam-use-gmane-xref): Add new backend.
9341         (spam-gmane-xref-spam-group): Add variable to control the name of the
9342         Gmane spam group.
9343         (spam-blackhole-servers, spam-blackhole-good-server-regex)
9344         (spam-regex-headers-spam, spam-regex-headers-ham)
9345         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
9346         (spam-list-of-checks): Add spam-use-gmane-xref to list of
9347         backends and checks.
9348         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
9349
9350         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
9351         an autodetect method.
9352
9353 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9354
9355         * gnus-int.el (gnus-request-accept-article): Inform the agent that
9356         articles are being added to a group.
9357         (gnus-request-replace-article): Inform the agent that articles
9358         need to be uncached as the cached contents are no longer valid.
9359
9360 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9361
9362         * binhex.el: Don't autoload executable-find.
9363
9364         * canlock.el: Don't autoload mail-fetch-field.
9365
9366         * dgnushack.el: Autoload c-mode for XEmacs.
9367
9368         * gnus-ems.el: Don't autoload appt-select-lowest-window.
9369
9370         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
9371         rmail-dont-reply-to and rmail-output.
9372
9373         * gnus-score.el: Don't autoload ffap-string-at-point.
9374
9375         * gnus-setup.el: Don't autoload sc-cite-original.
9376
9377         * imap.el: Don't autoload base64-decode-string,
9378         base64-encode-string and md5.
9379
9380         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
9381         and rmail-msg-restore-non-pruned-header.
9382
9383         * mm-decode.el: Don't autoload executable-find.
9384
9385         * mm-url.el: Don't autoload executable-find.
9386
9387         * mm-view.el: Don't autoload diff-mode.
9388
9389         * nndb.el: Don't autoload news-reply-mode, news-setup,
9390         cancel-timer and telnet.
9391
9392         * password.el: Don't autoload run-at-time for Emacs.
9393
9394         * sha1-el.el: Don't autoload executable-find.
9395
9396         * sieve-mode.el: Don't autoload c-mode.
9397
9398         * uudecode.el: Don't autoload executable-find.
9399
9400 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9401
9402         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
9403         (gnus-agent-possibly-alter-active): Avoid null in numeric
9404         comparison.
9405         (gnus-agent-set-local): Refuse to save null in local object table.
9406         (gnus-agent-regenerate-group): The REREAD parameter can now be a
9407         list of articles that will be marked as unread.
9408
9409 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9410
9411         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
9412
9413 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
9414
9415         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
9416         language tags.
9417
9418 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9419
9420         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
9421         Don't bind "obarray".
9422
9423         * gnus-sum.el (gnus-thread-sort-functions): Added
9424         `gnus-thread-sort-by-most-recent-number' and
9425         `gnus-thread-sort-by-most-recent-date'.
9426         Reported by Kai Grossjohann <kai@emptydomain.de>.
9427
9428 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9429
9430         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
9431
9432 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9433
9434         * gnus-cus.el (gnus-agent-customize-category): Removed
9435         ignore-errors macro reference that required cl to be loaded at
9436         run-time.
9437
9438         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
9439         single-interval range of the form (min . max).  Previously the
9440         range had to look like ((min . max)).  Likewise, return
9441         (min . max) rather than ((min . max)).
9442         (gnus-range-map): Use gnus-range-normalize to accept
9443         single-interval range.
9444
9445         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
9446         the cache, but not the agent, now appear with their usual face.
9447
9448         * dgnushack.el (loaddir): New variable that is bound to the
9449         directory containing the dgnushack.el file. Use loaddir, rather
9450         than srcdir, to update load-path. Change lets dgnushack compile
9451         code in directories other than GNUS/lisp.
9452
9453 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9454
9455         * lpath.el: Don't bind w3m-safe-url-regexp.
9456
9457         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
9458         w3m-safe-url-regexp variable buffer-local.
9459
9460         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9461
9462 2004-02-27  Simon Josefsson  <jas@extundo.com>
9463
9464         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
9465         gnus-group-real-prefix.
9466         (gnus-summary-move-article): Use it, instead of
9467         gnus-group-real-prefix.
9468
9469 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9470
9471         * lpath.el: Bind w3m-safe-url-regexp.
9472
9473         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
9474         w3m-safe-url-regexp variable buffer-local and set it as the value
9475         of mm-w3m-safe-url-regexp.
9476
9477         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9478
9479         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
9480         parsing gnus-posting-styles when the message is not for replying.
9481
9482         * dgnushack.el: Autoload sgml-mode for XEmacs.
9483
9484         * nnrss.el (nnrss-opml-export): Use
9485         mm-set-buffer-file-coding-system instead of
9486         set-buffer-file-coding-system.
9487
9488 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
9489
9490         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
9491         of checkdoc.el).
9492         * nnrss.el: do.
9493         * gnus-mlspl.el: do.
9494         * gnus-ml.el: do.
9495         * gnus-srvr.el: do.
9496
9497         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
9498
9499 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9500
9501         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
9502         Corrections to custom-manual links.
9503
9504         * gnus-art.el (gnus-article): Ditto.
9505
9506         * mm-decode.el (mime-display, mime-security): Ditto.
9507
9508 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9509
9510         * flow-fill.el: Typo.
9511
9512 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
9513
9514         * spam-wash.el: New file.
9515
9516 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
9517
9518         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
9519
9520 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9521
9522         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
9523         to be run with new-articles as LIST1, not LIST2.
9524         (spam-registration-functions): Add spam-use-ham-copy as a nil
9525         registration backend.
9526
9527 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9528
9529         * spam-stat.el (spam-stat-washing-hook): New option.
9530         (spam-stat-buffer-words): Use it.
9531         (spam-stat-process-directory, spam-stat-test-directory): Use
9532         insert-file-contents-literally.
9533         (spam-stat-coding-system): New variable.
9534         (spam-stat-load, spam-stat-save): Use it.
9535
9536 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9537
9538         * spam-report.el (spam-report-plug-agent): Quote
9539         spam-report-url-to-file and spam-report-url-ping-plain.
9540
9541 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
9542
9543         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
9544         / in mailto URLs.
9545
9546 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9547
9548         * spam-report.el (spam-report-process-queue): Fix interactive use.
9549         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
9550         (spam-report-unplug-agent): Doc fixes.
9551         (spam-report-url-ping-mm-url, spam-report-url-to-file)
9552         (spam-report-agentize, spam-report-deagentize): Autoload
9553
9554 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9555
9556         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
9557
9558         * message.el (message-setup-fill-variables): Add mml tags to
9559         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
9560         <ajk@iu.edu>.
9561         (message-mode): Don't modify paragraph-separate there.
9562
9563 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * compface.el (uncompface-use-external): Default to undecided.
9566         (uncompface-use-external-threshold): New variable.
9567         (uncompface-float-time): New macro.
9568         (uncompface): Determine whether to use the external decoder if
9569         uncompface-use-external is undecided.
9570
9571 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9572
9573         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
9574         after images.
9575
9576         * gnus-art.el (gnus-mime-display-single): Remove dead code.
9577
9578 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
9579
9580         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
9581
9582         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
9583
9584         * gnus-sum.el (gnus-summary-limit-to-age)
9585         (gnus-summary-limit-children): do.
9586
9587         * gnus-int.el (gnus-request-scan): do.
9588
9589         * gnus-group.el (gnus-group-suspend): do.
9590
9591         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
9592
9593         * gnus-cite.el (gnus-cite-parse-attributions): do.
9594
9595         * gnus-agent.el (gnus-summary-set-agent-mark)
9596         (gnus-agent-regenerate-group): do.
9597
9598         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
9599
9600         * binhex.el (binhex-decode-region-internal): do.
9601
9602 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * gnus-fun.el (gnus-face-properties-alist): New user option.
9605         (gnus-display-x-face-in-from): Use it.
9606
9607         * gnus-art.el (article-display-face): Ditto.
9608
9609         * compface.el (uncompface-use-external): Default to nil.
9610
9611 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
9612
9613         * nntp.el (nntp-erase-buffer): New function.
9614         (nntp-retrieve-data, nntp-send-command)
9615         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
9616         (nntp-possibly-change-group): Use it.
9617
9618         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
9619         with-current-buffer.
9620
9621 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
9622
9623         * compface.el: Merge the ELisp-based uncompface program.
9624         (compface): New customization group.
9625         (uncompface-use-external): New user option.
9626         (uncompface): Call uncompface-internal if uncompface-use-external
9627         is nil.
9628         (uncompface-internal): New function.  Note that there are also
9629         some other functions and variables added for this function.
9630
9631 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
9632
9633         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
9634         if necessary.
9635
9636 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
9637
9638         * spam-report.el (spam-report-unplug-agent)
9639         (spam-report-plug-agent, spam-report-deagentize)
9640         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
9641         Add support for the Agent in spam-report: when unplugged, report to a
9642         file; when plugged, submit all the requests.
9643
9644         * spam.el (spam-register-routine): Fix message about
9645         registration.
9646
9647 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
9648
9649         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
9650         dependencies.
9651         (rfc2047-encode): Use it.
9652
9653         * gnus-art.el (gnus-button-marker-list): Move before first
9654         reference.
9655
9656         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9657         (imap-parse-body): Fix format string mismatch.
9658
9659         * gnus-score.el (gnus-summary-increase-score): do.
9660
9661         * nnrss.el (nnrss-close): New function.
9662
9663 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
9664
9665         * nnrss.el (nnrss-make-filename): New function.
9666         (nnrss-request-delete-group, nnrss-read-server-data)
9667         (nnrss-save-server-data, nnrss-read-group-data)
9668         (nnrss-save-group-data): Use it.
9669         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
9670         (nnrss-read-server-data, nnrss-read-group-data): Use load.
9671         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
9672
9673 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
9674
9675         * mml.el (mml-compute-boundary-1): Don't uncompress files.
9676
9677 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
9678
9679         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
9680         files.
9681
9682         * message.el (message-generate-headers-first): Don't quote nil
9683         and t in docstrings.
9684
9685         * imap.el (imap-id): do.
9686
9687         * gnus-agent.el (gnus-agent-consider-all-articles)
9688         (gnus-agent-queue-mail): do.
9689
9690 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
9691
9692         * spam-report.el (spam-report-process-queue): New function.
9693         Process requests from `spam-report-requests-file'.
9694         (spam-report-process-queue): Doc fix.
9695
9696 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
9697
9698         * spam.el (spam-register-routine)
9699         (spam-log-processing-to-registry, spam-log-registered-p)
9700         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9701         Change "check" to "spam-check" for semi-clarity.
9702
9703 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
9704
9705         * pop3.el: Require nnheader.
9706
9707         * mml-smime.el: Require cl.  Autoload message-fetch-field.
9708
9709         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
9710
9711         * gnus-picon.el: Require cl.
9712
9713         * gnus-fun.el: Require gnus-ems and gnus-util.
9714
9715         * gnus.el (gnus-method-to-server): Move defsubst before first use.
9716
9717         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
9718
9719         * gnus-art.el (gnus-article-edit-mode): Define before first
9720         reference.
9721
9722 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
9723
9724         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
9725         (gnus-uu-post-encoded): Use point-at-bol.
9726
9727         * gnus-topic.el (gnus-group-active-topic-p): do.
9728
9729         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
9730
9731         * gnus-group.el (gnus-group-kill-region): do.
9732
9733         * gnus-art.el (article-date-ut): do.
9734
9735         * message.el (message-fetch-field): Remove redundant
9736         case-fold-search binding.
9737         (message-narrow-to-field): Simplify.
9738
9739 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9740
9741         * spam.el (spam-directory): Derive from `gnus-directory'.
9742
9743         * spam-report.el (spam-report-url-to-file)
9744         (spam-report-requests-file): New function and variable for offline
9745         reporting.
9746         (spam-report-url-ping-function): Add `spam-report-url-to-file'
9747         and user defined function.
9748         (spam-report-url-ping-mm-url): Remove doubled slash.
9749
9750 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
9751
9752         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
9753
9754 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
9755
9756         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
9757         format string mismatch.
9758
9759         * sieve.el (sieve-deactivate-all): do.
9760
9761         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
9762
9763         * nnlistserv.el (nnlistserv-kk-wash-article): do.
9764
9765         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
9766
9767         * mm-bodies.el (mm-7bit-chars): Don't include \r.
9768
9769 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
9770
9771         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
9772         the list of checks.
9773
9774 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
9775
9776         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
9777         padding.
9778
9779 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
9780
9781         * mm-view.el (mm-fill-flowed): New variable.
9782         (mm-inline-text): Use it.
9783
9784 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
9785
9786         * spam.el (spam-spamassassin-register-ham-routine)
9787         (spam-spamassassin-register-spam-routine): Fix function names.
9788
9789 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9790
9791         * gnus.el (gnus-tmp-grouplens): Remove.
9792         (gnus-summary-line-format): Remove grouplens.
9793
9794         * gnus-group.el (gnus-group-line-format): Ditto.
9795
9796         * gnus-spec.el (gnus-format-specs): Ditto.
9797         (gnus-update-format-specifications): Flush the group format spec
9798         cache if there's the grouplens stuff.
9799         (gnus-parse-simple-format): Replace %l with the empty string.
9800
9801 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
9802
9803         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
9804         omission.
9805
9806 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9807
9808         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
9809         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9810
9811 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
9812
9813         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
9814         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
9815         New macros and functions.
9816         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
9817         Handle > NLINK_MAX messages.
9818         * nnmaildir.el (nnmaildir-request-set-mark): Use
9819         nnmaildir--emlink-p and nnmaildir--eexist-p.
9820
9821 2004-01-25  Alex Schroeder  <alex@gnu.org>
9822
9823         * spam-stat.el (spam-stat-process-directory-age): New option.
9824         (spam-stat-process-directory): Use it.
9825
9826 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
9827
9828         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
9829         (spam-stat-save): Accept prefix argument.
9830
9831 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
9832
9833         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
9834         links" error.
9835
9836 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9837
9838         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
9839         the rest of the and/or forms.
9840
9841 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9842
9843         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
9844         compatibility with old .newsrc.eld files.
9845
9846         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
9847
9848         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
9849
9850         * gnus-start.el (gnus-1): do.
9851
9852         * gnus-group.el (gnus-group-line-format-alist): do.
9853
9854         * gnus.el (gnus-use-grouplens, gnus-visual): do.
9855
9856         * gnus-gl.el: Remove.
9857
9858 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9859
9860         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
9861         marks consisting of a single range {for example, (3 . 5)} rather
9862         than a list of a single range { ((3 . 5)) }.
9863
9864 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9865
9866         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
9867         with-current-buffer.
9868         (spam-stat-store-current-buffer): Use insert-buffer-substring to
9869         avoid consing a string.
9870
9871         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
9872         Remove obsolete entries for big5 and gb2312.
9873
9874 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9875
9876         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
9877         uncompressed list.
9878
9879 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
9880
9881         * spam-stat.el (spam-stat-strip-xref): New function.
9882         (spam-stat-process-directory): Use it.
9883
9884         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
9885         here -- it's done in message-fetch-field.
9886
9887 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9888
9889         * gnus-agent.el (gnus-agent-queue-mail,
9890         gnus-agent-prompt-send-queue): New variables.
9891         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
9892         * gnus-draft.el (gnus-group-send-queue): Pass the group name
9893         "nndraft:queue" along to gnus-draft-send.  Use
9894         gnus-agent-prompt-send-queue.
9895         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
9896         is "nndraft:queue".  Suggested by Gaute Strokkenes
9897         <gs234@srcf.ucam.org>
9898
9899         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
9900         (agent-enable-undownloaded-faces): Added
9901         (gnus-agent-cat-groups): Use eval-and-compile, not
9902         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
9903         method of gnus-agent-cat-groups even when the buffer has been
9904         evaled.
9905         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
9906         delete gnus-agent-save-active-1.
9907         (gnus-agent-save-groups): Deleted. Identical to
9908         gnus-agent-save-active.
9909         (gnus-agent-write-active): No longer adjust agent's copy of active
9910         file as agent's adjustments are now stored in their own
9911         file. Removed optional parameter.
9912         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
9913         servers.  Add use of min/max range limits from server's local
9914         file.
9915         (gnus-agent-save-alist): Removed unused optional argument.
9916         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
9917         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
9918         (gnus-agent-set-local): A per-server file that keeps min/max range
9919         limits for articles known to the agent.  Provides a fast mechanism
9920         for altering many active ranges.
9921         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
9922         active file (local makes it unnecessary).
9923         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
9924
9925         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
9926         (agent-enable-undownloaded-faces): Added
9927
9928         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
9929         disable it when sending to "nndraft:queue".
9930         (gnus-group-send-queue): Add safety check to avoid sending queue
9931         when unplugged.
9932
9933         * gnus-group.el (gnus-group-catchup): Use new
9934         gnus-sequence-of-unread-articles, not
9935         gnus-list-of-unread-articles, to avoid exhausting memory with huge
9936         numbers of articles.  Use gnus-range-map to avoid having to
9937         uncompress the unread list.
9938         (gnus-group-archive-directory,
9939         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
9940         reference.
9941
9942         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
9943         (gnus-sorted-range-intersection): Intersection of two ranges
9944         without requiring that they first be uncompressed.
9945
9946         * gnus-start.el (gnus-activate-group): Unless blocked by the
9947         caller, possibly expand the active range to include both cached
9948         and agentized articles.
9949         (gnus-convert-old-newsrc): Rewrote in anticipation of having
9950         multiple version-dependent converters.
9951         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
9952         gnus-agent-save-active.
9953         (gnus-save-newsrc-file): Save dirty agent range limits.
9954
9955         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
9956         gnus-agent-possibly-alter-active.
9957         (gnus-adjust-marked-articles): Faster handling of simple lists
9958
9959 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
9960
9961         * spam-stat.el (spam-stat-test-directory): New optional argument
9962         displays a list of files detected.  Suggested by Andrew Cohen
9963         <cohen@andy.bu.edu>.
9964         (spam-stat-buffer-words-with-scores): Don't narrow and change
9965         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
9966
9967 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
9968
9969         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
9970         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
9971         (spam-spamassassin-arguments)
9972         (spam-spamassassin-spam-flag-header)
9973         (spam-spamassassin-positive-spam-flag-header)
9974         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
9975         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
9976         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9977         (spam-list-of-processors, spam-list-of-checks)
9978         (spam-list-of-statistical-checks, spam-registration-functions)
9979         (spam-check-spamassassin-headers, spam-check-spamassassin)
9980         (spam-spamassassin-score)
9981         (spam-spamassassin-register-with-sa-learn)
9982         (spam-spamassassin-register-spam-routine)
9983         (spam-spamassassin-register-ham-routine)
9984         (spam-assassin-register-spam-routine)
9985         (spam-assassin-register-ham-routine): add SpamAssassin support
9986         (spam-bogofilter-score): fix to show article before scoring
9987
9988 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
9989
9990         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
9991         default scoring function.
9992         (spam-generic-score): Call spam-spamassassin-score if
9993         spam-use-spamassassin or spam-use-spamassassin-headers is on;
9994         spam-bogofilter-score otherwise.
9995
9996         * gnus.el (spam-process, spam-autodetect-methods): Add
9997         spamassassin and spamassassin-headers.
9998
9999 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
10000
10001         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10002         Suppress unnecessary messages.
10003
10004 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
10005
10006         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
10007         make-hash-table.
10008
10009 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10010
10011         * canlock.el (base64-encode-string): Don't autoload it.
10012
10013 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10014
10015         * run-at-time.el: Remove useless (require 'itimer),
10016         eval-and-compile and (featurep 'xemacs).
10017
10018 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
10019
10020         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
10021         GROUP is a virtual group.
10022
10023 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
10024
10025         * gnus.el: Autoload `message-y-or-n-p'.
10026
10027 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
10028
10029         * pgg-parse.el: Remove unnecessary (require 'custom).
10030
10031         * pgg-def.el: do.
10032
10033         * nnmail.el: do.
10034
10035         * gnus-undo.el: do.
10036
10037         * gnus-picon.el: do.
10038
10039         * gnus-util.el: do.
10040
10041 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
10042
10043         * gnus-sum.el (gnus-pick-line-number): Add autoload.
10044
10045 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10046
10047         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
10048         handle, as well as a list.
10049
10050         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
10051         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
10052         (mm-w3m-cid-retrieve): Simplify.
10053
10054 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
10055
10056         * message.el (message-kill-to-signature): Allow prefix arg to
10057         specify number of lines to keep before signature.
10058
10059 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
10060
10061         (message-kill-to-signature): Change docstring.
10062
10063 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * canlock.el: Always require sha1-el.
10066         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
10067
10068         * message.el: Autoload sha1 only when compiling.
10069
10070         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
10071         eudc-expand-inline for XEmacs.
10072
10073 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10074
10075         * message.el (message-canlock-generate): Require sha1-el.
10076
10077 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
10078
10079         * message.el (message-expand-name): Silence the byte compiler.
10080
10081         * lpath.el: Add detect-coding-system.
10082
10083         * dgnushack.el (dgnushack-compile): Remove obsolete check for
10084         cus-edit.
10085
10086 2004-01-13  Simon Josefsson  <jas@extundo.com>
10087
10088         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
10089         Invoke gnus-score-mode.  Reported by
10090         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10091
10092         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
10093         Jim Blandy <jimb@redhat.com> (tiny change).
10094
10095 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10096
10097         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
10098
10099 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
10100
10101         * spam.el (spam-get-article-as-string): Update to use
10102         gnus-request-article-this-buffer, much simpler.
10103         (spam-get-article-as-buffer): Remove.
10104
10105 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
10106
10107         * message.el (message-expand-name): Use EUDC if the user uses
10108         that.
10109
10110 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10111
10112         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
10113         character for the encoding to avoid consing a string.
10114
10115         * rfc2047.el (rfc2047-decode-string): Don't cons a string
10116         unnecessarily.
10117
10118         * mm-util.el (mm-replace-chars-in-string): Remove.
10119
10120         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
10121         of mm-replace-chars-in-string.
10122
10123 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
10124
10125         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
10126         strings.
10127
10128         * mm-util.el (mm-subst-char-in-string): Support inplace.
10129
10130         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
10131         a new string in every iteration.  Use shy groups.
10132
10133 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
10134
10135         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
10136         (gnus-group-change-level, gnus-kill-newsgroup)
10137         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
10138         (gnus-get-unread-articles, gnus-make-articles-unread)
10139         (gnus-make-ascending-articles-unread): Use accessor
10140         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
10141         to get group information for improved readability.
10142
10143         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
10144
10145         * gnus-soup.el (gnus-soup-group-brew): do.
10146
10147         * gnus-msg.el (gnus-put-message): do.
10148
10149         * gnus-move.el (gnus-group-move-group-to-server): do.
10150
10151         * gnus-kill.el (gnus-batch-score): do.
10152
10153         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
10154         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
10155         (gnus-group-update-group, gnus-group-read-group)
10156         (gnus-group-make-group, gnus-group-make-help-group)
10157         (gnus-group-make-archive-group, gnus-group-make-directory-group)
10158         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
10159         (gnus-group-sort-by-unread, gnus-group-catchup)
10160         (gnus-group-unsubscribe-group, gnus-group-kill-group)
10161         (gnus-group-yank-group, gnus-group-set-info)
10162         (gnus-group-list-groups): do.
10163
10164         * gnus.el (gnus-generate-new-group-name): do.
10165
10166         * gnus-delay.el (gnus-delay-send-queue): do.
10167
10168         * nnvirtual.el (nnvirtual-catchup-group): do.
10169
10170         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
10171         do.
10172
10173         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
10174         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
10175
10176         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
10177         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
10178         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
10179         (gnus-group-make-articles-read): do.
10180
10181 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10182
10183         * gnus-art.el (article-decode-mime-words, article-babel)
10184         (gnus-article-highlight-signature, gnus-article-add-buttons)
10185         (gnus-signature-toggle): Use gnus-with-article-buffer.
10186
10187         * gnus-art.el (gnus-article-highlight-headers)
10188         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
10189
10190         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
10191         (gnus-article-set-globals, gnus-request-article-this-buffer)
10192         (gnus-button-message-id, gnus-article-maybe-hide-headers)
10193         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
10194         (gnus-mime-display-alternative): Use with-current-buffer.
10195
10196 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10197
10198         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
10199         also under 80 char limit, and call gnus-error if needed.
10200         (spam-fetch-article-header): Fix - it was a
10201         buffer-local variable (gnus-newsgroup-data).
10202         (spam-find-spam): Use spam-generate-fake-headers, forget about
10203         spam-insert-fake-headers.
10204         (spam-insert-fake-headers): Remove.
10205
10206 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10207
10208         * deuglify.el (gnus-article-outlook-unwrap-lines)
10209         (gnus-outlook-rearrange-article)
10210         (gnus-outlook-repair-attribution-outlook)
10211         (gnus-outlook-repair-attribution-block)
10212         (gnus-outlook-repair-attribution-other): Remove redundant
10213         save-excursion.
10214
10215 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10216
10217         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
10218         (spam-fetch-field-subject-fast)
10219         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
10220         (spam-fetch-article-header): Add functions to deal with Gnus
10221         internals for fast retrieval of article header data.
10222         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
10223
10224 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10225
10226         * pop3.el (pop3-md5): Remove.
10227         (pop3-apop): Replace pop3-md5 with md5.
10228
10229         * mm-bodies.el: base64 is always built-in.
10230
10231         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
10232         with-current-buffer.
10233
10234 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10235
10236         * canlock.el (canlock-insert-header): Remove excessive grouping in
10237         regexp.
10238
10239         * gnus-sum.el (gnus-summary-read-document): Ditto.
10240
10241         * gnus-uu.el (gnus-uu-part-number): Ditto.
10242
10243         * html2text.el (html2text-remove-tags): Ditto.
10244         (html2text-format-tags): Ditto.
10245         (html2text-format-single-elements): Ditto.
10246
10247         * mml.el (mml-parse-1): Ditto.
10248
10249 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10250
10251         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
10252
10253         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
10254
10255         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
10256
10257         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
10258
10259 2003-11-15  Simon Josefsson  <jas@extundo.com>
10260
10261         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
10262         (pgg-gpg-lookup-key): Use regexp match instead of
10263         split-string (split-string is different between emacs 21.2 and
10264         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
10265
10266 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10267
10268         * gnus-art.el (gnus-mime-view-all-parts)
10269         (gnus-article-part-wrapper, gnus-article-view-part): Use
10270         with-current-buffer.
10271
10272 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10273
10274         * spam.el (spam-disable-spam-split-during-ham-respool)
10275         (spam-spamoracle-database, spam-cache-lookups)
10276         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
10277         (spam-group-ham-mark-p, spam-group-spam-mark-p)
10278         (spam-group-ham-marks, spam-group-spam-marks)
10279         (spam-group-spam-contents-p, spam-group-ham-contents-p)
10280         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
10281         also add spam-use-blackholes to the statistical checks.
10282         (spam-fetch-field-fast): Add interface to fetching fields, may
10283         become a macro.
10284         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
10285         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
10286         (spam-insert-fake-headers): Fake an article when needed.
10287         (spam-find-spam): Fake article when possible.
10288         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
10289         (spam-check-bogofilter-headers): Use message-fetch-field instead
10290         of nnmail-fetch-field.
10291
10292 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10293
10294         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
10295
10296 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10297
10298         * spam.el (spam-split): Do not require spam-use-CHECK to be
10299         enabled if that check is passed to spam-split explicitly; also
10300         fix so 'spam doesn't get converted to spam-split-group when
10301         spam-split-symbolic-return is t.
10302         (spam-find-spam): Find registrations of the article and use those
10303         instead of re-running spam-split to find the spam/ham
10304         classification of the article.
10305         (spam-log-processing-to-registry, spam-log-registered-p)
10306         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10307         Use gnus-error instead of gnus-message.
10308         (spam-log-registration-type): Add function to determine the
10309         classification of a message based on registry entries; will
10310         return nil if both 'spam and 'ham are found.
10311         (spam-check-BBDB): Expand all the BBDB macros here so we can have
10312         a reasonably fast local cache without the loading errors.
10313         (spam-cache-lookups): Set to t by default.
10314         (spam-find-spam): Don't try to guess spam-cache-lookups.
10315         (spam-enter-whitelist, spam-enter-blacklist): Clear the
10316         spam-caches entry.
10317         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
10318         caching of whitelist/blacklist entries.
10319         (spam-check-whitelist, spam-check-blacklist): Invoke
10320         spam-from-listed-p with a type, not a cache variable.
10321         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
10322
10323 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10324
10325         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
10326
10327         * nnmail.el (nnmail-split-fancy): do.
10328
10329         * mml.el (mml-parse): do.
10330
10331         * gnus-score.el (gnus-enter-score-words-into-hashtb)
10332         (gnus-score-adaptive): do.
10333
10334 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10335
10336         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
10337         (gnus-mime-button-map): Don't set keymap parent.
10338         (gnus-button-ctan-directory-regexp): Use shy grouping.
10339         (gnus-prev-page-map): Don't set keymap parent.
10340         (gnus-prev-page-map): Remove duplicated one.
10341         (gnus-next-page-map): Don't set keymap parent.
10342         (gnus-mime-security-button-map): Ditto.
10343
10344         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
10345         version number.
10346
10347         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
10348
10349 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10350
10351         * canlock.el (canlock-sha1-function): Remove.
10352         (canlock-sha1-function-for-verify): Remove.
10353         (canlock-openssl-program): Remove.
10354         (canlock-openssl-args): Remove.
10355         (canlock-ignore-errors): Remove.
10356         (canlock-sha1-with-openssl): Remove.
10357         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
10358         (canlock-verify): Don't use canlock-ignore-errors.
10359
10360         * sha1-el.el (sha1-string-external): Make it can return a string
10361         in binary form.
10362         (sha1-region-external): Ditto.
10363         (sha1-string-internal): Ditto.
10364         (sha1-region-internal): Ditto.
10365         (sha1-region): Ditto.
10366         (sha1-string): Ditto.
10367         (sha1): Ditto.
10368
10369 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10370
10371         * spam.el (spam-report-articles-gmane): New command.
10372
10373 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10374
10375         * gnus.el: Don't make unnecessary *Group* buffer when loading.
10376
10377         * run-at-time.el (run-at-time-saved): Remove.
10378         (run-at-time): Doc fix.
10379
10380 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10381
10382         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
10383         (gnus-summary-limit-map): Add it.
10384         (gnus-summary-make-menu-bar): do.
10385
10386 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
10387
10388         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
10389         Make attempt at some caching support (done for BBDB only now).
10390         (spam-find-spam): Set spam-cache-lookups if there are more than 2
10391         addresses to be checked.
10392         (spam-clear-cache-BBDB): Add function, to be invoked by
10393         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
10394         (spam-check-BBDB): Check and use the caches, if
10395         spam-cache-lookups is on, remove superfluous (provide).
10396
10397 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10398
10399         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
10400
10401 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
10402
10403         * run-at-time.el (run-at-time-saved): Move to after the definition
10404         of `run-at-time'.
10405
10406         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
10407
10408 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10409
10410         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
10411         mm-w3m-local-map-property.
10412
10413         * mm-view.el (mm-w3m-mode-map): Remove.
10414         (mm-w3m-local-map-property): Remove.
10415         (mm-inline-text-html-render-with-w3m): Don't use
10416         mm-w3m-local-map-property.
10417
10418 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10419
10420         * run-at-time.el: New file.
10421
10422         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
10423         under Emacs.
10424
10425         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
10426         of gnus-set-text-properties.
10427
10428         * gnus-uu.el (gnus-uu-save-article): Ditto.
10429
10430         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
10431
10432         * gnus-cite.el (gnus-cite-parse): Ditto.
10433
10434         * gnus-art.el (gnus-button-push): Use set-text-properties instead
10435         of gnus-.
10436
10437         * gnus-xmas.el (run-at-time): Require run-at-time.
10438
10439         * gnus.el: Changed calls to nnheader-run-at-time and
10440         password-run-at-time throughout to use run-at-time directly.
10441
10442         * password.el: Removed definition of run-at-time.
10443
10444         * nnheaderxm.el: Remove definition of run-at-time.
10445
10446 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
10447
10448         * mml.el (mml-minibuffer-read-disposition): Show attachment type
10449         in prompt.
10450
10451 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10452
10453         * messagexmas.el (message-xmas-redefine): Alias
10454         `message-make-caesar-translation-table' to
10455         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
10456         version.
10457
10458         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
10459         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
10460         `gnus-xmas-set-text-properties'.
10461         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
10462         `gnus-xmas-completing-read'.
10463         (gnus-xmas-completing-read): Removed.
10464         (gnus-xmas-open-network-stream): Removed.
10465
10466         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
10467         XEmacs version.
10468
10469         * dns.el (dns-make-network-process): Use `open-network-stream'
10470         instead of `gnus-xmas-open-network-stream'.
10471
10472         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
10473
10474         * .cvsignore: Add auto-autoloads.el, custom-load.el.
10475
10476 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10477
10478         * gnus-art.el (gnus-mime-display-alternative)
10479         (gnus-insert-mime-button, gnus-insert-mime-security-button)
10480         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
10481         Don't use gnus-local-map-property.
10482
10483         * gnus-util.el (gnus-local-map-property): Remove.
10484
10485         * mm-view.el (mm-view-pkcs7-decrypt): Replace
10486         gnus-completing-read-maybe-default with completing-read.
10487
10488         * gnus-util.el (gnus-completing-read): do.
10489         (gnus-completing-read-maybe-default): Remove.
10490
10491 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10492
10493         * password.el: Only autoload `run-at-time' if not XEmacs.
10494         Only autoload the itimer functions if XEmacs.
10495
10496 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10497
10498         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
10499         XEmacsen.
10500
10501         * dgnushack.el: Autoload executable-find for XEmacs.
10502
10503 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10504
10505         * gnus-art.el (gnus-read-string): Remove.
10506         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
10507         read-string.
10508
10509 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
10510
10511         * netrc.el: Autoload password-read.
10512         (netrc): Add configuration group.
10513         (netrc-encoding-method, netrc-openssl-path): Add
10514         variables for encoding and decoding of files with symmetric
10515         ciphers.
10516         (netrc-encode): Add assistant function to encode a file with
10517         netrc-encoding-method.
10518         (netrc-parse): Add interactive parameter, added optional
10519         decoding if netrc-encoding-method is non-nil but otherwise
10520         behavior is standard.
10521         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
10522         Do s/encode/encrypt/ everywhere.
10523
10524         * spam.el: Remove executable-find autoload.
10525
10526 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10527
10528         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
10529
10530         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
10531
10532 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10533
10534         * gnus-art.el (gnus-treat-ansi-sequences,
10535         article-treat-ansi-sequences): New variable and function.
10536         Suggested by Dan Jacobson <jidanni@jidanni.org>.
10537
10538         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10539         Use it.
10540
10541 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10542
10543         * mm-util.el (mm-quote-arg): Remove.
10544
10545         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
10546         shell-quote-argument.
10547
10548         * gnus-uu.el (gnus-uu-command): do.
10549
10550         * gnus-sum.el (gnus-summary-insert-pseudos): do.
10551
10552         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
10553         with make-char.
10554
10555         * mm-util.el (mm-make-char): Remove.
10556
10557         * mml.el (mml-mode): Replace gnus-add-minor-mode with
10558         add-minor-mode.
10559
10560         * gnus-undo.el (gnus-undo-mode): do.
10561
10562         * gnus-topic.el (gnus-topic-mode): do.
10563
10564         * gnus-sum.el (gnus-dead-summary-mode): do.
10565
10566         * gnus-start.el (gnus-slave-mode): do.
10567
10568         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
10569
10570         * gnus-ml.el (gnus-mailing-list-mode): do.
10571
10572         * gnus-gl.el (gnus-grouplens-mode): do.
10573
10574         * gnus-draft.el (gnus-draft-mode): do.
10575
10576         * gnus-dired.el (gnus-dired-mode): do.
10577
10578         * gnus-ems.el (gnus-add-minor-mode): Remove.
10579
10580         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10581         Replace gnus-char-width with char-width.
10582
10583         * gnus-ems.el (gnus-char-width): Remove.
10584
10585         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10586         Replace gnus-char-width with char-width.
10587
10588         * gnus-ems.el (gnus-char-width): Remove.
10589
10590         * spam-stat.el (with-syntax-table): Remove with-syntax-table
10591         definition.
10592         Remove Emacs 20 hash table compatibility code.
10593
10594         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
10595         20 compatibility code.
10596
10597         * spam.el (spam-point-at-eol): Replace with point-at-eol.
10598
10599         * smime.el (smime-point-at-eol): Replace with point-at-eol.
10600
10601         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
10602         with point-at-{eol,bol}.
10603
10604         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
10605
10606         * imap.el (imap-point-at-eol): Replace with point-at-eol.
10607
10608         * flow-fill.el (fill-flowed-point-at-bol,
10609         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
10610
10611         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
10612         Replace with point-at-{eol,bol} throughout all files.
10613
10614 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10615
10616         * ntlm.el (ntlm-string-as-unibyte): New macro.
10617         (ntlm-build-auth-response): Use it.
10618
10619         Remove Emacs 20 stuff:
10620         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
10621         (butlast, mapc, remove): Remove the compiler macros.
10622         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
10623         of delq and copy-sequence.
10624         * gnus-art.el (popup-menu): Remove the compiler macro.
10625         * nnmail.el (nnmail-split-fancy): Don't support customizing with
10626         Emacs 20.
10627
10628 2004-01-05  Simon Josefsson  <jas@extundo.com>
10629
10630         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
10631         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
10632         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
10633         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
10634         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
10635         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
10636         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
10637         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
10638         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
10639         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
10640         ntlm-string-permute, string-lshift into ntlm-string-lshift,
10641         string-xor into ntlm-string-xor.  Suggested by
10642         Jesper Harder <harder@myrealbox.com>.
10643
10644         * ntlm.el: Don't include poem.
10645
10646         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
10647         Jesper Harder <harder@myrealbox.com>.
10648
10649         * sasl-ntlm.el, ntlm.el, md4.el: New files.
10650
10651         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
10652         probably breaks emacs with DL patch, but do we care? Is anyone
10653         still using the DL stuff?)
10654
10655         * sieve-manage.el: Use the password package.
10656         (sieve-manage-read-passwd): Remove.
10657         (sieve-manage-interactive-login): Use password.  Re-add
10658         condition-case around loop.
10659
10660         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
10661         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
10662         the password package.
10663
10664 2003-02-19  Simon Josefsson  <jas@extundo.com>
10665
10666         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
10667         token.
10668
10669 2002-08-07  Simon Josefsson  <jas@extundo.com>
10670
10671         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
10672         (sieve-manage-authenticators):
10673         (sieve-manage-authenticator-alist): Add some SASL mechs.
10674         (sieve-sasl-auth): New function.
10675         (sieve-manage-cram-md5-auth):
10676         (sieve-manage-plain-auth): Rewrite using SASL library.
10677         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
10678         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
10679         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
10680         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
10681
10682 2004-01-05  Simon Josefsson  <jas@extundo.com>
10683
10684         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
10685         New files.
10686
10687 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10688
10689         * gnus-group.el (gnus-no-groups-message): Update.
10690
10691         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
10692
10693 2003-11-09  Simon Josefsson  <jas@extundo.com>
10694
10695         * imap.el: Support for ID IMAP extension (RFC 2971).
10696         (imap-local-variables): Add imap-id.
10697         (imap-id): New variable.
10698         (imap-id): New function.
10699         (imap-parse-response): Parse untagged ID response.
10700         * nnimap.el (nnimap-id): New variable.
10701         (nnimap-open-connection): Use it.
10702
10703 2003-12-28  Simon Josefsson  <jas@extundo.com>
10704
10705         * gnus-score.el (gnus-score-edit-all-score): New.
10706         * gnus-group.el (gnus-group-score-map): Bind it to W e.
10707
10708 2004-01-04  Simon Josefsson  <jas@extundo.com>
10709
10710         * password.el: Add.
10711
10712 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
10713
10714         * dns.el: Add support for AAAA records (see RFC 3596)
10715
10716         * Fix typo PRT -> PTR
10717
10718         * Parse MX, PTR and SOA replies (see RFC 1035)
10719
10720 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10721
10722         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
10723
10724         * Moved to Changelog.2.
10725
10726 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10727
10728         * gnus.el (gnus-version-number): Bump version.
10729
10730 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10731
10732         * gnus.el: No Gnus v0.1 is released.
10733
10734 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10735
10736         * gnus.el: No Gnus v0.0 is released.
10737
10738 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10739
10740         * gnus.el (gnus-version-number): Bump.
10741         (gnus-version): No.
10742
10743 See ChangeLog.2 for earlier changes.
10744
10745     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
10746
10747   This file is part of GNU Emacs.
10748
10749   GNU Emacs is free software; you can redistribute it and/or modify
10750   it under the terms of the GNU General Public License as published by
10751   the Free Software Foundation; either version 2, or (at your option)
10752   any later version.
10753
10754   GNU Emacs is distributed in the hope that it will be useful,
10755   but WITHOUT ANY WARRANTY; without even the implied warranty of
10756   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10757   GNU General Public License for more details.
10758
10759   You should have received a copy of the GNU General Public License
10760   along with GNU Emacs; see the file COPYING.  If not, write to the
10761   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
10762   Boston, MA 02110-1301, USA.
10763
10764 ;; Local Variables:
10765 ;; coding: iso-2022-7bit
10766 ;; fill-column: 79
10767 ;; add-log-time-zone-rule: t
10768 ;; End:
10769
10770 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4