(gnus-gnus-to-quick-newsrc-format): Add newlines to .newsrc.eld file.
[gnus] / lisp / ChangeLog
1 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4         .newsrc.eld file.
5
6 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * gnus-agent.el (gnus-agent-fetch-headers)
9         (gnus-agent-retrieve-headers): Bind
10         gnus-decode-encoded-address-function to identity.
11
12         * nntp.el (nntp-send-xover-command): Recognize an xover command is
13         available also when the server returns simply a dot.
14
15         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16
17 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18
19         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
20
21 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22
23         * gnus-ems.el (gnus-x-splash): Make it work.
24
25         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
26         from being used.
27
28         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
29
30 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
31
32         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
33         4th and the 5th arguments.
34
35         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
36         the front stickiness.
37         (gnus-article-summary-command-nosave): Correct the order of the
38         arguments passed to pop-to-buffer.
39         (gnus-article-read-summary-keys): Ditto; make it work properly when the
40         summary command ends up with the article buffer.
41
42         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
43         the same faces.
44
45 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
46
47         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
48
49 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
50
51         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
52         * gnus-sum.el (gnus-summary-highlight):
53         * pgg.el (pgg-sign-region, pgg-sign):
54         * mail-source.el (mail-source-delete-old-incoming-confirm):
55         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
56
57 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
58
59         * gnus-art.el (gnus-mime-view-part-externally)
60         (gnus-mime-view-part-internally): Fix predicate function passed to
61         completing-read.
62
63         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
64
65         * gnus.el (gnus-update-message-archive-method): Add :version.
66
67 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
68
69         * gnus.el (gnus-update-message-archive-method): New variable.
70
71         * gnus-start.el (gnus-setup-news): Update saved "archive" method
72         according to gnus-message-archive-method if
73         gnus-update-message-archive-method is non-nil.
74
75 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
76
77         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
78         by Loic Dachary <loic@dachary.org>.
79         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
80
81 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
82
83         * message.el (message-pop-to-buffer): Add switch-function argument.
84         (message-mail): Pass switch-function argument to it.
85
86 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
87
88         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
89         Improve doc string.
90
91 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
92
93         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
94         (gnus-header-content)
95         * gnus-cite.el (gnus-cite-10)
96         * gnus-srvr.el (gnus-server-closed)
97         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
98         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
99         (gnus-group-mail-3-empty, gnus-group-mail-low)
100         (gnus-group-mail-low-empty, gnus-splash)
101         * message.el (message-header-to, message-header-cc)
102         (message-header-subject, message-header-other, message-header-name)
103         (message-header-xheader, message-separator, message-cited-text)
104         (message-mml): Lighten colors of faces used for dark background.
105
106 2007-05-24  Simon Josefsson  <simon@josefsson.org>
107
108         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
109         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
110
111 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
112
113         * message.el (message-narrow-to-headers-or-head): Ignore
114         mail-header-separator in the body.
115
116 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
117
118         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
119         same as window size.
120
121 2007-05-22  Kevin Ryde  <user42@zip.com.au>
122
123         * message.el (message-font-lock-keywords): Use message-header-xheader
124         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
125         ahead of the anything pattern, to get it recognised.
126
127 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
128
129         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
130         spam.el loads uses it in the compiled defadvice form.
131
132 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
133
134         * gnus-sum.el (gnus-articles-to-read)
135         (gnus-summary-insert-old-articles): Don't truncate group name for
136         `read-string'.
137
138         * gnus-util.el (gnus-limit-string): Delete this function.
139
140         * gnus-sum.el (gnus-simplify-subject-fully): Use
141         `truncate-string-to-width' instead.
142
143 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
144
145         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell if, on
146         summary exit, the next group has to be selected.
147         (gnus-summary-exit): Use it.
148
149 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
150
151         * gnus-art.el (gnus-article-mode): Fix comment about displaying
152         non-break space.
153
154 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
155
156         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
157         Check if group is not a directory.
158         (nnfolder-request-expire-articles): Don't delete articles if the target
159         group is not available.
160
161         * nnml.el (nnml-request-create-group): Properly check if group is not a
162         file.
163         (nnml-request-expire-articles): Don't delete articles if the target
164         group is not available.
165
166         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
167         Don't quote characters that are within parentheses.
168
169 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
170
171         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
172         (gnus-handle-ephemeral-exit): Select article according to it.
173
174 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
175
176         * message.el (message-insert-formated-citation-line): Remove newline.
177         (message-citation-line-format): Add final \n here so that the user can
178         avoid a blank line.
179
180 2007-05-03  Dan Christensen  <jdc@uwo.ca>
181
182         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
183         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
184         Update lanl/arXiv support.
185
186 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
187
188         * gnus.el: Bump version number.
189
190 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
191
192         * gnus.el (gnus-version-number): Bump version.
193
194 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
195
196         * gnus.el: No Gnus v0.6 is released.
197
198 2007-04-27  Didier Verna  <didier@xemacs.org>
199
200         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
201         * gmm-utils.el (gmm-regexp-concat): here.
202         * message.el: Don't require 'gnus-util.
203         (message-dont-reply-to-names): Handle name change above.
204         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
205
206 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
207
208         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
209         since the initial value varies according to the system.
210
211 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
212
213         * mm-util.el (mm-charset-synonym-alist): Defcustom.
214
215 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
216
217         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
218
219 2007-04-24  Didier Verna  <didier@xemacs.org>
220
221         Improve the type of gnus-ignored-from-addresses.
222         * gnus-util.el (gnus-orify-regexp): New function.
223         * message.el (gnus-util): Require it.
224         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
225         * gnus-sum.el (gnus-ignored-from-addresses): New function.
226         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
227
228 2007-04-24  Didier Verna  <didier@xemacs.org>
229
230         * gnus-sum.el:
231         * gnus-utils.el: Fix some trailing whitespaces.
232
233 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
234
235         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
236         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
237         article's Message-ID; refer parent article in summary buffer.
238
239         * message.el (message-bounce): Call mime-to-mml.
240
241         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
242         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
243         optimize and/or forms properly.
244
245 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
246
247         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
248         URL.
249
250 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
251
252         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
253
254 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
255
256         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
257         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
258         displayed of multipart/alternative part if it is invoked from summary
259         buffer.
260
261         * mm-view.el (mm-inline-text-html-render-with-w3m)
262         (mm-inline-text-html-render-with-w3m-standalone)
263         (mm-inline-render-with-function): Use mail-parse-charset by default.
264
265 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
266
267         * parse-time.el (parse-time-string-chars): Check if CHAR
268         is less than the length of parse-time-syntax.
269
270 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
271
272         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
273         from gnus-newsgroup-processable.
274
275 2007-04-16  Didier Verna  <didier@xemacs.org>
276
277         * gnus-msg.el (gnus-configure-posting-styles): Handle
278         message-signature-directory properly with :file syntax. Reported by
279         "Leo".
280
281 2007-04-11  Didier Verna  <didier@xemacs.org>
282
283         New user option: message-signature-directory.
284         * gnus-msg.el (gnus-configure-posting-styles): Support it.
285         * message.el (message-insert-signature): Ditto.
286         * message.el (message-signature-file): Doc update.
287         * message.el (message-signature-directory): New.
288
289 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
290
291         * gnus-msg.el (gnus-inews-yank-articles): Use
292         message-exchange-point-and-mark instead of exchange-point-and-mark.
293
294 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
295
296         * message.el (message-yank-original): Make sure cited text ends with
297         newline; don't exchange point and mark.
298
299 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
300
301         * tls.el (open-tls-stream): Properly handle case where there
302         is no associated buffer.
303
304 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
305
306         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
307         message-yank-original, make sure (< mark TEXT point).
308
309 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
310
311         * message.el (message-fill-column): New variable.
312         (message-mode): Use it.  Add comment on a possible new hook.
313
314         * nnmail.el (nnmail-spool-file): Mark as obsolete.
315         (nnmail-get-new-mail): Reformat.
316
317         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
318
319         * gmm-utils.el: Fix Commentary.
320         (gmm-tool-bar-from-list): Fix typo in doc string.
321
322 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
323
324         * message.el (message-yank-original): Don't switch point and mark
325         unnecessarily to put point and mark as documented.
326
327 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
328
329         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
330         from the message heads.
331
332 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
333
334         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
335         article buffer does not have a window.  This may not be the best
336         solution but is certainly better than setting the start of the null,
337         that is the current, window.
338
339 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
340
341         * gnus-draft.el (gnus-draft-setup-hook): New hook.
342         (gnus-draft-setup): Run it.
343
344         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
345         gnus-score-fast-scoring.  Allow regexp.
346         (gnus-score-headers): Use it.
347
348         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
349         XEmacs.
350
351         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
352         string.
353         (gnus-button-alist): Also catch `<f1> k ...'.
354         (gnus-treat-display-x-face): Fix doc string.
355
356 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
357
358         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
359         evaluation of gnus-extended-version to ensure correct generation of the
360         User-Agent header when message-generate-headers-first is used.
361
362 2007-03-24  Simon Josefsson  <simon@josefsson.org>
363
364         * hashcash.el (hashcash-generate-payment-async): Don't crash if
365         hashcash-path is nil.  Don't call callback with incorrect number of
366         parameters if val is 0.
367
368 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
369
370         * message.el (message-required-news-headers):
371         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
372
373 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
374
375         * tls.el (open-tls-stream): In handshake-waiting loop,
376         don't wait more if there is output available to process.
377
378 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
379
380         * tls.el (tls-program): Doc fix.
381
382 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
383
384         * message.el (message-generate-new-buffers): Change the meaning of the
385         nil value; add `standard' to the choices; treat t as `unique'; improve
386         doc string.
387         (gnus-select-frame-set-input-focus): Autoload.
388         (message-buffer-name): Search for the existing message buffer if
389         message-generate-new-buffers is nil or `standard'; treat the value t of
390         message-generate-new-buffers as `unique'.
391         (message-pop-to-buffer): Raise the frame already displaying the message
392         buffer; clear the echo area after querying.
393         (message-setup): Pass the `continue' argument to compose-mail.
394         (message-mail): Prefer `switch-function' if it is given; search for the
395         existing message buffer if the `continue' argument is non-nil; pass
396         continue and switch-function arguments to compose-mail by way of
397         message-setup.
398         (message-mail-other-window): Adjust argument of message-setup.
399         (message-mail-other-frame): Ditto.
400
401 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
402
403         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
404         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
405         to turn font-lock on when turning gnus-message-citation-mode on.
406
407 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
408
409         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
410         (mml-smime-function-alist): New variable; add epg as the backend.
411         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
412         mml-smime- functions instead.
413         * mm-view.el: Require smime.
414
415 2007-03-05  Didier Verna  <didier@xemacs.org>
416
417         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
418         instead of just inheritance for posting styles.
419         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
420
421 2007-02-24  Chris Moore  <dooglus@gmail.com>
422
423         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
424         * pgg-pgp.el (pgg-pgp-encrypt-region):
425         * pgg-gpg.el (pgg-gpg-encrypt-region):
426         Check pgg-encrypt-for-me if no other recipients.
427
428 2007-02-24  John Paul Wallington  <jpw@pobox.com>
429
430         * tls.el (tls-certtool-program): Fix custom type.
431
432 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
433
434         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
435         and point-at-eol instead of line-(beginning|end)-position.
436
437         * assistant.el (assistant-parse-buffer): Ditto.
438
439         * netrc.el (netrc-parse-services): Ditto.
440
441 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
442
443         * mml2015.el (mml2015-epg-find-usable-key): New function.
444         (mml2015-epg-sign): Use it.
445         (mml2015-epg-encrypt): Use it.
446
447 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
448
449         * message.el (message-make-in-reply-to): Quote name containing
450         non-ASCII characters.  It will make the RFC2047 encoder cause an error
451         if there are special characters.  Reported by NAKAJI Hiroyuki
452         <nakaji@kankyo-u.ac.jp>.
453
454 2007-02-27  Didier Verna  <didier@xemacs.org>
455
456         Include the group parameters as well as the topic ones in the
457         inheritance filter process.
458         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
459         argument GROUP-PARAMS-LIST.
460         * gnus-topic.el (gnus-group-topic-parameters): Use it.
461
462 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
463
464         * nntp.el (nntp-never-echoes-commands)
465         (nntp-open-connection-functions-never-echo-commands): New variables.
466         (nntp-send-command): Use them.
467
468 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
469
470         * mml2015.el (mml2015-epg-verify): Simplified.
471
472 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
473
474         * mml.el (mml-content-disposition-alist): New user option.
475         (mml-content-disposition): New function.
476         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
477         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
478
479 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
480
481         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
482         verification.
483
484 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
485
486         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
487         articles posted in the last 24 hours.
488
489 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
490
491         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
492
493 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
494
495         * nntp.el (nntp-send-command): Don't wait for echoes when
496         nntp-open-ssl-stream is used.
497
498 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
499
500         * gnus-cite.el (gnus-test-font-lock-add-keywords)
501         (gnus-message-add-citation-keywords)
502         (gnus-message-remove-citation-keywords): Remove.
503         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
504         directly, make the variables in font-lock-defaults buffer-local, add
505         gnus-message-citation-keywords to them and then update the value of
506         font-lock-keywords.
507
508 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
509
510         * message.el (message-cite-original-1): Don't call
511         gnus-article-highlight-citation.
512
513         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
514         citations; fix line count.
515
516 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
517
518         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
519         (gnus-message-add-citation-keywords)
520         (gnus-message-remove-citation-keywords): Use it; fix the emulating
521         versions of font-lock-add-keywords and font-lock-remove-keywords to
522         work with XEmacs correctly.
523
524 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
525
526         * gnus-cite.el (gnus-cite-face-list): Set the values of
527         gnus-message-max-citation-depth and gnus-message-citation-keywords.
528         (gnus-message-max-citation-depth): Use defvar rather than defconst.
529         (gnus-message-cite-prefix-regexp): New variable.
530         (gnus-message-search-citation-line): Use it; protect against long
531         citation prefix; fill match data with nil rather than 0 for XEmacs; set
532         the 0th match data for Emacs.
533         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
534         (gnus-message-add-citation-keywords): Append keywords rather than
535         prepending; emulate font-lock-add-keywords if it is not available.
536         (gnus-message-remove-citation-keywords): Emulate
537         font-lock-remove-keywords if it is not available.
538
539         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
540
541         * message.el (message-cite-prefix-regexp): Set the value of
542         gnus-message-cite-prefix-regexp.
543
544 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
545
546         * nnweb.el (nnweb-google-parse-1): Update parser.
547
548 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
549
550         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
551
552 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
553
554         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
555         regexp.
556
557 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
558
559         * uudecode.el (uudecode-string-to-multibyte): New function emulating
560         string-to-multibyte.
561         (uudecode-decode-region-internal): Use it.
562
563         * lpath.el: Fbind string-as-multibyte for XEmacs.
564
565 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
566
567         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
568         custom choice.
569
570         * gnus-art.el (gnus-signature-limit): Fix custom choice.
571
572 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
573
574         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
575
576         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
577         `write-region' to respect `mm-inhibit-file-name-handlers'.
578
579 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
580
581         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
582         Use gnus-home-directory instead of "~/" or "$HOME".
583
584 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
585
586         * encrypt.el (encrypt-insert-file-contents): Add better prompt
587         to mention filename.
588         Add comments at beginning regarding usage.
589         (encrypt-write-file-contents): Change interactive so a string is
590         acceptable.  If the file has no associated model, show an error instead
591         of a nonsense prompt.
592
593 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
594
595         * spam.el (spam-bsfilter-ham-switch): Fix typo.
596         Thanks to Yoshihiko Yamada for kind notification of this typo.
597
598 2007-01-12  Kenichi Handa  <handa@m17n.org>
599
600         * uudecode.el (uudecode-decode-region-internal): Make it work in a
601         multibyte buffer.
602
603 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
604
605         * gnus-score.el (gnus-score-fast-scoring): New variable.
606         (gnus-score-headers): Use it.
607
608         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
609
610         * message.el (message-cite-original-1): Call
611         gnus-article-highlight-citation if requested.
612
613         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
614
615         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
616         bugs to doc string.
617         (gnus-button-alist): Add mid\\|message-id.
618         (gnus-button-fetch-group): Extend for use in
619         `browse-url-browser-function'.
620         (gnus-button-url-regexp): Try to catch paired parentheses like in
621         Wikipedia URLs.
622
623         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
624         Suggested by Simon Krahnke <overlord@gmx.li>.
625
626 2007-01-13  Romain Francoise  <romain@orebokech.com>
627
628         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
629         Update copyright.
630
631 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
632
633         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
634
635 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
636
637         * gnus-registry.el (gnus-registry-unfollowed-groups)
638         (gnus-registry-split-fancy-with-parent): Fix documentation.
639
640 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
641
642         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
643         from nnweb groups.
644
645 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
646
647         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
648         Xref urls.  Erase buffer before requesting head.
649
650 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
651
652         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
653         customizable.
654
655 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
656
657         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
658         no signing key is found.
659         (mml2015-epg-encrypt): Ask user whether to skip or abort if
660         no encrypting and/or signing key is found.
661
662 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
663
664         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
665
666 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
667
668         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
669         headers read from disk with the ones newly found in the current search.
670         This should no longer cause problems, because the article numbers in
671         Gmane's `nov.php' output are ignored since the previous change.
672
673 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
674
675         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
676
677 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
678
679         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
680         replace-regexp-in-string; bind url-version; fbind display-images-p and
681         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
682         find-face and set-itimer-function for Emacs; bind itimer-list for
683         Emacs.
684
685         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
686
687 2007-01-01  Romain Francoise  <romain@orebokech.com>
688
689         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
690
691 2006-12-31  Steve Youngs  <steve@sxemacs.org>
692
693         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
694         `define-minor-mode' macro definition expanded properly.
695         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
696         exclude it there.
697
698         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
699         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
700         `fboundp' test.
701         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
702         This is OK to autoload in (S)XEmacs now.
703
704 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
705
706         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
707         keystroke.
708         (gnus-summary-limit-to-singletons): Fix typo.
709
710         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
711         else fails.
712
713 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
714
715         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
716         docstring.
717
718         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
719         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
720         (gnus-summary-insert-dormant-articles): Fix typo in message.
721
722 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
723
724         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
725         nil for XEmacs.
726         (gnus-message-citation-mode): Don't autoload in XEmacs.
727
728         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
729
730 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
731
732         * nnimap.el (nnimap-expunge-search-string): Mention
733         nnimap-search-uids-not-since-is-evil in docstring.
734
735 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
736
737         * spam.el: Revert to make-obsolete-variable because
738         define-obsolete-variable-alias is not supported in Emacs 21.
739
740         * spam.el (spam-ifile-path, spam-ifile-database-path)
741         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
742         make-obsolete-variable.
743         (spam-bsfilter-path, spam-bsfilter-program)
744         (spam-spamassassin-path, spam-spamassassin-program)
745         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
746         use "path" inappropriately.
747         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
748         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
749         variable names.
750
751 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
752
753         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
754         summary buffer.
755
756         * password.el (password-cache-remove): Use clear-string to burn
757         password, if available.
758
759 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
760
761         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
762
763         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
764
765         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
766         (gnus-message-highlight-citation): Move defcustom here from
767         gnus-cite.el.
768         (gnus-message-citation-mode): Autoload.
769
770         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
771         checks to make it compile with XEmacs.
772         (gnus-message-citation-mode): New minor mode.
773         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
774         (gnus-message-highlight-citation): New variables.
775         (gnus-message-search-citation-line)
776         (gnus-message-add-citation-keywords)
777         (gnus-message-remove-citation-keywords)
778         (turn-on-gnus-message-citation-mode)
779         (turn-off-gnus-message-citation-mode): New functions.
780
781 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
782
783         * gnus-cite.el: Enable highlighting of different citation levels in
784         message-mode.
785
786 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
787
788         * message.el (message-make-fqdn): Fix comment.
789         (message-bogus-system-names): Add ".local".
790
791         * spam.el (spam-ifile-path, spam-ifile-program)
792         (spam-ifile-database-path, spam-ifile-database)
793         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
794         Don't use "path" inappropriately.
795         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
796         strings.
797         (spam-check-ifile, spam-ifile-register-with-ifile)
798         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
799         new variable names.
800
801         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
802         (gnus-treat-display-smileys): Simplify using
803         gnus-image-type-available-p.
804
805         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
806         available.
807
808         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
809         `display-images-p' if available.
810
811 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
812
813         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
814         one after turning on the buffer's multibyteness instead of decoding
815         them directly in the unibyte buffer that causes unexpected conversion
816         in Emacs 23 (unicode).
817
818 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
819
820         * message.el (message-generate-hashcash): Fix custom type.
821
822 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
823
824         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
825
826 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
827
828         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
829         disconnect icons.  Add help text.
830
831 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
832
833         * spam.el (spam-extra-header-to-number): CRM114 spam score is
834         negated to be consistent with the others we handle.
835
836 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
837
838         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
839         version of gnus-summary-buffer to something, so that we can use two
840         article buffers at the same time.
841
842 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
843
844         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
845         trigger all the extra headers.
846         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
847         sorting.
848
849 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
850
851         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
852         solid groups.
853
854 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
855
856         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
857
858 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
859
860         * legacy-gnus-agent.el: Add Copyright notice.
861
862 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
863
864         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
865
866 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
867
868         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
869
870         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
871         to make it work reliably in CVS Emacs.
872         (gnus-summary-limit-strange-charsets-predicate)
873         (gnus-summary-limit-to-predicate): New functions.
874
875 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
876
877         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
878         specifying array size.
879         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
880         array if it is too small.
881         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
882         (gnus-sort-threads-loop): New function.
883
884 2006-12-06  Chris Moore  <dooglus@gmail.com>
885
886         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
887         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
888
889 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
890
891         * mm-url.el (mm-url-predefined-programs): Call curl with correct
892         options.
893
894 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
895
896         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
897         DOS-ing the recipient.
898
899         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
900         the headers when creating the mapping to avoid mismappings.
901         (nnweb-gmane-create-mapping): Always nix out old mapping.
902
903 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
904
905         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
906         and mm-verify-option to never.
907
908 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
909
910         * message.el (message-signed-or-encrypted-p): New function.
911         (message-forward-make-body): Use it.
912
913         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
914         Replace encode-coding-string with mm-encode-coding-string.
915
916 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
917
918         * nneething.el (nneething-decode-file-name): Replace
919         decode-coding-string with mm-decode-coding-string.
920
921         * gnus-int.el (gnus-open-server): Say failed server's name.
922
923 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
924
925         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
926         strings to a single string.  Quote `errors-file-name'.
927         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
928         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
929         Adjust calls.  Use `shell-quote-argument'.
930
931 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
932
933         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
934         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
935
936         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
937         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
938         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
939         (gnus-group-make-directory-group, gnus-group-transpose-groups):
940         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
941         (gnus-subscribe-newsgroup, gnus-1):
942         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
943         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
944         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
945         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
946
947 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
948
949         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
950         keystroke.
951         (gnus-summary-limit-to-bodies): Implement headersp.
952
953 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
954
955         * dns.el (query-dns): Protect against "Process dns deleted" strings.
956
957 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
958
959         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
960
961 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
962
963         * message.el (message-generate-hashcash): Expand range of values to
964         include `opportunistic'.
965         (message-send-mail): Use it.
966
967 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
968
969         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
970         and comment it.
971
972         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
973
974 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
975
976         * gnus-util.el (gnus-extract-address-components): Improve comment.
977
978 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
979
980         * gnus-util.el (gnus-extract-address-components): Work with address in
981         which the name portion contains @.
982
983         * lpath.el: Fbind custom-autoload.
984
985 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
986
987         * gnus.el (gnus-start): Move custom group up.
988         (gnus-select-method): Don't autoload, but make it available for
989         `customize-variable'.
990         (gnus-getenv-nntpserver): Don't autoload.
991
992 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
993
994         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
995
996 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
997
998         * message.el (message-sendmail-extra-arguments): New variable.
999         (message-send-mail-with-sendmail): Use it.
1000
1001 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1002
1003         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
1004         mm-with-unibyte-current-buffer to make string unibyte.
1005
1006         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
1007         mm-string-as-multibyte.
1008
1009 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
1010
1011         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
1012         Reported by Werner Koch <wk@gnupg.org>.
1013
1014 2006-11-14  Daiki Ueno  <ueno@p360>
1015
1016         * mml2015.el: Autoload epa-select-keys when compiling.
1017
1018 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1019
1020         * mml2015.el (mml2015-epg-sign): Save the signing keys in
1021         message-options.
1022         (mml2015-epg-encrypt): Save the recipient keys in message-options.
1023
1024 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1025
1026         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
1027         EasyPG (< 0.0.6).
1028         (mml2015-always-trust): New user option.
1029         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
1030         prompt.
1031
1032 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1033
1034         * nntp.el (nntp-authinfo-force): New variable.
1035         (nntp-send-authinfo): Use it.
1036
1037 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
1038
1039         * message.el (message-strip-subject-encoded-words): Allow _not_ to
1040         decode encoded words.  Improve prompt.  Add comment about forwarding.
1041         (message-replacement-char): Move up.
1042
1043 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1044
1045         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
1046         instead of gnus-intersection because arguments of gnus-sorted-nunion
1047         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
1048
1049 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
1050
1051         * message.el (message-strip-subject-encoded-words): Reformat prompt.
1052         (message-simplify-subject-functions): Enable
1053         message-strip-subject-encoded-words by default.
1054
1055 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1056
1057         * message.el (message-strip-subject-encoded-words): New function
1058         (message-simplify-subject-functions): New variable.
1059         (message-simplify-subject): Use it.  Fix typo in doc string.
1060         Support message-strip-subject-encoded-words.
1061
1062 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
1063
1064         * gnus-diary.el (gnus-diary-delay-format-function):
1065         * nndiary.el (nndiary-reminders):
1066         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
1067
1068 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1069
1070         * gnus-art.el (article-hide-boring-headers): Fetch date from
1071         gnus-original-article-buffer to avoid problems with localized date
1072         strings.
1073
1074 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1075
1076         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
1077
1078 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
1079
1080         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
1081         New variables.
1082         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1083         (mm-charset-synonym-alist): Move some entries to
1084         mm-codepage-iso-8859-list.
1085         (mm-charset-synonym-alist, mm-charset-override-alist): Add
1086         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1087
1088 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1089
1090         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
1091
1092 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1093
1094         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
1095         with Emacs 21 and XEmacs.
1096
1097 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1098
1099         * spam.el (spam-parse-address): New function for better parsing,
1100         catching errors, etc.
1101         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
1102
1103 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1104
1105         * mm-view.el: Add interactive arg to html2text autoload.
1106
1107 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1108
1109         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
1110
1111 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
1112
1113         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
1114         variables.
1115         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1116         (mm-charset-synonym-alist): Move some entries to
1117         mm-codepage-iso-8859-list.
1118
1119         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
1120
1121 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
1122
1123         * message.el (message-citation-line-format)
1124         (message-insert-formated-citation-line): Fix implementation of %E, %N
1125         and %n according to the doc string.
1126
1127 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
1128
1129         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1130         car-safe to avoid bad parses.
1131
1132 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1133
1134         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
1135         names.
1136
1137         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
1138
1139 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1140
1141         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
1142         header.
1143
1144         * message.el (message-draft-headers): Add Date.
1145         (message-headers-to-generate): Fix typo in docstring.
1146
1147         * nndraft.el (nndraft-required-headers): New variable.
1148         (nndraft-generate-headers): Use it.
1149
1150         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
1151
1152 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1153
1154         * gnus-registry.el (gnus-registry-wash-for-keywords)
1155         (gnus-registry-find-keywords): New functions to allow easy searching of
1156         articles that are in the registry.
1157
1158 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1159
1160         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1161         ietf-drums-parse-address instead of gnus-extract-address-components.
1162         Reported by Damien Elmes <damien@repose.cx>.
1163
1164 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1165
1166         * gnus.el (gnus-mime): Remove unused custom group.
1167
1168 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1169
1170         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
1171         "blank line" when searching for end of armor headers.
1172
1173 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1174
1175         * gmm-utils.el (gmm-write-region): Fix variable name.
1176
1177 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
1178
1179         * gmm-utils.el (gmm-write-region): New function based on compatibility
1180         code from `mm-make-temp-file'.
1181
1182         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
1183
1184         * nnmaildir.el (nnmaildir--update-nov)
1185         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
1186         Use `gmm-write-region'.
1187
1188 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1189
1190         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
1191         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1192
1193         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
1194
1195         * message.el (message-replacement-char): New variable.
1196         (message-fix-before-sending): Use it.
1197         (message-simplify-subject): New function to remove duplicate code.
1198         (message-reply, message-followup): Use it.
1199
1200         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
1201         gnus-summary-limit-to-articles.
1202
1203 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1204
1205         * gnus-util.el (gnus-with-local-quit): New macro.
1206
1207         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
1208
1209 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
1210
1211         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
1212         ignore non-string data.
1213
1214 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
1215
1216         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
1217         non-string data (needs to be done in the registry too).
1218
1219 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1220
1221         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
1222         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
1223         (gnus-registry-split-fancy-with-parent)
1224         (gnus-registry-fetch-simplified-message-subject-fast)
1225         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
1226         Remove text properties on ingress into the registry and when it's saved.
1227         (gnus-registry-clean-empty-function): Fix bug with cleaning the
1228         registry from entries with no groups.
1229
1230 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1231
1232         * gnus-util.el (gnus-string-remove-all-properties): Add utility
1233         function to remove string properties.
1234
1235 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
1236
1237         * gmm-utils.el (gmm): Adjust custom version.
1238
1239         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
1240         custom version.
1241
1242         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
1243
1244 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
1245
1246         * gnus-art.el (gnus-insert-prev-page-button)
1247         (gnus-insert-next-page-button): Simplify.  Reformat.
1248
1249 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1250
1251         * gnus-art.el (gnus-insert-prev-page-button)
1252         (gnus-insert-next-page-button): Apply gnus-article-button-face.
1253
1254 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
1255
1256         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
1257
1258 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1259
1260         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
1261         gnus-article-button-face to MIME and security buttons.
1262
1263 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
1264
1265         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
1266         readable.
1267
1268 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1269
1270         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
1271
1272 2006-09-20  Steve Youngs  <steve@sxemacs.org>
1273
1274         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
1275         `browse-url-of-file' instead of `browse-url'.
1276
1277 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1278
1279         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1280         regexp.  Articles containing quotation were cut prematurely.
1281
1282 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1283
1284         * message.el (message-cite-original-1): Use nobody by default for the
1285         value of From header.
1286         (message-reply): Ditto.
1287
1288 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
1289
1290         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
1291         to the gnus-info.  This fixes a bug of inline-PGP message verification.
1292         Reported by Michael Piotrowski <mxp@dynalabs.de>.
1293
1294 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
1295
1296         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
1297         mails in the doc string.  Add some URLs in comment.
1298         (pop3-movemail): Warn about pop3-leave-mail-on-server.
1299
1300 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1301
1302         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
1303         backslashes handling and the way to find boundaries of quoted strings.
1304
1305 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
1306
1307         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
1308         mml1991-encrypt-to-self is set and mml1991-signers is not set.
1309         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
1310         mml2015-encrypt-to-self is set and mml2015-signers is not set.
1311
1312 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
1313
1314         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
1315         doc string.
1316         (gnus-button-regexp, gnus-button-last): Remove unused variables.
1317
1318 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1319
1320         * lpath.el: Fbind epg-check-configuration.
1321
1322 2006-09-06  Simon Josefsson  <jas@extundo.com>
1323
1324         * mml2015.el (mml2015-use): Doc fix, mention epg.
1325
1326 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1327
1328         * mml2015.el (mml2015-use): Default to epg, if available.
1329
1330 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1331
1332         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
1333         message-sender.
1334         (mml1991-epg-encrypt): Ditto.
1335         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
1336         message-sender.
1337         (mml2015-epg-encrypt): Ditto.
1338
1339 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
1340
1341         * message.el (message-send-mail-with-sendmail): Look for sendmail in
1342         several common directories.
1343
1344 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
1345
1346         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
1347         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
1348
1349 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1350
1351         * gnus-art.el (article-decode-encoded-words): Make it fast.
1352
1353 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1354
1355         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
1356
1357         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
1358         in quoted string into `\'.
1359
1360 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1361
1362         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1363         Use standard-syntax-table.
1364
1365 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1366
1367         * gnus-art.el (gnus-decode-address-function): New variable.
1368         (article-decode-encoded-words): Use it to decode headers which are
1369         assumed to contain addresses.
1370         (gnus-mime-delete-part): Remove useless `or'.
1371
1372         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
1373         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
1374         (gnus-nov-parse-line): Use it to decode From header.
1375         (gnus-get-newsgroup-headers): Ditto.
1376         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
1377
1378         * mail-parse.el (mail-decode-encoded-address-region): New alias.
1379         (mail-decode-encoded-address-string): New alias.
1380
1381         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1382         New function.
1383         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
1384         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
1385         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
1386         (rfc2047-decode-string): Ditto.
1387         (rfc2047-decode-address-region): New function.
1388         (rfc2047-decode-address-string): New function.
1389
1390 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
1391
1392         * message.el (message-caesar-buffer-body): Allow rotating headers.
1393
1394         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
1395
1396         * message.el (message-insert-formated-citation-line): Fix %f.
1397         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
1398
1399 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1400
1401         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
1402         (gnus-bookmark-mouse-available-p): New macro.
1403         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
1404         (gnus-bookmark-bmenu-show-infos): Use it.
1405         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
1406         (gnus-bookmark-bmenu-hide-infos): Ditto.
1407         (gnus-bookmark-remove-properties): New function.
1408         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
1409         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
1410         (gnus-bookmark-write-file): Bind coding-system-for-write.
1411         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
1412         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
1413         group before selecting it.
1414         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
1415         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
1416         quit-window if it is not available; use gnus-mouse-2 and bind it to
1417         gnus-bookmark-bmenu-select-by-mouse.
1418         (gnus-bookmark-show-details): Remove unused variable `details-list'.
1419         (gnus-bookmark-bmenu-select-by-mouse): New function.
1420
1421 2006-08-13  Romain Francoise  <romain@orebokech.com>
1422
1423         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
1424         space.
1425
1426 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1427
1428         * compface.el (uncompface): Use binary rather than raw-text-unix.
1429
1430 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1431
1432         * compface.el (uncompface): Make sure the eol conversion doesn't take
1433         place when communicating with the external programs.  Reported by
1434         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1435
1436 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1437
1438         * nnheader.el (nnheader-insert-head): Fix typo in comment.
1439
1440 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1441
1442         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1443         Make it more robust by parsing author and date independently.
1444
1445 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1446
1447         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
1448
1449 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
1450
1451         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
1452         first matching secret key.
1453         (mml2015-epg-encrypt): Ditto.
1454
1455         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
1456         first matching secret key.
1457         (mml1991-epg-encrypt): Ditto.
1458
1459         * mml2015.el (mml2015-encrypt-to-self): New user option.
1460         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
1461         mml2015-epg-encrypt-to-self is set.
1462
1463         * mml1991.el (mml1991-encrypt-to-self): New variable.
1464         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
1465         mml1991-epg-encrypt-to-self is set.
1466
1467         * mml2015.el (mml2015-signers): New user option.
1468         (mml2015-epg-sign): Reflect the value of mml2015-signers.
1469         (mml2015-epg-encrypt): Allow to select signing keys.
1470
1471         * mml1991.el (mml1991-signers): New variable.
1472         (mml1991-epg-sign): Reflect the value of mml1991-signers.
1473         (mml1991-epg-encrypt): Allow to select signing keys.
1474
1475 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1476
1477         * nnheader.el (nnheader-insert-head): Make it work even if the file
1478         uses CRLF for the line-break code.
1479
1480 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
1481
1482         * mml2015.el: Require mml-sec instead of password.
1483         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
1484         (mml2015-cache-passphrase): Inherit the default value from
1485         mml-secure-cache-passphrase.
1486         (mml2015-passphrase-cache-expiry): Inherit the default value from
1487         mml-secure-passphrase-cache-expiry.
1488
1489         * mml1991.el: Require mml-sec instead of password.
1490         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
1491         (mml1991-cache-passphrase): Inherit the default value from
1492         mml-secure-cache-passphrase.
1493         (mml1991-passphrase-cache-expiry): Inherit the default value from
1494         mml-secure-passphrase-cache-expiry.
1495
1496         * mml-sec.el: Require password.
1497         (mml-secure-verbose): New user option.
1498         (mml-secure-cache-passphrase): New user option.
1499         (mml-secure-passphrase-cache-expiry): New user option.
1500
1501 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
1502
1503         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1504         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
1505         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
1506
1507         FIXME: Use `tiny change'?
1508
1509 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1510
1511         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
1512         workaround for the url package included with Emacs.
1513
1514         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1515
1516 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1517
1518         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
1519         correctly.  This fixes a bug caused by the 2006-05-12 change.
1520
1521 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
1522
1523         * nnmail.el (nnmail-article-group): If splitting raises an error, give
1524         some information about the error when saying that the `bogus' mail
1525         group will be used.
1526
1527 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
1528
1529         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
1530         string.
1531
1532 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
1533
1534         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
1535
1536 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1537
1538         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
1539
1540 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1541
1542         * mml1991.el (mml1991-function-alist): Add epg.
1543         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
1544         (mml1991-epg-encrypt): New functions.
1545
1546 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1547
1548         * mml2015.el (mml2015-verbose): New variable.
1549         (mml2015-cache-passphrase): Ditto.
1550         (mml2015-passphrase-cache-expiry): Ditto.
1551         (mml2015-function-alist): Add epg.
1552         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
1553         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
1554         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
1555         functions.
1556
1557 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1558
1559         * message.el (message-cite-original-1): Preserve region when removing
1560         quoted text due to X-No-Archive in order to avoid bogus attribution
1561         when citing multiple messages.
1562
1563 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1564
1565         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
1566         Kenneth Jacker <khj@be.cs.appstate.edu>.
1567
1568 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
1569
1570         * gnus-diary.el (gnus-user-format-function-d)
1571         (gnus-user-format-function-D): Autoload.
1572
1573         * imap.el (Commentary): Fix typo.
1574
1575         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
1576         2006-04-22 contribution.
1577
1578 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1579
1580         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
1581         It didn't really fix the bogosity I'm seeing with solid web groups.
1582
1583 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1584
1585         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
1586         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
1587         created using server names.  If we use the feature without declaring
1588         it, Gnus does not properly manage server and group state.
1589
1590         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
1591         bound.
1592
1593 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1594
1595         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
1596         looking up the method using GROUP's prefix before inventing a new one.
1597         It is used on killed/unknown groups in various places where returning
1598         an all-new method isn't expected by the caller.
1599
1600         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
1601         and match semantics of gnus-group-real-prefix.
1602
1603 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
1604
1605         * nnmail.el (nnmail-broken-references-mailers): New variable.
1606         (nnmail-ignore-broken-references): New function generalizing
1607         nnmail-fix-eudora-headers.
1608         (nnmail-fix-eudora-headers): Now obsolete.
1609
1610         * gnus-art.el (gnus-button-handle-custom): Support
1611         `customize-apropos*'.
1612
1613 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1614
1615         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
1616
1617         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
1618         articles.
1619
1620 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
1621
1622         * message.el (message-cite-reply-above): New variable.
1623         (message-yank-original): Use it.
1624
1625 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1626
1627         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
1628
1629 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
1630
1631         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
1632         as read.
1633
1634         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
1635
1636 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
1637
1638         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
1639         (gnus-bookmark-default-file): Use gnus-directory.
1640         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
1641         Remove "*" in doc string.
1642         (gnus-bookmark-write-file): Simplify.
1643         (gnus-bookmark-maybe-sort-alist): Use `when'.
1644         (gnus-bookmark-get-bookmark): Fix typo in doc string.
1645         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
1646         FIXME about Emacs 21 and XEmacs compatibility.
1647         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
1648         compatibility.
1649         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
1650         compatibility.
1651         (gnus-bookmark-menu-heading): Fix version.
1652
1653 2006-06-19  Bastien Guerry  <bzg@altern.org>
1654
1655         * gnus-bookmark.el: New file.
1656
1657 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1658
1659         * message.el (message-syntax-checks): Doc fix.
1660
1661 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1662
1663         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
1664         unsubscribed groups as if they were killed ones.  It causes duplicate
1665         entries in gnus-newsrc-alist.
1666
1667 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1668
1669         * message.el (message-syntax-checks): Doc fix.
1670         (message-send-mail): Add check for continuation headers.
1671         (message-check-news-header-syntax): Fix regexp used to check for
1672         continuation headers.
1673
1674 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1675
1676         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
1677
1678 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
1679
1680         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
1681
1682 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1683
1684         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
1685         default-truncate-lines.
1686
1687 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1688
1689         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
1690         to fill the utf-8 entry.
1691
1692         * lpath.el: Fbind unicode-precedence-list.
1693
1694 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1695
1696         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1697
1698 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
1699
1700         * gnus-agent.el (directory-files-and-attributes): Move all the way
1701         forward (the third and final move).
1702         (gnus-agent-read-agentview): Trap reconstruction errors due to
1703         nonexistant directory.  Handle by returning nil.
1704
1705 2006-05-30  Didier Verna  <didier@xemacs.org>
1706
1707         * message.el (message-dont-reply-to-names): Update the custom type.
1708         * message.el (message-dont-reply-to-names): New defsubst: potentially
1709         convert a list of regexps into a single one.
1710         * message.el (message-get-reply-headers): Use it.
1711         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
1712
1713 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1714
1715         * gnus-agent.el (directory-files-and-attributes): Move forward.
1716
1717 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1718
1719         * gnus-ml.el (gnus-mailing-list-subscribe)
1720         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
1721         (gnus-mailing-list-message): Fix doc strings.
1722
1723 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1724
1725         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
1726         of doing it manually.
1727
1728 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1729
1730         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
1731         comment.
1732
1733 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
1734
1735         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
1736         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
1737         (gnus-agent-read-local): All symbols allocated in my-obarray
1738         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
1739         (gnus-agent-regenerate-group): Check numeric names to see if they are
1740         messages or groups.
1741         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
1742         better way of do this...)
1743
1744         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
1745         'dummy.group' (there should be a better way of do this...)
1746
1747 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1748
1749         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
1750         (gnus-saved-headers): Ditto.
1751         (gnus-default-article-saver): Mention functions may have properties.
1752         (gnus-article-save): Override gnus-save-all-headers and
1753         gnus-saved-headers by :headers property which saver function may have.
1754         (gnus-summary-save-in-file): Add :headers property.
1755         (gnus-summary-write-to-file): Ditto.
1756
1757         * gnus-sum.el (gnus-summary-save-article): Bind
1758         gnus-prompt-before-saving to t when saving many articles in a file;
1759         always show all headers.
1760
1761         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
1762
1763 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
1764
1765         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
1766         marks.
1767
1768         * message.el (message-indent-citation): Add optional arguments to allow
1769         using it outside of message buffers.
1770
1771         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
1772         (gnus-article-treat-unfold-headers): Use it.
1773         (gnus-article-truncate-lines): New variable.
1774         (gnus-article-mode): Use it.
1775         (gnus-article-toggle-truncate-lines): New function.
1776
1777         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
1778         gnus-article-toggle-truncate-lines.
1779
1780         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
1781         coding system in XEmacs, use binary.
1782
1783 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1784
1785         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
1786         after-load-alist.
1787
1788         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
1789         this function should save decoded articles.
1790         (gnus-summary-write-to-file): Use property to specify this function
1791         should save decoded articles and specify gnus-summary-save-in-file
1792         should be used to save articles other than the first one when saving
1793         many articles.
1794         (gnus-summary-save-body-in-file): Use property to specify this
1795         function should save decoded articles.
1796         (gnus-summary-write-body-to-file): Use property to specify this
1797         function should save decoded articles and specify
1798         gnus-summary-save-body-in-file should be used to save articles other
1799         than the first one when saving many articles.
1800
1801         * gnus-sum.el (gnus-summary-save-article): Simplify.
1802
1803 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1804
1805         * gnus-art.el (gnus-default-article-saver): Add
1806         gnus-summary-write-body-to-file.
1807         (gnus-article-save-coding-system): Don't use coding system object
1808         in XEmacs.
1809         (gnus-read-save-file-name): Add optional `dir-var' argument which
1810         specifies directory in which files are saved; work even if optional
1811         `variable' argument is not specified.
1812         (gnus-summary-write-to-file): Read file name.
1813         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
1814         (gnus-summary-write-body-to-file): New function.
1815
1816         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
1817         (gnus-summary-local-variables): Add it.
1818         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
1819         (gnus-summary-save-article): Remove optional `decode' argument;
1820         determine whether to decode articles by the value of
1821         gnus-default-article-saver; when saving many files using
1822         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
1823         it first and use gnus-summary-save-in-file or
1824         gnus-summary-save-body-in-file thereafter unless
1825         gnus-prompt-before-saving is always; move point to article which
1826         will be saved.
1827         (gnus-summary-save-article-file): Revert.
1828         (gnus-summary-write-article-file): Revert.
1829         (gnus-summary-save-article-body-file): Revert.
1830         (gnus-summary-write-article-body-file): New function.
1831
1832 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1833
1834         * gnus-art.el (gnus-default-article-saver): Doc fix.
1835         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
1836         from gnus-summary-save-article-coding-system, and default to a
1837         certain coding system.
1838         (gnus-output-to-file): Add coding cookie and encode text according
1839         to gnus-article-save-coding-system; don't use mm-append-to-file.
1840
1841         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
1842         gnus-art.el and rename to gnus-article-save-coding-system.
1843         (gnus-summary-save-article): Require gnus-art; don't show all
1844         headers if it decodes articles; don't add coding cookie here;
1845         don't bind mm-text-coding-system-for-write.
1846         (gnus-summary-save-article-file): Save decoded articles.
1847         (gnus-summary-write-article-file): When saving many files, use
1848         gnus-summary-write-to-file first and gnus-summary-save-in-file
1849         thereafter unless gnus-prompt-before-saving is always.
1850         (gnus-summary-save-article-body-file): Save decoded articles.
1851
1852         * lpath.el: Fbind select-safe-coding-system for XEmacs.
1853
1854 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1855
1856         * nnrss.el (nnrss-check-group): Bind hash-index.
1857
1858 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
1859
1860         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
1861         its hash index.  Store this hash in `nnrss-group-data'.
1862         (nnrss-read-group-data): Update accordingly.
1863
1864 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1865
1866         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
1867         entry.
1868
1869         * gnus-sum.el (gnus-summary-make-menu-bar): Add
1870         gnus-article-browse-html-article.
1871
1872 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
1873
1874         * gnus-sum.el (gnus-summary-mime-map): Add
1875         gnus-article-browse-html-article.
1876
1877         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
1878
1879 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1880
1881         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
1882         suitable coding systems in customize.
1883
1884 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
1885
1886         * mail-source.el (mail-sources): Fix custom type.
1887
1888 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
1889
1890         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
1891         (gnus-summary-expire-articles-now): Shorten prompt.
1892
1893         * gmm-utils.el (wid-edit): Require.
1894         (defun-gmm): Renamed from `gmm-defun-compat'.
1895         (gmm-image-search-load-path): Use it.
1896         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
1897
1898 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1899
1900         * gnus-sum.el (gnus-summary-save-article-coding-system): New
1901         variable.
1902         (gnus-summary-save-article): Add optional `decode' argument.  If
1903         it is set and gnus-summary-save-article-coding-system is non-nil,
1904         save decoded article.
1905         (gnus-summary-write-article-file): Save decoded article if
1906         gnus-summary-save-article-coding-system is non-nil.
1907
1908         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
1909         type.
1910
1911 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1912
1913         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
1914
1915 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1916
1917         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
1918         first to test gnus-single-article-buffer which may be buffer-local.
1919
1920         * gnus-sum.el (gnus-summary-setup-buffer): Make
1921         gnus-single-article-buffer buffer-local and nil in ephemeral
1922         group; make gnus-article-buffer, gnus-article-current, and
1923         gnus-original-article-buffer always buffer-local.
1924         (gnus-summary-exit): Kill article buffer belonging to ephemeral
1925         group.
1926         (gnus-handle-ephemeral-exit): Don't move to next summary line.
1927
1928 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
1929
1930         * nnml.el (nnml-request-compact-group): Compressed files might not
1931         have .gz extension.
1932
1933 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1934
1935         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
1936         (mm-copy-to-buffer): Use with-current-buffer.
1937         (mm-display-part): Simplify.
1938         (mm-inlinable-p): Add optional arg `type'.
1939
1940 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1941
1942         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
1943         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
1944         Try harder to show the attachment internally or externally using
1945         gnus-mime-view-part-as-type.
1946
1947 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1948
1949         * message.el (message-from-style, message-signature-separator)
1950         (message-user-organization-file, message-send-mail-function)
1951         (message-citation-line-function, message-yank-prefix)
1952         (message-indent-citation-function, message-signature)
1953         (message-signature-file, message-signature-insert-empty-line):
1954         Remove autoloads.
1955
1956         * gnus-art.el (gnus-buttonized-mime-types): Remove
1957         "multipart/signed".  Revert 2006-04-26 change.
1958
1959 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1960
1961         * gnus.el (gnus-version-number): Bump version.
1962
1963 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1964
1965         * gnus.el: No Gnus v0.5 is released.
1966
1967 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1968
1969         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
1970         fetching articles by message-id.
1971
1972 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1973
1974         * message.el (hashcash): Require hashcash as normal.
1975
1976         * ecomplete.el (ecomplete-highlight-match-line): Use
1977         point-at-eol.
1978         (ecomplete-highlight-match-line): Use `highlight', because that
1979         face exists in both Emacs and XEmacs.
1980
1981         * message.el (message-display-abbrev): Use point-at-bol.
1982
1983         * mail-source.el: Don't require timer/timer-funcs.
1984
1985         * gnus-async.el: Ditto.
1986
1987         * password.el: Ditto.
1988
1989         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
1990
1991         * mm-url.el: Ditto.
1992
1993         * gnus-xmas.el: Don't require timer-funcs.
1994
1995         * mm-util.el: Require timer/timer-funcs.
1996
1997 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1998
1999         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
2000         Close.
2001
2002 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2003
2004         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
2005         unibyte after clear-decrypt function runs.
2006
2007         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
2008         returns as a unibyte string.
2009
2010 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2011
2012         * lpath.el: Revert.
2013
2014         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
2015         (pgg-gpg-process-sentinel): Revert.
2016
2017         * pgg-pgp.el (pgg-pgp-process-region): Revert.
2018         (pgg-pgp-lookup-key): Revert.
2019
2020         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
2021         (pgg-pgp5-lookup-key): Revert.
2022
2023         * pgg.el (pgg-fetch-key): Revert.
2024
2025 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2026
2027         * lpath.el: Fbind string-as-multibyte for XEmacs.
2028
2029         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
2030         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
2031         (mml1991-pgg-encrypt): Ditto.
2032
2033         * pgg-gpg.el (pgg-string-to-multibyte): New function.
2034         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
2035         a multibyte buffer.
2036
2037         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
2038         (pgg-pgp-lookup-key): Ditto.
2039
2040         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2041         (pgg-pgp5-lookup-key): Ditto.
2042
2043         * pgg.el (pgg-fetch-key): Ditto.
2044
2045 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
2046
2047         * message.el (message-user-organization-file): Check several
2048         locations of the organization file.
2049
2050         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
2051         Add gnus-article-view-part-as-type.
2052
2053         * gnus-art.el (gnus-article-view-part-as-type): New function.
2054
2055         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
2056         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
2057
2058         * mml.el: Simplify autoload.
2059         (mml-mode): defvar dnd-protocol-alist instead of using
2060         symbol-value.
2061         (mml-default-directory): New variable.
2062         (mml-minibuffer-read-file): Use it.
2063         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
2064
2065         * message.el (message-citation-line-format): New variable.
2066         (message-insert-formated-citation-line): New function.
2067         (message-citation-line-function): Add
2068         `message-insert-formated-citation-line' to custom type.
2069
2070         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
2071         to doc string.
2072
2073         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
2074         depending on mm-verify-option.
2075
2076 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2077
2078         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
2079         binding pgg-* variables; reimplement the section which prevents
2080         MIME header from being signed.
2081         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
2082         pgg-text-mode; remove a blank line at the top of body.
2083
2084         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
2085         lines at the top of body; use gnus-newsgroup-charset if there's no
2086         Charset header.
2087
2088 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2089
2090         * message.el (message-self-insert-commands): Doc fix.
2091
2092         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
2093         (mm-uu-pgp-encrypted-test): Ditto.
2094         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
2095         between header and body; return application/pgp-encrypted handle
2096         if decryption failed; decode decrypted body by charset.
2097
2098         * mm-decode.el (mm-automatic-display): Don't make application/pgp
2099         element match to application/pgp-*.
2100
2101 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2102
2103         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
2104         HTML.
2105
2106 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2107
2108         * mail-source.el (mail-source-call-script): Message the error
2109         string.
2110
2111 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2112
2113         * gnus-util.el (gnus-byte-compile): Use it.
2114
2115 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
2116
2117         * gnus-util.el (kill-empty-logs): New function.
2118
2119 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2120
2121         * message.el (message-mail-alias-type): Doc fix.
2122         (message-mail-alias-type-p): New function.
2123         (message-send): Use it.
2124         (message-mode): Ditto.
2125         (message-strip-forbidden-properties): Ditto.
2126
2127         * ecomplete.el (ecomplete-database-file-coding-system): New
2128         variable.
2129         (ecomplete-save): Use it.
2130         (ecomplete-setup): Use it.
2131
2132 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2133
2134         * message.el (message-self-insert-commands): New variable.
2135         (message-strip-forbidden-properties): Use it.
2136
2137 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138
2139         * message.el (message-put-addresses-in-ecomplete): Use a regexp
2140         that doesn't make XEmacs choke.
2141
2142 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
2143
2144         * gnus-util.el (gnus-replace-in-string):
2145         Prefer replace-regexp-in-string over of replace-in-string.
2146
2147 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2148
2149         * gnus-util.el (gnus-select-frame-set-input-focus):
2150         Use select-frame-set-input-focus if it is available in XEmacs; use
2151         definition defined in Emacs 22 for old Emacsen.
2152
2153         * dgnushack.el: Autoload unmorse-region for XEmacs.
2154
2155         * lpath.el: Bind cursor-in-non-selected-windows and
2156         select-frame-set-input-focus for XEmacs.
2157
2158 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2159
2160         * mm-view.el (mm-inline-text): Use equal instead of equalp.
2161
2162 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2163
2164         * gnus-registry.el (gnus-registry-cache-save): Remove text
2165         properties when saving via the temp buffer.
2166
2167 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2168
2169         * message.el (message-generate-hashcash): Honor custom type.
2170
2171 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2172
2173         * message.el (message-generate-hashcash): Default to non-nil when
2174         hashcash is found.
2175
2176         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
2177         (gnus-refer-thread-limit): Increase default to 500.
2178
2179         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
2180
2181         * flow-fill.el (fill-flowed): Allow delete-space.
2182
2183 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2184
2185         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
2186         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
2187         Remove autoloads.
2188
2189 2006-04-18  Simon Josefsson  <jas@extundo.com>
2190
2191         * message.el (message-generate-hashcash): Default to.
2192
2193 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2194
2195         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
2196         concatenating segments rather than before concatenating them.
2197
2198 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2199
2200         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
2201
2202 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2203
2204         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
2205
2206         * message.el (message-forward-make-body-plain): Allow
2207         message-forward-ignored-headers to be a list.
2208         (message-remove-ignored-headers): Factor out into function.
2209         (message-forward-make-body-mml): Use it.
2210
2211         * imap.el (imap-quote-specials): New function.
2212         (imap-login-auth): Quote specials.
2213
2214         * rfc2231.el (rfc2231-parse-string): Remove dead code.
2215         (rfc2231-parse-string): Allow concatanation of parameters that
2216         aren't contiguous.  The test case is
2217           (mail-header-parse-content-type "message/external-body;
2218             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
2219             access-type=LOCAL-FILE;
2220             name*1*=plugh%2fhello-sailor%2fbing.pdf")
2221
2222 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2223
2224         * nntp.el (nntp-accept-process-output): Return the value of
2225         `nnheader-accept-process-output'.
2226
2227 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2228
2229         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
2230         (gnus-button-alist): Recognize more diff formats.
2231         (gnus-button-patch): Strip directory.
2232
2233 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2234
2235         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
2236         Emacs 22 when setting focus.
2237
2238 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2239
2240         * gnus-art.el (gnus-article-treat-types): Do treatment of
2241         text/x-verbatim parts.
2242         (gnus-button-patch): New command.
2243
2244         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
2245         addresses that contain invalid characters.
2246
2247 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2248
2249         * message.el (message-put-addresses-in-ecomplete): Use
2250         gnus-replace-in-string.
2251         (message-is-yours-p): Use the more correct
2252         mail-header-parse-address instead of
2253         mail-extract-address-components.
2254         (message-put-addresses-in-ecomplete): Fix typo.
2255
2256         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
2257         keystroke.
2258
2259         * gnus-art.el (gnus-treatment-function-alist): Change order of
2260         newsgroups/generic header folding to avoid double-folding.
2261
2262         * message.el (message-hidden-headers): Add X-Draft-From.
2263
2264         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
2265         command.
2266         (gnus-summary-repeat-search-article-backward): New command.
2267
2268         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
2269         groups in the parent topic.
2270
2271 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
2272
2273         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
2274         (spam-extra-header-to-number): Return the CRM114 number as a
2275         number instead of a string.
2276
2277 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2278
2279         * gnus-art.el (gnus-face-properties-alist): Moved here from
2280         gnus-fun.
2281
2282         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
2283
2284 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2285
2286         * message.el (message-strip-forbidden-properties): Only display on
2287         self-insert-command.
2288
2289         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
2290         reindent.
2291         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
2292
2293 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
2294
2295         * smiley.el (smiley-style): Fix typo.
2296
2297 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2298
2299         * hashcash.el (hashcash-insert-payment-async-2): Use
2300         message-goto-eoh instead of doing it manually.
2301         (mail-add-payment): Use message-narrow-to-header instead of trying
2302         to do the same itself.
2303
2304         * message.el (message-hidden-headers): Add Face.
2305
2306         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
2307         reparenting code.
2308         (gnus-summary-reparent-children): Refactored out code.
2309         (gnus-summary-thread-map): New keystroke.
2310         (gnus-summary-reparent-children): Make into command.
2311
2312         * smiley.el (smiley-style): Default to `medium' if using a large
2313         font.
2314
2315         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
2316         does it itself.
2317
2318         * message.el (message-point-in-header-p): Simplify definition.
2319
2320 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2321
2322         * nnagent.el (nnagent-request-set-mark): Silence log file
2323         writing.
2324         (nnagent-request-set-mark): Use write-region instead of
2325         append-to-file.
2326
2327         * gnus-sum.el (gnus-read-header): Fudge article number if using a
2328         strange select method.
2329
2330         * ecomplete.el (ecomplete-display-matches): Get highlightling
2331         right.
2332         (ecomplete-display-matches): Use literals.
2333         (ecomplete-display-matches): Disable message logging.
2334
2335         * message.el (message-display-abbrev): Small optimization.
2336
2337         * ecomplete.el (ecomplete-display-matches): Allow automatic
2338         display.
2339
2340         * message.el (message-strip-forbidden-properties): Display
2341         abbrevs.
2342         (message-display-abbrev): Get automatic display right.
2343
2344         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
2345         keystrokes.
2346
2347 2006-04-13  Romain Francoise  <romain@orebokech.com>
2348
2349         TODO: Backport to v5-10!
2350
2351         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
2352         Moved here (and renamed) from gnus-registry.el.
2353
2354         * gnus-registry.el: Require gnus-util.
2355         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
2356
2357 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2358
2359         * gnus-group.el (gnus-group-catchup-current): Change
2360         if-then-else-if-then-else into cond.
2361         (gnus-group-catchup): Indent.
2362         (group-name-at-point): New function.
2363         (gnus-fetch-group): Provide default from thing at point.
2364
2365 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2366
2367         * message.el (message-display-abbrev): Fix regexp.
2368
2369         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
2370         choosing.
2371         (ecomplete-highlight-match-line): Fix up code rewrite, remove
2372         dead variables.
2373
2374         * message.el (message-newline-and-indent): Remove debugging.
2375         (message-display-abbrev): Use new implementation.
2376
2377 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2378
2379         * gnus-art.el (gnus-article-mode): Set
2380         cursor-in-non-selected-windows to nil.
2381
2382         * smiley.el: Revert previous change.
2383         (smiley-data-directory): defvar it before using it in the
2384         defcustom of `smiley-style'.
2385
2386 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2387
2388         * message.el (message-newline-and-indent): New function.
2389
2390         * ecomplete.el: Implement more bits.
2391
2392         * message.el (message-put-addresses-in-ecomplete): Clean up the
2393         string.
2394
2395         * ecomplete.el (ecomplete-add-item): Chop off decimals.
2396
2397         * gnus-sum.el (gnus-summary-save-parts): Bind
2398         gnus-summary-save-parts-counter and use it to make unique file
2399         names.
2400
2401         * gnus-art.el (gnus-ignored-headers): Add some more headers.
2402
2403         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
2404         parameter to say whether to actually parse the individual
2405         addresses.
2406
2407         * message.el (message-put-addresses-in-ecomplete): New function.
2408         (ecomplete): Require.
2409         (message-mail-alias-type): Add ecomplete as an option.
2410
2411 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
2412
2413         * flow-fill.el (fill-flowed): Remove trailing space from blank
2414         quoted lines.
2415
2416 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2417
2418         * smiley.el (smiley-style): Move definition later to avoid a
2419         compilation warning.
2420
2421 2006-04-12  Kenichi Handa  <handa@m17n.org>
2422
2423         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
2424         buffer and then decode the buffer text if necessary.
2425         (rfc2231-encode-string): Be sure to work on multibyte buffer at
2426         first, and after mm-encode-body, change the buffer to unibyte.
2427         Use mm-disable-multibyte instead of set-buffer-multibyte.
2428
2429 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2430
2431         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
2432         Content-Type header instead of Content-Disposition header.
2433         (gnus-mime-inline-part): Ditto.
2434         (gnus-mime-view-part-as-charset): Ignore charset that the part
2435         specifies.
2436
2437         * mm-decode.el (mm-display-part): Work with external parts and
2438         usual parts similarly.
2439
2440         * mm-extern.el (mm-inline-external-body): Use mm-display-part
2441         instead of gnus-display-mime.
2442
2443         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
2444         instead of with-temp-buffer.
2445
2446         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
2447         tag to summarized topics part in order to encode non-ASCII text.
2448
2449 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2450
2451         * smiley.el (smiley-style): New variable.
2452         (smiley-directory): New function.
2453         (smiley-data-directory): Derive from `smiley-style' using
2454         `smiley-directory'.
2455         (smiley-regexp-alist): Add new entries.
2456
2457         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
2458         (gnus-article-browse-delete-temp): Add :version.
2459
2460 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2461
2462         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
2463         the sieve region.
2464
2465 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2466
2467         * gnus.el (gnus-version-number): Bump version.
2468
2469 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2470
2471         * gnus.el: No Gnus v0.4 is released.
2472
2473 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2474
2475         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
2476         layout.
2477
2478         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
2479         unknown charset.
2480
2481         * message.el (message-header-synonyms): Add Original-To to the
2482         default.
2483
2484         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
2485         optional parameter.
2486
2487 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
2488
2489         * gnus-fun.el (gnus): Require it for gnus-directory.
2490
2491 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2492
2493         * gnus-fun.el (gnus-face-properties-alist): Add :version.
2494
2495 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2496
2497         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
2498
2499 2006-04-05  Simon Josefsson  <jas@extundo.com>
2500
2501         * password.el (password-reset): New function.
2502
2503 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2504
2505         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
2506         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2507
2508 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2509
2510         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2511         Some whitespace was matched into the url, which broke browsing hits
2512         > 100 when mm-url-use-external was nil.
2513
2514 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
2515
2516         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
2517         gnus-extra-headers for 'Newsgroups.
2518
2519         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
2520         bound.
2521
2522 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
2523
2524         * pgg-gpg.el: Clean up process buffers every time gpg processes
2525         complete.
2526
2527 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
2528
2529         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
2530         doc string.
2531
2532 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
2533
2534         * pgg-gpg.el (pgg-gpg-process-filter)
2535         (pgg-gpg-wait-for-completion): Check if buffer is alive.
2536
2537         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
2538         lines, temporary fix.
2539
2540 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2541
2542         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
2543
2544 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
2545
2546         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2547         default-enable-multibyte-characters.  This reverts the change from
2548         revision 6.17 which is no longer necessary because the passphrase
2549         is sent separately now.  GnuPG messages are unreadable under
2550         multibyte locales with default-enable-multibyte-characters set to
2551         nil.
2552
2553 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
2554
2555         * message.el (message-tool-bar-gnome): Move "spell".
2556
2557 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
2558
2559         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
2560         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
2561         instead.
2562
2563 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
2564
2565         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
2566         newsgroups handling for NNTP overviews which don't include
2567         Newsgroups.
2568
2569 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2570
2571         * message.el (message-resend): Bind message-generate-hashcash to nil.
2572
2573 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2574
2575         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
2576         when searching for already-paid recipients.
2577
2578 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
2579
2580         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
2581         passphrases when it is not needed.
2582         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
2583         passphrase stuff from gpg, should only be necessary when you use
2584         gpg with a smartcard.
2585
2586 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2587
2588         * mml.el (mml-insert-mime): Ignore cached contents of
2589         message/external-body part.
2590
2591         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
2592         (mm-insert-part): Ditto.
2593
2594 2006-03-23  Simon Josefsson  <jas@extundo.com>
2595
2596         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
2597         Reiner.
2598         (pgg-gpg-use-agent-p): Use it again.
2599
2600 2006-03-23  Simon Josefsson  <jas@extundo.com>
2601
2602         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
2603         older emacsen.
2604         (pgg-gpg-use-agent-p): Don't use it.
2605
2606 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
2607
2608         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
2609         if we can.
2610
2611 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
2612
2613         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2614         (pgg-gpg-update-agent): New function.
2615         (pgg-gpg-use-agent-p): New function.
2616         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2617         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2618         (pgg-gpg-sign-region): Use it.
2619
2620 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2621
2622         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
2623         Reported by Ralf Wachinger <rwachinger@gmx.de>.
2624
2625 2006-03-21  Simon Josefsson  <jas@extundo.com>
2626
2627         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
2628         <wilde@sha-bang.de>.
2629         (pgg-gpg-use-agent): New variable.
2630         (pgg-gpg-process-region): Use it.
2631         (pgg-gpg-encrypt-region): Likewise.
2632         (pgg-gpg-encrypt-symmetric-region): Likewise.
2633         (pgg-gpg-decrypt-region): Likewise.
2634         (pgg-gpg-sign-region): Likewise.
2635         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
2636
2637 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2638
2639         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
2640
2641         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
2642         Add comment on version.
2643
2644 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2645
2646         * smiley.el: Add missing test smiley.
2647
2648 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2649
2650         * mm-decode.el (mm-with-part): New macro.
2651         (mm-get-part): Use it; work with message/external-body as well.
2652         (mm-save-part): Treat name and filename equally.
2653
2654         * mm-extern.el (mm-extern-cache-contents): New function.
2655         (mm-inline-external-body): Use it; force the part to be displayed;
2656         move undisplayer added to the cached handle to the parent.
2657
2658         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
2659         (gnus-mime-view-part-as-type): Work with message/external-body.
2660
2661         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
2662
2663 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2664
2665         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
2666         images in image-load-path.  [Sync with image.el, revision 1.60, in
2667         Emacs.]
2668
2669 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2670
2671         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
2672         path rather than symbol.  Always return list of directories.
2673         Guarantee that image directory comes first.  [Sync with image.el,
2674         revision 1.59, in Emacs.]
2675
2676         * message.el (message-make-tool-bar): Adjust to new API of
2677         `gmm-image-load-path-for-library'.
2678
2679         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2680
2681         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2682
2683 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2684
2685         * gnus-art.el (gnus-article-only-boring-p):
2686         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
2687         intangible text.
2688         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
2689
2690 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
2691
2692         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
2693         `defun' instead of `gmm-defun-compat'.
2694
2695 2006-03-14  Simon Josefsson  <jas@extundo.com>
2696
2697         * message.el (message-unique-id): Don't use message-number-base36
2698         if (user-uid) is a float.
2699         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
2700
2701 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2702
2703         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
2704
2705         * gnus-art.el (gnus-mime-display-single): Make sure there is an
2706         empty line between a part and a message part.
2707
2708 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
2709
2710         * smiley.el: Add more test smileys.
2711         (smiley-data-directory, smiley-regexp-alist)
2712         (gnus-smiley-file-types): Fix doc strings.
2713         (smiley-update-cache): Clear smiley-cached-regexp-alist before
2714         adding new elements.
2715         (smiley-mouse-map): Unused code.  Make it a comment.
2716
2717 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2718
2719         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
2720         scan latest NoCeM messages instead of old ones.
2721         (gnus-nocem-check-article): Fix regexps so as to match to PGP
2722         delimiters that are recently used.
2723         (gnus-nocem-load-cache): Add autoload cookie.
2724
2725         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
2726
2727         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
2728         level which is larger than gnus-use-nocem is specified.
2729
2730         * gnus-group.el (gnus-group-get-new-news): Ditto.
2731
2732 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2733
2734         * gnus-util.el (gnus-tool-bar-update): New function.
2735
2736         * gnus-group.el (gnus-group-update-tool-bar): New variable.
2737         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
2738
2739         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
2740
2741         * gnus-group.el (gnus-group-redraw-when-idle)
2742         (gnus-group-redraw-check): Remove.
2743         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
2744
2745 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2746
2747         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
2748         if optional last element is specified in splits (FIELD VALUE...).
2749
2750 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
2751
2752         * message.el (message-make-tool-bar): Rename gmm-image-load-path
2753         to gmm-image-load-path-for-library.  Call with no-error argument.
2754         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
2755
2756         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2757
2758         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2759
2760         * gmm-utils.el (gmm-image-load-path): Remove alias.
2761
2762 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
2763
2764         * gmm-utils.el (gmm-image-load-path): Add alias.
2765
2766         * nnml.el (nnml-generate-nov-databases-directory): Rename from
2767         nnml-generate-nov-databases-1.
2768         (nnml-generate-nov-databases): Use it.
2769         (nnml-generate-nov-databases-directory): Document no-active
2770         argument.
2771
2772         * gmm-utils.el (gmm-image-load-path-for-library): Return single
2773         directory if path is t.  Add no-error.
2774
2775         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
2776         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2777
2778         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
2779         resetting gnus-article-browse-html-temp-list.
2780
2781         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
2782         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
2783         Add example to docstring.  Rename local variables.  Move error
2784         checks to default case in cond and simplify.
2785
2786 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2787
2788         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
2789         handle is multipart when calling it recursively.
2790         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
2791
2792 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
2793
2794         * nnimap.el (nnimap-request-update-info-internal): Optimize.
2795         Don't `gnus-uncompress-range' to avoid excessive memory usage.
2796
2797 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2798
2799         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
2800         is loaded.
2801
2802         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
2803         loaded.
2804
2805 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2806
2807         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
2808         to "Emacs 23 (unicode)" in doc string.
2809
2810         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
2811         "Emacs 23 (unicode)" in comment.
2812
2813 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2814
2815         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
2816
2817         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
2818         characters 160 through 255 in Emacs 23.
2819
2820 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2821
2822         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
2823         gnus-article-browse-html-temp.
2824         (gnus-article-browse-delete-temp): Make it customizable.  Add
2825         `file'.  Adjust doc string.
2826         (gnus-article-browse-delete-temp-files): Add argument.  Allow
2827         query for each file.  Adjust doc string.
2828         (gnus-article-browse-html-parts): Add
2829         `gnus-article-browse-delete-temp-files' to
2830         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
2831
2832 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
2833
2834         * gnus-art.el (gnus-article-browse-html-temp)
2835         (gnus-article-browse-delete-temp): New variables.
2836         (gnus-article-browse-delete-temp-files): New function.
2837         (gnus-article-browse-html-parts): Use it.
2838
2839 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2840
2841         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
2842
2843         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
2844         string.
2845
2846         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
2847         gnus-summary-insert-new-articles when unplugged.  Remove
2848         gnus-summary-search-article-forward.
2849
2850         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
2851         display-visual-class instead of display-color-cells.
2852
2853 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2854
2855         * dgnushack.el: Autoload customize-group for XEmacs.
2856
2857         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
2858         message/* containing non-ASCII text properly.
2859
2860 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2861
2862         * message.el: Require gmm-utils, remove autoloads.
2863         (message-tool-bar): Set default based on
2864         gmm-tool-bar-style.
2865         (message-tool-bar-gnome): Add gmm-customize-mode.
2866
2867         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
2868         gmm-tool-bar-style.
2869         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
2870
2871         * gnus-group.el (gnus-group-tool-bar): Set default based on
2872         gmm-tool-bar-style.
2873         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
2874
2875         * gmm-utils.el (gmm-image-directory): Rename variable from
2876         gmm-image-load-path.
2877         (gmm-image-load-path): Use gmm-image-directory.
2878         (gmm-customize-mode): New function.
2879         (gmm-tool-bar-style): New variable.
2880
2881         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
2882         gnus-group-redraw-line-number.
2883         (gnus-group-redraw-check): Simplify.
2884         (gnus-group-tool-bar-update): Remove redraw check.
2885         (gnus-group-make-tool-bar): Add redraw check.
2886
2887 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
2888
2889         * gnus-art.el (gnus-button): Add missing parentheses.
2890
2891 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2892
2893         * lpath.el: Fbind line-number-at-pos.
2894
2895 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2896
2897         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
2898
2899 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2900
2901         * gnus-art.el (gnus-button): New face.
2902         (gnus-article-button-face): Use it.
2903
2904         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
2905         gnus-summary-next-page.  Re-order.
2906
2907         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
2908         next-node are now included.
2909         (gnus-group-redraw-line-number): New internal variable.
2910         (gnus-group-redraw-check): Helper function for updating the tool
2911         bar.
2912         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
2913
2914         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
2915
2916         * spam.el (spam-spamassassin-score-regexp): New internal variable.
2917         (spam-extra-header-to-number, spam-check-spamassassin-headers):
2918         Use it to match format of Spamassassin 3.0 and later.  Reported by
2919         IRIE Tetsuya <irie@t.email.ne.jp>.
2920         (spam-check-bogofilter)
2921         (spam-bogofilter-register-with-bogofilter): Fix args of
2922         `gnus-error' calls.
2923
2924 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2925
2926         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
2927         unnecessary interaction when sending queued mails.  Reported by
2928         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
2929
2930 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2931
2932         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
2933         first or last are nil.
2934
2935 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2936
2937         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
2938
2939 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2940
2941         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
2942
2943 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2944
2945         * dns.el (query-dns): Protect more against buggy tcp output.
2946
2947 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2948
2949         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
2950         nov.php.
2951
2952 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2953
2954         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
2955         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
2956         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
2957         output on the server side.
2958         (nnweb-google-create-mapping): Update regexps and add some
2959         progress indication.
2960
2961 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
2962
2963         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
2964         gnus-agent-toggle-plugged.  Re-order icons.
2965         (gnus-group-tool-bar-gnome): Add
2966         gnus-group-{prev,next}-unread-group.
2967         (gnus-group-tool-bar-gnome): Re-order icons.
2968
2969         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
2970         gnus-summary-insert-new-articles.
2971
2972         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
2973         comments.
2974
2975         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
2976         also available in Emacs 21.3.
2977
2978         * message.el (message-fix-before-sending): Change "Emacs 22" to
2979         "Emacs 23 (unicode)" in comment.
2980
2981         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
2982         "Emacs 23 (unicode)" in comment.
2983
2984         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
2985         comment.
2986         (mm-coding-system-p): Add comment about no-MULE XEmacs.
2987
2988         * mm-view.el (mm-fill-flowed): Add :version.
2989
2990 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2991
2992         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
2993         and load-path.
2994
2995 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
2996
2997         * message.el: Autoload gmm-image-load-path.
2998         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
2999         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
3000         consitency.
3001
3002         * gmm-utils.el (gmm-image-load-path): Also search in
3003         "../etc/images".  Don't set gmm-image-load-path if we don't find
3004         the image.
3005
3006 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3007
3008         * gmm-utils.el (gmm-image-load-path): Don't make
3009         `gmm-image-load-path' include subdirectories which the second arg
3010         `image' might specify.
3011
3012         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
3013         subdirectory to icon file names.
3014
3015         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
3016
3017 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
3018
3019         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
3020         gmm-image-load-path calls.
3021
3022         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3023
3024         * message.el (message-make-tool-bar): Ditto.
3025
3026         * mml.el (mml-preview): Added comment concerning tool bar icons.
3027
3028         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
3029         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
3030
3031         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
3032         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
3033
3034         * message.el (message-tool-bar-gnome): Use new icon names.
3035         (message-make-tool-bar): Use `gmm-image-load-path'.
3036
3037         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
3038         functions from MH-E.
3039         (gmm-image-load-path): New variable from MH-E.
3040         (gmm-image-load-path): New function from MH-E.  Added arguments
3041         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
3042         *-image-load-path-called-flag.
3043
3044 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
3045
3046         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
3047
3048 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
3049
3050         * nnimap.el (nnimap-request-move-article): Change folder back to
3051         source group before deleting.
3052
3053 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3054
3055         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
3056
3057         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
3058         mm-url.
3059
3060         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
3061
3062 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3063
3064         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
3065         coding system which mm-charset-to-coding-system returns for a
3066         given charset is valid.
3067
3068 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
3069
3070         * html2text.el (html2text-remove-tag-list):
3071         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
3072
3073 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
3074
3075         * gnus-cus.el: Revert 2005-10-17 change.
3076
3077 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3078
3079         * gnus-art.el (article-strip-banner): Call
3080         article-really-strip-banner only when the regexp match is made.
3081
3082 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3083
3084         * gnus-art.el (article-strip-banner): Use
3085         gnus-extract-address-components instead of
3086         mail-header-parse-addresses to make it work with non-ASCII text;
3087         remove mail-encode-encoded-word-string.
3088
3089         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
3090         values which are surrounded with \"...\"; make it never cause a
3091         Lisp error; give up parsing of parameters if it failed in
3092         extracting type.
3093
3094 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3095
3096         * smime.el (smime-cert-by-ldap-1): Fix bug where
3097         `smime-ldap-search' returns results without userCertificates.
3098
3099 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3100
3101         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
3102
3103 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3104
3105         * spam.el (spam-check-spamassassin-headers): Adapt format for
3106         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
3107         <ari@mbf.ocn.ne.jp>.
3108         (spam-list-of-processors): Add spam-use-gmane.
3109
3110 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3111
3112         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
3113         make-temp-file; make it work with XEmacs as well.
3114
3115         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
3116         mm-make-temp-file.
3117
3118         * mm-decode.el (mm-display-external): Use the 3rd arg of
3119         mm-make-temp-file.
3120         (mm-create-image-xemacs): Ditto.
3121
3122 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3123
3124         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
3125         with message-narrow-to-headers.
3126         (gnus-draft-setup): Narrow to header to run message-fetch-field.
3127         (gnus-draft-check-draft-articles): New function.
3128         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
3129
3130 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3131
3132         * gnus-art.el (gnus-article-browse-html-parts):
3133         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
3134         Don't use suffix argument for mm-make-temp-file for Emacs 21
3135         compatibility.  Remove useless `format'.
3136
3137 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3138
3139         * nnweb.el (nnweb-google-wash-article): Update regexps.
3140         (nnweb-group-alist): Use defvoo instead of defvar.
3141
3142 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3143
3144         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
3145         re-loading nn* modules.
3146
3147 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3148
3149         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
3150         for `tool-bar-mode' and don't check it's default-value.
3151
3152         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3153
3154         * message.el (message-make-tool-bar): Ditto.
3155
3156         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
3157         `substring'.  Shorten tmp-file name.
3158
3159         * gnus.el: Remove bogus comment.
3160
3161 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
3162
3163         * gnus-art.el (gnus-article-browse-html-parts): New function.
3164         (gnus-article-browse-html-article): New function for viewing html
3165         articles with a browser.
3166
3167 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
3168
3169         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
3170         in elisp.
3171         (pgg-gpg-encrypt-symmetric-region): Ditto.
3172         (pgg-gpg-sign-region): Ditto.
3173
3174         * pgg-def.el (pgg-text-mode): New variable.
3175
3176         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
3177         (mml2015-pgg-encrypt): Ditto.
3178
3179         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
3180         (mml1991-pgg-encrypt): Ditto.
3181
3182 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3183
3184         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
3185         message-make-date instead of current-time-string.
3186
3187         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
3188         to gnus-decoded which mm-uu might set.
3189
3190 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3191
3192         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
3193         don't decode quoted parameters; remove misimported Emacs code.
3194         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3195         (rfc2231-decode-encoded-string): Don't use split-string which
3196         behaves differently according to Emacs version; use
3197         mm-decode-coding-region to convert charset to coding-system.
3198         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3199         (rfc2231-encode-string): Remove misimported Emacs code.
3200
3201 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3202
3203         * gnus-art.el (article-decode-charset): Don't use ignore-errors
3204         when calling mail-header-parse-content-type.
3205         (article-de-quoted-unreadable): Ditto.
3206         (article-de-base64-unreadable): Ditto.
3207         (article-wash-html): Ditto.
3208
3209         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
3210         calling mail-header-parse-content-type and
3211         mail-header-parse-content-disposition.
3212         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
3213         mail-header-parse-content-type.
3214
3215         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
3216         insert charset and format parameters; encode description after
3217         inserting it to buffer.
3218         (mml-insert-parameter): Fold lines properly even if a parameter is
3219         segmented into two or more lines; change the max column to 76.
3220
3221         * rfc1843.el (rfc1843-decode-article-body): Don't use
3222         ignore-errors when calling mail-header-parse-content-type.
3223
3224         * rfc2231.el (rfc2231-parse-string): Return at least type if
3225         possible; don't cause an error even if it fails in parsing of
3226         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3227         (rfc2231-encode-string): Don't break lines at the beginning, leave
3228         it to mml-insert-parameter.
3229
3230         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
3231         calling mail-header-parse-content-type.
3232
3233 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
3234
3235         * spam-report.el (spam-report-gmane-use-article-number):
3236         Improve doc string.
3237         (spam-report-gmane-internal): Check if a suitable header was found
3238         in the article.
3239
3240 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3241
3242         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
3243         (rfc2231-encode-string): Make param*=value always begin with LWSP.
3244
3245 2006-02-05  Romain Francoise  <romain@orebokech.com>
3246
3247         Update copyright notices of all files in the gnus directory.
3248
3249 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3250
3251         * nnweb.el (nnweb-request-group): Avoid growing overview files.
3252
3253 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3254
3255         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
3256         segmented lines of parameter value to cope with Thunderbird 1.5
3257         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
3258         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3259         (rfc2231-encode-string): Don't make lines exceeding 76 column.
3260
3261 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
3262
3263         * mml.el (mml-generate-mime-1): Correct the order of inline signed
3264         parts.
3265
3266 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3267
3268         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
3269         there's only one active file for all servers.
3270         (nnweb-request-scan): Make sure nnweb-articles is initialized on
3271         solid groups.  Gnus might have used a FAST request to select the group.
3272         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
3273         and nnweb-search redundantly in the active file.
3274         (nnweb-request-list): Don't list bogus groups.  There can only be one.
3275         (nnweb-request-create-group): Don't use ARGS.
3276         (nnweb-possibly-change-server, nnweb-request-group): Remove some
3277         initialisations.  Let nnoo do the work.
3278
3279 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3280
3281         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
3282         Say the part has been decoded.
3283
3284         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
3285
3286 2006-01-31  Kevin Ryde  <user42@zip.com.au>
3287
3288         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
3289         mailcap-viewer-test-cache when there's no 'test clause, since that
3290         will invert the meaning of a "nil" test previously determined by
3291         mailcap-mailcap-entry-passes-test.
3292
3293 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3294
3295         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
3296         compiling.
3297
3298         * gnus-sum.el: Ditto.
3299
3300         * message.el: Don't bind tool-bar-map when compiling.
3301
3302 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
3303
3304         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
3305
3306 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3307
3308         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
3309         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
3310         current Google Groups.
3311
3312 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
3313
3314         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
3315         and tool-bar-mode.
3316
3317         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
3318         and tool-bar-mode.
3319
3320         * message.el (message-tool-bar-update): Simplify.
3321         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
3322
3323         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
3324         gnus-summary-buffer.
3325         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
3326         gnus-summary-reply.
3327
3328         * gmm-utils.el (gmm): Add :version.
3329
3330 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3331
3332         * Makefile.in (clean): New rule.
3333         (distclean): Use it.
3334
3335 2006-01-26  Steve Youngs  <steve@sxemacs.org>
3336
3337         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
3338         autoload.
3339
3340 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3341
3342         * gmm-utils.el (gmm-verbose): Add :group.
3343
3344 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
3345
3346         * message.el: Change some comments WRT tool-bars.
3347
3348         * gnus-sum.el (gnus-summary-tool-bar)
3349         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
3350         (gnus-summary-tool-bar-zap-list): New variables.
3351         (gnus-summary-make-tool-bar): Complete rewrite using
3352         `gmm-tool-bar-from-list'.
3353
3354         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
3355         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
3356         variables.
3357         (gnus-group-make-tool-bar): Complete rewrite using
3358         `gmm-tool-bar-from-list'.
3359         (gnus-group-tool-bar-update): New function.
3360
3361         * message.el (message-mode-field-menu): Add "Show hidden Headers".
3362
3363 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3364
3365         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
3366         is dissected into a single part of which the type is the same as
3367         the given one; decode charset.
3368
3369 2006-01-21  Kevin Ryde  <user42@zip.com.au>
3370
3371         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
3372         into alists as symbol not string, since that's what
3373         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
3374         look for.
3375
3376 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
3377
3378         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
3379         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
3380
3381         * message.el (message-tool-bar-gnome): Use gmm-ignore.
3382
3383 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3384
3385         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
3386         (gnus-xmas-mime-security-button-menu): New function.
3387
3388         * gnus-art.el (gnus-mime-security-button-commands): New variable.
3389         (gnus-mime-security-button-menu): New definition.
3390         (gnus-mime-security-button-map): Use them.
3391         (gnus-mime-security-button-menu): New function.
3392         (gnus-insert-mime-security-button): Addition to help echo.
3393         (gnus-mime-security-run-function, gnus-mime-security-save-part)
3394         (gnus-mime-security-pipe-part): New functions.
3395
3396         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
3397         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
3398
3399         * mm-decode.el (mm-handle-set-disposition): Remove.
3400         (mm-handle-set-description): Remove.
3401
3402 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3403
3404         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
3405         (mm-w3m-standalone-supports-m17n-p): New function.
3406         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
3407         w3m usage.
3408
3409         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
3410         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
3411
3412 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3413
3414         * message.el (message-tool-bar-zap-list): Use
3415         gmm-tool-bar-zap-list as custom type.
3416         (message-tool-bar-update): New function.
3417         (message-tool-bar, message-tool-bar-gnome)
3418         (message-tool-bar-retro): Add message-tool-bar-update.
3419         (message-tool-bar-gnome): Add flyspell-buffer.
3420
3421         * gnus-util.el (gnus-error): Describe `args'.
3422
3423         * gmm-utils.el (gmm-error): Describe `args'.
3424         (gmm-tool-bar-zap-list): New widget.
3425         (gmm-tool-bar-from-list): Improve description of `zap-list'.
3426
3427 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3428
3429         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
3430         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
3431         the number of recursive calls.
3432
3433         * mm-decode.el (mm-handle-set-disposition): New macro.
3434         (mm-handle-set-description): New macro.
3435
3436 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3437
3438         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
3439         encoding.
3440
3441 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3442
3443         * message.el (message-tool-bar-zap-list, message-tool-bar)
3444         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
3445         (message-tool-bar-local-item-from-menu): Remove.
3446         (message-tool-bar-map): Replace by `message-make-tool-bar'.
3447         (message-make-tool-bar): New function.
3448         (message-mode): Use `message-make-tool-bar'.
3449
3450         * gmm-utils.el: New file.
3451         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
3452         (gmm-lazy): New widget copied from `nnmail.el'.
3453         (gmm-tool-bar-from-list): New function for creating customizable
3454         tool bars.
3455         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
3456         output.
3457         (gmm): Add :prefix to defgroup.
3458
3459 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
3460
3461         * gmm-utils.el (gmm-widget-p): New function.
3462
3463 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3464
3465         * mml.el (mml-attach-file): Describe `description' in doc string.
3466         (mml-menu): Add Emacs MIME manual and PGG manual.
3467
3468 2006-01-20  Richard M. Stallman  <rms@gnu.org>
3469
3470         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
3471
3472 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
3473
3474         * nntp.el (nntp-end-of-line): Doc fix.
3475
3476 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
3477
3478         * imap.el (imap-open): Handle case where buffer is a buffer
3479         object.
3480
3481 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3482
3483         * gnus-delay.el (gnus-delay): Don't autoload.
3484         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3485         to be re-loaded when customizing the `gnus-delay' group.
3486
3487 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
3488
3489         * message.el (message-insert-citation-line): Use newlines.
3490
3491 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3492
3493         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3494         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
3495         these routines, so the passphrase can be managed externally and
3496         passed in to the system.
3497         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3498         pgg-add-passphrase-to-cache function.
3499
3500         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3501         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
3502         these routines, so the passphrase can be managed externally and
3503         passed in to the system.
3504         (pgg-pgp5-sign-region): Use new name of
3505         pgg-add-passphrase-to-cache function.
3506
3507 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3508
3509         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3510         part of the decoded armor to find the key-identifier.
3511         (pgg-gpg-lookup-key-owner): New function to return the
3512         human-readable identifier of a key owner.
3513         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
3514         itself.
3515         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
3516         the key value) if we have a key and can match it against a secret
3517         key.  Also, added a note pointing out fact that the prompt only
3518         indicates the first matching key.
3519
3520         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
3521         pgg-decrypt-region.
3522         (pgg-add-passphrase-to-cache): Rename from
3523         `pgg-add-passphrase-cache' to reduce confusion (all callers
3524         changed).
3525         (pgg-remove-passphrase-from-cache): Rename from
3526         `pgg-remove-passphrase-cache' to reduce confusion (all callers
3527         changed).
3528         (pgg-read-passphrase, pgg-add-passphrase-cache)
3529         (pgg-remove-passphrase-cache): Add informative docstrings.
3530         (pgg-decrypt): Convey provided passphrase in subordinate call to
3531         pgg-decrypt-region.
3532
3533 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
3534
3535         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
3536         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
3537         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
3538         'passphrase' argument, so the passphrase can be managed externally
3539         and then passed in to the system.
3540
3541         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
3542         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
3543         so the passphrase cache can be used reliably with identifiers
3544         besides a pgp packet's key id.
3545
3546         * pgg-gpg.el (pgg-gpg-encrypt-region)
3547         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3548         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
3549         these routines, so the passphrase can be managed externally and
3550         passed in to the system.
3551
3552         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
3553         'notruncate' argument, so the passphrase cache can be used
3554         reliably with identifiers besides a pgp packet's key id.
3555
3556 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
3557
3558         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
3559         symmetric encryption.
3560         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
3561         encrypted session key.
3562         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
3563         message ask for the passphrase in a proper way.
3564
3565         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
3566         New user commands for symmetric encryption.
3567
3568 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3569
3570         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
3571
3572         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
3573
3574 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
3575
3576         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
3577
3578 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3579
3580         * mm-decode.el (mm-inlined-types): Add application/pgp.
3581         (mm-automatic-display): Ditto.
3582
3583         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
3584         part as text.
3585
3586 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3587
3588         * nnrss.el: Update copyright.
3589         (nnrss-opml-import): Query whether to subscribe to each entry.
3590
3591         * gnus-art.el:
3592         * gnus-sum.el:
3593         * gnus-xmas.el:
3594         * messagexmas.el:
3595         * mm-uu.el:
3596         * mm-view.el: Update copyright.
3597
3598 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
3599
3600         * message.el (message-info): New function.
3601         (message-mode-menu): Add it.
3602         Update copyright.
3603
3604         * ChangeLog: Fix and update copyright.
3605
3606 2006-01-13  Romain Francoise  <romain@orebokech.com>
3607
3608         * message.el (message-forward-subject-name-subject): Prefer the
3609         address to 'nowhere' if the sender has no name.
3610         Fix typo.  Update copyright year.
3611
3612 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3613
3614         * gnus-art.el (article-wash-html): Use
3615         gnus-summary-show-article-charset-alist if a numeric arg is given.
3616         (gnus-article-wash-html-with-w3m-standalone): New function.
3617
3618         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
3619         mm-inline-text-html-render-with-w3m-standalone.
3620         (mm-text-html-washer-alist): Map w3m-standalone to
3621         gnus-article-wash-html-with-w3m-standalone.
3622         (mm-inline-text-html-render-with-w3m-standalone): New function.
3623
3624 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3625
3626         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
3627         Improve LaTeX.
3628
3629 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3630
3631         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
3632         (nnrss-request-article): Render text/plain parts as HTML.
3633
3634         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
3635         the buffer.
3636
3637 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3638
3639         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
3640         custom definition of `gnus-posting-styles'.
3641
3642         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
3643         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
3644
3645 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3646
3647         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
3648         Use nntp for bug archive.
3649
3650 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3651
3652         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
3653         parts.
3654         (nnrss-normalize-date): New function converts ISO 8601 date into
3655         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3656         (nnrss-check-group): Use it.
3657
3658 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3659
3660         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
3661
3662         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
3663         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3664         (nnrss-insert-w3): Ditto.
3665
3666 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3667
3668         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
3669         the articles to be forwarded including the case where neither a
3670         number of articles nor a region is specified.
3671
3672 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3673
3674         * nnrss.el (nnrss-request-article): Fix last change; fill
3675         text/plain parts.
3676
3677 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3678
3679         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
3680         in text/plain part.
3681         (nnrss-check-group): Don't add excessive newline to dc:subject.
3682
3683 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
3684
3685         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
3686         article.
3687
3688 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3689
3690         * nnml.el: Don't require gnus-bcklg.  Autoload it.
3691         (nnml-use-compressed-files, nnml-save-mail): Support other
3692         comression programs such as bzip2.
3693
3694 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3695
3696         * dns.el (query-dns): Make sure we check the buffer size before
3697         removing tcp headers.
3698
3699 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3700
3701         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
3702         remove MIME buttons associated with multipart/alternative parts.
3703         (gnus-mime-display-alternative): Tag buttons using `article-type'
3704         text property.
3705
3706         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
3707         associated with multipart/alternative parts.
3708
3709         * gnus-art.el (gnus-signature-separator): Fix custom type.
3710
3711         * mm-decode.el (mm-inlined-types): Fix custom type.
3712         (mm-keep-viewer-alive-types): Ditto.
3713         (mm-automatic-display): Ditto.
3714         (mm-attachment-override-types): Ditto.
3715         (mm-inline-override-types): Ditto.
3716         (mm-automatic-external-display): Ditto.
3717
3718 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3719
3720         * spam-report.el (spam-report-user-mail-address)
3721         (spam-report-user-agent): New variables.
3722         (spam-report-url-ping-plain): Use spam-report-user-agent.
3723
3724 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
3725
3726         * gnus-art.el (gnus-button-handle-custom): Do not just use
3727         `customize-apropos' for any "M-x customize-*" button but the
3728         function called for.  Accept both the function name and its
3729         argument in order to achieve this.
3730         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
3731         function name to `gnus-button-handle-custom' in case of "M-x
3732         customize-*" buttons.
3733
3734 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3735
3736         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
3737         multipart/alternative and add xref to mm-discouraged-alternatives
3738         in doc string.
3739
3740         * mm-decode.el (mm-discouraged-alternatives): Add xref to
3741         gnus-buttonized-mime-types in doc string.
3742
3743 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
3744
3745         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
3746         Suggest image/.* in the doc string.
3747
3748 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3749
3750         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
3751         message-marks (Debian bug #342521).
3752
3753 2005-12-12  Simon Josefsson  <jas@extundo.com>
3754
3755         * password.el (password-read-from-cache): Add.
3756         (password-read): Use it.
3757
3758 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3759
3760         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
3761         us-ascii as a MIME charset.
3762
3763         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
3764         against the case where the 2nd arg TYPE is nil.
3765
3766 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3767
3768         * pop3.el (pop3-stream-type): Fix custom version.
3769
3770         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
3771
3772 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3773
3774         * mm-decode.el (mm-display-external): Add missing cdr.
3775
3776 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3777
3778         * mm-decode.el (mm-display-external): Use nametemplate (defined in
3779         RFC1524) if it is in mailcap or add a suffix according to
3780         mailcap-mime-extensions when generating a temp filename; postpone
3781         deleting a temp file for 2 seconds for some wrappers, shell
3782         scripts, and so on, which might exit right after having started a
3783         viewer command as a background job.
3784
3785 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3786
3787         * nntp.el (nntp-marks-directory): Fix custom group.
3788
3789         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
3790         steps when < 10.
3791
3792         * gnus-start.el (gnus-no-server-1): Mention
3793         `gnus-level-default-subscribed' in doc string.
3794
3795 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3796
3797         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
3798         parens.
3799
3800 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3801
3802         * gnus-xmas.el (gnus-use-toolbar): Revert.
3803         (gnus-xmas-setup-toolbar): Use global default-toolbar if
3804         gnus-use-toolbar is default.
3805
3806         * messagexmas.el (message-use-toolbar): Revert.
3807         (message-setup-toolbar): Use global default-toolbar if
3808         message-use-toolbar is default.
3809
3810 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3811
3812         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
3813         according to default-toolbar-visible-p.
3814
3815         * messagexmas.el (message-use-toolbar): Ditto.
3816
3817 2005-11-26  Dave Love  <fx@gnu.org>
3818
3819         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
3820         (tls-program, tls-success): Provide openssl alternative.
3821
3822         * starttls.el: Doc fixes.
3823         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
3824         SERVICE to PORT.
3825
3826         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
3827         port null or service name.
3828         (starttls-negotiate): Autoload.
3829
3830 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3831
3832         * message.el (message-kill-to-signature): Fix interactive spec.
3833
3834 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3835
3836         * pop3.el (pop3-open-server): Recognize a string as a service name.
3837
3838 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
3839
3840         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3841
3842 2005-11-23  Dave Love  <fx@gnu.org>
3843
3844         Add pop3s, pop3/starttls.
3845
3846         * pop3.el (pop3-authentication-scheme): Clarify doc.
3847         (open-tls-stream, starttls-open-stream): Autoload.
3848         (pop3-stream-type): New.
3849         (pop3-open-server): Use it.
3850
3851         * mail-source.el (mail-sources): Fix some :types.  Add stream type
3852         for POP.
3853         (mail-source-keyword-map): Add :stream for POP.
3854         (mail-source-fetch-pop): Use pop3-stream-type.
3855
3856 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3857
3858         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
3859         of current-time-string.
3860
3861 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
3862
3863         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
3864         date header.
3865
3866 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3867
3868         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
3869         it can seriously impact performance as it bypasses the agent's
3870         local caches.
3871
3872 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3873
3874         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
3875         must be explicitly online rather than "not explicitly offline" for
3876         its flags to be synchronized.
3877
3878         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
3879         that gnus-uu-unmark-thread will function correctly.
3880
3881         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
3882         1024K is instead displayed as 1M.
3883
3884 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3885
3886         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
3887
3888 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
3889
3890         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
3891
3892 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
3893
3894         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
3895         error message to display actual error condition.
3896         (gnus-agent-save-local): Avoid saving symbols that are bound to
3897         nil as they simply result in a warning message in
3898         gnus-agent-read-local.
3899
3900 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3901
3902         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
3903         rather than make-variable-buffer-local for file-precious-flag.
3904
3905 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3906
3907         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
3908         for duplicates which are removed.  The invalid sort check then
3909         triggers a rescan after the sort as sorting may have moved
3910         duplicate entries such that they can be cheaply detected.
3911
3912 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3913
3914         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
3915
3916 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3917
3918         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
3919         internal variable to a custom variable.  Changed default value
3920         from compressed(2) to uncompressed(1).
3921         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
3922         support for uncompressed agentview files.  Taken together, reading
3923         the agentview file should now be 6-7 times faster.
3924
3925 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3926
3927         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
3928         as a buffer-local variable.  This avoids creating truncated
3929         dribble files as a result of a hang up, eg.
3930
3931 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
3932
3933         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
3934         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
3935         XEmacs.
3936
3937 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3938
3939         * gnus-start.el (gnus-start-draft-setup): Enforce
3940         `gnus-draft-mode' for nndraft:drafts at startup.
3941
3942         * gnus.el (gnus-splash): Change custom group.
3943         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
3944         allow-list argument.
3945
3946         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
3947         string.
3948
3949 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3950
3951         * gnus-art.el (gnus-default-article-saver): Add user-defined
3952         `function' to custom type.
3953
3954 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
3955
3956         * imap.el (imap-open): Handle case where buffer is a buffer
3957         object.
3958
3959 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3960
3961         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
3962         long lines.
3963         (gnus-cache-delete-group): Wrap doc strings.
3964
3965         * gnus-agent.el (gnus-agent-rename-group)
3966         (gnus-agent-delete-group): Wrap doc strings.
3967
3968
3969 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3970
3971         * messagexmas.el (message-use-toolbar): Change the valid values
3972         into default, top, bottom, left, and right.
3973         (message-toolbar-thickness): New variable.
3974         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
3975         well.
3976         (message-setup-toolbar): Make it work.
3977
3978         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
3979         (gnus-use-toolbar): Change the valid values into default, top,
3980         bottom, left, and right.
3981         (gnus-toolbar-thickness): New variable.
3982         (gnus-xmas-setup-toolbar): New function.
3983         (gnus-xmas-setup-group-toolbar): Use it.
3984         (gnus-xmas-setup-summary-toolbar): Use it.
3985
3986 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3987
3988         * gnus-start.el (gnus-1): Add "native" to
3989         gnus-predefined-server-alist.
3990
3991         * gnus.el (gnus-method-to-server): Don't add "native" to the
3992         lists here, because that leads to problems when
3993         gnus-select-method is bound.
3994
3995 2005-11-09  Simon Josefsson  <jas@extundo.com>
3996
3997         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
3998         use (not sort-by-date) instead.
3999
4000 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4001
4002         * gnus-delay.el (gnus-delay-group): Don't autoload.
4003         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4004         to be re-loaded when customizing the `gnus-delay' group.
4005
4006 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
4007
4008         * message.el: Revert last changes.
4009         (message-insert-citation-line): Use newlines.
4010
4011 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4012
4013         * message.el (message-courtesy-message)
4014         (message-mark-insert-begin, message-mark-insert-end)
4015         (message-elide-ellipsis, message-cancel-message)
4016         (message-add-header, message-change-subject)
4017         (message-cross-post-followup-to-header)
4018         (message-cross-post-insert-note, message-reduce-to-to-cc)
4019         (message-widen-reply, message-delete-not-region)
4020         (message-kill-to-signature, message-insert-signature)
4021         (message-insert-importance-high, message-insert-importance-low)
4022         (message-insert-or-toggle-importance)
4023         (message-insert-disposition-notification-to)
4024         (message-indent-citation, message-yank-original)
4025         (message-cite-original-without-signature, message-cite-original)
4026         (message-insert-citation-line, message-position-on-field)
4027         (message-fix-before-sending, message-send-mail-partially)
4028         (message-send-mail, message-send-mail-with-sendmail)
4029         (message-send-mail-with-qmail, message-send-news)
4030         (message-check-news-header-syntax, message-generate-headers)
4031         (message-insert-courtesy-copy, message-fill-address)
4032         (message-fill-header, message-shorten-references)
4033         (message-setup-1, message-cancel-news)
4034         (message-forward-make-body-plain, message-forward-make-body-mime)
4035         (message-forward-make-body-mml, message-encode-message-body)
4036         (message-forward-make-body-digest-plain)
4037         (message-forward-make-body-digest-mime)
4038         (message-use-alternative-email-as-from): Insert `hard-newline'
4039         instead of ordinary newlines.
4040
4041 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * message.el (message-generate-headers): Downcase the argument
4044         given to message-check-element.
4045
4046 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
4047
4048         * nntp.el (nntp-authinfo-rejected): New error condition.
4049         (nntp-wait-for): Use new error condition to signal authentication
4050         error.
4051         (nntp-retrieve-data): Rethrow new error condition to break out of
4052         recursive call to nntp-send-authinfo.
4053
4054 2005-11-08  Romain Francoise  <romain@orebokech.com>
4055
4056         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
4057         (gnus-summary-exit-map): Bind to `Z p'.
4058         (gnus-summary-make-menu-bar): Add menu item.
4059
4060 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
4061
4062         * gnus-art.el (gnus-article-treat-custom): Add `first'.
4063         (gnus-treat-*): Add `first' in all doc strings.
4064
4065         * gnus-group.el (gnus-group-compact-group): Fix typo.
4066
4067 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4068
4069         * gnus.el (gnus-parameters-case-fold-search): New variable.
4070         (gnus-parameters-get-parameter): Use it.
4071
4072         * gnus-score.el (gnus-home-score-file): Doc fix.
4073
4074 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
4075
4076         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
4077
4078 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4079
4080         * mm-util.el (mm-special-display-p): New function.
4081
4082         * mml.el (mml-preview): Use it; doc fix.
4083
4084 2005-10-29  Romain Francoise  <romain@orebokech.com>
4085
4086         * message.el (message-fix-before-sending): Fix comment.
4087
4088 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4089
4090         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
4091
4092 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4093
4094         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
4095         Used in gnus-score.el.
4096
4097 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4098
4099         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
4100
4101 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4102
4103         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
4104         whitespace removed in revision 7.8.  Use concatenated string to
4105         protect trailing whitespace.
4106
4107 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
4108
4109         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
4110         (nnimap-request-expire-articles): Use it to avoid sending 'UID
4111         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
4112         Courier IMAP ("some version from 2004").  Mostly based on similar
4113         code in the same function.
4114
4115 2005-10-26  Didier Verna  <didier@xemacs.org>
4116
4117         * gnus-group.el (gnus-group-compact-group): invalidate original
4118         article buffer.
4119         * gnus-srvr.el (gnus-server-compact-server): ditto.
4120         * nnml.el (nnml-request-compact-group): handle self Xref: field in
4121         NOV database and in article itself.
4122         Invalidate article backlog.
4123
4124 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4125
4126         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
4127
4128 2005-10-26  Simon Josefsson  <jas@extundo.com>
4129
4130         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
4131         part of 2004-07-25 change.
4132
4133 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4134
4135         * message.el (message-display-completion-list): New function.
4136         (message-expand-group): Use it; make sure the Completions buffer
4137         is modifiable.
4138
4139 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4140
4141         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
4142         user-mail-name is an empty string.
4143
4144 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4145
4146         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
4147         depending on gnus-score-decay-constant.
4148
4149         * encrypt.el (encrypt-insert-file-contents)
4150         (encrypt-write-file-contents): Don't use `gnus-message'.
4151
4152         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
4153         arguments.
4154         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
4155         arguments to mm-uu-verbatim-marks-extract.
4156         (mm-uu-hide-markers): New variable.
4157         (mm-uu-extract): Use face similar to `gnus-cite-3'.
4158
4159         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4160         (gnus-convert-image-to-face-command): Use "convert" by default to
4161         allow other input image formats.
4162         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
4163         accordingly.
4164
4165 2005-10-23  Simon Josefsson  <jas@extundo.com>
4166
4167         * imap.el (imap-gssapi-program): Align command line parameters
4168         with latest GNU SASL.
4169         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
4170
4171 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4172
4173         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
4174         HTML.
4175         (nnslashdot-request-article): Ditto.
4176
4177         * lpath.el (featurep): Add nobreak-char-display.
4178
4179 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4180
4181         * mail-source.el (mail-source-fetch-pop): Require pop3.
4182         (mail-source-check-pop): Ditto.
4183
4184 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4185
4186         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
4187         errors.
4188
4189 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4190
4191         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
4192         (gnus-treat-strip-leading-blank-lines): Improve doc string.
4193
4194         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
4195
4196         * mm-bodies.el (mm-decode-string): Call
4197         `mm-charset-to-coding-system' with allow-override argument.
4198
4199 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4200
4201         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
4202         (rfc2047-charset-to-coding-system): New function.
4203         (rfc2047-decode-encoded-words): New function.
4204         (rfc2047-decode-region): Use them.
4205         (rfc2047-decode-cte): Remove.
4206         (rfc2047-parse-and-decode): Remove.
4207         (rfc2047-decode): Remove.
4208
4209 2005-10-15  Kenichi Handa  <handa@m17n.org>
4210
4211         * rfc2047.el (rfc2047-decode-cte): New function.
4212         (rfc2047-decode-region): Change the way to decode successive
4213         encoded-words: decode B- or Q-encoding in each encoded-word,
4214         concatenate them, and decode it as charset.
4215
4216 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4217
4218         * lpath.el: Fbind codepage-setup for XEmacs.
4219
4220 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
4221
4222         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
4223         widget-move-and-invoke.
4224         (gnus-custom-mode): Use gnus-custom-map.
4225
4226 2005-10-15  Bill Wohler  <wohler@newt.com>
4227
4228         * message.el (message-tool-bar-map): Renamed image file from
4229         mail_send to mail/send.
4230
4231 2005-10-16  Masatake YAMATO  <jet@gyve.org>
4232
4233         * message.el (message-expand-group): Pass the common
4234         prefix substring of completion to `display-completion-list'.
4235
4236 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
4237
4238         * mml-sec.el (mml-secure-method): New internal variable.
4239         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
4240         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
4241         functions using mml-secure-method.
4242
4243         * mml.el (mml-mode-map): Add key bindings for those functions.
4244         (mml-menu): Simplify security menu entries.  Suggested by Jesper
4245         Harder <harder@myrealbox.com>.
4246         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
4247         end of message if point is the headers of the message.
4248
4249         * message.el (message-in-body-p): New function.
4250
4251         * assistant.el: Autoload gnus-util and netrc.
4252
4253         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
4254         Use `mm-charset-override-alist' only when decoding.
4255
4256         * mm-bodies.el (mm-decode-body): Call
4257         `mm-charset-to-coding-system' with allow-override argument.
4258
4259         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
4260         `filename' from Content-Disposition if Content-Type doesn't
4261         provide `name'.
4262         (gnus-mime-view-part-as-type): Set default instead of
4263         initial-input.
4264
4265 2005-10-09  Daniel Brockman  <daniel@brockman.se>
4266
4267         * format-spec.el (format-spec): Propagate text properties of % spec.
4268
4269 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
4270
4271         * gnus-art.el (gnus-treat-predicate): Add `first'.
4272
4273 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
4274
4275         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
4276         (mm-charset-override-alist): New variable.
4277         (mm-charset-to-coding-system): Use it.
4278         (mm-codepage-setup): New helper function.
4279         (mm-charset-eval-alist): New variable.
4280         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
4281         about unknown charsets.
4282
4283         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
4284
4285 2005-10-04  David Hansen  <david.hansen@gmx.net>
4286
4287         * nnrss.el (nnrss-request-article): Add support for the comments tag.
4288         (nnrss-check-group): Ditto.
4289
4290 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4291
4292         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
4293         Rename x-gnus-verbatim to x-verbatim.
4294         (mm-uu-type-alist): Fix regexp for verbatim-marks.
4295
4296         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
4297         x-verbatim.
4298
4299         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
4300
4301         * gnus-util.el (gnus-remove-duplicates): Remove.
4302
4303         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
4304         instead of gnus-remove-duplicates.
4305
4306         * message.el (message-remove-duplicates): Remove.
4307         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
4308         message-remove-duplicates.
4309
4310         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
4311         available, else use implementation from `delete-dups'.
4312
4313         * message.el (message-insert-expires): New function.
4314         (message-mode-map): Add key binding.
4315         (message-mode-field-menu): Add menu entry.
4316         (message-mode): Document it.
4317         (message-make-expires-date): Use `message-make-date'.
4318
4319 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
4320
4321         * message.el (message-make-expires-date): New function.
4322
4323 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4324
4325         * Makefile.in (list-installed-shadows): New entry.
4326         (install): Use it.
4327         (remove-installed-shadows): New entry.
4328
4329         * dgnushack.el (dgnushack-default-load-path): New variable.
4330         (dgnushack-find-lisp-shadows): New function.
4331         (dgnushack-remove-lisp-shadows): New function.
4332
4333 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4334
4335         * Makefile.in (install-el-elc): New entry.
4336         (install): Use it so that .el files are necessarily installed.
4337
4338 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4339
4340         * time-date.el: Autoload parse-time-string, XEmacs needs it.
4341
4342 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4343
4344         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
4345         function rather than the diff-mode.el package.
4346         (mm-display-external): Use with-current-buffer.
4347         (mm-viewer-completion-map, mm-viewer-completion-map):
4348         Move initialization inside declaration.
4349
4350 2005-09-29  Simon Josefsson  <jas@extundo.com>
4351
4352         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
4353         autoload mail-check-payment.
4354         (spam-check-hashcash): Define unconditionally, since hashcash.el
4355         is part of Gnus now.  Ignore errors from payment checking.
4356
4357 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4358
4359         * message.el (message-bold-region, message-unbold-region): Rename
4360         from `bold-region' and `unbold-region'.
4361
4362         * message.el: Remove useless autoloads.
4363
4364 2005-09-28  Simon Josefsson  <jas@extundo.com>
4365
4366         * message.el (message-use-idna): Default to t.
4367         (message-use-idna): Test whether encoding works too.  Doc fix.
4368
4369 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4370
4371         * nntp.el (nntp-warn-about-losing-connection): Remove.
4372
4373 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4374
4375         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
4376         customizable.  Change default value.
4377         (mm-uu-diff-groups-regexp): Change default value.
4378         (mm-uu-type-alist): Add doc string.
4379         (mm-uu-configure): Add doc string.  Make it interactive.
4380         (mm-uu-tex-groups-regexp): New variable.
4381         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
4382         (mm-uu-type-alist): Add LaTeX documents.
4383         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
4384         of "text/verbatim".
4385         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
4386
4387         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
4388         instead of "text/verbatim".
4389
4390         * message.el (message-mark-inserted-region)
4391         (message-mark-insert-file): Use slrn style marks when called with
4392         prefix argument.
4393
4394 2005-09-27  Simon Josefsson  <jas@extundo.com>
4395
4396         * message.el (message-idna-to-ascii-rhs-1): Reformat.
4397
4398 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4399
4400         * message.el (message-remove-duplicates): New function.
4401         Implementation borrowed from `gnus-remove-duplicates'.
4402         (message-idna-to-ascii-rhs): Also encode idna addresses in
4403         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4404         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
4405         only ask about the same idna domain once per header and also tell
4406         in what header to replace the idna domain.
4407
4408         * gnus-art.el (article-decode-idna-rhs): Also decode idna
4409         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4410         (article-decode-idna-rhs): Fix regexp so that all idna-address in
4411         a header is decoded and not just the last one.
4412
4413 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4414
4415         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
4416         has been decoded.
4417
4418         * mm-decode.el (mm-automatic-display): Add text/verbatim.
4419         (mm-insert-part): Don't modify text if it has been decoded.
4420
4421         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
4422         decoded.
4423
4424         * mm-view.el (mm-inline-text): Don't strip text props unless
4425         decoding enriched or richtext parts.
4426
4427 2005-09-25  Romain Francoise  <romain@orebokech.com>
4428
4429         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
4430         * gnus-start.el (gnus-subscribe-interactively):
4431         * gnus-uu.el (gnus-uu-grab-articles):
4432         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
4433         space.
4434
4435 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
4436
4437         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4438         * mm-view.el (mm-view-pkcs7-decrypt):
4439         * gnus-sum.el (gnus-summary-limit-to-extra)
4440         (gnus-summary-respool-article, gnus-read-move-group-name):
4441         * gnus-score.el (gnus-summary-increase-score):
4442         * gnus-util.el (gnus-completing-read-with-default):
4443         * gnus-art.el (gnus-read-save-file-name)
4444         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
4445         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
4446         * message.el (message-check-news-header-syntax):
4447         Follow convention for reading with the minibuffer.
4448
4449 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
4450
4451         * spam-report.el (spam-report-url-ping-plain):
4452         Use gnus-extended-version as User-Agent.
4453
4454         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
4455         default value is nil.
4456
4457         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
4458         (mm-uu-verbatim-marks-extract): New function.
4459         (mm-uu-extract): New face.
4460         (mm-uu-copy-to-buffer): Use it.
4461
4462         * spam-report.el (spam-report-gmane-ham): Renamed from
4463         `spam-report-gmane-unspam'.
4464         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
4465         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
4466
4467         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
4468         Autoload.
4469         (spam-report-gmane-unregister-routine): Renamed
4470         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
4471
4472 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
4473
4474         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
4475         (spam-report-gmane-unregister-routine): Add support for gmane
4476         unregistration.
4477
4478         * spam-report.el (spam-report-gmane-unspam)
4479         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
4480         (spam-report-gmane): Change to take a single article and do unspam
4481         registration.
4482
4483 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4484
4485         * mm-url.el (mm-url-decode-entities): Fix regexp.
4486
4487 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4488
4489         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
4490         default to nil, to be able to use Gnus at all.  If the default
4491         switches to something else, then the function should be fixed not
4492         be exceedingly slow.
4493
4494 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
4495
4496         * gnus-start.el (gnus-activate-group): If the server is nil, don't
4497         fail hard.
4498
4499         * spam-report.el: Add better Keywords line.
4500
4501         * spam.el: Add Maintainer and better Keywords line.
4502
4503 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4504
4505         * gnus-art.el (gnus-article-replace-part)
4506         (gnus-mime-replace-part): New functions.
4507         (gnus-mime-action-alist, gnus-mime-button-commands)
4508         (gnus-mime-save-part-and-strip): Added file argument.
4509         (gnus-article-part-wrapper): Added interactive argument.
4510
4511         * gnus-sum.el (gnus-summary-mime-map): Add
4512         `gnus-article-replace-part'.
4513
4514 2005-09-19  Didier Verna  <didier@xemacs.org>
4515
4516         The nnml compaction feature:
4517         * nnml.el (nnml-request-compact-group): New function.
4518         * nnml.el (nnml-request-compact): New function.
4519         * gnus-int.el (gnus-request-compact-group): New function.
4520         * gnus-int.el (gnus-request-compact): New function.
4521         * gnus-group.el (gnus-group-compact-group): New function.
4522         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
4523         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
4524         * gnus-srvr.el (gnus-server-compact-server): New function.
4525         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
4526         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
4527
4528 2005-09-18  Deepak Goel  <deego@gnufans.org>
4529
4530         * sieve.el (sieve-help): Fix `message' call: first arg should be a
4531         format spec.
4532
4533 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4534
4535         * gnus.el (gnus-group-startup-message): Bind image-load-path.
4536
4537 2005-09-15  Romain Francoise  <romain@orebokech.com>
4538
4539         * message.el (message-fill-paragraph): Clarify docstring.
4540
4541 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4542
4543         * gnus-art.el (gnus-mime-display-part): Protect against broken
4544         MIME messages.
4545
4546 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4547
4548         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
4549         before parsing header.
4550
4551 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
4552
4553         * html2text.el: (html2text-replace-list): Add new entities.
4554
4555 2005-09-11  Romain Francoise  <romain@orebokech.com>
4556
4557         * message.el (message-alternative-emails): Improve docstring.
4558         (message-setup-1): Call `message-use-alternative-email-as-from'
4559         after `message-setup-hook' to give it precedence over posting
4560         styles, etc.
4561         (message-use-alternative-email-as-from): Add docstring.  Remove
4562         the original From header if present.
4563
4564         * nnml.el (nnml-compressed-files-size-threshold): New variable.
4565         (nnml-save-mail): Use it.
4566
4567         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
4568         articles.  Add new argument `silent'.
4569         (gnus-uu-mark-all): Report the total number of marked articles.
4570
4571 2005-09-10  Romain Francoise  <romain@orebokech.com>
4572
4573         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
4574         (gnus-uu-mark-series): Likewise.
4575
4576 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
4577
4578         * spam-report.el (spam-report-gmane): Fix generation of spam
4579         report URL.
4580
4581 2005-09-10  Simon Josefsson  <jas@extundo.com>
4582
4583         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
4584         t, based on discussion on the ding list with Robert Epprecht
4585         <epprecht@solnet.ch>.
4586
4587 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
4588
4589         * spam-report.el (spam-report-gmane): Make it work without
4590         X-Report-Spam header.  Gmane now only provides Archived-At.
4591         This is only used if `spam-report-gmane-use-article-number' is nil.
4592         (spam-report-gmane-spam-header): Remove.  Not used anymore.
4593
4594         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
4595         make `gnus-summary-sort-by-recipient' work with threading.
4596
4597         * nnweb.el (nnweb-google-wash-article): Print a message if article
4598         is not available.
4599
4600 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4601
4602         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
4603         change.  Decode text/* parts content before displaying.
4604
4605 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4606
4607         * mml-smime.el: Remove defvar of gnus-extract-address-components.
4608
4609 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4610
4611         * mm-view.el (mm-display-inline-fontify): Disable support modes.
4612
4613         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
4614         url-package-name, url-package-version,
4615         w3m-cid-retrieve-function-alist, w3m-current-buffer,
4616         w3m-display-inline-images, and w3m-minor-mode-map.
4617
4618 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
4619
4620         * message.el (message-tab-body-function): Fixed mismatched custom
4621         type.
4622
4623         * gnus.el (gnus-group-change-level-function): Ditto.
4624
4625         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
4626
4627         * gnus-art.el (gnus-signature-limit)
4628         (gnus-article-mime-part-function): Ditto.
4629
4630 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4631
4632         * mml.el (mml-mode): Silence the byte compiler.
4633
4634         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
4635         using `(sit-for 0)' before moving the point to the specified part;
4636         skip unbuttonized parts.
4637         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
4638         return to the summary window if gnus-auto-select-part is non-nil.
4639
4640 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
4641
4642         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
4643         variables.
4644         (mml-dnd-attach-file, mml-mode): Use them.
4645
4646         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
4647         Make fetching article by MID work again for Google Groups.  Added
4648         FIXME concerning gnus-group-make-web-group.
4649
4650         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
4651         Don't depend on Gnus by using mail-extract-address-components if
4652         gnus-extract-address-components is not bound.
4653
4654 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4655
4656         * gnus-art.el (gnus-mime-display-security): Don't display the
4657         signature, but only the signed part.
4658
4659 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4660
4661         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
4662
4663         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
4664         list, not listp.
4665
4666 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
4667
4668         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
4669         when encoding.
4670
4671         * mm-bodies.el (mm-decode-content-transfer-encoding):
4672         De-canonicalize CRLF for all text content types, not just
4673         text/plain.
4674
4675 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4676
4677         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
4678         valid article; point arrow and cursor at the MIME button.
4679
4680 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4681
4682         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
4683         Suggested by Dan Christensen <jdc@uwo.ca>.
4684
4685         * mm-decode.el (mm-save-part): Enable change of prompt.
4686
4687 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
4688
4689         * gnus-msg.el (gnus-inews-add-send-actions): Made
4690         `message-post-method' lambda parameter ARG `&optional'.
4691
4692 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4693
4694         * gnus-sum.el (gnus-summary-mime-map): Added
4695         gnus-article-save-part-and-strip, gnus-article-delete-part and
4696         gnus-article-jump-to-part.
4697
4698         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
4699         (gnus-article-edit-part): Use it.
4700         (gnus-article-part-wrapper): Added no-handle argument.
4701         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
4702         functions.
4703
4704 2005-08-29  Romain Francoise  <romain@orebokech.com>
4705
4706         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4707         docstring.
4708         (gnus-face-from-file): Likewise.
4709
4710 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4711
4712         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
4713         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
4714         non-nil.
4715         (gnus-auto-select-part): New variable.
4716         (gnus-article-jump-to-part): New function.
4717         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
4718         (gnus-mime-delete-part): Allow selecting specified part after
4719         deleting or stripping parts.
4720         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
4721         part if argument is bogus.
4722
4723 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
4724
4725         * gnus-art.el (w3m-minor-mode-map):
4726         * gnus-spec.el (gnus-newsrc-file-version):
4727         * gnus-util.el (nnmail-active-file-coding-system)
4728         (gnus-original-article-buffer, gnus-user-agent):
4729         * gnus.el (gnus-ham-process-destinations)
4730         (gnus-parameter-ham-marks-alist)
4731         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
4732         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
4733         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
4734         * mm-decode.el (gnus-current-window-configuration):
4735         * mm-extern.el (gnus-article-mime-handles):
4736         * mm-url.el (url-current-object, url-package-name)
4737         (url-package-version):
4738         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
4739         (smime-keys, w3m-cid-retrieve-function-alist)
4740         (w3m-current-buffer, w3m-display-inline-images)
4741         (w3m-minor-mode-map):
4742         * mml-smime.el (gnus-extract-address-components):
4743         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
4744         (gnus-newsrc-hashtb, message-default-charset)
4745         (message-deletable-headers, message-options)
4746         (message-posting-charset, message-required-mail-headers)
4747         (message-required-news-headers):
4748         * mml1991.el (mc-pgp-always-sign):
4749         * mml2015.el (mc-pgp-always-sign):
4750         * nnheader.el (nnmail-extra-headers):
4751         * rfc1843.el (gnus-decode-encoded-word-function)
4752         (gnus-decode-header-function, gnus-newsgroup-name):
4753         * spam-stat.el (gnus-original-article-buffer): Add defvars.
4754
4755 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
4756
4757         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
4758         the end of the date treatments.
4759
4760 2005-08-15  Simon Josefsson  <jas@extundo.com>
4761
4762         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
4763         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
4764         Capello and Romain Francoise.
4765         (pgg-fetch-key-function): Removed, not used?
4766         (pgg-insert-url-with-w3): Require url, to get
4767         url-insert-file-contents regardless of where it is defined.
4768
4769 2005-08-13  Romain Francoise  <romain@orebokech.com>
4770
4771         * message.el (message-cite-original-1): New function.
4772         (message-cite-original): Use it.
4773         (message-cite-original-without-signature): Ditto.
4774
4775 2005-08-08  Romain Francoise  <romain@orebokech.com>
4776
4777         * message.el (message-yank-empty-prefix): New variable.
4778         (message-indent-citation): Use it.
4779         (message-cite-original-without-signature): Respect X-No-Archive.
4780
4781 2005-08-08  Simon Josefsson  <jas@extundo.com>
4782
4783         * pgg.el: Autoload url-insert-file-contents instead of loading
4784         w3/url.
4785         (pgg-insert-url-with-w3): Don't load url here.
4786
4787 2005-08-07  Jesper Harder  <harder@phys.au.dk>
4788
4789         * message.el (message-kill-to-signature): Don't insert newline at
4790         bol.
4791         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
4792
4793 2005-08-06  Romain Francoise  <romain@orebokech.com>
4794
4795         * message.el (message-user-fqdn): Fix typo in docstring.
4796
4797 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
4798
4799         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
4800
4801         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
4802
4803 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4804
4805         * mm-bodies.el (mm-encode-body): Use coding system rather than
4806         charset to encode text.
4807
4808         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
4809         number of charsets if utf-8 is available (XEmacs).
4810
4811 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
4812
4813         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
4814         taken from `gnus-button-mid-or-mail-regexp'.
4815         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
4816         (gnus-button-alist): Improve regexp for domain part of the MIDs
4817         for news:localpart@domain buttons.
4818         (gnus-button-ctan-directory-regexp): Update.
4819
4820 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4821
4822         * sieve-manage.el (sieve-manage-interactive-login): Use
4823         make-local-variable rather than make-variable-buffer-local.
4824         (sieve-manage-open): Ditto.
4825         (sieve-manage-authenticate): Ditto.
4826
4827         * mml.el (mml-generate-mime-1): Make the content type default to
4828         text/plain if the filename is not specified.
4829
4830 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4831
4832         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
4833         instead of insert-buffer.
4834
4835         * message.el (message-yank-original): Ditto; set the mark at the
4836         end of the yanked message.
4837
4838 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4839
4840         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
4841         lines to scroll rather than to stop it.
4842
4843         * mml.el (mml-generate-default-type): Add doc string.
4844         (mml-generate-mime-1): Use mm-default-file-encoding or make it
4845         default to application/octet-stream when determining the content
4846         type if it is not specified for the part or the mml contents; add
4847         a comment about mml-generate-default-type.
4848
4849 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
4850
4851         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
4852         make it default to application/octet-stream when determining the
4853         content type if it is not specified for the external contents.
4854
4855 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4856
4857         * rfc2231.el (rfc2231-parse-string): Take care that not only a
4858         segmented parameter but also other parameters might be there.
4859
4860 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4861
4862         * mm-decode.el (mm-display-external): Delete temp file, directory
4863         and buffer immediately if the external process is exited.
4864
4865 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4866
4867         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
4868         fewer lines than that of scroll-margin.
4869         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
4870
4871 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4872
4873         * gnus-art.el (gnus-article-next-page): Revert.
4874         (gnus-article-beginning-of-window): New macro.
4875         (gnus-article-next-page-1): Use it.
4876         (gnus-article-prev-page): Ditto.
4877         (gnus-article-edit-part): Use insert-buffer-substring instead of
4878         insert-buffer.
4879         (gnus-article-edit-exit): Ditto.
4880
4881         * gnus-util.el (gnus-beginning-of-window): Remove.
4882         (gnus-end-of-window): Remove.
4883
4884         * lpath.el: Don't bind header-line-format and scroll-margin.
4885
4886 2005-07-25  Simon Josefsson  <jas@extundo.com>
4887
4888         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
4889         to have the url package without w3.  Reported by Daiki Ueno
4890         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
4891
4892 2005-07-20  Didier Verna  <didier@xemacs.org>
4893
4894         * gnus-diary.el: Remove the description comment (nndiary is now
4895         properly documented in the Gnus manual).
4896         Fix the spelling of "Back End".
4897         * nndiary.el: Ditto.
4898         Fix the copyright notice.
4899
4900 2005-07-18  Romain Francoise  <romain@orebokech.com>
4901
4902         * gnus-sum.el (gnus-summary-to-prefix,
4903         gnus-summary-newsgroup-prefix): New variables.
4904         (gnus-summary-from-or-to-or-newsgroups): Use them.
4905
4906 2005-07-17  Romain Francoise  <romain@orebokech.com>
4907
4908         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
4909         space as it's generally not especially interesting to the user.
4910
4911 2005-07-16  Romain Francoise  <romain@orebokech.com>
4912
4913         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
4914         nil to avoid prompting and file modification if one of the
4915         messages at the top of the nnfolder file contains a copyright
4916         notice.
4917         Update copyright notice.
4918
4919         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
4920         instead of `current-time-string' as the latter creates a time
4921         string that is not RFC 2822 compliant (it lacks the zone).
4922         Update copyright notice.
4923
4924 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4925
4926         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
4927         for text/rtf.  Display default in prompt.  Pass default for M-n.
4928
4929         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
4930
4931 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4932
4933         * gnus-msg.el (gnus-button-mailto): Remove
4934         save-selected-window-window hackery because it relies on
4935         save-selected-window internals.
4936
4937 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4938
4939         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
4940         (gnus-article-next-page-1): Use gnus-beginning-of-window.
4941         (gnus-article-prev-page): Ditto.
4942
4943         * gnus-util.el (gnus-beginning-of-window): New function.
4944         (gnus-end-of-window): New function.
4945
4946         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
4947
4948 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4949
4950         * gnus-score.el (gnus-score-edit-all-score): Set
4951         gnus-score-edit-exit-function to gnus-score-edit-done and call
4952         gnus-message.
4953
4954 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4955
4956         * gnus-msg.el (gnus-button-mailto): Remove
4957         save-selected-window-window hackery because it relies on
4958         save-selected-window internals.
4959
4960 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4961
4962         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
4963         add-minor-mode.
4964         (gnus-binary-mode): Ditto.
4965
4966         * gnus-topic.el (gnus-topic-mode): Ditto.
4967
4968 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
4969
4970         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
4971         (gnus-article-prev-page): Take scroll-margin into consideration.
4972
4973 2005-07-04  Lute Kamstra  <lute@gnu.org>
4974
4975         Update FSF's address in GPL notices.
4976
4977 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
4978
4979         * gnus.el (gnus-exit):
4980         * gnus-group.el (gnus-group-icons):
4981         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
4982
4983         * gnus-nocem.el (gnus-nocem):
4984         * message.el (message-various, message-buffers, message-sending)
4985         (message-interface, message-forwarding, message-insertion)
4986         (message-headers, message-news, message-mail):
4987         * pgg-gpg.el (pgg-gpg):
4988         * pgg-parse.el (pgg-parse):
4989         * pgg-pgp.el (pgg-pgp):
4990         * pgg-pgp5.el (pgg-pgp5):
4991         * pop3.el (pop3): Finish `defgroup' description with period.
4992
4993 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4994
4995         * gnus-art.el (article-display-face): Improve the efficiency.
4996         (article-display-x-face): Ditto; remove grey x-face stuff.
4997
4998 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4999
5000         * gnus-art.el (article-display-face): Correct the position in
5001         which Faces are inserted.
5002
5003 2005-06-29  Didier Verna  <didier@xemacs.org>
5004
5005         * gnus-art.el (article-display-face): Display faces in correct
5006         order.
5007
5008 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5009
5010         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
5011         (gnus-fill-real-hashtb): Use hash table instead of obarray.
5012         (gnus-nocem-check-article): Fetch the Type header.
5013         (gnus-nocem-message-wanted-p): Fix the way to examine types.
5014         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
5015         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
5016         make sure gnus-nocem-hashtb is initialized.
5017         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
5018         (gnus-nocem-unwanted-article-p): Ditto.
5019
5020         * pgg.el (pgg-verify): Return the verification result.
5021
5022 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5023
5024         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
5025         is ascii.
5026
5027 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
5028
5029         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
5030         `show-nonbreak-escape'.
5031
5032 2005-06-23  Lute Kamstra  <lute@gnu.org>
5033
5034         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
5035
5036         * dig.el (dig-mode):
5037         * smime.el (smime-mode): Use gnus-run-mode-hooks.
5038
5039 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
5040
5041         * nnimap.el (nnimap-split-download-body): Fix spellings.
5042
5043 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
5044
5045         * gnus-art.el (gnus-article-encrypt-body):
5046         * gnus-cus.el (gnus-score-customize):
5047         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
5048         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
5049
5050 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5051
5052         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
5053         header by looking for magic "MII" at the beginnig.
5054
5055 2005-06-16  Miles Bader  <miles@gnu.org>
5056
5057         * gnus-xmas.el (gnus-xmas-group-startup-message):
5058         Use renamed gnus-splash face.
5059
5060         * assistant.el (assistant-field): Remove "-face" suffix from face name.
5061         (assistant-field-face): New backward-compatibility alias for renamed
5062         face.
5063         (assistant-render-text): Use renamed assistant-field face.
5064
5065         * spam.el (spam): Remove "-face" suffix from face name.
5066         (spam-face): New backward-compatibility alias for renamed face.
5067         (spam-face, spam-initialize): Use renamed spam face.
5068
5069         * message.el (message-header-to, message-header-cc)
5070         (message-header-subject, message-header-newsgroups)
5071         (message-header-other, message-header-name)
5072         (message-header-xheader, message-separator, message-cited-text)
5073         (message-mml): Remove "-face" suffix from face names.
5074         (message-header-to-face, message-header-cc-face)
5075         (message-header-subject-face, message-header-newsgroups-face)
5076         (message-header-other-face, message-header-name-face)
5077         (message-header-xheader-face, message-separator-face)
5078         (message-cited-text-face, message-mml-face):
5079         New backward-compatibility aliases for renamed faces.
5080         (message-font-lock-keywords): Use renamed message faces.
5081
5082         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
5083         (sieve-test-commands, sieve-tagged-arguments):
5084         Remove "-face" suffix from face names.
5085         (sieve-control-commands-face, sieve-action-commands-face)
5086         (sieve-test-commands-face, sieve-tagged-arguments-face):
5087         New backward-compatibility aliases for renamed faces.
5088         (sieve-control-commands-face, sieve-action-commands-face)
5089         (sieve-test-commands-face, sieve-tagged-arguments-face):
5090         Use renamed sieve faces.
5091
5092         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
5093         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
5094         (gnus-group-news-3-empty, gnus-group-news-4)
5095         (gnus-group-news-4-empty, gnus-group-news-5)
5096         (gnus-group-news-5-empty, gnus-group-news-6)
5097         (gnus-group-news-6-empty, gnus-group-news-low)
5098         (gnus-group-news-low-empty, gnus-group-mail-1)
5099         (gnus-group-mail-1-empty, gnus-group-mail-2)
5100         (gnus-group-mail-2-empty, gnus-group-mail-3)
5101         (gnus-group-mail-3-empty, gnus-group-mail-low)
5102         (gnus-group-mail-low-empty, gnus-summary-selected)
5103         (gnus-summary-cancelled, gnus-summary-high-ticked)
5104         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
5105         (gnus-summary-high-ancient, gnus-summary-low-ancient)
5106         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
5107         (gnus-summary-low-undownloaded)
5108         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
5109         (gnus-summary-low-unread, gnus-summary-normal-unread)
5110         (gnus-summary-high-read, gnus-summary-low-read)
5111         (gnus-summary-normal-read, gnus-splash):
5112         Remove "-face" suffix from face names.
5113         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5114         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5115         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5116         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5117         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5118         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5119         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5120         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5121         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5122         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5123         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5124         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5125         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5126         (gnus-summary-normal-ticked-face)
5127         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
5128         (gnus-summary-normal-ancient-face)
5129         (gnus-summary-high-undownloaded-face)
5130         (gnus-summary-low-undownloaded-face)
5131         (gnus-summary-normal-undownloaded-face)
5132         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5133         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5134         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5135         (gnus-splash-face):
5136         New backward-compatibility aliases for renamed faces.
5137         (gnus-group-startup-message): Use renamed gnus faces.
5138
5139         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
5140         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
5141         (gnus-server-agent): Remove "-face" suffix from face names.
5142         (gnus-server-agent-face, gnus-server-opened-face)
5143         (gnus-server-closed-face, gnus-server-denied-face)
5144         (gnus-server-offline-face):
5145         New backward-compatibility aliases for renamed faces.
5146         (gnus-server-agent-face, gnus-server-opened-face)
5147         (gnus-server-closed-face, gnus-server-denied-face)
5148         (gnus-server-offline-face): Use renamed gnus faces.
5149
5150         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
5151         Remove "-face" suffix from face names.
5152         (gnus-picon-xbm-face, gnus-picon-face):
5153         New backward-compatibility aliases for renamed faces.
5154
5155         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
5156         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
5157         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
5158         (gnus-cite-11): Remove "-face" suffix from face names.
5159         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
5160         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
5161         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
5162         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
5163         New backward-compatibility aliases for renamed faces.
5164         (gnus-cite-attribution-face, gnus-cite-face-list)
5165         (gnus-article-boring-faces): Use renamed gnus faces.
5166
5167         * gnus-art.el (gnus-signature, gnus-header-from)
5168         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
5169         (gnus-header-content): Remove "-face" suffix from face names.
5170         (gnus-signature-face, gnus-header-from-face)
5171         (gnus-header-subject-face, gnus-header-newsgroups-face)
5172         (gnus-header-name-face, gnus-header-content-face):
5173         New backward-compatibility aliases for renamed faces.
5174         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
5175
5176         * gnus-sum.el (gnus-summary-selected-face)
5177         (gnus-summary-highlight): Use renamed gnus faces.
5178         * gnus-group.el (gnus-group-highlight): Likewise.
5179
5180 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
5181
5182         * gnus-sieve.el (gnus-sieve-article-add-rule):
5183         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
5184         * spam-stat.el (spam-stat-buffer-change-to-spam)
5185         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
5186
5187         * message.el (message-is-yours-p):
5188         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
5189
5190 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5191
5192         * mm-view.el (mm-inline-text): Withdraw the last change.
5193
5194 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5195
5196         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
5197         executing enriched-decode.
5198
5199 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5200
5201         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
5202         charset of tar files.
5203
5204 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
5205
5206         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
5207
5208 2005-06-04  Lute Kamstra  <lute@gnu.org>
5209
5210         * nnfolder.el (nnfolder-read-folder): Make sure that undo
5211         information is never recorded.
5212
5213 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5214
5215         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
5216
5217 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5218
5219         * pop3.el (pop3-apop): Run md5 in the binary mode.
5220
5221         * starttls.el (starttls-set-process-query-on-exit-flag):
5222         Use eval-and-compile.
5223
5224 2005-05-31  Simon Josefsson  <jas@extundo.com>
5225
5226         * smime.el (smime-replace-in-string): Define.
5227         (smime-cert-by-ldap-1): Use it.
5228
5229 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * gnus-art.el (article-display-x-face): Replace
5232         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5233
5234         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
5235         set-process-query-on-exit-flag or process-kill-without-query.
5236
5237         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
5238         loop instead of replace-regexp.
5239
5240         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
5241         instead of process-kill-without-query if it is available.
5242
5243         * lpath.el: Fbind ldap-search-entries.
5244
5245         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
5246         instead of find-file-hooks if it is available.
5247
5248         * mml1991.el: Bind pgg-default-user-id when compiling.
5249
5250         * mml2015.el: Bind pgg-default-user-id when compiling.
5251
5252         * nndraft.el (nndraft-request-associate-buffer):
5253         Use write-contents-functions instead of write-contents-hooks if it is
5254         available.
5255
5256         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
5257         instead of find-file-hooks if it is available.
5258
5259         * nntp.el (nntp-open-connection): Replace
5260         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5261         (nntp-open-ssl-stream): Ditto.
5262         (nntp-open-tls-stream): Ditto.
5263
5264         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
5265         set-process-query-on-exit-flag or process-kill-without-query.
5266         (starttls-open-stream-gnutls): Use it instead of
5267         process-kill-without-query.
5268         (starttls-open-stream): Ditto.
5269
5270 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
5271
5272         * smime.el (smime-cert-by-ldap-1): Don't use
5273         replace-regexp-in-string.
5274
5275 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5276
5277         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
5278
5279         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
5280         in PEM format. Adjust to the XEmacs compability.
5281
5282 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
5283
5284         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
5285         by `string-to-number'.
5286         * gnus-agent.el (gnus-agent-regenerate-group)
5287         (gnus-agent-fetch-articles): Ditto.
5288         * gnus-art.el (gnus-button-fetch-group): Ditto.
5289         * gnus-cache.el (gnus-cache-generate-active)
5290         (gnus-cache-articles-in-group): Ditto.
5291         * gnus-group.el (gnus-group-set-current-level)
5292         (gnus-group-insert-group-line): Ditto.
5293         * gnus-score.el (gnus-score-set-expunge-below)
5294         (gnus-score-set-mark-below, gnus-summary-score-effect)
5295         (gnus-summary-score-entry): Ditto.
5296         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
5297         (gnus-soup-pack): Ditto.
5298         * gnus-spec.el (gnus-xmas-format): Ditto.
5299         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
5300         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
5301         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
5302         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
5303         * nndb.el (nndb-get-remote-expire-response): Ditto.
5304         * nndiary.el (nndiary-parse-schedule-value)
5305         (nndiary-string-to-number, nndiary-request-replace-article)
5306         (nndiary-request-article): Ditto.
5307         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
5308         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
5309         * nneething.el (nneething-make-head): Ditto.
5310         * nnfolder.el (nnfolder-request-article)
5311         (nnfolder-retrieve-headers): Ditto.
5312         * nnheader.el (nnheader-file-to-number): Ditto.
5313         * nnkiboze.el (nnkiboze-request-article): Ditto.
5314         * nnmail.el (nnmail-process-unix-mail-format)
5315         (nnmail-process-babyl-mail-format): Ditto.
5316         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
5317         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
5318         (nnmh-request-create-group, nnmh-request-list-1)
5319         (nnmh-request-group, nnmh-request-article): Ditto.
5320         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
5321         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
5322         * nnsoup.el (nnsoup-make-active): Ditto.
5323         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
5324         * nntp.el (nntp-find-group-and-number)
5325         (nntp-retrieve-headers-with-xover): Ditto.
5326         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
5327         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
5328         (pgg-format-key-identifier): Ditto.
5329         * pop3.el (pop3-last, pop3-stat): Ditto.
5330         * qp.el (quoted-printable-decode-region): Ditto.
5331
5332         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
5333         of concat.
5334
5335 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5336
5337         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
5338
5339         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
5340
5341         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
5342
5343         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
5344
5345         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
5346
5347         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
5348
5349         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
5350         (gnus-carpal-mode): Ditto.
5351
5352         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
5353         (gnus-browse-mode): Ditto.
5354
5355         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
5356
5357         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
5358
5359 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5360
5361         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
5362
5363 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5364
5365         * gnus-util.el (gnus-run-mode-hooks): New function.
5366
5367         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
5368
5369         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
5370         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
5371
5372 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
5373
5374         * gnus-agent.el (gnus-agent-make-mode-line-string):
5375         Use mode-line-highlight as mouse-face.
5376
5377 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5378
5379         * canlock.el (canlock): Change the parent group to news.
5380
5381         * deuglify.el (gnus-outlook-deuglify): Add :group.
5382
5383         * dig.el (dig): Add :group.
5384
5385         * dns-mode.el (dns-mode): Add :group.
5386
5387         * encrypt.el (encrypt): Add :group.
5388
5389         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
5390         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
5391         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
5392         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
5393         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
5394
5395         * gnus-diary.el (gnus-diary): Add :group.
5396
5397         * gnus.el (gnus-group-news-1-face): Add :group.
5398         (gnus-group-news-1-empty-face): Ditto.
5399         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
5400         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
5401         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
5402         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
5403         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
5404         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
5405         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
5406         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
5407         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
5408         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
5409         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
5410         (gnus-summary-high-ticked-face): Ditto.
5411         (gnus-summary-low-ticked-face): Ditto.
5412         (gnus-summary-normal-ticked-face): Ditto.
5413         (gnus-summary-high-ancient-face): Ditto.
5414         (gnus-summary-low-ancient-face): Ditto.
5415         (gnus-summary-normal-ancient-face): Ditto.
5416         (gnus-summary-high-undownloaded-face): Ditto.
5417         (gnus-summary-low-undownloaded-face): Ditto.
5418         (gnus-summary-normal-undownloaded-face): Ditto.
5419         (gnus-summary-high-unread-face): Ditto.
5420         (gnus-summary-low-unread-face): Ditto.
5421         (gnus-summary-normal-unread-face): Ditto.
5422         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
5423         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
5424
5425         * hashcash.el (hashcash): New custom group.
5426         (hashcash-default-payment): Add :group.
5427         (hashcash-payment-alist): Ditto.
5428         (hashcash-default-accept-payment): Ditto.
5429         (hashcash-accept-resources): Ditto.
5430         (hashcash-path): Ditto.
5431         (hashcash-extra-generate-parameters): Ditto.
5432         (hashcash-double-spend-database): Ditto.
5433         (hashcash-in-news): Ditto.
5434
5435         * message.el (message-minibuffer-local-map): Add :group.
5436
5437         * netrc.el (netrc): Add :group.
5438
5439         * sieve-manage.el (sieve-manage-log): Add :group.
5440         (sieve-manage-default-user): Diito.
5441         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
5442         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
5443         (sieve-manage-authenticators): Ditto.
5444         (sieve-manage-authenticator-alist): Ditto.
5445         (sieve-manage-default-port): Ditto.
5446
5447         * sieve-mode.el (sieve-control-commands-face): Add :group.
5448         (sieve-action-commands-face): Ditto.
5449         (sieve-test-commands-face): Ditto.
5450         (sieve-tagged-arguments-face): Ditto.
5451
5452         * smime.el (smime): Add :group.
5453
5454         * spam-report.el (spam-report): Add :group.
5455
5456         * spam.el (spam, spam-face): Add :group.
5457
5458 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5459
5460         * nntp.el (nntp-next-result-arrived-p): Some news servers may
5461         return \n.\n.\n at the end of articles.  Protect against that.
5462         (nntp-with-open-group): Allow debugging.
5463
5464         * nnheader.el (mail-header-set-extra): Make into a function
5465         because I just could't understand how to quote the list properly.
5466
5467         * dns.el (query-dns-cached): New function.
5468
5469 2005-05-26  Lute Kamstra  <lute@gnu.org>
5470
5471         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
5472
5473 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5474
5475         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
5476
5477         * gnus-art.el: Don't autoload mail-extract-address-components.
5478
5479         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
5480         eval-and-compile to evaluate it.
5481
5482         * hashcash.el: Don't autoload executable-find.
5483
5484         * nndb.el: Don't declare the nndb back end two or more times; don't
5485         autoload news-reply-mode, news-setup, cancel-timer and telnet.
5486
5487         * nntp.el: Autoload format-spec instead of format; use
5488         eval-and-compile to evaluate autoload forms.
5489
5490 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
5491
5492         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
5493
5494 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5495
5496         * gnus.el (gnus-version-number): Bump version.
5497
5498 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5499
5500         * gnus.el: No Gnus v0.3 is released.
5501
5502 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5503
5504         * lpath.el (featurep): Bind show-nonbreak-escape.
5505
5506 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5507
5508         * gnus-art.el (gnus-article-edit-part): Disable undo.
5509
5510 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5511
5512         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
5513         gnus-article-date-lapsed-new-header is t if date timer is active;
5514         skip headers in which the original date value is empty.
5515         (gnus-article-save-original-date): Redefine it as a macro.
5516         (gnus-display-mime): Use it.
5517
5518 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5519
5520         * gnus-art.el (article-date-ut): Support converting date in
5521         forwarded parts as well.
5522         (gnus-article-save-original-date): New function.
5523         (gnus-display-mime): Use it.
5524
5525 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
5526
5527         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
5528         enclosure element of <item>.
5529
5530 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
5531
5532         * message.el (message-kill-buffer-query): Renamed from
5533         `message-kill-buffer-query-if-modified'.  Added :version.
5534
5535 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5536
5537         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
5538         window layout.
5539
5540 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5541
5542         * mml.el: Autoload dnd when compiling.
5543
5544 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5545
5546         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
5547         x-dnd-*.
5548
5549 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5550
5551         * qp.el (quoted-printable-encode-region): Save excursion.
5552
5553 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5554
5555         * message.el (message-kill-buffer-query-if-modified): Add new variable
5556         so the user can kill a modified message buffer quickly.
5557         (message-kill-buffer): Use it.
5558
5559 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5560
5561         * lpath.el: Fbind display-time-event-handler; don't fbind
5562         string-to-multibyte.
5563
5564         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
5565
5566 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5567
5568         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
5569         contained in text because xml.el decodes entities) with LFs.
5570
5571 2005-04-11  Lute Kamstra  <lute@gnu.org>
5572
5573         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
5574         differently.
5575
5576 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5577
5578         * mm-util.el (mm-detect-coding-region): Typo.
5579
5580 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5581
5582         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
5583
5584 2005-04-06  D Goel  <deego@gnufans.org>
5585
5586         * spam-stat.el (spam-stat-score-buffer): Add a call to a
5587         user-function allow user modifications of the scores.
5588         (spam-stat-score-buffer-user): New function, to allow
5589         user-computed modifications to the score.
5590         (spam-stat-score-buffer-user-functions): list of additional
5591         scoring functions
5592         (spam-stat-error-holder): global temporary error holder
5593         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
5594         variable
5595
5596 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5597
5598         * gnus-registry.el (gnus-registry-clean-empty-function)
5599         (gnus-registry-trim, gnus-registry-fetch-groups)
5600         (gnus-registry-delete-group): Groups that match
5601         `gnus-registry-ignored-groups' are removed from the registry
5602         entries, not just ignored for splitting.  This helps clean up the
5603         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
5604         to get all the groups a message ID is in.
5605
5606         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
5607         (spam-stat-split-fancy): Change "threshhold" to "threshold"
5608         (spam-stat-score-buffer-user-functions): Add :number custom type.
5609
5610 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5611
5612         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
5613         argument in XEmacs.
5614
5615         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
5616         (nnrss-request-group): Decode group name first.
5617         (nnrss-request-article): Make a text/plain article if mml-to-mime
5618         failed.
5619         (nnrss-get-encoding): Return a compatible encoding according to
5620         nnrss-compatible-encoding-alist.
5621         (nnrss-find-el): Use consp instead of listp.
5622         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
5623
5624 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5625
5626         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
5627         which Emacs 20 doesn't support.
5628         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
5629
5630 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5631
5632         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
5633         silence the byte compiler inside the defun
5634
5635         * gnus-demon.el (parse-time-string): Add autoload.
5636
5637         * gnus-delay.el (parse-time-string): Add autoload.
5638
5639         * gnus-art.el (parse-time-string): Add autoload.
5640
5641         * nnultimate.el (parse-time): Require for `parse-time-string'.
5642
5643 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5644
5645         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
5646
5647         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
5648
5649         * smime.el (smime-ldap-host-list): Add :version.
5650
5651 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5652
5653         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
5654         pass it to `gnus-browse-read-group'.
5655         (gnus-browse-read-group): Add NUMBER argument and pass it to
5656         `gnus-group-read-ephemeral-group'.
5657
5658         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
5659         argument and pass it to `gnus-group-read-group'.
5660
5661 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
5662
5663         * mm-util.el (mm-xemacs-find-mime-charset): Only call
5664         mm-xemacs-find-mime-charset-1 if we have the mule feature
5665         available at runtime.
5666
5667 2005-03-25  Werner Lemberg  <wl@gnu.org>
5668
5669         * nnmaildir.el: Replace `illegal' with `invalid'.
5670
5671 2005-03-23  Lute Kamstra  <lute@gnu.org>
5672
5673         * time-date.el: Add comment on time value formats.
5674         Don't require parse-time.
5675         (with-decoded-time-value): New macro.
5676         (encode-time-value): New function.
5677         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5678         (days-to-time): Return a valid time value when arg is huge.
5679         (time-since): Use time-subtract.
5680         (time-to-number-of-days): Use time-to-seconds.
5681
5682 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5683
5684         * gnus-start.el (gnus-display-time-event-handler):
5685         Check display-time-timer at runtime rather than only at load time
5686         in case display-time-mode is turned off in the mean time.
5687
5688 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5689
5690         * nnimap.el (nnimap-open-connection): Print which authinfo file is
5691         used.
5692
5693         * nneething.el (nneething-map-file-directory): Derive from
5694         `gnus-directory'.
5695
5696         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
5697         the To/Cc button.
5698
5699 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5700
5701         * nnmaildir.el (nnmaildir-request-accept-article):
5702         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
5703
5704 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5705
5706         * gnus-async.el: Require timer-funcs at compile time when in
5707         XEmacs for `run-with-idle-timer'.
5708
5709 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5710
5711         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
5712         autoloaded function.
5713
5714 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5715
5716         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
5717
5718 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
5719
5720         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
5721
5722 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5723
5724         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
5725         gnus-expert-user to default.
5726
5727 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
5728
5729         * nnimap.el (nnimap-open-server): Ditto.
5730
5731         * imap.el (imap-authenticate): Fix typo.
5732
5733 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
5734
5735         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
5736         buffer (since IMAP server might return FETCH response out of
5737         order, and the nntp buffer must be sorted).
5738
5739 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
5740
5741         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
5742         comparison on string.
5743
5744         * gnus-agent.el (gnus-agent-long-article,
5745         gnus-agent-short-article, gnus-agent-score): Renamed category
5746         keywords to match gnus-cus.
5747         (gnus-agent-summary-fetch-series): Modified to protect against
5748         gnus-agent-summary-fetch-group clearing processable flags.
5749         (gnus-agent-synchronize-group-flags): Update live group buffer as
5750         synchronization may occur due to the user toggle the plugged
5751         status.
5752         (gnus-agent-fetch-group-1): Clear downloadable flag when article
5753         successfully downloaded.
5754         (gnus-agent-expire-group-1): Avoid using markers when the overview
5755         is in ascending order; greatly improves performance.
5756         (gnus-agent-regenerate-group): Use
5757         gnus-agent-synchronize-group-flags to reset read status in both
5758         gnus and server.
5759         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
5760
5761 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5762
5763         * message.el: Don't autoload former message-utils variables.
5764         (message-strip-subject-trailing-was): Change doc string.
5765
5766         * nnweb.el: Fixes for `gnus-group-make-web-group'.
5767         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
5768         (nnweb-google-search): Add "hl=en" here.
5769         (nnweb-google-parse-1, nnweb-google-create-mapping):
5770         Don't hardcode URL.
5771
5772 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5773
5774         * message.el (message-get-reply-headers, message-followup):
5775         Mention related variables `message-use-followup-to' and
5776         `message-use-mail-followup-to', in the information buffer.
5777
5778         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
5779         of broken groups(-beta).google.com.
5780
5781 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5782
5783         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
5784         parameter to invoked gnus-request-move-article; remove the
5785         redundant gnus-sum-hint-move-is-internal variable; apply the marks
5786         all at once instead of once per article.
5787         (gnus-summary-remove-process-mark): Accept a list of articles as
5788         well as a single article for processing.
5789
5790         * gnus-int.el (gnus-request-move-article): Add move-is-internal
5791         parameter.
5792
5793         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
5794
5795         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
5796
5797         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
5798         parameter.
5799
5800         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
5801         parameter.
5802
5803         * nnimap.el (nnimap-request-move-article): Add move-is-internal
5804         parameter and remove the gnus-sum-hint-move-is-internal variable.
5805
5806         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
5807         parameter.
5808
5809         * nndraft.el (nndraft-request-move-article): Add move-is-internal
5810         parameter.
5811
5812         * nndiary.el (nndiary-request-move-article): Add move-is-internal
5813         parameter.
5814
5815         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
5816
5817         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
5818         parameter.
5819
5820         * nnagent.el (nnagent-request-move-article): Add move-is-internal
5821         parameter.
5822
5823 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5824
5825         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
5826         a more conservative way.
5827
5828 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5829
5830         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
5831         buffer, so it moves the window's cursor.
5832
5833 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5834
5835         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
5836         `mm-dissect-multipart' and receive the from field as an (optional)
5837         argument from `mm-dissect-multipart'.
5838         (mm-dissect-multipart): Receive the from field as an argument and
5839         pass it on when we call `mm-dissect-buffer' on MIME parts.
5840         Fixes verification/decryption of signed/encrypted MIME parts.
5841
5842 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5843
5844         * gnus-sum.el (gnus-summary-move-article): Set
5845         gnus-sum-hint-move-is-internal for gnus-request-move-article and
5846         whatever it calls (right now, only nnimap-request-move article
5847         respects it).
5848
5849         * nnimap.el (nnimap-request-move-article): When
5850         gnus-sum-hint-move-is-internal is set, don't do the extra
5851         nnimap-request-article.
5852
5853 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5854
5855         * nnheader.el (nnheader-find-file-noselect): Add doc string.
5856
5857         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
5858         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
5859
5860         * gnus-sum.el (gnus-summary-caesar-message):
5861         Apply `gnus-treat-article' after rotation.
5862
5863         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
5864         doc string.
5865
5866 2005-02-22  Simon Josefsson  <jas@extundo.com>
5867
5868         * encrypt.el (encrypt-password-cache-expiry): Remove (use
5869         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
5870         <arne@arnested.dk>.
5871         (encrypt): Add password-cache and password-cache-expiry as group
5872         members.
5873
5874 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5875
5876         * smime.el (smime-ldap-host-list): Doc fix.
5877         (smime-ask-passphrase): Use `password-read-and-add' to read (and
5878         cache) password.
5879         (smime-sign-region): Use it.
5880         (smime-decrypt-region): Use it.
5881         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
5882         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
5883         fails.
5884         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
5885         certificate from DER to PEM format rather than calling openssl.
5886
5887         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
5888
5889         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
5890         for signing/encryption.
5891
5892         * mml.el (mml-parse-1): Use them.
5893
5894 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5895
5896         * nnrss.el (nnrss-verbose): Removed.
5897         (nnrss-request-group): Use `nnheader-message' instead.
5898
5899 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
5900
5901         * nnrss.el (nnrss-verbose): New variable.
5902         (nnrss-request-group): Make it say nnrss is requesting a group.
5903
5904 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5905
5906         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
5907         Handle news URL with given port correctly.
5908
5909 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5910
5911         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
5912         containing special characters.
5913
5914         * gnus-sum.el (gnus-summary-edit-article): Ditto.
5915
5916         * mml.el (mime-to-mml): Ditto.
5917
5918         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
5919         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
5920         (rfc2047-decode-region): Quote decoded words containing special
5921         characters when rfc2047-quote-decoded-words-containing-tspecials
5922         is non-nil.
5923
5924 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5925
5926         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
5927
5928         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
5929
5930 2005-02-15  Simon Josefsson  <jas@extundo.com>
5931
5932         * nnimap.el (nnimap-debug): Doc fix.
5933
5934         * imap.el (imap-debug): Doc fix.
5935
5936 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5937
5938         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
5939
5940 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5941
5942         * gnus.el (spam-contents): Improve docs for spam-contents
5943         parameter in its variable incarnation.
5944
5945 2005-02-14  Simon Josefsson  <jas@extundo.com>
5946
5947         * smime-ldap.el: Use require instead of load-library for ldap.
5948         (smime-ldap-search): Indent.
5949         (smime-ldap-search-internal): Shorten line.
5950
5951         * smime.el (smime-cert-by-dns): Add doc-string.
5952         (smime-cert-by-ldap-1): Indent.
5953
5954         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
5955         mml-smime-get-dns-ldap.
5956         (mml-smime-encrypt-query): Use new function.  Default to ldap.
5957
5958 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5959
5960         * smime.el: Require smime-ldap.
5961         (smime-ldap-host-list): New variable.
5962         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
5963
5964         * mml-smime.el (mml-smime-encrypt-query): New function.
5965         (mml-smime-encrypt-query): Use it.
5966
5967         * smime-ldap.el: New file.
5968
5969 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5970
5971         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
5972
5973 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5974
5975         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
5976         argument in doc string.  Make query for type more clear.
5977
5978 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5979
5980         * gnus.el (gnus-group-startup-message): Search for gnus images in
5981         etc/images/gnus.
5982         * mm-util.el (mm-image-load-path): Likewise.
5983         * smiley.el (smiley-data-directory): Search for smilies in
5984         etc/images/smilies.
5985
5986 2005-02-09  Kim F. Storm  <storm@cua.dk>
5987
5988         Change Emacs release version from 21.4 to 22.1 throughout.
5989         Change Emacs development version from 21.3.50 to 22.0.50.
5990
5991 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5992
5993         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
5994
5995         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
5996         non-Mule XEmacs as well.
5997         (mm-decompress-buffer): Signal an error intentionally if it does
5998         not decompress compressed data because auto-compression-mode is
5999         disabled.
6000
6001 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
6002
6003         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
6004         an ID in the registry even if it has no groups.
6005
6006 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6007
6008         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
6009         merge it into mm-decompress-buffer.
6010         (gnus-mime-copy-part): Use the MIME part charset, the value which
6011         a user specified or gnus-newsgroup-charset for decoding, like
6012         gnus-mime-inline-part does; set buffer-file-coding-system to tell
6013         save-buffer what was used.  Suggested by Kevin Ryde
6014         <user42@zip.com.au>.
6015         (gnus-mime-inline-part): Allow the name parameter as well as the
6016         filename parameter; force decompressing of compressed data; always
6017         display contents being not decoded as unibyte.
6018
6019         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
6020         as well as the filename parameter.
6021
6022         * mm-util.el (mm-decompress-buffer): Merge
6023         gnus-mime-jka-compr-maybe-uncompress.
6024         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
6025         of compressed data.
6026
6027 2005-02-08  Simon Josefsson  <jas@extundo.com>
6028
6029         * imap.el (imap-log): Doc fix.
6030
6031 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6032
6033         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
6034         the coding cookies; decompress compressed parts.
6035
6036         * mml.el (mml-generate-mime-1): Add the charaset parameter according
6037         to the value which a user specified manually or the coding cookie.
6038
6039         * mm-util.el (mm-string-to-multibyte): New function.
6040         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
6041         (mm-coding-system-to-mime-charset): New function.
6042         (mm-decompress-buffer): New function.
6043         (mm-find-buffer-file-coding-system): New function.
6044
6045         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
6046         (mm-display-inline-fontify): Rewrite for decoding and decompressing
6047         parts.
6048
6049 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6050
6051         * mm-view.el (mm-display-inline-fontify): Decode a part according
6052         to the charset parameter.
6053
6054 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6055
6056         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
6057         prefix arg is neither nil nor a number, as info specifies.
6058
6059 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6060
6061         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
6062         timestamps.
6063
6064 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
6065
6066         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
6067         groups error checking and notify user.
6068
6069 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
6070
6071         * message.el (message-send-mail-function): Check existence of
6072         sendmail-program first before using default value
6073         `message-send-mail-with-sendmail'.  Otherwise use more generic
6074         `smtpmail-send-it'.
6075
6076 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6077
6078         * nntp.el (nntp-request-update-info): Always return nil.
6079
6080 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6081
6082         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
6083
6084 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6085
6086         * message.el (message-beginning-of-line): Change the behavior when
6087         invoked between BOL and : so that it first moves backward.
6088
6089 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6090
6091         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
6092         article buffer when editing of the article is discarded.
6093         (gnus-article-prepare): Revert.
6094
6095 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6096
6097         * gnus-art.el (gnus-article-prepare):
6098         Remove message-strip-forbidden-properties from the local hook.
6099
6100 2005-01-27  Simon Josefsson  <jas@extundo.com>
6101
6102         * password.el (password-cache-add): Only start one timer per key.
6103         Reported by Derek Atkins <warlord@MIT.EDU>.
6104
6105 2005-01-26  Steve Youngs  <steve@sxemacs.org>
6106
6107         * run-at-time.el: Removed.  It is no longer needed as
6108         timer-funcs.el in the xemacs-base package has a working version of
6109         `run-at-time'.
6110
6111         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
6112
6113         * password.el: Require timer-funcs instead of run-at-time in
6114         XEmacs.
6115         Remove `password-run-at-time' macro.
6116         (password-cache-add): Use `run-at-time' instead of
6117         `password-run-at-time'.
6118
6119         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
6120         Remove `nnheader-cancel-function-timers' alias,
6121         `cancel-function-timers' exists in XEmacs in timer-funcs.
6122
6123         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
6124         for `run-with-idle-timer'.
6125
6126         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
6127         for `run-at-time'.
6128
6129         * mm-url.el: Require timer-funcs at compile time when in XEmacs
6130         for `with-timeout'.
6131
6132         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
6133         the same as for XEmacs 21.4.
6134         No need to ignore `run-with-idle-timer', this function exists in
6135         XEmacs now in timer-funcs.el in the xemacs-base package.
6136         (dgnushack-compile): No need to delete
6137         run-at-time.el from the list of files to compile because it
6138         doesn't exist anymore.
6139
6140 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6141
6142         * mml.el (mml-generate-mime-1): Convert string into unibyte when
6143         inserting " *mml*" buffer's contents into a unibyte temp buffer.
6144
6145 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
6146
6147         * mail-source.el (mail-source-fetch-imap): Search for ^From case
6148         sensitively.
6149
6150 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
6151
6152         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
6153
6154 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6155
6156         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
6157         which will be inserted according to the multibyteness of a buffer
6158         rather than the type of contents.  Suggested by ARISAWA Akihiro
6159         <ari@mbf.ocn.ne.jp>.
6160
6161         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
6162         of string which old xml.el may return rather than a string.
6163
6164 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6165
6166         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
6167
6168 2005-01-16  Simon Josefsson  <jas@extundo.com>
6169
6170         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
6171         idn/idna.el isn't available.
6172         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
6173         <michael@waxrat.com>.
6174
6175         * hashcash.el: Remove non-FSF copyright header.
6176
6177         * hashcash.el (hashcash-extra-generate-parameters): New variable.
6178         (hashcash-generate-payment): Use it.
6179         (hashcash-generate-payment-async): Use it.
6180
6181 2005-01-15  Simon Josefsson  <jas@extundo.com>
6182
6183         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
6184         Suggested by Raymond Scholz <ray-2005@zonix.de>.
6185
6186         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
6187         gnus-summary-idna-message.
6188         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
6189         (gnus-summary-idna-message): New function.
6190
6191 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6192
6193         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
6194         gnus-novice-user.
6195
6196 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6197
6198         * nnrss.el (nnrss-request-delete-group): Delete entries in
6199         nnrss-group-alist as well.
6200         (nnrss-save-server-data): Insert newline.
6201
6202 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
6203
6204         * gnus.el (gnus-user-agent): Use list of symbols instead of
6205         symbols.  Display full version number for (S)XEmacs.  Optionally
6206         display (S)XEmacs codename.
6207
6208         * gnus-util.el (gnus-emacs-version): Update for new
6209         `gnus-user-agent'.
6210
6211         * gnus-msg.el (gnus-extended-version): Make it possible to omit
6212         Gnus version.
6213
6214 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6215
6216         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
6217         which is unreadable in some setups.
6218
6219 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6220
6221         * gnus-spec.el (gnus-update-format-specifications): Flush the
6222         group format spec cache if it doesn't support decoded group names.
6223
6224 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6225
6226         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
6227         to apply decay on score files matching a regexp.
6228
6229 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6230
6231         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
6232         compatibility in %g and %c.
6233
6234 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6235
6236         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
6237         name for only %g and %c.
6238         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
6239         of gnus-tmp-group to decoded group name.
6240         (gnus-group-make-rss-group): Exclude `/'s from group names.
6241
6242 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6243
6244         * nnrss.el (nnrss-get-encoding): Fix regexp.
6245
6246 2004-12-27  Simon Josefsson  <jas@extundo.com>
6247
6248         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
6249         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
6250         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
6251
6252 2004-12-17  Kim F. Storm  <storm@cua.dk>
6253
6254         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
6255
6256         * gnus-sum.el (gnus-summary-mode-map): Likewise.
6257
6258 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6259
6260         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
6261
6262 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6263
6264         * nnrss.el: Require rfc2047 and mml.
6265         (nnrss-file-coding-system): New variable.
6266         (nnrss-format-string): Redefine it as an inline function.
6267         (nnrss-decode-group-name): New function.
6268         (nnrss-string-as-multibyte): Remove.
6269         (nnrss-retrieve-headers): Decode group name; don't use
6270         nnrss-format-string.
6271         (nnrss-request-group): Decode group name.
6272         (nnrss-request-article): Decode group name; allow a Message-ID as
6273         well as an article number; don't use nnrss-format-string; encode a
6274         Message-ID string which may contain non-ASCII characters; use
6275         mml-to-mime to compose a MIME article.
6276         (nnrss-request-expire-articles): Decode group name.
6277         (nnrss-request-delete-group): Decode group name.
6278         (nnrss-fetch): Clarify error message.
6279         (nnrss-read-server-data): Use insert-file-contents instead of load;
6280         bind file-name-coding-system; use multibyte buffer.
6281         (nnrss-save-server-data): Bind coding-system-for-write to the
6282         value of nnrss-file-coding-system; bind file-name-coding-system;
6283         add coding cookie.
6284         (nnrss-read-group-data): Use insert-file-contents instead of load;
6285         bind file-name-coding-system; use multibyte buffer.
6286         (nnrss-save-group-data): Bind coding-system-for-write to the
6287         value of nnrss-file-coding-system; bind file-name-coding-system.
6288         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
6289         make it work with non-ASCII text.
6290         (nnrss-find-el): Make it work with old xml.el as well.
6291
6292 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6293
6294         * nnrss.el (nnrss-get-encoding): New function.
6295         (nnrss-fetch): Use unibyte buffer initially; bind
6296         coding-system-for-read while performing mm-url-insert; remove ^Ms;
6297         decode contents according to the encoding attribute.
6298         (nnrss-save-group-data): Add coding cookie.
6299         (nnrss-mime-encode-string): New function.
6300         (nnrss-check-group): Use it to encode subject and author.
6301
6302 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
6303
6304         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
6305         imaginary variable.
6306
6307 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6308
6309         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
6310         correctly even if there are wide characters.
6311
6312 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6313
6314         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
6315         downcased symbol names; make a new cache instead of reusing
6316         bbdb-hashtable.
6317
6318 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6319
6320         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6321         concatenating segments rather than before concatenating them.
6322         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6323
6324         * message.el (message-get-reply-headers): Bind `extra'.
6325
6326 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6327
6328         * message.el (message-extra-wide-headers): New variable.
6329         (message-get-reply-headers): Use it.
6330
6331 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6332
6333         * gnus-agent.el (gnus-agent-group-path): Decode group name.
6334         (gnus-agent-group-pathname): Ditto.
6335
6336         * gnus-cache.el (gnus-cache-file-name): Decode group name.
6337
6338         * gnus-group.el (gnus-group-make-group): Decode group name.
6339         (gnus-group-make-rss-group): Register the group data after opening
6340         the nnrss group.
6341
6342 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
6343
6344         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
6345         by expiry now get marked as read.
6346
6347 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6348
6349         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
6350
6351 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
6352
6353         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
6354         unify Latin characters in XEmacs.
6355         (mm-find-mime-charset-region): Use it.
6356
6357 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * gnus-util.el (gnus-delete-directory): New function.
6360
6361         * gnus-agent.el (gnus-agent-delete-group): Use it.
6362
6363         * gnus-cache.el (gnus-cache-delete-group): Use it.
6364
6365 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
6368         names.
6369
6370 2004-12-16  Simon Josefsson  <jas@extundo.com>
6371
6372         * hashcash.el (hashcash-payment-alist): Fix custom :type.
6373
6374 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6375
6376         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
6377
6378         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
6379         (gnus-group-set-current-level): Decode group name.
6380
6381 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
6382
6383         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
6384         failed.
6385
6386 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6387
6388         * gnus-group.el (gnus-group-delete-group): Decode group name.
6389         (gnus-group-make-rss-group): Encode group name.
6390         (gnus-group-catchup-current): Decode group name.
6391         (gnus-group-kill-group): Decode group name.
6392
6393 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6394
6395         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
6396
6397 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6398
6399         * gnus-group.el (gnus-group-make-rss-group):
6400         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
6401
6402         * gnus-start.el (gnus-setup-news): Honor user's setting to
6403         gnus-message-archive-method.  Suggested by Lute Kamstra
6404         <lute@gnu.org>.
6405
6406 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
6407
6408         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
6409         global counterparts of the buffer-local variables.
6410
6411 2004-11-16  Romain Francoise  <romain@orebokech.com>
6412
6413         * gnus-sum.el (gnus-summary-exit): Don't clear the global
6414         counterparts of the buffer-local variables.
6415
6416 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6417
6418         * message.el (message-forbidden-properties): Fixed typo in doc
6419         string.
6420
6421 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6422
6423         * gnus-util.el (gnus-replace-in-string): Added doc string.
6424
6425         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
6426         to avoid problems when splitting mails with many recipients.
6427
6428 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6429
6430         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
6431         pop-to-buffer, covered by the subsequent gnus-configure-windows.
6432
6433 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
6434
6435         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
6436         if there is no hashtable in memory or file modification time is
6437         newer than cached timestamp.
6438
6439 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6440
6441         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
6442         not-matching option.
6443
6444 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
6445
6446         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
6447         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
6448         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6449         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
6450         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
6451         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
6452
6453 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6454
6455         * message.el (message-forward-make-body-mml): Remove headers
6456         according to message-forward-ignored-headers if a message is decoded.
6457
6458 2004-12-02  Romain Francoise  <romain@orebokech.com>
6459
6460         * message.el (message-forward-make-body-plain): Always remove
6461         headers according to message-forward-ignored-headers.
6462
6463 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6464
6465         * spam.el (spam-summary-prepare-exit): Remove the
6466         gnus-summary-limit pop for now, it has problems with ham marks for
6467         me.
6468
6469 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
6470
6471         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
6472         correctly.
6473
6474 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
6475
6476         * format-spec.el (format-spec): Message the char.
6477
6478 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
6479
6480         * gnus-art.el (gnus-split-methods): Reformat comments.
6481
6482         * spam.el (spam-summary-prepare-exit): Remove article limits
6483         before exiting the summary buffer.
6484
6485 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * lpath.el: Remove bbdb-create-internal, bbdb-records,
6488         spam-BBDB-register-routine and spam-enter-ham-BBDB.
6489
6490         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
6491         order to silence the byte compiler.
6492
6493         * spam.el: Fix the way to silence the byte compiler, which
6494         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
6495         bbdb-search-simple, spam-BBDB-register-routine,
6496         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
6497         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
6498         spam-stat-buffer-is-spam, spam-stat-load,
6499         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
6500         spam-stat-save and spam-stat-split-fancy.
6501
6502 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6503
6504         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
6505         which may confuse users.
6506         (canlock-password-for-verify): Ditto.
6507
6508         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
6509
6510         * gnus-art.el (gnus-emphasis-alist): Ditto.
6511
6512         * gnus-registry.el (gnus-registry-max-entries): Ditto.
6513
6514         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
6515
6516         * gnus-start.el (gnus-save-killed-list): Ditto.
6517
6518         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
6519         (gnus-sum-thread-tree-root): Ditto.
6520         (gnus-sum-thread-tree-false-root): Ditto.
6521         (gnus-sum-thread-tree-single-indent): Ditto.
6522
6523         * message.el (message-courtesy-message): Ditto.
6524         (message-archive-note): Ditto.
6525         (message-subscribed-address-file): Ditto.
6526         (message-user-fqdn): Ditto.
6527
6528         * spam-report.el (spam-report-gmane-regex): Ditto.
6529
6530         * spam.el (spam-blackhole-good-server-regex): Ditto.
6531
6532 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * mml.el (mml-preview): Widen the message buffer before copying
6535         the contents to the preview buffer; sort headers before previewing.
6536
6537         * message.el (message-hidden-headers): Fix the way to avoid a bug
6538         in the `repeat' widget in Emacs 21.3 or earlier.
6539
6540 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6541
6542         * message.el (message-hidden-headers): Default to "^References:".
6543         Improve customization type.  Suggested by Reiner Steib
6544         <Reiner.Steib@gmx.de>.
6545
6546 2004-11-25  Romain Francoise  <romain@orebokech.com>
6547
6548         * message.el (message-strip-forbidden-properties): Remove check for
6549         obsolete `message-hidden' text property, hidden headers are not
6550         accessible in the buffer anymore.
6551
6552 2004-11-22  Romain Francoise  <romain@orebokech.com>
6553
6554         * message.el (message-header-format-alist): Add `From' in list
6555         so that it can be sorted.
6556         (message-fix-before-sending): Widen and sort headers before
6557         sending.
6558         (message-hide-headers): Use narrowing to hide headers by moving
6559         them to the top of the buffer and narrowing to the region
6560         underneath.
6561
6562 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6563
6564         * message.el (message-strip-forbidden-properties): Bind
6565         buffer-read-only (etc) to nil.
6566
6567 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
6570         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6571
6572 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
6573
6574         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
6575
6576 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6577
6578         * dns.el (query-dns): Use sit-for to time instead of
6579         accept-process-output, since that doesn't seem to work on udp
6580         sockets.
6581
6582 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6583
6584         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
6585
6586 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
6587
6588         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
6589         doc string.  Improve doc string.
6590
6591 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6592
6593         * nntp.el (nntp-request-update-info): Return nil if
6594         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
6595         may not call gnus-activate-group which uselessly issues the GROUP
6596         commands for all nntp groups and wastes time.  Reported by Romain
6597         Francoise <romain@orebokech.com>.
6598
6599         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
6600
6601 2004-11-15  Simon Josefsson  <jas@extundo.com>
6602
6603         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
6604         headers separately.
6605         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
6606         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
6607
6608 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6609
6610         * gnus-start.el (gnus-convert-old-newsrc):
6611         Assign legacy-gnus-agent to 5.10.7.
6612
6613 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6614
6615         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
6616         start of the lines.
6617
6618 2004-11-14  Magnus Henoch  <mange@freemail.hu>
6619
6620         * hashcash.el (hashcash-default-payment): Change default to 20
6621         (hashcash-default-accept-payment): Change default to 20
6622         (hashcash-process-alist): New variable
6623         (hashcash-generate-payment-async): Add
6624         (hashcash-already-paid-p): Add
6625         (hashcash-insert-payment): Don't generate payments twice
6626         (hashcash-insert-payment-async): Add
6627         (hashcash-insert-payment-async-2): Add
6628         (hashcash-cancel-async): Add
6629         (hashcash-wait-async): Add
6630         (hashcash-processes-running-p): Add
6631         (hashcash-wait-or-cancel): Add
6632         (mail-add-payment): New optional argument.  Conditionally start
6633         asynchronous calculation.
6634         (mail-add-payment-async): Add
6635
6636         * message.el (message-send-mail): Wait for asynchronous hashcash
6637         results.  Don't clobber existing X-Hashcash headers.
6638         (message-setup-1): Call mail-add-payment-async when
6639         message-generate-hashcash is non-nil.
6640
6641 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6642
6643         * message.el (message-use-alternative-email-as-from): Examine the
6644         From header as well; use message-make-from in order to include a
6645         user's full name.
6646
6647 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6648
6649         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
6650         default; improve customization type.
6651         (gnus-emphasis-custom-with-format): New macro.
6652         (gnus-emphasis-custom-value-to-external): New function.
6653         (gnus-emphasis-custom-value-to-internal): New function.
6654
6655 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6656
6657         * dns.el (query-dns): Resolve reverse addresses.
6658
6659 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6660
6661         * gnus-group.el (gnus-group-get-new-news): Use it.
6662
6663         * gnus-start.el (gnus-check-reasonable-setup): New function.
6664
6665 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6666
6667         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
6668         "Args out of range" error.  Reported by Arnaud Giersch
6669         <arnaud.giersch@free.fr>.
6670
6671 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
6672
6673         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
6674
6675 2004-11-04  Richard M. Stallman  <rms@gnu.org>
6676
6677         * spam.el (spam group): Add :version.
6678
6679         * pgg-def.el (pgg group): Add :version.
6680
6681 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6682
6683         * gnus-art.el (gnus-article-edit-article): Don't associate the
6684         article buffer with a draft file.  This is a temporary measure
6685         against the 2004-08-22 change to gnus-article-edit-mode.
6686
6687 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6688
6689         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
6690         (html2text-format-tags): Remove unused variable `attr'.
6691
6692 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6693
6694         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
6695
6696         * tls.el (tls-process-connection-type, tls-success)
6697         (tls-certtool-program): Add :version.
6698
6699         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
6700         (starttls-extra-arguments, starttls-process-connection-type)
6701         (starttls-connect, starttls-failure, starttls-success):
6702
6703         * spam-stat.el (spam-stat): Add :version.
6704
6705         * sieve.el (sieve): Add :version.
6706
6707         * sha1.el (sha1): Add :version.
6708         (sha1-use-external): Remove redundant version.
6709
6710         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
6711         (nnmail-cache-ignore-groups, nnmail-spool-hook)
6712         (nnmail-split-fancy-match-partial-words)
6713         (nnmail-split-lowercase-expanded): Add :version.
6714
6715         * nndiary.el (nndiary): Add :version.
6716
6717         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
6718
6719         * mml-sec.el (mml-default-sign-method)
6720         (mml-default-encrypt-method, mml-signencrypt-style-alist):
6721         Add :version.
6722
6723         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
6724
6725         * mm-url.el (mm-url-use-external, mm-url-program)
6726         (mm-url-arguments): Add :version.
6727
6728         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
6729         (mm-attachment-file-modes, mm-decrypt-option)
6730         (mm-w3m-safe-url-regexp): Add :version.
6731
6732         * message.el (message-cite-prefix-regexp)
6733         (message-sendmail-envelope-from, message-minibuffer-local-map)
6734         (message-user-fqdn, message-completion-alist): Add :version.
6735
6736         * gnus-win.el (gnus-configure-windows-hook)
6737         (gnus-use-frames-on-any-display): Add :version.
6738
6739         * gnus-art.el (gnus-article-address-banner-alist)
6740         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
6741         (gnus-treat-from-picon, gnus-treat-mail-picon)
6742         (gnus-treat-x-pgp-sig): Add :version.
6743
6744         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
6745         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
6746         (gnus-summary-article-delete-hook)
6747         (gnus-summary-display-while-building): Add :version.
6748
6749         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
6750         (gnus-get-top-new-news-hook):Add :version.
6751
6752         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6753         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
6754
6755         * gnus-registry.el (gnus-registry): Add :version.
6756
6757         * gnus-spec.el (gnus-use-correct-string-widths)
6758         (gnus-make-format-preserve-properties): Add :version.
6759
6760         * gnus.el (gnus-group-charter-alist)
6761         (gnus-group-fetch-control-use-browse-url)
6762         (gnus-install-group-spam-parameters): Add :version.
6763
6764         * gnus-diary.el (gnus-diary): Add :version.
6765
6766         * gnus-delay.el (gnus-delay): Add :version.
6767
6768         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
6769         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
6770         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
6771         Add :version.
6772
6773         * gnus-agent.el (gnus-agent-max-fetch-size)
6774         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
6775         (gnus-agent-prompt-send-queue): Add :version.
6776
6777         * deuglify.el (gnus-outlook-deuglify): Add :version.
6778
6779         * html2text.el: Beautify code.  Improve doc strings.  Some
6780         checkdoc cleanup.
6781         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
6782
6783 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
6784
6785         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
6786
6787 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
6788
6789         * gnus-registry.el (gnus-registry-hashtb): Create the registry
6790         when package is loaded.
6791
6792         * spam.el (spam-summary-score-preferred-header): Add global preference
6793         for people who want to override the default SpamAssassin over
6794         Bogofilter preference (when both are set).
6795         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
6796         (spam-user-format-function-S): Check
6797         spam-summary-score-preferred-header.
6798         (spam-extra-header-to-number): Add X-Bogosity header parsing.
6799         (spam-user-format-function-S): Format the score correctly.
6800
6801 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6802
6803         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
6804         signature file.  Suggested by Manoj Srivastava
6805         <srivasta@golden-gryphon.com>.
6806
6807         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
6808         iso-2022-jp even in the Japanese language environment.
6809         Suggested by Jason Rumney <jasonr@gnu.org>.
6810
6811 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6812
6813         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
6814         use the same characters as the dummy marks; make it free from
6815         getting affected by the language environment.
6816         (gnus-summary-read-group-1): Update mark positions only when the
6817         format spec is updated.
6818
6819         * gnus-spec.el (gnus-update-format-specifications): Return a list
6820         of updated types.
6821
6822 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6823
6824         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
6825         of boundp to check if display-warning is available.
6826
6827 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
6828
6829         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
6830
6831 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6832
6833         * nnspool.el (nnspool-spool-directory): Use news-path if the
6834         news-directory variable is not bound.
6835
6836         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
6837         function instead of display-warning if it is not available.
6838
6839 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6840
6841         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
6842         v5-10: Use `point-at-bol'.
6843
6844 2004-10-26  Simon Josefsson  <jas@extundo.com>
6845
6846         * hashcash.el: Fix URL in comment, reported by Cheng Gao
6847         <chenggao@gmail.com>.
6848
6849 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6850
6851         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
6852         instead.
6853
6854 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
6855
6856         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
6857         to remove a server from the nnimap-server-buffer-alist.
6858         (nnimap-open-connection, nnimap-close-server): Use it.
6859
6860         * gnus-encrypt.el: Remove file in favor of encrypt.el.
6861
6862 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
6865         running the major-mode function.
6866
6867 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6868
6869         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
6870         dummy marks in the right way.
6871
6872 2004-10-18  David Edmondson  <dme@dme.org>
6873
6874         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
6875         excessively.
6876
6877 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
6878
6879         * gnus-util.el (gnus-split-references): Accept a nil references
6880         string and go on blissfully.
6881
6882         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
6883         cases where the references string is non-nil but has no references.
6884
6885         * encrypt.el: Add autoload tags.
6886
6887         * spam.el (spam-resolve-registrations-routine): Remove article
6888         from unregistration list too.  Reported by David Hanak
6889         <dhanak@isis.vanderbilt.edu>
6890
6891 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
6892
6893         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
6894         nil.  Changed custom type.
6895
6896 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
6897
6898         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
6899
6900         * gnus-sum.el (gnus-summary-move-article): Use it.
6901
6902 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
6903
6904         * encrypt.el: Add autoload cookies.
6905
6906         * spam.el (spam-backend-article-list-property)
6907         (spam-backend-get-article-todo-list)
6908         (spam-backend-put-article-todo-list, )
6909         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
6910         Resolve registrations separately.
6911         (spam-register-routine): Format comments.
6912         (spam-unregister-routine, spam-register-routine): Always call with
6913         specific-articles, no default list.
6914         (spam-summary-prepare-exit): Use the spam-classifications function.
6915
6916         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
6917         gnus-encrypt.el.
6918
6919         * encrypt.el: copied from gnus-encrypt.el
6920
6921         * gnus-encrypt.el: commented that it's obsolete
6922
6923 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6924
6925         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
6926         (gnus-score-save): Use it.
6927
6928         * message.el (message-bury): Use `window-dedicated-p'.
6929
6930 2004-10-15  Simon Josefsson  <jas@extundo.com>
6931
6932         * pop3.el (top-level): Don't require nnheader.
6933         (pop3-read-timeout): Add.
6934         (pop3-accept-process-output): Add.
6935         (pop3-read-response, pop3-retr): Use it.
6936
6937 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
6938
6939         * spam.el (spam-register-routine): Move comment.
6940         (spam-verify-bogofilter): Use 'unknown for the initial
6941         spam-bogofilter-valid state, not 'never.
6942
6943         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
6944         for netrc-machine.
6945
6946         * nnimap.el (nnimap-open-connection): Use
6947         netrc-machine-user-or-password.
6948
6949 2004-10-17  Richard M. Stallman  <rms@gnu.org>
6950
6951         * gnus-registry.el (gnus-registry-unload-hook):
6952         Set as a variable with add-hook.
6953
6954         * nnspool.el (nnspool-spool-directory): Use news-directory instead
6955         of news-path.
6956
6957         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
6958
6959         * spam.el: Delete duplicate `provide'.
6960         (spam-unload-hook): Set as a variable with add-hook.
6961
6962 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6963
6964         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
6965         in the doc string.
6966
6967         * message.el (message-ignored-news-headers)
6968         (message-ignored-supersedes-headers)
6969         (message-ignored-resent-headers)
6970         (message-forward-ignored-headers): Improve custom type.
6971
6972 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6973
6974         * message.el (message-tokenize-header): Fix 2004-09-06 change
6975         which used point-min in the wrong place.
6976
6977 2004-10-12  Simon Josefsson  <jas@extundo.com>
6978
6979         * tls.el (tls-certtool-program): New variable.
6980         (tls-certificate-information): New function, based on
6981         ssl-certificate-information.
6982
6983 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6984
6985         * compface.el: Move the version of ELisp-based uncompface program
6986         to the contrib directory because of the copyright problem.
6987
6988 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6989
6990         * message.el (message-kill-buffer): Raise the current frame.
6991
6992 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6993
6994         * gnus-sum.el: Mention that multibyte characters don't work as marks.
6995
6996         * gnus.el (message-y-or-n-p): Autoload.
6997
6998         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
6999         (pop3-password-required, pop3-authentication-scheme)
7000         (pop3-leave-mail-on-server): Made customizable.
7001         (pop3): New custom group.
7002         (pop3-retr): Remove `sleep-for' statements.
7003         Suggested by Dave Love <fx@gnu.org>.
7004
7005         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
7006         Windows/DOS.
7007
7008         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
7009         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
7010         Dave Love <fx@gnu.org>.
7011
7012         * mml.el (mml-minibuffer-read-disposition): Require match.
7013         Suggested by Dave Love <fx@gnu.org>.
7014
7015 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7016
7017         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
7018         doc string.
7019
7020 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7021
7022         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
7023
7024 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7025
7026         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
7027         instead of calling `mm-insert-inline', to decode text/* parts
7028         before displaying them.
7029
7030 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * mm-uu.el (mm-uu-text-plain-type): New variable.
7033         (mm-uu-pgp-signed-extract-1): Use it.
7034         (mm-uu-pgp-encrypted-extract-1): Use it.
7035         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
7036         bind mm-uu-text-plain-type with that value.
7037         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
7038         mm-uu-dissect.
7039
7040 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7041
7042         * gnus-group.el (gnus-update-group-mark-positions):
7043         * gnus-sum.el (gnus-update-summary-mark-positions):
7044         * message.el (message-check-news-body-syntax):
7045         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
7046         of string-as-multibyte.
7047
7048 2004-10-05  Juri Linkov  <juri@jurta.org>
7049
7050         * gnus-group.el (gnus-update-group-mark-positions):
7051         * gnus-sum.el (gnus-update-summary-mark-positions):
7052         * message.el (message-check-news-body-syntax):
7053         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
7054         8-bit unibyte values to a multibyte string for search functions.
7055
7056 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7057
7058         * mm-uu.el (mm-uu-dissect): Allow optional arg.
7059         (mm-uu-dissect-text-parts): New function.
7060
7061         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
7062         dissect text parts.
7063
7064         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
7065         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
7066
7067         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
7068
7069         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
7070         gnus-current-topics instead of gnus-current-topic.
7071
7072 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
7073
7074         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
7075
7076 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
7077
7078         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
7079         where approriate.
7080
7081         * nnml.el (nnml-generate-active-info): do.
7082
7083         * nndiary.el (nndiary-generate-active-info): do.
7084
7085         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
7086         (gnus-topic-move): do.
7087
7088         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
7089         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
7090
7091         * gnus-srvr.el (gnus-server-prepare)
7092         (gnus-server-open-all-servers): do.
7093
7094         * gnus-msg.el (gnus-summary-cancel-article)
7095         (gnus-summary-resend-message)
7096         (gnus-summary-mail-crosspost-complaint): do.
7097
7098         * gnus-move.el (gnus-change-server): do.
7099
7100         * gnus-group.el (gnus-group-unmark-all-groups)
7101         (gnus-group-set-current-level): do.
7102
7103 2004-10-04  Simon Josefsson  <jas@extundo.com>
7104
7105         * message.el (message-generate-hashcash): Doc fix.
7106
7107 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
7108
7109         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
7110         avoid infinite recursion via gnus-get-function.
7111
7112 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
7113
7114         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
7115
7116         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
7117
7118         * nnmail.el (nnmail-split-history): do.
7119
7120         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
7121         (nnml-request-delete-group): do.
7122
7123         * nnslashdot.el (nnslashdot-read-groups): do.
7124
7125         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
7126         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
7127
7128         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
7129         (nnspool-sift-nov-with-sed): Use last
7130         (nnspool-retrieve-headers-with-nov): Use mapc.
7131         (nnspool-request-newgroups): Use dolist.
7132         (nnspool-request-group): Use last.
7133
7134         * nntp.el (nntp-read-server-type): Use dolist.
7135
7136         * nnvirtual.el (nnvirtual-create-mapping)
7137         (nnvirtual-update-read-and-marked): Use dolist.
7138         (nnvirtual-convert-headers): Simplify.
7139
7140 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7141
7142         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
7143         support for sync'ing tick marks.
7144
7145 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7146
7147         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
7148         there's no visible header.
7149
7150 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7151
7152         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
7153         necessary, pass full group name to gnus-request-set-marks.
7154
7155 2004-10-01  Simon Josefsson  <jas@extundo.com>
7156
7157         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
7158         acroread.
7159
7160 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7161
7162         * spam-report.el (spam-report-gmane): Fix interactive.
7163
7164         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
7165
7166         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
7167         when writing file.
7168         (gnus-agent-synchronize-flags): Don't default to being
7169         interactive.
7170
7171 2004-09-30  Simon Josefsson  <jas@extundo.com>
7172
7173         * message.el (message-generate-hashcash): Add.
7174         (message-send-mail): Use it, call mail-add-payment.
7175
7176 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7177
7178         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
7179
7180 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
7181
7182         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
7183         gnus-requst-update-info with explicit code to sync the in-memory
7184         info read flags with the marks being sync'd to the backend.
7185
7186         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
7187
7188 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7189
7190         * spam.el (spam-verify-bogofilter): Add new function.
7191         (spam-check-bogofilter)
7192         (spam-bogofilter-register-with-bogofilter): Use it.
7193         (spam-verify-bogofilter): Add small fixes.
7194
7195 2004-09-28  Simon Josefsson  <jas@extundo.com>
7196
7197         * hashcash.el (hashcash-generate-payment): Revert.
7198
7199 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7200
7201         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
7202         gnus-extract-references instead of gnus-split-references.
7203
7204         * gnus-util.el (gnus-extract-references): Add new function, analogous
7205         to gnus-split-references but extracts only the message-ID without
7206         anything extra.
7207
7208         * hashcash.el (hashcash-generate-payment)
7209         (hashcash-check-payment): Do the right thing if hashcash-path is
7210         nil (because the hashcash program could not be found).
7211
7212         * spam.el (spam-use-hashcash): Remove comment.
7213
7214 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
7215
7216         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
7217         (gnus-cache-enter-article, gnus-cache-remove-article)
7218         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
7219
7220         * gnus-async.el (gnus-async-prefetch-remove-group): do.
7221
7222         * gnus-art.el (article-hide-boring-headers)
7223         (article-translate-strings, article-display-face)
7224         (gnus-article-mime-match-handle-first)
7225         (gnus-article-highlight-headers)
7226         (gnus-article-add-buttons-to-head): do.
7227
7228 2004-09-27  Simon Josefsson  <jas@extundo.com>
7229
7230         * hashcash.el: New version, from
7231         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
7232         ../contrib/.
7233
7234 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7235
7236         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
7237
7238 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
7239
7240         * gnus-dup.el (gnus-dup-open): Use mapc.
7241         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
7242
7243         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
7244         Reported by Stefan Wiens <s.wi@gmx.net>.
7245
7246         * gnus.el (gnus-shutdown): Use dolist.
7247
7248         * gnus-undo.el (gnus-undo): Use mapc.
7249
7250         * nnrss.el (nnrss-generate-active): do.
7251
7252         * message.el (message-cite-original-without-signature)
7253         (message-cite-original): Use mapc.
7254         (message-do-actions, message-make-forward-subject): Use dolist.
7255
7256 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7257
7258         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
7259         deletion to remove entire duplicate line.  Fixes merged article
7260         number bug.
7261
7262 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7263
7264         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
7265         servers that are offline.  Avoids having gnus-agent-toggle-plugged
7266         first ask if you want to open a server and then, even when you
7267         responded with no, asking if you want to synchronize the server's
7268         flags.
7269         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
7270         multi-line expressions.
7271         (gnus-agent-synchronize-group-flags): New internal function.
7272         Updates marks in memory (in the info structure) AND in the
7273         backend.
7274
7275         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
7276
7277         * nnagent.el (nnagent-request-set-mark): Use
7278         gnus-agent-synchronize-group-flags, not backend's request-set-mark
7279         method, to ensure that synchronization updates marks in the
7280         backend and in the info (in memory) structure.
7281
7282 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7283
7284         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
7285         convention fully; don't miss the root article of a thread; make
7286         the X-Draft-From header with correct article numbers.
7287
7288 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
7289
7290         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
7291         unless plugged.  Disable the agent so that an open failure causes
7292         an error.
7293
7294         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
7295         Reverted 2004-09-21 change.  The backend must be opened while
7296         synchronizing flags even when the backend stores the flags
7297         locally.
7298
7299 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
7300
7301         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
7302         in `header' match.  Reported by Svend Tollak Munkejord.
7303
7304         * message.el (message-cite-original): Fix use of
7305         `message-cite-articles-with-x-no-archive'.
7306
7307 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7308
7309         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
7310         (gnus-window-to-buffer): Ditto.
7311
7312         * mml.el (mml-preview-buffer): New variable.
7313         (mml-preview): Manage window layout with gnus-buffer-configuration.
7314
7315         * gnus-msg.el (gnus-setup-message): Put article numbers into the
7316         X-Draft-From header even if those articles aren't quoted.
7317
7318 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
7319
7320         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
7321         (gnus-request-set-mark, gnus-request-update-mark): Use new
7322         g-s-t-u-l-m to decide to use backend even when unplugged.
7323
7324 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7325
7326         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
7327         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
7328
7329 2004-09-20  Simon Josefsson  <jas@extundo.com>
7330
7331         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
7332         "utf-16-le".
7333
7334 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7335
7336         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
7337
7338 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7339
7340         * uudecode.el (uudecode-use-external): Add :version.
7341
7342         * smime.el (smime-CA-file, smime-encrypt-cipher)
7343         (smime-dns-server): Add :version.
7344
7345         * smiley.el (gnus-smiley-file-types): Add :version.
7346
7347         * sha1.el (sha1-use-external): Add :version.
7348
7349         * pgg-def.el (pgg-query-keyserver): Add :version.
7350
7351         * nnmail.el (nnmail-fancy-expiry-targets)
7352         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
7353         Add :version.
7354
7355         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
7356         (nnimap-retrieve-groups-asynchronous): Add :version.
7357         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
7358
7359         * mml.el (mml-content-disposition-parameters)
7360         (mml-insert-mime-headers-always): Add :version.
7361
7362         * mm-util.el (mm-coding-system-priorities): Add :version.
7363
7364         * mm-decode.el (mm-inline-text-html-with-images)
7365         (mm-keep-viewer-alive-types, mm-external-terminal-program)
7366         (mm-verify-option): Add :version.
7367         (mm-text-html-renderer): Change :version.
7368
7369         * message.el (message-fcc-externalize-attachments)
7370         (message-required-headers, message-draft-headers)
7371         (message-subject-trailing-was-query)
7372         (message-subject-trailing-was-ask-regexp)
7373         (message-subject-trailing-was-regexp, message-mark-insert-begin)
7374         (message-mark-insert-end, message-archive-header)
7375         (message-archive-note, message-cross-post-default)
7376         (message-cross-post-note, message-followup-to-note)
7377         (message-cross-post-note-function, message-use-mail-followup-to)
7378         (message-subscribed-address-functions)
7379         (message-subscribed-address-file, message-subscribed-addresses)
7380         (message-subscribed-regexps, message-allow-no-recipients)
7381         (message-yank-cited-prefix, message-signature-insert-empty-line)
7382         (message-hidden-headers, message-hierarchical-addresses)
7383         (message-mail-user-agent, message-use-idna)
7384         (message-valid-fqdn-regexp)
7385         (message-strip-special-text-properties, message-header-synonyms)
7386         (message-beginning-of-line, message-tab-body-function): Add :version.
7387         (message-insert-canlock, message-wide-reply-confirm-recipients):
7388         Change :version.
7389
7390         * mail-source.el (mail-source-ignore-errors): Add :group, :type
7391         and :version.
7392         (mail-source-delete-old-incoming-confirm)
7393         (mail-source-movemail-program): Add :version.
7394
7395         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
7396         (gnus-agent-cache, gnus-agent): Change :version.
7397
7398         * gnus-util.el (gnus-use-byte-compile): Change :version.
7399
7400         * gnus-sum.el (gnus-summary-make-false-root-always)
7401         (gnus-summary-default-high-score)
7402         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
7403         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
7404         (gnus-read-all-available-headers, gnus-article-emulate-mime)
7405         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
7406         (gnus-sum-thread-tree-single-indent)
7407         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7408         (gnus-sum-thread-tree-leaf-with-other)
7409         (gnus-sum-thread-tree-single-leaf): Add :version.
7410         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
7411         (gnus-article-loose-mime): Change :version.
7412
7413         * gnus-start.el (gnus-backup-startup-file)
7414         (gnus-save-startup-file-via-temp-buffer): Add :version.
7415
7416         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
7417         (gnus-server-offline-face): Add :version.
7418
7419         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
7420
7421         * gnus-msg.el (gnus-gcc-externalize-attachments)
7422         (gnus-debug-files, gnus-debug-exclude-variables)
7423         (gnus-discouraged-post-methods): Change :version.
7424         (gnus-confirm-mail-reply-to-news)
7425         (gnus-confirm-treat-mail-like-news): Add :version.
7426
7427         * gnus-int.el (gnus-server-unopen-status): Add :version.
7428
7429         * gnus-group.el (gnus-group-jump-to-group-prompt)
7430         (gnus-large-ephemeral-newsgroup)
7431         (gnus-fetch-old-ephemeral-headers): Add :version.
7432
7433         * gnus-fun.el (gnus-x-face-directory)
7434         (gnus-convert-pbm-to-x-face-command)
7435         (gnus-convert-image-to-x-face-command)
7436         (gnus-convert-image-to-face-command): Add :version.
7437
7438         * gnus-delay.el (gnus-delay-default-hour): Add :version.
7439
7440         * gnus-cite.el (gnus-cite-blank-line-after-header)
7441         (gnus-article-boring-faces): Add :version.
7442
7443         * gnus-art.el (gnus-buttonized-mime-types)
7444         (gnus-inhibit-mime-unbuttonizing)
7445         (gnus-treat-display-face)
7446         (gnus-treat-body-boundary): Change :version.
7447         (gnus-body-boundary-delimiter, gnus-picon-databases)
7448         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
7449         (gnus-treat-date-english, gnus-treat-fold-headers)
7450         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
7451         (gnus-treat-mail-picon, gnus-treat-wash-html)
7452         (gnus-article-encrypt-protocol)
7453         (gnus-use-idna, gnus-article-over-scroll)
7454         (gnus-mime-display-multipart-alternative-as-mixed)
7455         (gnus-mime-display-multipart-related-as-mixed)
7456         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
7457         (gnus-ctan-url, gnus-button-ctan-handler)
7458         (gnus-button-handle-ctan-bogus-regexp)
7459         (gnus-button-ctan-directory-regexp)
7460         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
7461         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
7462         (gnus-button-man-level, gnus-button-emacs-level)
7463         (gnus-button-message-level, gnus-button-browse-level): Add :version.
7464
7465         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
7466         (gnus-agent-go-online): Change :version.
7467         (gnus-agent-expire-unagentized-dirs)
7468         (gnus-agent-auto-agentize-methods): Add :version.
7469
7470         * flow-fill.el (fill-flowed-display-column)
7471         (fill-flowed-encode-column): Add :version.
7472
7473         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7474         (gnus-outlook-deuglify-unwrap-max)
7475         (gnus-outlook-deuglify-cite-marks)
7476         (gnus-outlook-deuglify-unwrap-stop-chars)
7477         (gnus-outlook-deuglify-no-wrap-chars)
7478         (gnus-outlook-deuglify-attrib-cut-regexp)
7479         (gnus-outlook-deuglify-attrib-verb-regexp)
7480         (gnus-outlook-deuglify-attrib-end-regexp)
7481         (gnus-outlook-display-hook): Add :version.
7482
7483         * binhex.el (binhex-use-external): Add :version.
7484
7485 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
7486
7487         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
7488         and `invisible'.
7489
7490 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7491
7492         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
7493         in gnus-registry-trim.
7494
7495 2004-09-13  Simon Josefsson  <jas@extundo.com>
7496
7497         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
7498
7499         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
7500
7501         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
7502         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7503         <yamaoka@jpl.org>.
7504         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
7505         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7506         <yamaoka@jpl.org>.
7507
7508         * sieve.el (sieve-manage-mode): Ditto.
7509
7510 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
7511
7512         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
7513
7514 2004-09-11  Simon Josefsson  <jas@extundo.com>
7515
7516         * dns-mode.el: Add.
7517
7518         * mm-view.el (mm-display-dns-inline): Add.
7519
7520         * mm-decode.el (mm-inline-media-tests): Add text/dns.
7521         (mm-automatic-display): Ditto.
7522
7523         * mailcap.el (mailcap-mime-data): Add text/dns.
7524         (mailcap-mime-extensions): Map .soa to text/dns.
7525
7526 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
7527
7528         * gnus-art.el (article-decode-mime-words, article-babel)
7529         (gnus-article-highlight-signature, gnus-article-add-buttons)
7530         (gnus-signature-toggle): Remove unnecessary bindings of
7531         `inhibit-read-only' inherited from v5.10 merge.
7532
7533 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
7534
7535         * nntp.el (nntp): New customization group.
7536         (nntp-authinfo-file): Add customization group.
7537
7538         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
7539
7540         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
7541
7542         * gnus.el (to-address, to-list, subscribed)
7543         (large-newsgroup-initial): Ditto.
7544
7545         * flow-fill.el (fill-flowed-display-column)
7546         (fill-flowed-encode-column): Ditto.
7547
7548 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
7549
7550         * message.el (message-tokenize-header, message-send-mail-with-qmail):
7551         Use point-min rather than 1.
7552         (message-send-mail): Use buffer-size rather than point-max.
7553
7554         * gnus-sum.el (gnus-summary-search-article-forward):
7555         Signal a specific `search-failed' rather than a generic `error'.
7556
7557         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
7558         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
7559         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
7560
7561 2004-09-10  Simon Josefsson  <jas@extundo.com>
7562
7563         * nndb.el (require): Remove tcp and duplicate cl.
7564
7565 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7566
7567         * gnus-agent.el (directory-files-and-attributes): Move forward.
7568
7569 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7570
7571         * gnus-agent.el (directory-files-and-attributes): Optionally
7572         defined to support XEmacs.
7573
7574 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7575
7576         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
7577         to avoid run-time CL dependencies.
7578         (gnus-agent-unfetch-articles): New function.
7579         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
7580         article numbers even when local .overview file is missing.
7581         (gnus-agent-read-article-number): New function. Only accepts
7582         27-bit article numbers.
7583         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
7584         gnus-agent-read-article-number.
7585         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
7586         from backend while recognizing that article numbers in .overview
7587         must be valid.
7588         (gnus-agent-update-files-total-fetched-for): Use
7589         directory-files-and-attributes to improve performance.
7590         * gnus-int.el (gnus-request-move-article): Use
7591         gnus-agent-unfetch-articles in place of gnus-agent-expire to
7592         improve performance.
7593
7594         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
7595         some users confused by references to .newsrc when they only have a
7596         .newsrc.eld file.
7597         (gnus-convert-mark-converter-prompt,
7598         gnus-convert-converter-needs-prompt): Fixed use of property list.
7599         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
7600         New function. Used internally to only display 'gnus converting
7601         files' message when actually necessary.
7602
7603         * gnus-sum.el (): Removed (require 'gnus-agent) as required
7604         methods now autoloaded.
7605
7606 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7607
7608         * gnus-sum.el (gnus-summary-insert-subject): Remove list
7609         identifiers.
7610
7611 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
7612
7613         * gnus-picon.el: Fix indentation and closing parenthesis.
7614
7615 2004-09-01  Simon Josefsson  <jas@extundo.com>
7616
7617         * message.el (message-canlock-generate): Require sha1, not
7618         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
7619         to require within a function.  Sadly, if sha1.el isn't loaded, the
7620         let binding in m-c-g will hide the defcustom definition, which is
7621         bad.)
7622
7623         * canlock.el: Require sha1, not sha1-el.
7624
7625         * message.el: Don't autoload sha1 (there is a autoload cookie in
7626         sha1.el).
7627
7628         * sha1-el.el: Renamed to sha1.el.
7629
7630 2004-08-30  Juanma Barranquero  <lektu@terra.es>
7631
7632         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
7633
7634 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7635
7636         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
7637
7638 2004-08-30  Kim F. Storm  <storm@cua.dk>
7639
7640         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
7641
7642         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
7643         Add :group 'nnimap.
7644
7645 2004-08-30  Andreas Schwab  <schwab@suse.de>
7646
7647         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
7648         ?* and ?\;.
7649
7650         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
7651         and ?\' to symbol instead of whitespace.
7652
7653 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7654
7655         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
7656
7657         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
7658         instead of re-search-forward.
7659
7660         * gnus-uu.el (gnus-uu-save-article): Ditto.
7661         (gnus-uu-post-encode-uuencode): Ditto.
7662
7663         * html2text.el (html2text-clean-list-items): Ditto.
7664         (html2text-clean-dtdd): Ditto.
7665         (html2text-format-tags): Ditto.
7666
7667         * message.el (message-send-mail-with-sendmail): Fix regexp.
7668         (message-fill-field-general): Use search-forward instead of
7669         re-search-forward.
7670         (unbold-region): Ditto.
7671
7672         * nnrss.el (nnrss-request-article): Ditto.
7673
7674         * nnslashdot.el (nnslashdot-request-article): Ditto.
7675
7676         * nnweb.el (nnweb-gmane-wash-article): Ditto.
7677
7678         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
7679         "Unrecognized menu descriptor" error in XEmacs.
7680
7681 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7682
7683         * gnus-sum.el (gnus-read-header): Don't remove a header for the
7684         parent article of a sparse article in the thread hashtb.
7685
7686 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
7687
7688         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
7689         (nnmail-expand-newtext): Lowercase expanded entries if
7690         nnmail-split-lowercase-expanded is non-nil.
7691
7692 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7693
7694         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
7695         entry.
7696
7697         * gnus-group.el (gnus-group-line-format-alist): Convert the value
7698         of gnus-tmp-news-method into string under XEmacs.  It will be
7699         passed to gnus-correct-length which takes only a string argument.
7700
7701 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7702
7703         * gnus-util.el (gnus-bind-print-variables): New macro.
7704         (gnus-prin1): Use it.
7705         (gnus-prin1-to-string): Use it.
7706         (gnus-pp): New function.
7707         (gnus-pp-to-string): New function.
7708
7709         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
7710         pp-to-string with gnus-pp-to-string.
7711         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
7712         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
7713         * gnus-msg.el (gnus-debug): Ditto.
7714         * gnus-score.el (gnus-score-save): Ditto.
7715         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
7716         gnus-pp-to-string.
7717         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
7718         with gnus-pp.
7719         * score-mode.el (gnus-score-pretty-print): Ditto.
7720         * webmail.el (webmail-debug): Ditto.
7721
7722 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7723
7724         * gnus-art.el (article-display-face, article-display-x-face): Use
7725         buffer-read-only.
7726
7727 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7728
7729         * gnus-art.el (article-hide-list-identifiers): Bind
7730         inhibit-read-only as t.
7731
7732 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
7733
7734         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
7735
7736 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7737
7738         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
7739         (gnus-narrow-to-page): Don't assume point-min == 1.
7740         (gnus-article-edit-mode): Derive from message-mode.
7741
7742         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
7743         point-min == 1.
7744
7745         * imap.el (imap-parse-address-list, imap-parse-body-ext):
7746         Disable incorrect use of `assert'.
7747
7748         * message.el (message-mode): Set comment-start-skip.
7749
7750
7751 2004-08-22  Sam Steingold  <sds@gnu.org>
7752
7753         * pop3.el (pop3-leave-mail-on-server): New user variable.
7754         (pop3-movemail): Delete mail only when it is nil.
7755
7756 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
7757
7758         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
7759
7760         * mml.el (mml-preview): Use `pop-to-buffer'.
7761
7762         * message.el (message-goto-mail-followup-to): Insert after "To".
7763         (message-carefully-insert-headers): Add comment.
7764
7765         * gnus.el: Remove unused variable `gnus-article-check-size'.
7766
7767         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
7768
7769         * gnus-art.el (gnus-button-alist): Improve
7770         `gnus-button-handle-library' entry.
7771
7772 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
7773
7774         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
7775         downcase, since XEmacs capitalizes error messages differently.
7776
7777 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
7778
7779         * nntp.el: Add (require 'gnus) due to reference to
7780         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
7781
7782 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
7783
7784         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
7785         `mm-fill-flowed'.
7786
7787         * mm-decode.el (mm-dissect-singlepart): Check it.
7788
7789 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
7790
7791         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
7792         'imap' for netrc parsing.
7793
7794 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
7795
7796         * mailcap.el (mailcap-mime-data): Mark as risky.
7797
7798 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7799
7800         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
7801         may be included in the encoded word.
7802         (rfc2047-encode): Don't append a space if the encoded word
7803         includes close parenthesis.
7804
7805 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7806
7807         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
7808         of text within parentheses.
7809
7810 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
7811
7812         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
7813         (gnus-encrypt-write-file-contents): Make the password key the file
7814         name PLUS the cipher, not just the cipher.  Also remove failed
7815         passwords from the cache.
7816
7817 2004-08-06  Simon Josefsson  <jas@extundo.com>
7818
7819         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
7820         fix.
7821
7822 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7823
7824         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
7825         LWSP.
7826
7827 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
7828
7829         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
7830         to append in-reply-to: data to the references: header.
7831
7832         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
7833         (netrc-parse): Use gnus-encrypt.el functions.
7834
7835         * gnus-encrypt.el: Add new file for encryption support; currently
7836         does only a few GPG ciphers and an internal XOR cipher.
7837
7838         * password.el: Add comments on using password-read-and-add.
7839         (password-read-and-add): Add function to read and add the
7840         password to the cache at once.
7841
7842 2004-07-28  Simon Josefsson  <jas@extundo.com>
7843
7844         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
7845         parameter (but don't use it, for now).
7846
7847         * imap.el (imap-ssl-open): Use imap-process-connection-type,
7848         instead of hard coding to nil.
7849
7850 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7851
7852         * mm-view.el (mm-inline-image-emacs): Open lines under an image
7853         as mm-inline-image-xemacs does.
7854
7855 2004-07-26  Simon Josefsson  <jas@extundo.com>
7856
7857         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
7858         Revert part of 2004-07-17 change below.
7859
7860 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7861
7862         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
7863         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7864
7865 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7866
7867         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
7868         quotes that actually start with ">" at the beginning of the
7869         lines.
7870
7871 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7872
7873         * rfc2047.el (rfc2047-encode-region): Fix last change.
7874         (rfc2047-encode-parameter): Remove useless concat.
7875
7876 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7877
7878         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
7879         encode special characters; fix some kind of misconfigured headers;
7880         signal a real error if debug-on-quit or debug-on-error is non-nil.
7881         (rfc2047-encode-max-chars): New variable.
7882         (rfc2047-encode-1): Use it.
7883         (rfc2047-encode-parameter): New function.
7884
7885         * mml.el (mml-insert-parameter): Remove an excessive space.
7886
7887 2004-07-17  Simon Josefsson  <jas@extundo.com>
7888
7889         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
7890         Kai Grossjohann <kai@emptydomain.de>.
7891         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
7892         (gnus-group-make-menu-bar): Ditto.
7893
7894         * gnus-util.el (gnus-group-server): Add.
7895
7896 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
7897
7898         * message.el (message-clone-locals): Clone sendmail and smtp
7899         variables.
7900
7901 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7902
7903         * rfc2047.el (rfc2047-encode-region): Fix last change.
7904
7905 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7906
7907         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
7908         characters as non-special.
7909
7910 2004-07-09  Simon Josefsson  <jas@extundo.com>
7911
7912         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
7913         Users will lose all flag changes made while unplugged with
7914         e.g. nntp unless flag synchronization happens, thus `nil' is not a
7915         good default.  See numerous reports on ding mailing list.
7916
7917 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7918
7919         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
7920         add generate-head-function and generate-article-function to the
7921         rfc822-forward entry.
7922         (nndoc-rfc822-forward-generate-article): New function.
7923         (nndoc-rfc822-forward-generate-head): New function.
7924
7925         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
7926
7927 2004-07-06  Dan Christensen  <jdc@uwo.ca>
7928
7929         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
7930         respect display group parameter and gnus-summary-expunge-below.
7931         (gnus-articles-to-read): Remove unused reference to display group
7932         parameter.
7933
7934 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7935
7936         * nnheader.el (nnheader-uniquify-message-id): New experimental
7937         variable.
7938         (nnheader-nov-read-message-id): Use it.
7939
7940         * spam-report.el (spam-report-gmane): Add interactive.
7941
7942 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7943
7944         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
7945         qp-or-base64 for the application/* types.
7946
7947 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
7948
7949         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
7950
7951 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
7952
7953         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
7954         trim value.
7955
7956 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
7957
7958         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
7959         New macro and function.
7960         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
7961
7962 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7963
7964         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
7965         after-load-alist.
7966
7967 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7968
7969         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
7970         update info that isn't there.
7971
7972 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
7973
7974         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
7975         entry.
7976
7977 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7978
7979         * mm-view.el (mm-inline-render-with-function): Use multibyte
7980         buffer; decode html source by charset.
7981
7982         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
7983
7984         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
7985         Mule-UCS is loaded under XEmacs.
7986         (mm-mime-mule-charset-alist): Avoid duplicated entries.
7987
7988 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
7989
7990         * nnheader.el (nnheader-max-head-length): Increase to 8192.
7991
7992 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7993
7994         * mm-util.el (mm-coding-system-p): Return a coding-system.
7995         (mm-mime-mule-charset-alist): Use shift_jis instead of
7996         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
7997         entries for the mime charsets iso-2022-jp-3 and shift_jis.
7998         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
7999         instead of japanese-shift-jis and iso-latin-1 respectively in
8000         order to share the default value with both Emacs and XEmacs-mule.
8001         (mm-mule-charset-to-mime-charset): Make
8002         mm-coding-system-priorities effective.
8003         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
8004         while predicating of candidates upon the priorities.
8005
8006 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
8007
8008         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8009         gnus-uu-invert-processable.
8010
8011         * gnus.el: Autoload gnus-uu-invert-processable.
8012
8013 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8014
8015         * mm-util.el (mm-with-multibyte-buffer): New macro.
8016
8017         * rfc2047.el (rfc2047-encode-string): Use it.
8018         (rfc2047-encode-region): Move point to the end of the region after
8019         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
8020
8021 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8022
8023         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
8024         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
8025
8026 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8027
8028         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
8029         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
8030         Karl Chen <quarl@nospam.quarl.org>.
8031
8032 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
8033
8034         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
8035         invalid addresses.
8036
8037 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
8038
8039         * spam.el: Change section markers, revise TODO list.
8040         (spam-backends): Make new master list of all installed backends.
8041         (spam-summary-exit-behavior): Add new variable to determine how
8042         messages moves are done at summary exit.
8043         (spam-move-spam-nonspam-groups-only)
8044         (spam-process-ham-in-nonham-groups)
8045         (spam-process-ham-in-spam-groups): Remove variables, the
8046         spam-summary-exit-behavior variable should be used to manage this
8047         behavior.
8048         (spam-old-ham-articles, spam-old-spam-articles): Remove.
8049         (spam-old-articles): Add variable, replacing spam-old-ham-articles
8050         and spam-old-spam-articles.
8051         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
8052         Add empty variables, placeholders for the backends they represent.
8053         (spam-set-difference): Move, unchanged.
8054         (spam-list-of-processors): Declare OBSOLETE, not used anymore
8055         unless the user has a processor variable.
8056         (spam-classifications, spam-classification-valid-p)
8057         (spam-backend-properties, spam-backend-property-valid-p)
8058         (spam-backend-function-type-valid-p)
8059         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
8060         (spam-report-articles-gmane, spam-report-articles-resend):
8061         Remove functions, they are not needed.
8062         (spam-install-backend-super, spam-backend-list)
8063         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
8064         (spam-backend-function, spam-backend-ham-registration-function)
8065         (spam-backend-spam-registration-function)
8066         (spam-backend-ham-unregistration-function)
8067         (spam-backend-spam-unregistration-function)
8068         (spam-backend-statistical-p, spam-backend-mover-p)
8069         (spam-install-backend-alias, spam-install-checkonly-backend)
8070         (spam-install-mover-backend, spam-install-nocheck-backend)
8071         (spam-install-backend, spam-install-statistical-backend)
8072         (spam-install-statistical-checkonly-backend): Add backend installation
8073         support.
8074         (spam-summary-prepare-exit): Rewrite to use the new backend code.
8075         (spam-group-processor-p): Use the new backend code and respect the
8076         summary exit behavior.
8077         (spam-mark-spam-as-expired-and-move-routine): Remove.
8078         (spam-summary-prepare): Change to use the new spam-old-articles
8079         variable.
8080         (spam-copy-or-move-routine, spam-copy-spam-routine)
8081         (spam-move-spam-routine, spam-copy-ham-routine)
8082         (spam-move-ham-routine): Add code to copy/move ham or spam.
8083         (spam-fetch-field-fast): Improve doc and code, plus allow the
8084         'number request.
8085         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
8086         variables.
8087         (spam-split, spam-find-spam): Use the new backend code.
8088         (spam-registration-functions): Remove variable.
8089         (spam-unregister-routine): Add convenience wrapper.
8090         (spam-log-undo-registration, spam-register-routine)
8091         (spam-log-processing-to-registry)
8092         (spam-log-unregistration-needed-p): Rename "check" to "backend"
8093         where possible.
8094         (spam-check-gmane-xref, spam-check-regex-headers)
8095         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
8096         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
8097         (spam-check-bogofilter-headers, spam-check-spamoracle)
8098         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
8099         (spam-check-crm114-headers): Use the spam-split-group that
8100         spam-split prepares, no need to determine it every time.
8101
8102         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
8103         to the nnheader-parse-naked-head call.
8104
8105         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
8106
8107         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
8108         the nnheader-nov-read-message-id call.
8109
8110 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8111
8112         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
8113         gnus-activate-group twice.  Suggested by Markus Peter
8114         <warp@spin.de>.
8115
8116 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8117
8118         * gnus-art.el (gnus-article-time-format): Exchange the order of
8119         day and month in the default value; fix customization type.
8120         (article-date-ut): Use add-text-properties.
8121         (article-make-date-line): Use message-make-date instead of
8122         current-time-string.
8123
8124         * message.el (message-fetch-field): Don't use set-text-properties.
8125         (message-make-date): Simplify.
8126
8127         * messagexmas.el (message-xmas-make-date): New function.
8128         (message-xmas-redefine): Defalias message-make-date to it.
8129
8130 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8131
8132         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
8133         (rfc2047-encode-region): Treat text within parentheses as special;
8134         show the original text when error has occurred.
8135
8136         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
8137         already-computed method to gnus-activate-group.
8138
8139         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
8140         same select-methods identical Lisp objects.
8141
8142         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
8143         object when modifying the info.
8144
8145 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8146
8147         * gnus-srvr.el (gnus-server-set-info): Remove the server from
8148         gnus-opened-servers since it has never been opened with the new
8149         configuration yet.
8150
8151 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8152
8153         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
8154         arg to nnheader-generate-fake-message-id.
8155
8156 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
8157
8158         * nnheader.el (nnheader-generate-fake-message-id): Accept a
8159         number and build a fake message ID localized to a group and
8160         article number (so it's repeatable from that point on).
8161         (nnheader-fake-message-id-p): Change regex to accomodate new fake
8162         ID format.
8163
8164         * gnus-sum.el (gnus-get-newsgroup-headers): Call
8165         nnheader-generate-fake-message-id with the article number.
8166
8167 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
8168
8169         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
8170         end-of-buffer.
8171
8172 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8173
8174         * message.el (message-ignored-supersedes-headers): Add Approved.
8175
8176 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8177
8178         * rfc2047.el (rfc2047-encode-message-header): Remove useless
8179         goto-char.
8180         (rfc2047-encode): Fold the line before encoding.
8181
8182 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8183
8184         * rfc2047.el (rfc2047-encode-message-header): Disabled header
8185         folding -- not all headers can be folded, and this should be done
8186         by the message composition mode.  Probably.  I think.
8187
8188 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
8191         fast.
8192
8193         * gnus-ems.el (gnus-remove-image): Don't use
8194         message-text-with-property; remove only the image found first.
8195
8196         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
8197         found first.
8198
8199 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
8200
8201         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
8202
8203 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * message.el (message-text-with-property): Make it fast and accept
8206         optional arguments.
8207         (message-strip-forbidden-properties): Use it.
8208         (message-fix-before-sending): Follow the m-t-w-p change.
8209
8210         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
8211
8212 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8213
8214         * gnus-art.el (article-hide-headers): Don't change the buffer
8215         mistakenly when performing mml-preview even if
8216         gnus-single-article-buffer is nil.
8217
8218 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
8219
8220         * message.el (message-expand-name-databases): New user option.
8221         (message-expand-name): Use it.
8222
8223 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
8224
8225         * spam.el (spam-report-articles-resend)
8226         (spam-report-resend-register-routine): Allow ham reporting.
8227         (spam-report-resend-register-ham-routine): Add wrapper.
8228         (spam-registration-functions): Add ham resending functions.
8229         (spam-list-of-processors): Add ham resend processor.
8230
8231         * gnus.el (ham-resend-to): Add new group parameter.
8232         (spam-process): Add ham resend option.
8233
8234         * spam-report.el (spam-report-resend): Allow reporting ham.
8235         (spam-report-resend-ham): Add wrapper.
8236
8237 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8238
8239         * message.el (message-cite-articles-with-x-no-archive): New
8240         variable.
8241         (message-cite-original): Use it.
8242
8243 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8244
8245         * message.el (message-cite-original): Respect X-No-Archive.
8246
8247 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8248
8249         * gnus-art.el (article-hide-headers): Refer to the values for
8250         gnus-ignored-headers and gnus-visible-headers in the summary
8251         buffer since a user may have set them as group parameters.
8252
8253 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
8254
8255         * assistant.el (assistant-node-name): Add convenience function.
8256         (assistant-render-text, assistant-render-node): Add error handling,
8257         plus handle multiple next nodes.
8258         (assistant-find-next-node): Comment out for now.
8259         (assistant-find-next-nodes): Add function, returns list of next
8260         nodes.
8261
8262 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
8263
8264         * mail-source.el (mail-source-directory): Fix doc-string.
8265
8266 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
8267
8268         * assistant.el (assistant-render-text, assistant-eval): Add :set
8269         widget type, which is different because it takes and returns a
8270         list.  Much hilarity ensues.
8271
8272 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
8273
8274         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
8275
8276         * gnus-group.el (gnus-group-get-new-news-this-group): Added
8277         doc-string.
8278
8279         * gnus-start.el (gnus-activate-group): Added doc-string.
8280
8281 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8282
8283         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
8284
8285 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
8286
8287         * assistant.el (assistant-render-text): Try to add a :set
8288         widget, more to come.
8289
8290         * spam.el (spam-group-spam-contents-p): Handle empty groupname
8291         strings.
8292         (spam-report-articles-resend)
8293         (spam-register-routine): Do registration iff any articles warrant
8294         it.
8295         (spam-summary-prepare-exit): Change log message for nil group
8296         destinations.
8297
8298 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
8299
8300         * spam.el (spam-report-resend-register-routine): Allow
8301         spam-report-resend-to to be a group parameter or a global value.
8302
8303 2004-05-26  Simon Josefsson  <jas@extundo.com>
8304
8305         * starttls.el: Merge with my GNUTLS based starttls.el.
8306         (starttls-gnutls-program, starttls-use-gnutls)
8307         (starttls-extra-arguments, starttls-process-connection-type)
8308         (starttls-connect, starttls-failure, starttls-success): New
8309         variables.
8310         (starttls-program, starttls-extra-args): Doc fix.
8311         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
8312         functions.
8313         (starttls-negotiate, starttls-open-stream): Check
8314         `starttls-use-gnutls' and pass on to corresponding *-gnutls
8315         function if it is set.
8316
8317 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8318
8319         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
8320         structured fields.
8321
8322 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8323
8324         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
8325
8326 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
8327
8328         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
8329         variable.
8330         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
8331         assigning the spam-mark to new messages.
8332
8333 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
8334
8335         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
8336
8337 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8338
8339         * dgnushack.el: Autoload customize-set-variable for XEmacs.
8340
8341         * rfc2047.el (rfc2047-encodable-p): Don't move point.
8342         (rfc2047-decode): Treat the ascii coding-system as raw-text by
8343         default.
8344
8345 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
8346
8347         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
8348         correct data.
8349
8350 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
8351
8352         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
8353         (spam-group-processor-p): Fix function.
8354         (spam-group-processor-multiple-p)
8355         (spam-group-spam-processor-report-gmane-p)
8356         (spam-group-spam-processor-report-resend-p)
8357         (spam-group-spam-processor-bogofilter-p)
8358         (spam-group-spam-processor-blacklist-p)
8359         (spam-group-spam-processor-ifile-p)
8360         (spam-group-ham-processor-ifile-p)
8361         (spam-group-spam-processor-spamoracle-p)
8362         (spam-group-spam-processor-crm114-p)
8363         (spam-group-ham-processor-bogofilter-p)
8364         (spam-group-spam-processor-stat-p)
8365         (spam-group-ham-processor-stat-p)
8366         (spam-group-ham-processor-whitelist-p)
8367         (spam-group-ham-processor-BBDB-p)
8368         (spam-group-ham-processor-spamoracle-p)
8369         (spam-group-ham-processor-copy-p): Remove functions with some
8370         prejudice against unneeded code.
8371         (spam-report-articles-resend)
8372         (spam-report-resend-register-routine): Allow the group/topic
8373         spam-resend-to value to override spam-report-resend-to.
8374         (spam-summary-prepare-exit): Invoke spam-group-processor-p
8375         properly now.
8376
8377         * gnus.el (spam-resend-to): Add group/topic parameter.
8378         (spam-process): Move the OBSOLETE processors to the end of the
8379         choices.
8380
8381 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
8382
8383         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
8384         with resend-to set to nil, and then ask the user if necessary.
8385         (spam-report-resend): spam-report-resend takes a list of articles, not
8386         separate article numbers.
8387
8388 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8389
8390         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
8391         addition to emacs-w3m.
8392
8393 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8394
8395         * assistant.el (assistant-authinfo-data): New function.
8396         (assistant-eval): Eval for entire assistant.
8397
8398         * netrc.el (netrc-services-file): New variable.
8399         (netrc-parse-services): New function.
8400         (netrc-find-service-name): New function.
8401         (netrc-find-service-number): New function.
8402         (netrc-port-equal): New function.
8403         (netrc-machine): Use it.
8404
8405         * nnimap.el (nnimap-open-connection): Use netrc.
8406
8407         * gnus-util.el (gnus-netrc-get): Remove aliases.
8408
8409         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
8410
8411         * assistant.el (wid-edit): Fix compilation.
8412
8413         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
8414
8415 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
8416
8417         * gnus-util.el (gnus-set-file-modes): New function.  (small
8418         patch).
8419
8420 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8421
8422         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
8423
8424         * assistant.el (assistant-render-node): Fix up rendering and
8425         read-only text.
8426         (assistant-render-node): Reset.
8427         (assistant-make-read-only): Not sticky.
8428
8429 2004-05-20  Danny Siu  <dsiu@adobe.com>
8430
8431         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
8432         centered even when gnus-auto-center-summary is t
8433
8434 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8435
8436         * dns.el (dns-get-txt-answer): New function.
8437         (dns-read-txt): Ditto.
8438         (query-dns): Use it.
8439
8440 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8441
8442         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
8443         active for foreign groups even if the group level is higher than
8444         the specified value.
8445
8446 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8447
8448         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
8449         non-active groups.
8450
8451         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
8452
8453 2004-05-20  Magnus Henoch  <mange@freemail.hu>
8454
8455         * dns.el (dns-read-type): Add support for SVR.  (small patch)
8456
8457 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8458
8459         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
8460         (spam-crm114-header, spam-crm114-spam-switch)
8461         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
8462         (spam-crm114-positive-spam-header)
8463         (spam-crm114-database-directory, spam-list-of-processors)
8464         (spam-group-spam-processor-crm114-p)
8465         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
8466         (spam-generic-score, spam-list-of-checks)
8467         (spam-list-of-statistical-checks, spam-registration-functions)
8468         (spam-check-crm114-headers, spam-crm114-score)
8469         (spam-check-crm114, spam-crm114-register-with-crm114)
8470         (spam-crm114-register-spam-routine)
8471         (spam-crm114-unregister-spam-routine)
8472         (spam-crm114-register-ham-routine)
8473         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
8474         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
8475
8476         * gnus.el: Add spam-use-crm114.
8477
8478         * spam.el (spam-list-of-processors, spam-registration-functions):
8479         Add spam-use-resend.
8480         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
8481         (spam-report-articles-gmane): Add doc fix.
8482         (spam-report-articles-resend,
8483         spam-report-resend-register-routine): Add wrappers around
8484         spam-report-resend-to.
8485
8486         * spam-report.el (spam-report-resend-to, spam-report-resend):
8487         Add support for resending spam.
8488         (spam-report-gmane): Fix line length >80.
8489
8490         * gnus.el (spam-process): Add spam-use-resend.
8491
8492 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8493
8494         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
8495         number of processed spam messages.
8496         (spam-ham-copy-or-move-routine): Return the number of processed
8497         ham messages.
8498         (spam-summary-prepare-exit): Use the above values to decide
8499         whether status messages shouled be displayed.
8500
8501 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8502
8503         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
8504         `rfc2047-encoding-function-alist' in order to avoid conflicting
8505         with the old version.
8506         (rfc2047-encode-region): Concatenate words containing non-ASCII
8507         characters in structured fields; don't encode space-delimited
8508         ASCII words even in unstructured fields; don't break words at
8509         char-category boundaries.
8510         (rfc2047-encode-1): New function.
8511         (rfc2047-encode): Use it; encode text so that it occupies the
8512         maximum width within 76-column; work correctly on Q encoding for
8513         iso-2022-* charsets.
8514         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
8515         sure not to break a line just after the header name.
8516         (rfc2047-b-encode-region): Removed.
8517         (rfc2047-b-encode-string): New function.
8518         (rfc2047-q-encode-region): Removed.
8519         (rfc2047-q-encode-string): New function.
8520
8521         * mm-util.el (mm-replace-in-string): New function.
8522
8523 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8524
8525         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
8526         get it right.
8527         (gnus-inews-make-draft): Really.
8528
8529 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
8530
8531         * nnmh.el (nnmh-request-list-1): Don't check the link count
8532         before descending.  (small patch)
8533
8534 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8535
8536         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
8537         stuff.
8538
8539         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
8540         on real group name.
8541
8542         * gnus-art.el (gnus-signature-limit): Doc fix.
8543
8544         * gnus-msg.el (gnus-inews-make-draft): Quote list.
8545
8546         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
8547
8548 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
8549
8550         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
8551         isn't a string.
8552
8553 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8554
8555         * gnus-draft.el (gnus-draft-send): Bind
8556         rfc2047-encode-encoded-words.
8557
8558         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
8559         (rfc2047-encodable-p): Say that =? needs encoding.
8560         (rfc2047-encode-encoded-words): New variable.
8561
8562         * gnus-group.el (gnus-group-select-group): Doc fix.
8563
8564         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
8565
8566         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
8567         to nil.
8568
8569         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
8570
8571         * nnheader.el (nnheader-get-lines-and-char): New function.
8572
8573 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
8574
8575         * gnus-msg.el (gnus-summary-followup-with-original): Document
8576         yanking of region when active.
8577
8578 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8579
8580         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
8581         groups if the group level is higher than the specified value.
8582
8583 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8584
8585         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
8586         (gnus-group-jump-to-group): Added prefix argument using
8587         `gnus-group-jump-to-group-prompt'.  Query before jumping to
8588         non-active group.
8589
8590         * compface.el (uncompface): Be verbose when changing
8591         `uncompface-use-external'.
8592
8593         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
8594         handle manual section.
8595
8596 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8597
8598         * gnus-art.el (gnus-button-alist): Revert previous change.
8599
8600 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8601
8602         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
8603
8604 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8605
8606         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
8607         whether backend can accept message.
8608
8609         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
8610
8611 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
8612
8613         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
8614         Avoid creating directory when nntp-marks-is-evil is true.
8615         Reported by Reiner Steib.
8616
8617 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8618
8619         * gnus-picon.el (gnus-picon-style): New variable.
8620         (gnus-picon-insert-glyph): Added optional `nostring' argument.
8621         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
8622         Jesper Harder <harder@ifa.au.dk>.
8623
8624 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8625
8626         * message.el (message-fill-field): Return point.
8627         (message-generate-headers): Go to end of field.
8628
8629         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
8630         stuff for non-living groups.
8631
8632 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
8633
8634         * gnus-art.el (gnus-article-followup-with-original)
8635         (gnus-article-reply-with-original): gnus-mark-active-p ->
8636         gnus-region-active-p.
8637
8638 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
8639
8640         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
8641         only when there is spam or ham to be processed.
8642
8643 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8644
8645         * mail-source.el (mail-source-delete-crash-box): Refactor.
8646         (mail-source-fetch): Use it.
8647         (mail-source-fetch-file): Ditto.
8648         (mail-source-fetch-directory): Run postscript in loop.
8649         (mail-source-fetch-pop): Delete.
8650         (mail-source-fetch-maildir): Ditto.
8651         (mail-source-fetch-imap): Ditto.
8652
8653         * imap.el (imap-authenticators): Comment out sasl.
8654
8655         * message.el (message-skip-to-next-address): New function.
8656         (message-fill-header-address): Refactor.
8657         (message-fill-address): Use it.
8658         (message-delete-address): Use it.
8659         (message-fill-header-general): Refactor.
8660         (message-fill-field-address): Rename.
8661         (message-narrow-to-field): Find the start of the header.
8662         (message-header-format-alist): Don't pre-fill.
8663         (message-fill-header): Removed.
8664         (message-insert-header): New function.
8665         (message-shorten-references): Use it.
8666
8667         * rfc2047.el (rfc2047-field-value): Strip props.
8668
8669         * mail-parse.el (mail-header-make-address): New alias.
8670
8671         * ietf-drums.el (ietf-drums-make-address): New function.
8672
8673         * imap.el: Add compiler directives.
8674
8675         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
8676
8677         * gnus-art.el (article-decode-idna-rhs): Don't use
8678         message-idna-inside-rhs-p.
8679
8680 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8681
8682         * message.el (message-idna-inside-rhs-p): Removed.
8683         (message-idna-to-ascii-rhs-1): Use proper address parsing.
8684
8685         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
8686         false positives.
8687
8688 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
8689
8690         * imap.el (imap-sasl-make-mechanisms): Use sasl.
8691
8692 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8693
8694         * nneething.el (nneething-file-name): Don't create spurions
8695         files.
8696
8697         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
8698         (gnus-inews-do-gcc): Remove sleep.
8699
8700         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
8701         part under point.
8702
8703         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
8704         (gnus-agent-regenerate-group): Using nil messages aren't valid.
8705
8706 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
8707
8708         * spam.el (spam-summary-prepare-exit): Fixed (length).
8709
8710 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8711
8712         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
8713         as expired without moving it" message when there are spam
8714         messages left.
8715
8716 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
8717
8718         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
8719         header is not nil.
8720
8721 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
8722
8723         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
8724         nntp-possibly-create-directory, not nntp-possibly-change-group.
8725         (nntp-marks-changed-p): New arg SERVER.
8726         (nntp-request-update-info): Adjust caller.
8727
8728 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
8729
8730         * nntp.el (nntp-save-marks): Pass missing arg.
8731
8732 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
8733
8734         * nntp.el: Support marks.
8735         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
8736         (nntp-marks-modtime, nntp-marks-directory): New variables.
8737         (nntp-request-set-mark, nntp-request-update-info)
8738         (nntp-possibly-create-directory, nntp-marks-changed-p)
8739         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
8740         functions.
8741
8742 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
8743
8744         * gnus-xmas.el (gnus-xmas-select-lowest-window)
8745         (gnus-xmas-redefine): Rename.
8746
8747         * gnus-score.el (gnus-score-insert-help): Use
8748         gnus-select-lowest-window.
8749
8750         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
8751         appt-select-lowest-window and rename to gnus-select-lowest-window.
8752
8753         * gnus.el: do.
8754
8755 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8756
8757         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
8758         encodings of MIME-encoded words, in order to improve
8759         interoperability with several broken MUAs.
8760
8761 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8762
8763         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
8764         tags, only when charsets are not specified in headers.
8765         (mm-inline-text-html-render-with-w3m): Ditto.
8766
8767         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
8768         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
8769
8770 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8771
8772         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
8773         instead of MIME-decoded from fields when checking
8774         `gnus-article-address-banner-alist'.
8775
8776 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
8777
8778         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
8779         description rather than subject.
8780
8781 2004-05-02  Steve Youngs  <steve@youngs.au.com>
8782
8783         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
8784
8785 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8786
8787         * gnus.el (gnus-version-number): Bump.
8788
8789 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8790
8791         * gnus.el: No Gnus v0.2 is released.
8792
8793 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8794
8795         * gnus-agent.el (gnus-agent-read-agentview): Inline
8796         gnus-uncompress-range.
8797
8798 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8799
8800         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
8801         `exec-installed-p'.
8802
8803 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8804
8805         * gnus.el (spam-process, spam-autodetect-methods): Add
8806         bsfilter and bsfilter-headers.
8807
8808         * spam.el (spam-bsfilter): New customize group.
8809         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
8810         (spam-bsfilter-header, spam-bsfilter-probability-header)
8811         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
8812         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
8813         (spam-bsfilter-database-directory): New options.
8814         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
8815         (spam-list-of-statistical-checks, spam-registration-functions):
8816         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
8817         (spam-bsfilter-score): New command.
8818         (spam-check-bsfilter-headers, spam-check-bsfilter)
8819         (spam-bsfilter-register-with-bsfilter)
8820         (spam-bsfilter-register-spam-routine)
8821         (spam-bsfilter-unregister-spam-routine)
8822         (spam-bsfilter-register-ham-routine)
8823         (spam-bsfilter-unregister-ham-routine): New functions.
8824         (spam-generic-score): Support bsfilter; Accept an optional argument
8825         to recalcurate spam score even if scoring header has already been
8826         added.
8827         (spam-bogofilter-score, spam-spamassassin-score): Accept an
8828         optional argument to recalcurate spam score even if scoring header
8829         has already been added.
8830
8831 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
8832
8833         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
8834         strings!  Reported by David D. Smith <davidsmith@acm.org>.
8835         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
8836         link is missing.
8837
8838 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
8839
8840         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
8841         (html2text-get-attr): Rewrite.
8842
8843         * message.el (message-setup-1): Remove redundant put-text-property
8844         on mail-header-separator.
8845
8846 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
8847
8848         * gnus-registry.el (gnus-registry-cache-whitespace)
8849         (gnus-registry-action, gnus-registry-spool-action)
8850         (gnus-registry-split-fancy-with-parent): Change message levels
8851         from 5 to 3 or 7, as needed.
8852
8853         * spam.el (spam-summary-prepare-exit)
8854         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
8855         (spam-split, spam-find-spam, spam-log-undo-registration)
8856         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
8857         level from 5 to 6.
8858
8859 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8860
8861         * gnus-ems.el: Autoload appt-select-lowest-window (revert
8862         2004-03-04 change).
8863
8864 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
8865
8866         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
8867         Use mapc when appropriate.
8868
8869         * sieve-manage.el (sieve-manage-open): do.
8870
8871         * nnweb.el (nnweb-insert-html): do.
8872
8873         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
8874         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
8875
8876         * nnspool.el (nnspool-request-group): do.
8877
8878         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
8879         do.
8880
8881         * nnml.el (nnml-request-update-info): do.
8882
8883         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
8884         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
8885
8886         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
8887         (nnimap-request-set-mark): do.
8888
8889         * nnfolder.el (nnfolder-request-update-info): do.
8890
8891         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
8892         do.
8893
8894         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
8895
8896         * gnus-uu.el (gnus-uu-find-articles-matching): do.
8897
8898         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
8899         do.
8900
8901         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
8902         do.
8903
8904         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
8905
8906         * gnus-nocem.el (gnus-nocem-scan-groups): do.
8907
8908         * gnus-int.el (gnus-start-news-server): do.
8909
8910         * gnus-group.el (gnus-group-make-kiboze-group)
8911         (gnus-group-browse-foreign-server): do.
8912
8913 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
8914
8915         FIXME: Make separate entries for each person.
8916
8917         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
8918         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
8919         <shields@msrl.com>:
8920
8921         * spam.el (spam-necessary-extra-headers): Get the extra headers we
8922         may need for spam sorting and scoring.
8923         (spam-user-format-function-S): Add user format function suitable for
8924         general use.
8925         (spam-article-sort-by-spam-status): Add sorting function for summary
8926         sorting.
8927         (spam-extra-header-to-number): Add function to get a score from a
8928         header.
8929         (spam-summary-score): Add function to  get a numeric score from the
8930         headers.
8931         (spam-generic-score): Fixed function doc, was in wrong place.
8932         (spam-initialize): Take symbols when it's run, and install the
8933         extra headers that spam-necessary-extra-headers thinks we need.
8934
8935 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
8936
8937         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
8938         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
8939
8940 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
8941
8942         * gnus-sum.el (gnus-set-global-variables)
8943         (gnus-build-all-threads, gnus-get-newsgroup-headers)
8944         (gnus-article-get-xrefs, gnus-summary-best-group)
8945         (gnus-summary-next-article, gnus-summary-enter-digest-group)
8946         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
8947         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
8948         with-current-buffer.
8949
8950 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
8951
8952         * spam.el (spam-summary-prepare-exit): Simplify logic.
8953         (spam-fetch-article-header): Read the article header if it's not
8954         available.
8955         (spam-list-articles): Simplify logic.
8956         (spam-filelist-register-routine): Fix bug with unregister-list.
8957
8958         * gnus-registry.el: Fix comments at beginning.
8959
8960 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
8961
8962         * message.el (message-cater-to-broken-inn): Remove.
8963         (message-shorten-references): Make sure the total folded length of
8964         References is shorter than 998 characters to cater to a bug in INN
8965         2.3.  Also, don't pretend that references aren't folded -- this
8966         hasn't worked for a while.
8967
8968 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8969
8970         * gnus-agent.el (gnus-agentize):
8971         gnus-agent-send-mail-real-function no longer set to current value
8972         of message-send-mail-function but rather a lambda that calls
8973         message-send-mail-function.  The change makes the agent real-time
8974         responsive to user changes to message-send-mail-function.
8975
8976 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8977
8978         * legacy-gnus-agent.el
8979         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
8980         help from Florian Weimer <fw@deneb.enyo.de>
8981
8982 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8983
8984         * nnmail.el (nnmail-cache-insert): Revert last change.
8985
8986 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8987
8988         * nnmail.el (nnmail-cache-insert): Always check whether
8989         nnmail-cache-ignore-groups matches a group name.
8990
8991 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
8992
8993         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
8994         (spam-find-spam, spam-log-processing-to-registry)
8995         (spam-log-registered-p, spam-log-unregistration-needed-p)
8996         (spam-log-undo-registration): Use gnus-message instead of
8997         gnus-error, none of these errors are fatal.
8998
8999         * gnus-registry.el (gnus-registry-clean-empty-function)
9000         (gnus-registry-clean-empty): Remove only empty entries without
9001         extra data.
9002
9003 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
9004
9005         * spam-stat.el (spam-stat-buffer-change-to-spam)
9006         (spam-stat-buffer-change-to-non-spam): Change (error) to
9007         (gnus-message 8) invocation.
9008
9009 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9010
9011         * nntp.el (nntp-via-netcat-command): New variable.
9012         (nntp-via-netcat-switches): New variable.
9013         (nntp-open-via-rlogin-and-netcat): New function.
9014         (nntp-open-connection-function): Doc fix.
9015         (nntp-telnet-command): Doc fix.
9016         (nntp-end-of-line): Doc fix.
9017         (nntp-via-rlogin-command): Doc fix.
9018         (nntp-via-user-name): Doc fix.
9019         (nntp-via-address): Doc fix.
9020
9021 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9022
9023         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
9024         error in Emacs 21.1.
9025
9026 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
9027
9028         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
9029
9030 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9031         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
9032         (gnus-agent-with-refreshed-group): New macro.
9033         (gnus-agent-rename-group): New function.
9034         (gnus-agent-delete-group): New function.
9035         (gnus-agent-save-group-info): Use gnus-command-method when
9036         `method' parameter is nil.  Don't write nil entries into the
9037         active file.
9038         (gnus-agent-get-group-info): New function.
9039         (gnus-agent-fetch-articles): Use
9040         gnus-agent-update-files-total-fetched-for to increment disk space
9041         used.
9042         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
9043         gnus-agent-update-view-total-fetched-for to increment disk space
9044         used.
9045         (gnus-agent-get-local): Added optional parameters to avoid calling
9046         gnus-group-real-name and gnus-find-method-for-group.
9047         (gnus-agent-set-local): Delete stored entry if either min, or max,
9048         are nil.
9049         (gnus-agent-fetch-session): Reworded error/quit messages.  On
9050         quit, use gnus-agent-regenerate-group to record existance of any
9051         articles fetched to disk before the quit occurred.
9052         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
9053         gnus-agent-update-view-total-fetched-for, and
9054         gnus-agent-update-files-total-fetched-for to decrement disk space
9055         used.
9056         (gnus-agent-retrieve-headers): Use
9057         gnus-agent-update-view-total-fetched-for to increment disk space
9058         used.
9059         (gnus-agent-regenerate-group): Replace gnus-group-update-group
9060         with gnus-agent-update-files-total-fetched-for to decrement disk
9061         space and fresh group buffer.
9062         (gnus-agent-inhibit-update-total-fetched-for): New variable.
9063         (gnus-agent-need-update-total-fetched-for): New variable.
9064         (gnus-agent-update-files-total-fetched-for): New function.
9065         (gnus-agent-update-view-total-fetched-for): New function.
9066         (gnus-agent-total-fetched-for): New function.
9067
9068         * gnus-cache.el (gnus-cache-save-buffers): Use
9069         gnus-cache-update-overview-total-fetched-for to change disk space
9070         used by this group.
9071         (gnus-cache-possibly-enter-article): Use
9072         gnus-cache-update-file-total-fetched-for to increment disk space
9073         used by this group.
9074         (gnus-cache-possibly-remove-article): Use
9075         gnus-cache-update-file-total-fetched-for to decrement disk space
9076         used by this group.
9077         (gnus-cache-generate-nov-databases): Purge total fetched cache.
9078         (gnus-cache-rename-group): New function.
9079         (gnus-cache-delete-group): New function.
9080         (gnus-cache-inhibit-update-total-fetched-for): New variable.
9081         (gnus-cache-need-update-total-fetched-for): New variable.
9082         (gnus-cache-with-refreshed-group): New macro.
9083         (gnus-cache-update-file-total-fetched-for): New function.
9084         (gnus-cache-update-overview-total-fetched-for): New function.
9085         (gnus-cache-rename-group-total-fetched-for): New function.
9086         (gnus-cache-delete-group-total-fetched-for): New function.
9087         (gnus-cache-total-fetched-for): New function.
9088
9089         * gnus-group.el: Require gnus-sum and autoload functions to
9090         resolve warnings when gnus-group.el compiled alone.
9091         (gnus-group-line-format): Documented new %F
9092         (size of Fetched data) group line format; identifies disk space
9093         used by agent and cache.
9094         (gnus-group-line-format-alist): Defined new F format.
9095         (gnus-total-fetched-for): New function.
9096         (gnus-group-delete-group): No longer update
9097         gnus-cache-active-altered as gnus-request-delete-group now keeps
9098         the cache in sync.
9099         (gnus-group-list-active): Let the agent store a server's active
9100         list if currently plugged.
9101
9102         * gnus-int.el (gnus-request-delete-group): Use
9103         gnus-cache-delete-group and gnus-agent-delete-group to keep the
9104         local disk in sync with the server.
9105          (gnus-request-rename-group): Use
9106         gnus-cache-rename-group and gnus-agent-rename-group to keep the
9107         local disk in sync with the server.
9108
9109         * gnus-start.el (gnus-get-unread-articles): Cosmetic
9110         simplification to logic.
9111
9112         * gnus-util.el (gnus-rename-file): New function.
9113
9114 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
9115
9116         * mm-util.el (mm-image-load-path): Handle nil in load-path.
9117
9118 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
9119
9120         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
9121         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
9122
9123 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
9124
9125         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
9126         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
9127
9128 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
9129
9130         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
9131
9132 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
9133
9134         * spam.el (spam-set-difference): Add function to replace
9135         gnus-set-difference in spam.el.
9136         (spam-summary-prepare-exit): Use spam-set-difference.
9137
9138 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9139
9140         * gnus-registry.el (gnus-registry-cache-file): Update to use
9141         gnus-dribble-directory OR gnus-home-directory OR ~.
9142         (gnus-registry-split-fancy-with-parent): Fix doc.
9143
9144 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9145
9146         * message.el (message-exchange-point-and-mark): Use
9147         message-mark-active-p.  Suggested by Jesper Harder
9148         <harder@ifa.au.dk>.
9149
9150 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * message.el (message-exchange-point-and-mark): Don't activate
9153         region if it was inactive.  Suggested by Hiroshi Fujishima
9154         <pooh@nature.tsukuba.ac.jp>.
9155
9156 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9157
9158         * gnus-art.el (article-display-face): Display Faces in the same
9159         order as X-Faces.
9160
9161 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9162
9163         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
9164
9165 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9166
9167         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
9168         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
9169         (gnus-article-mime-hierarchy): Remove.
9170         (gnus-article-mime-hierarchy-next): Remove.
9171         (gnus-article-mode): Revert 2004-03-19 change.
9172         (gnus-article-setup-buffer): Revert 2004-03-19 change.
9173         (gnus-insert-mime-button): Revert 2004-03-19 change.
9174         (gnus-mime-accumulate-hierarchy): Remove.
9175         (gnus-mime-enter-multipart): Remove.
9176         (gnus-mime-leave-multipart): Remove,
9177         (gnus-mime-display-part): Revert 2004-03-19 change.
9178         (gnus-mime-display-alternative): Revert 2004-03-19 change.
9179
9180         * mml.el (mml-preview): Revert 2004-03-19 change.
9181
9182 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
9183
9184         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
9185
9186 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
9189         t while entering a file name using the mm-with-multibyte macro.
9190         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9191
9192         * mm-util.el (mm-with-multibyte): New macro.
9193
9194 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9195
9196         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
9197         user option.
9198         (gnus-mime-multipart-functions): Doc and customization fix.
9199         (gnus-article-mime-hierarchy): New variable.
9200         (gnus-article-mime-hierarchy-next): New variable.
9201         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
9202         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
9203         gnus-article-mime-hierarchy-next to nil.
9204         (gnus-insert-mime-button): Show hierarchy numbers.
9205         (gnus-mime-accumulate-hierarchy): New function.
9206         (gnus-mime-enter-multipart): New function.
9207         (gnus-mime-leave-multipart): New function.
9208         (gnus-mime-display-part): Recompute hierarchical MIME structure.
9209         (gnus-mime-display-alternative): Show hierarchy numbers.
9210
9211         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
9212         gnus-article-mime-hierarchy-next to nil.
9213
9214 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
9215
9216         * dns.el: Don't require gnus-xmas.
9217
9218 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
9219
9220         * mml.el (mml-generate-mime-1): Don't use format=flowed with
9221         inline PGP.
9222         (mml-menu): Disable mml-quote-region if mark is inactive.
9223
9224 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9225
9226         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
9227         when the group's active is not available.
9228
9229 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9230
9231         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
9232         error.
9233
9234 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
9235
9236         * imap.el (imap-store-password): New variable.
9237         (imap-interactive-login): Use it.
9238         Suggested by Mark Plaksin <happy@mcplaksin.org>.
9239
9240 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9241
9242         * gnus-art.el (gnus-article-read-summary-keys): Restore new
9243         window-start and hscroll to summary window.
9244
9245 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9246
9247         * gnus-start.el (gnus-convert-old-newsrc): Only write the
9248         conversion message to newsrc-dribble when an actual conversion is
9249         performed.
9250
9251 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
9252
9253         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
9254
9255 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9256
9257         * mm-decode.el (mm-complicated-handles): New function reviving
9258         former definition of mm-multiple-handles.
9259
9260         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
9261         (gnus-mime-delete-part): Use it.
9262
9263 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9264
9265         * gnus-agent.el (gnus-agent-read-local): Bind
9266         nnheader-file-coding-system to gnus-agent-file-coding-system to
9267         avoid the implicit assumption that they will always be equal.
9268         (gnus-agent-save-local): Bind buffer-file-coding-system, not
9269         coding-system-for-write, as the with-temp-file macro first prints
9270         to a buffer then saves the buffer.
9271
9272 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9273
9274         * gnus-art.el (gnus-article-edit-part): New function.
9275         (gnus-mime-save-part-and-strip): Use it; do query instead of
9276         signaling an error; don't use mm-multiple-handles.
9277         (gnus-mime-delete-part): Ditto.
9278
9279 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9280
9281         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
9282         old file versions.
9283         (gnus-group-prepare-hook): Removed function that converted list
9284         form of gnus-agent-expire-days to group properties.
9285
9286         * gnus-int.el: Autoload gnus-agent-regenerate-group.
9287         (gnus-request-accept-article): Re-indented.
9288
9289         * gnus-start.el (gnus-convert-old-newsrc): Registered new
9290         converters to handle old agent file formats.  Added logic for a
9291         "backup before upgrading warning".
9292         (gnus-convert-mark-converter-prompt): Developers can mark
9293         functions as needing (default), or not needing,
9294         gnus-convert-old-newsrc's "backup before upgrading warning".
9295         (gnus-convert-converter-needs-prompt): Tests whether the user
9296         should be protected from potentially irreversable changes by the
9297         function.
9298
9299         * legacy-gnus-agent.el (): New. Provides converters that are only
9300         loaded when gnus-convert-old-newsrc needs to call them.
9301
9302 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9303
9304         * mail-source.el (mail-source-touch-pop): Doc fix.
9305
9306         * message.el (message-smtpmail-send-it): Doc fix.
9307
9308 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
9309
9310         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
9311
9312         * nnmail.el (nnmail-split-fancy): do.
9313
9314         * gnus-kill.el (gnus-kill, gnus-execute): do.
9315
9316 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9317
9318         * gnus-sum.el (gnus-widget-reversible-match)
9319         (gnus-widget-reversible-to-internal)
9320         (gnus-widget-reversible-to-external): New functions.
9321         (gnus-widget-reversible): New widget.
9322         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
9323
9324 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
9325
9326         * gnus-sum.el (gnus-thread-sort-functions)
9327         (gnus-article-sort-functions): Document `(not F)' items.
9328
9329 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9330
9331         * spam.el (spam-use-gmane-xref): Add new backend.
9332         (spam-gmane-xref-spam-group): Add variable to control the name of the
9333         Gmane spam group.
9334         (spam-blackhole-servers, spam-blackhole-good-server-regex)
9335         (spam-regex-headers-spam, spam-regex-headers-ham)
9336         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
9337         (spam-list-of-checks): Add spam-use-gmane-xref to list of
9338         backends and checks.
9339         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
9340
9341         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
9342         an autodetect method.
9343
9344 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9345
9346         * gnus-int.el (gnus-request-accept-article): Inform the agent that
9347         articles are being added to a group.
9348         (gnus-request-replace-article): Inform the agent that articles
9349         need to be uncached as the cached contents are no longer valid.
9350
9351 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9352
9353         * binhex.el: Don't autoload executable-find.
9354
9355         * canlock.el: Don't autoload mail-fetch-field.
9356
9357         * dgnushack.el: Autoload c-mode for XEmacs.
9358
9359         * gnus-ems.el: Don't autoload appt-select-lowest-window.
9360
9361         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
9362         rmail-dont-reply-to and rmail-output.
9363
9364         * gnus-score.el: Don't autoload ffap-string-at-point.
9365
9366         * gnus-setup.el: Don't autoload sc-cite-original.
9367
9368         * imap.el: Don't autoload base64-decode-string,
9369         base64-encode-string and md5.
9370
9371         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
9372         and rmail-msg-restore-non-pruned-header.
9373
9374         * mm-decode.el: Don't autoload executable-find.
9375
9376         * mm-url.el: Don't autoload executable-find.
9377
9378         * mm-view.el: Don't autoload diff-mode.
9379
9380         * nndb.el: Don't autoload news-reply-mode, news-setup,
9381         cancel-timer and telnet.
9382
9383         * password.el: Don't autoload run-at-time for Emacs.
9384
9385         * sha1-el.el: Don't autoload executable-find.
9386
9387         * sieve-mode.el: Don't autoload c-mode.
9388
9389         * uudecode.el: Don't autoload executable-find.
9390
9391 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9392
9393         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
9394         (gnus-agent-possibly-alter-active): Avoid null in numeric
9395         comparison.
9396         (gnus-agent-set-local): Refuse to save null in local object table.
9397         (gnus-agent-regenerate-group): The REREAD parameter can now be a
9398         list of articles that will be marked as unread.
9399
9400 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9401
9402         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
9403
9404 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
9405
9406         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
9407         language tags.
9408
9409 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9410
9411         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
9412         Don't bind "obarray".
9413
9414         * gnus-sum.el (gnus-thread-sort-functions): Added
9415         `gnus-thread-sort-by-most-recent-number' and
9416         `gnus-thread-sort-by-most-recent-date'.
9417         Reported by Kai Grossjohann <kai@emptydomain.de>.
9418
9419 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9420
9421         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
9422
9423 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9424
9425         * gnus-cus.el (gnus-agent-customize-category): Removed
9426         ignore-errors macro reference that required cl to be loaded at
9427         run-time.
9428
9429         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
9430         single-interval range of the form (min . max).  Previously the
9431         range had to look like ((min . max)).  Likewise, return
9432         (min . max) rather than ((min . max)).
9433         (gnus-range-map): Use gnus-range-normalize to accept
9434         single-interval range.
9435
9436         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
9437         the cache, but not the agent, now appear with their usual face.
9438
9439         * dgnushack.el (loaddir): New variable that is bound to the
9440         directory containing the dgnushack.el file. Use loaddir, rather
9441         than srcdir, to update load-path. Change lets dgnushack compile
9442         code in directories other than GNUS/lisp.
9443
9444 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9445
9446         * lpath.el: Don't bind w3m-safe-url-regexp.
9447
9448         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
9449         w3m-safe-url-regexp variable buffer-local.
9450
9451         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9452
9453 2004-02-27  Simon Josefsson  <jas@extundo.com>
9454
9455         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
9456         gnus-group-real-prefix.
9457         (gnus-summary-move-article): Use it, instead of
9458         gnus-group-real-prefix.
9459
9460 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9461
9462         * lpath.el: Bind w3m-safe-url-regexp.
9463
9464         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
9465         w3m-safe-url-regexp variable buffer-local and set it as the value
9466         of mm-w3m-safe-url-regexp.
9467
9468         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9469
9470         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
9471         parsing gnus-posting-styles when the message is not for replying.
9472
9473         * dgnushack.el: Autoload sgml-mode for XEmacs.
9474
9475         * nnrss.el (nnrss-opml-export): Use
9476         mm-set-buffer-file-coding-system instead of
9477         set-buffer-file-coding-system.
9478
9479 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
9480
9481         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
9482         of checkdoc.el).
9483         * nnrss.el: do.
9484         * gnus-mlspl.el: do.
9485         * gnus-ml.el: do.
9486         * gnus-srvr.el: do.
9487
9488         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
9489
9490 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9491
9492         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
9493         Corrections to custom-manual links.
9494
9495         * gnus-art.el (gnus-article): Ditto.
9496
9497         * mm-decode.el (mime-display, mime-security): Ditto.
9498
9499 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9500
9501         * flow-fill.el: Typo.
9502
9503 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
9504
9505         * spam-wash.el: New file.
9506
9507 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
9508
9509         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
9510
9511 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9512
9513         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
9514         to be run with new-articles as LIST1, not LIST2.
9515         (spam-registration-functions): Add spam-use-ham-copy as a nil
9516         registration backend.
9517
9518 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9519
9520         * spam-stat.el (spam-stat-washing-hook): New option.
9521         (spam-stat-buffer-words): Use it.
9522         (spam-stat-process-directory, spam-stat-test-directory): Use
9523         insert-file-contents-literally.
9524         (spam-stat-coding-system): New variable.
9525         (spam-stat-load, spam-stat-save): Use it.
9526
9527 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9528
9529         * spam-report.el (spam-report-plug-agent): Quote
9530         spam-report-url-to-file and spam-report-url-ping-plain.
9531
9532 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
9533
9534         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
9535         / in mailto URLs.
9536
9537 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9538
9539         * spam-report.el (spam-report-process-queue): Fix interactive use.
9540         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
9541         (spam-report-unplug-agent): Doc fixes.
9542         (spam-report-url-ping-mm-url, spam-report-url-to-file)
9543         (spam-report-agentize, spam-report-deagentize): Autoload
9544
9545 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9546
9547         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
9548
9549         * message.el (message-setup-fill-variables): Add mml tags to
9550         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
9551         <ajk@iu.edu>.
9552         (message-mode): Don't modify paragraph-separate there.
9553
9554 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9555
9556         * compface.el (uncompface-use-external): Default to undecided.
9557         (uncompface-use-external-threshold): New variable.
9558         (uncompface-float-time): New macro.
9559         (uncompface): Determine whether to use the external decoder if
9560         uncompface-use-external is undecided.
9561
9562 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9563
9564         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
9565         after images.
9566
9567         * gnus-art.el (gnus-mime-display-single): Remove dead code.
9568
9569 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
9570
9571         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
9572
9573         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
9574
9575         * gnus-sum.el (gnus-summary-limit-to-age)
9576         (gnus-summary-limit-children): do.
9577
9578         * gnus-int.el (gnus-request-scan): do.
9579
9580         * gnus-group.el (gnus-group-suspend): do.
9581
9582         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
9583
9584         * gnus-cite.el (gnus-cite-parse-attributions): do.
9585
9586         * gnus-agent.el (gnus-summary-set-agent-mark)
9587         (gnus-agent-regenerate-group): do.
9588
9589         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
9590
9591         * binhex.el (binhex-decode-region-internal): do.
9592
9593 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9594
9595         * gnus-fun.el (gnus-face-properties-alist): New user option.
9596         (gnus-display-x-face-in-from): Use it.
9597
9598         * gnus-art.el (article-display-face): Ditto.
9599
9600         * compface.el (uncompface-use-external): Default to nil.
9601
9602 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
9603
9604         * nntp.el (nntp-erase-buffer): New function.
9605         (nntp-retrieve-data, nntp-send-command)
9606         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
9607         (nntp-possibly-change-group): Use it.
9608
9609         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
9610         with-current-buffer.
9611
9612 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
9613
9614         * compface.el: Merge the ELisp-based uncompface program.
9615         (compface): New customization group.
9616         (uncompface-use-external): New user option.
9617         (uncompface): Call uncompface-internal if uncompface-use-external
9618         is nil.
9619         (uncompface-internal): New function.  Note that there are also
9620         some other functions and variables added for this function.
9621
9622 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
9623
9624         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
9625         if necessary.
9626
9627 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
9628
9629         * spam-report.el (spam-report-unplug-agent)
9630         (spam-report-plug-agent, spam-report-deagentize)
9631         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
9632         Add support for the Agent in spam-report: when unplugged, report to a
9633         file; when plugged, submit all the requests.
9634
9635         * spam.el (spam-register-routine): Fix message about
9636         registration.
9637
9638 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
9639
9640         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
9641         dependencies.
9642         (rfc2047-encode): Use it.
9643
9644         * gnus-art.el (gnus-button-marker-list): Move before first
9645         reference.
9646
9647         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9648         (imap-parse-body): Fix format string mismatch.
9649
9650         * gnus-score.el (gnus-summary-increase-score): do.
9651
9652         * nnrss.el (nnrss-close): New function.
9653
9654 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
9655
9656         * nnrss.el (nnrss-make-filename): New function.
9657         (nnrss-request-delete-group, nnrss-read-server-data)
9658         (nnrss-save-server-data, nnrss-read-group-data)
9659         (nnrss-save-group-data): Use it.
9660         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
9661         (nnrss-read-server-data, nnrss-read-group-data): Use load.
9662         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
9663
9664 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
9665
9666         * mml.el (mml-compute-boundary-1): Don't uncompress files.
9667
9668 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
9669
9670         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
9671         files.
9672
9673         * message.el (message-generate-headers-first): Don't quote nil
9674         and t in docstrings.
9675
9676         * imap.el (imap-id): do.
9677
9678         * gnus-agent.el (gnus-agent-consider-all-articles)
9679         (gnus-agent-queue-mail): do.
9680
9681 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
9682
9683         * spam-report.el (spam-report-process-queue): New function.
9684         Process requests from `spam-report-requests-file'.
9685         (spam-report-process-queue): Doc fix.
9686
9687 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
9688
9689         * spam.el (spam-register-routine)
9690         (spam-log-processing-to-registry, spam-log-registered-p)
9691         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9692         Change "check" to "spam-check" for semi-clarity.
9693
9694 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
9695
9696         * pop3.el: Require nnheader.
9697
9698         * mml-smime.el: Require cl.  Autoload message-fetch-field.
9699
9700         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
9701
9702         * gnus-picon.el: Require cl.
9703
9704         * gnus-fun.el: Require gnus-ems and gnus-util.
9705
9706         * gnus.el (gnus-method-to-server): Move defsubst before first use.
9707
9708         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
9709
9710         * gnus-art.el (gnus-article-edit-mode): Define before first
9711         reference.
9712
9713 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
9714
9715         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
9716         (gnus-uu-post-encoded): Use point-at-bol.
9717
9718         * gnus-topic.el (gnus-group-active-topic-p): do.
9719
9720         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
9721
9722         * gnus-group.el (gnus-group-kill-region): do.
9723
9724         * gnus-art.el (article-date-ut): do.
9725
9726         * message.el (message-fetch-field): Remove redundant
9727         case-fold-search binding.
9728         (message-narrow-to-field): Simplify.
9729
9730 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9731
9732         * spam.el (spam-directory): Derive from `gnus-directory'.
9733
9734         * spam-report.el (spam-report-url-to-file)
9735         (spam-report-requests-file): New function and variable for offline
9736         reporting.
9737         (spam-report-url-ping-function): Add `spam-report-url-to-file'
9738         and user defined function.
9739         (spam-report-url-ping-mm-url): Remove doubled slash.
9740
9741 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
9742
9743         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
9744
9745 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
9746
9747         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
9748         format string mismatch.
9749
9750         * sieve.el (sieve-deactivate-all): do.
9751
9752         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
9753
9754         * nnlistserv.el (nnlistserv-kk-wash-article): do.
9755
9756         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
9757
9758         * mm-bodies.el (mm-7bit-chars): Don't include \r.
9759
9760 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
9761
9762         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
9763         the list of checks.
9764
9765 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
9766
9767         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
9768         padding.
9769
9770 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
9771
9772         * mm-view.el (mm-fill-flowed): New variable.
9773         (mm-inline-text): Use it.
9774
9775 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
9776
9777         * spam.el (spam-spamassassin-register-ham-routine)
9778         (spam-spamassassin-register-spam-routine): Fix function names.
9779
9780 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9781
9782         * gnus.el (gnus-tmp-grouplens): Remove.
9783         (gnus-summary-line-format): Remove grouplens.
9784
9785         * gnus-group.el (gnus-group-line-format): Ditto.
9786
9787         * gnus-spec.el (gnus-format-specs): Ditto.
9788         (gnus-update-format-specifications): Flush the group format spec
9789         cache if there's the grouplens stuff.
9790         (gnus-parse-simple-format): Replace %l with the empty string.
9791
9792 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
9793
9794         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
9795         omission.
9796
9797 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9798
9799         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
9800         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9801
9802 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
9803
9804         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
9805         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
9806         New macros and functions.
9807         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
9808         Handle > NLINK_MAX messages.
9809         * nnmaildir.el (nnmaildir-request-set-mark): Use
9810         nnmaildir--emlink-p and nnmaildir--eexist-p.
9811
9812 2004-01-25  Alex Schroeder  <alex@gnu.org>
9813
9814         * spam-stat.el (spam-stat-process-directory-age): New option.
9815         (spam-stat-process-directory): Use it.
9816
9817 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
9818
9819         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
9820         (spam-stat-save): Accept prefix argument.
9821
9822 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
9823
9824         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
9825         links" error.
9826
9827 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9828
9829         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
9830         the rest of the and/or forms.
9831
9832 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9833
9834         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
9835         compatibility with old .newsrc.eld files.
9836
9837         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
9838
9839         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
9840
9841         * gnus-start.el (gnus-1): do.
9842
9843         * gnus-group.el (gnus-group-line-format-alist): do.
9844
9845         * gnus.el (gnus-use-grouplens, gnus-visual): do.
9846
9847         * gnus-gl.el: Remove.
9848
9849 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9850
9851         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
9852         marks consisting of a single range {for example, (3 . 5)} rather
9853         than a list of a single range { ((3 . 5)) }.
9854
9855 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9856
9857         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
9858         with-current-buffer.
9859         (spam-stat-store-current-buffer): Use insert-buffer-substring to
9860         avoid consing a string.
9861
9862         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
9863         Remove obsolete entries for big5 and gb2312.
9864
9865 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9866
9867         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
9868         uncompressed list.
9869
9870 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
9871
9872         * spam-stat.el (spam-stat-strip-xref): New function.
9873         (spam-stat-process-directory): Use it.
9874
9875         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
9876         here -- it's done in message-fetch-field.
9877
9878 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9879
9880         * gnus-agent.el (gnus-agent-queue-mail,
9881         gnus-agent-prompt-send-queue): New variables.
9882         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
9883         * gnus-draft.el (gnus-group-send-queue): Pass the group name
9884         "nndraft:queue" along to gnus-draft-send.  Use
9885         gnus-agent-prompt-send-queue.
9886         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
9887         is "nndraft:queue".  Suggested by Gaute Strokkenes
9888         <gs234@srcf.ucam.org>
9889
9890         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
9891         (agent-enable-undownloaded-faces): Added
9892         (gnus-agent-cat-groups): Use eval-and-compile, not
9893         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
9894         method of gnus-agent-cat-groups even when the buffer has been
9895         evaled.
9896         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
9897         delete gnus-agent-save-active-1.
9898         (gnus-agent-save-groups): Deleted. Identical to
9899         gnus-agent-save-active.
9900         (gnus-agent-write-active): No longer adjust agent's copy of active
9901         file as agent's adjustments are now stored in their own
9902         file. Removed optional parameter.
9903         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
9904         servers.  Add use of min/max range limits from server's local
9905         file.
9906         (gnus-agent-save-alist): Removed unused optional argument.
9907         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
9908         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
9909         (gnus-agent-set-local): A per-server file that keeps min/max range
9910         limits for articles known to the agent.  Provides a fast mechanism
9911         for altering many active ranges.
9912         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
9913         active file (local makes it unnecessary).
9914         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
9915
9916         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
9917         (agent-enable-undownloaded-faces): Added
9918
9919         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
9920         disable it when sending to "nndraft:queue".
9921         (gnus-group-send-queue): Add safety check to avoid sending queue
9922         when unplugged.
9923
9924         * gnus-group.el (gnus-group-catchup): Use new
9925         gnus-sequence-of-unread-articles, not
9926         gnus-list-of-unread-articles, to avoid exhausting memory with huge
9927         numbers of articles.  Use gnus-range-map to avoid having to
9928         uncompress the unread list.
9929         (gnus-group-archive-directory,
9930         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
9931         reference.
9932
9933         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
9934         (gnus-sorted-range-intersection): Intersection of two ranges
9935         without requiring that they first be uncompressed.
9936
9937         * gnus-start.el (gnus-activate-group): Unless blocked by the
9938         caller, possibly expand the active range to include both cached
9939         and agentized articles.
9940         (gnus-convert-old-newsrc): Rewrote in anticipation of having
9941         multiple version-dependent converters.
9942         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
9943         gnus-agent-save-active.
9944         (gnus-save-newsrc-file): Save dirty agent range limits.
9945
9946         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
9947         gnus-agent-possibly-alter-active.
9948         (gnus-adjust-marked-articles): Faster handling of simple lists
9949
9950 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
9951
9952         * spam-stat.el (spam-stat-test-directory): New optional argument
9953         displays a list of files detected.  Suggested by Andrew Cohen
9954         <cohen@andy.bu.edu>.
9955         (spam-stat-buffer-words-with-scores): Don't narrow and change
9956         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
9957
9958 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
9959
9960         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
9961         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
9962         (spam-spamassassin-arguments)
9963         (spam-spamassassin-spam-flag-header)
9964         (spam-spamassassin-positive-spam-flag-header)
9965         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
9966         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
9967         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9968         (spam-list-of-processors, spam-list-of-checks)
9969         (spam-list-of-statistical-checks, spam-registration-functions)
9970         (spam-check-spamassassin-headers, spam-check-spamassassin)
9971         (spam-spamassassin-score)
9972         (spam-spamassassin-register-with-sa-learn)
9973         (spam-spamassassin-register-spam-routine)
9974         (spam-spamassassin-register-ham-routine)
9975         (spam-assassin-register-spam-routine)
9976         (spam-assassin-register-ham-routine): add SpamAssassin support
9977         (spam-bogofilter-score): fix to show article before scoring
9978
9979 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
9980
9981         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
9982         default scoring function.
9983         (spam-generic-score): Call spam-spamassassin-score if
9984         spam-use-spamassassin or spam-use-spamassassin-headers is on;
9985         spam-bogofilter-score otherwise.
9986
9987         * gnus.el (spam-process, spam-autodetect-methods): Add
9988         spamassassin and spamassassin-headers.
9989
9990 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
9991
9992         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9993         Suppress unnecessary messages.
9994
9995 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
9996
9997         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
9998         make-hash-table.
9999
10000 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10001
10002         * canlock.el (base64-encode-string): Don't autoload it.
10003
10004 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10005
10006         * run-at-time.el: Remove useless (require 'itimer),
10007         eval-and-compile and (featurep 'xemacs).
10008
10009 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
10010
10011         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
10012         GROUP is a virtual group.
10013
10014 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
10015
10016         * gnus.el: Autoload `message-y-or-n-p'.
10017
10018 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
10019
10020         * pgg-parse.el: Remove unnecessary (require 'custom).
10021
10022         * pgg-def.el: do.
10023
10024         * nnmail.el: do.
10025
10026         * gnus-undo.el: do.
10027
10028         * gnus-picon.el: do.
10029
10030         * gnus-util.el: do.
10031
10032 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
10033
10034         * gnus-sum.el (gnus-pick-line-number): Add autoload.
10035
10036 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10037
10038         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
10039         handle, as well as a list.
10040
10041         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
10042         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
10043         (mm-w3m-cid-retrieve): Simplify.
10044
10045 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
10046
10047         * message.el (message-kill-to-signature): Allow prefix arg to
10048         specify number of lines to keep before signature.
10049
10050 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
10051
10052         (message-kill-to-signature): Change docstring.
10053
10054 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10055
10056         * canlock.el: Always require sha1-el.
10057         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
10058
10059         * message.el: Autoload sha1 only when compiling.
10060
10061         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
10062         eudc-expand-inline for XEmacs.
10063
10064 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10065
10066         * message.el (message-canlock-generate): Require sha1-el.
10067
10068 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
10069
10070         * message.el (message-expand-name): Silence the byte compiler.
10071
10072         * lpath.el: Add detect-coding-system.
10073
10074         * dgnushack.el (dgnushack-compile): Remove obsolete check for
10075         cus-edit.
10076
10077 2004-01-13  Simon Josefsson  <jas@extundo.com>
10078
10079         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
10080         Invoke gnus-score-mode.  Reported by
10081         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10082
10083         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
10084         Jim Blandy <jimb@redhat.com> (tiny change).
10085
10086 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10087
10088         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
10089
10090 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
10091
10092         * spam.el (spam-get-article-as-string): Update to use
10093         gnus-request-article-this-buffer, much simpler.
10094         (spam-get-article-as-buffer): Remove.
10095
10096 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
10097
10098         * message.el (message-expand-name): Use EUDC if the user uses
10099         that.
10100
10101 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10102
10103         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
10104         character for the encoding to avoid consing a string.
10105
10106         * rfc2047.el (rfc2047-decode-string): Don't cons a string
10107         unnecessarily.
10108
10109         * mm-util.el (mm-replace-chars-in-string): Remove.
10110
10111         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
10112         of mm-replace-chars-in-string.
10113
10114 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
10115
10116         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
10117         strings.
10118
10119         * mm-util.el (mm-subst-char-in-string): Support inplace.
10120
10121         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
10122         a new string in every iteration.  Use shy groups.
10123
10124 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
10125
10126         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
10127         (gnus-group-change-level, gnus-kill-newsgroup)
10128         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
10129         (gnus-get-unread-articles, gnus-make-articles-unread)
10130         (gnus-make-ascending-articles-unread): Use accessor
10131         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
10132         to get group information for improved readability.
10133
10134         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
10135
10136         * gnus-soup.el (gnus-soup-group-brew): do.
10137
10138         * gnus-msg.el (gnus-put-message): do.
10139
10140         * gnus-move.el (gnus-group-move-group-to-server): do.
10141
10142         * gnus-kill.el (gnus-batch-score): do.
10143
10144         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
10145         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
10146         (gnus-group-update-group, gnus-group-read-group)
10147         (gnus-group-make-group, gnus-group-make-help-group)
10148         (gnus-group-make-archive-group, gnus-group-make-directory-group)
10149         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
10150         (gnus-group-sort-by-unread, gnus-group-catchup)
10151         (gnus-group-unsubscribe-group, gnus-group-kill-group)
10152         (gnus-group-yank-group, gnus-group-set-info)
10153         (gnus-group-list-groups): do.
10154
10155         * gnus.el (gnus-generate-new-group-name): do.
10156
10157         * gnus-delay.el (gnus-delay-send-queue): do.
10158
10159         * nnvirtual.el (nnvirtual-catchup-group): do.
10160
10161         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
10162         do.
10163
10164         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
10165         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
10166
10167         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
10168         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
10169         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
10170         (gnus-group-make-articles-read): do.
10171
10172 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10173
10174         * gnus-art.el (article-decode-mime-words, article-babel)
10175         (gnus-article-highlight-signature, gnus-article-add-buttons)
10176         (gnus-signature-toggle): Use gnus-with-article-buffer.
10177
10178         * gnus-art.el (gnus-article-highlight-headers)
10179         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
10180
10181         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
10182         (gnus-article-set-globals, gnus-request-article-this-buffer)
10183         (gnus-button-message-id, gnus-article-maybe-hide-headers)
10184         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
10185         (gnus-mime-display-alternative): Use with-current-buffer.
10186
10187 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10188
10189         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
10190         also under 80 char limit, and call gnus-error if needed.
10191         (spam-fetch-article-header): Fix - it was a
10192         buffer-local variable (gnus-newsgroup-data).
10193         (spam-find-spam): Use spam-generate-fake-headers, forget about
10194         spam-insert-fake-headers.
10195         (spam-insert-fake-headers): Remove.
10196
10197 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10198
10199         * deuglify.el (gnus-article-outlook-unwrap-lines)
10200         (gnus-outlook-rearrange-article)
10201         (gnus-outlook-repair-attribution-outlook)
10202         (gnus-outlook-repair-attribution-block)
10203         (gnus-outlook-repair-attribution-other): Remove redundant
10204         save-excursion.
10205
10206 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10207
10208         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
10209         (spam-fetch-field-subject-fast)
10210         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
10211         (spam-fetch-article-header): Add functions to deal with Gnus
10212         internals for fast retrieval of article header data.
10213         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
10214
10215 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10216
10217         * pop3.el (pop3-md5): Remove.
10218         (pop3-apop): Replace pop3-md5 with md5.
10219
10220         * mm-bodies.el: base64 is always built-in.
10221
10222         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
10223         with-current-buffer.
10224
10225 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10226
10227         * canlock.el (canlock-insert-header): Remove excessive grouping in
10228         regexp.
10229
10230         * gnus-sum.el (gnus-summary-read-document): Ditto.
10231
10232         * gnus-uu.el (gnus-uu-part-number): Ditto.
10233
10234         * html2text.el (html2text-remove-tags): Ditto.
10235         (html2text-format-tags): Ditto.
10236         (html2text-format-single-elements): Ditto.
10237
10238         * mml.el (mml-parse-1): Ditto.
10239
10240 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10241
10242         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
10243
10244         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
10245
10246         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
10247
10248         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
10249
10250 2003-11-15  Simon Josefsson  <jas@extundo.com>
10251
10252         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
10253         (pgg-gpg-lookup-key): Use regexp match instead of
10254         split-string (split-string is different between emacs 21.2 and
10255         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
10256
10257 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10258
10259         * gnus-art.el (gnus-mime-view-all-parts)
10260         (gnus-article-part-wrapper, gnus-article-view-part): Use
10261         with-current-buffer.
10262
10263 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10264
10265         * spam.el (spam-disable-spam-split-during-ham-respool)
10266         (spam-spamoracle-database, spam-cache-lookups)
10267         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
10268         (spam-group-ham-mark-p, spam-group-spam-mark-p)
10269         (spam-group-ham-marks, spam-group-spam-marks)
10270         (spam-group-spam-contents-p, spam-group-ham-contents-p)
10271         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
10272         also add spam-use-blackholes to the statistical checks.
10273         (spam-fetch-field-fast): Add interface to fetching fields, may
10274         become a macro.
10275         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
10276         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
10277         (spam-insert-fake-headers): Fake an article when needed.
10278         (spam-find-spam): Fake article when possible.
10279         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
10280         (spam-check-bogofilter-headers): Use message-fetch-field instead
10281         of nnmail-fetch-field.
10282
10283 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10284
10285         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
10286
10287 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10288
10289         * spam.el (spam-split): Do not require spam-use-CHECK to be
10290         enabled if that check is passed to spam-split explicitly; also
10291         fix so 'spam doesn't get converted to spam-split-group when
10292         spam-split-symbolic-return is t.
10293         (spam-find-spam): Find registrations of the article and use those
10294         instead of re-running spam-split to find the spam/ham
10295         classification of the article.
10296         (spam-log-processing-to-registry, spam-log-registered-p)
10297         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10298         Use gnus-error instead of gnus-message.
10299         (spam-log-registration-type): Add function to determine the
10300         classification of a message based on registry entries; will
10301         return nil if both 'spam and 'ham are found.
10302         (spam-check-BBDB): Expand all the BBDB macros here so we can have
10303         a reasonably fast local cache without the loading errors.
10304         (spam-cache-lookups): Set to t by default.
10305         (spam-find-spam): Don't try to guess spam-cache-lookups.
10306         (spam-enter-whitelist, spam-enter-blacklist): Clear the
10307         spam-caches entry.
10308         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
10309         caching of whitelist/blacklist entries.
10310         (spam-check-whitelist, spam-check-blacklist): Invoke
10311         spam-from-listed-p with a type, not a cache variable.
10312         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
10313
10314 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10315
10316         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
10317
10318         * nnmail.el (nnmail-split-fancy): do.
10319
10320         * mml.el (mml-parse): do.
10321
10322         * gnus-score.el (gnus-enter-score-words-into-hashtb)
10323         (gnus-score-adaptive): do.
10324
10325 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10326
10327         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
10328         (gnus-mime-button-map): Don't set keymap parent.
10329         (gnus-button-ctan-directory-regexp): Use shy grouping.
10330         (gnus-prev-page-map): Don't set keymap parent.
10331         (gnus-prev-page-map): Remove duplicated one.
10332         (gnus-next-page-map): Don't set keymap parent.
10333         (gnus-mime-security-button-map): Ditto.
10334
10335         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
10336         version number.
10337
10338         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
10339
10340 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * canlock.el (canlock-sha1-function): Remove.
10343         (canlock-sha1-function-for-verify): Remove.
10344         (canlock-openssl-program): Remove.
10345         (canlock-openssl-args): Remove.
10346         (canlock-ignore-errors): Remove.
10347         (canlock-sha1-with-openssl): Remove.
10348         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
10349         (canlock-verify): Don't use canlock-ignore-errors.
10350
10351         * sha1-el.el (sha1-string-external): Make it can return a string
10352         in binary form.
10353         (sha1-region-external): Ditto.
10354         (sha1-string-internal): Ditto.
10355         (sha1-region-internal): Ditto.
10356         (sha1-region): Ditto.
10357         (sha1-string): Ditto.
10358         (sha1): Ditto.
10359
10360 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10361
10362         * spam.el (spam-report-articles-gmane): New command.
10363
10364 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10365
10366         * gnus.el: Don't make unnecessary *Group* buffer when loading.
10367
10368         * run-at-time.el (run-at-time-saved): Remove.
10369         (run-at-time): Doc fix.
10370
10371 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10372
10373         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
10374         (gnus-summary-limit-map): Add it.
10375         (gnus-summary-make-menu-bar): do.
10376
10377 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
10378
10379         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
10380         Make attempt at some caching support (done for BBDB only now).
10381         (spam-find-spam): Set spam-cache-lookups if there are more than 2
10382         addresses to be checked.
10383         (spam-clear-cache-BBDB): Add function, to be invoked by
10384         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
10385         (spam-check-BBDB): Check and use the caches, if
10386         spam-cache-lookups is on, remove superfluous (provide).
10387
10388 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10389
10390         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
10391
10392 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
10393
10394         * run-at-time.el (run-at-time-saved): Move to after the definition
10395         of `run-at-time'.
10396
10397         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
10398
10399 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10400
10401         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
10402         mm-w3m-local-map-property.
10403
10404         * mm-view.el (mm-w3m-mode-map): Remove.
10405         (mm-w3m-local-map-property): Remove.
10406         (mm-inline-text-html-render-with-w3m): Don't use
10407         mm-w3m-local-map-property.
10408
10409 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10410
10411         * run-at-time.el: New file.
10412
10413         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
10414         under Emacs.
10415
10416         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
10417         of gnus-set-text-properties.
10418
10419         * gnus-uu.el (gnus-uu-save-article): Ditto.
10420
10421         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
10422
10423         * gnus-cite.el (gnus-cite-parse): Ditto.
10424
10425         * gnus-art.el (gnus-button-push): Use set-text-properties instead
10426         of gnus-.
10427
10428         * gnus-xmas.el (run-at-time): Require run-at-time.
10429
10430         * gnus.el: Changed calls to nnheader-run-at-time and
10431         password-run-at-time throughout to use run-at-time directly.
10432
10433         * password.el: Removed definition of run-at-time.
10434
10435         * nnheaderxm.el: Remove definition of run-at-time.
10436
10437 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
10438
10439         * mml.el (mml-minibuffer-read-disposition): Show attachment type
10440         in prompt.
10441
10442 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10443
10444         * messagexmas.el (message-xmas-redefine): Alias
10445         `message-make-caesar-translation-table' to
10446         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
10447         version.
10448
10449         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
10450         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
10451         `gnus-xmas-set-text-properties'.
10452         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
10453         `gnus-xmas-completing-read'.
10454         (gnus-xmas-completing-read): Removed.
10455         (gnus-xmas-open-network-stream): Removed.
10456
10457         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
10458         XEmacs version.
10459
10460         * dns.el (dns-make-network-process): Use `open-network-stream'
10461         instead of `gnus-xmas-open-network-stream'.
10462
10463         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
10464
10465         * .cvsignore: Add auto-autoloads.el, custom-load.el.
10466
10467 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10468
10469         * gnus-art.el (gnus-mime-display-alternative)
10470         (gnus-insert-mime-button, gnus-insert-mime-security-button)
10471         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
10472         Don't use gnus-local-map-property.
10473
10474         * gnus-util.el (gnus-local-map-property): Remove.
10475
10476         * mm-view.el (mm-view-pkcs7-decrypt): Replace
10477         gnus-completing-read-maybe-default with completing-read.
10478
10479         * gnus-util.el (gnus-completing-read): do.
10480         (gnus-completing-read-maybe-default): Remove.
10481
10482 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10483
10484         * password.el: Only autoload `run-at-time' if not XEmacs.
10485         Only autoload the itimer functions if XEmacs.
10486
10487 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10488
10489         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
10490         XEmacsen.
10491
10492         * dgnushack.el: Autoload executable-find for XEmacs.
10493
10494 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10495
10496         * gnus-art.el (gnus-read-string): Remove.
10497         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
10498         read-string.
10499
10500 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
10501
10502         * netrc.el: Autoload password-read.
10503         (netrc): Add configuration group.
10504         (netrc-encoding-method, netrc-openssl-path): Add
10505         variables for encoding and decoding of files with symmetric
10506         ciphers.
10507         (netrc-encode): Add assistant function to encode a file with
10508         netrc-encoding-method.
10509         (netrc-parse): Add interactive parameter, added optional
10510         decoding if netrc-encoding-method is non-nil but otherwise
10511         behavior is standard.
10512         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
10513         Do s/encode/encrypt/ everywhere.
10514
10515         * spam.el: Remove executable-find autoload.
10516
10517 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10518
10519         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
10520
10521         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
10522
10523 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10524
10525         * gnus-art.el (gnus-treat-ansi-sequences,
10526         article-treat-ansi-sequences): New variable and function.
10527         Suggested by Dan Jacobson <jidanni@jidanni.org>.
10528
10529         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10530         Use it.
10531
10532 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10533
10534         * mm-util.el (mm-quote-arg): Remove.
10535
10536         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
10537         shell-quote-argument.
10538
10539         * gnus-uu.el (gnus-uu-command): do.
10540
10541         * gnus-sum.el (gnus-summary-insert-pseudos): do.
10542
10543         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
10544         with make-char.
10545
10546         * mm-util.el (mm-make-char): Remove.
10547
10548         * mml.el (mml-mode): Replace gnus-add-minor-mode with
10549         add-minor-mode.
10550
10551         * gnus-undo.el (gnus-undo-mode): do.
10552
10553         * gnus-topic.el (gnus-topic-mode): do.
10554
10555         * gnus-sum.el (gnus-dead-summary-mode): do.
10556
10557         * gnus-start.el (gnus-slave-mode): do.
10558
10559         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
10560
10561         * gnus-ml.el (gnus-mailing-list-mode): do.
10562
10563         * gnus-gl.el (gnus-grouplens-mode): do.
10564
10565         * gnus-draft.el (gnus-draft-mode): do.
10566
10567         * gnus-dired.el (gnus-dired-mode): do.
10568
10569         * gnus-ems.el (gnus-add-minor-mode): Remove.
10570
10571         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10572         Replace gnus-char-width with char-width.
10573
10574         * gnus-ems.el (gnus-char-width): Remove.
10575
10576         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10577         Replace gnus-char-width with char-width.
10578
10579         * gnus-ems.el (gnus-char-width): Remove.
10580
10581         * spam-stat.el (with-syntax-table): Remove with-syntax-table
10582         definition.
10583         Remove Emacs 20 hash table compatibility code.
10584
10585         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
10586         20 compatibility code.
10587
10588         * spam.el (spam-point-at-eol): Replace with point-at-eol.
10589
10590         * smime.el (smime-point-at-eol): Replace with point-at-eol.
10591
10592         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
10593         with point-at-{eol,bol}.
10594
10595         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
10596
10597         * imap.el (imap-point-at-eol): Replace with point-at-eol.
10598
10599         * flow-fill.el (fill-flowed-point-at-bol,
10600         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
10601
10602         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
10603         Replace with point-at-{eol,bol} throughout all files.
10604
10605 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10606
10607         * ntlm.el (ntlm-string-as-unibyte): New macro.
10608         (ntlm-build-auth-response): Use it.
10609
10610         Remove Emacs 20 stuff:
10611         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
10612         (butlast, mapc, remove): Remove the compiler macros.
10613         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
10614         of delq and copy-sequence.
10615         * gnus-art.el (popup-menu): Remove the compiler macro.
10616         * nnmail.el (nnmail-split-fancy): Don't support customizing with
10617         Emacs 20.
10618
10619 2004-01-05  Simon Josefsson  <jas@extundo.com>
10620
10621         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
10622         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
10623         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
10624         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
10625         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
10626         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
10627         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
10628         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
10629         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
10630         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
10631         ntlm-string-permute, string-lshift into ntlm-string-lshift,
10632         string-xor into ntlm-string-xor.  Suggested by
10633         Jesper Harder <harder@myrealbox.com>.
10634
10635         * ntlm.el: Don't include poem.
10636
10637         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
10638         Jesper Harder <harder@myrealbox.com>.
10639
10640         * sasl-ntlm.el, ntlm.el, md4.el: New files.
10641
10642         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
10643         probably breaks emacs with DL patch, but do we care? Is anyone
10644         still using the DL stuff?)
10645
10646         * sieve-manage.el: Use the password package.
10647         (sieve-manage-read-passwd): Remove.
10648         (sieve-manage-interactive-login): Use password.  Re-add
10649         condition-case around loop.
10650
10651         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
10652         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
10653         the password package.
10654
10655 2003-02-19  Simon Josefsson  <jas@extundo.com>
10656
10657         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
10658         token.
10659
10660 2002-08-07  Simon Josefsson  <jas@extundo.com>
10661
10662         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
10663         (sieve-manage-authenticators):
10664         (sieve-manage-authenticator-alist): Add some SASL mechs.
10665         (sieve-sasl-auth): New function.
10666         (sieve-manage-cram-md5-auth):
10667         (sieve-manage-plain-auth): Rewrite using SASL library.
10668         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
10669         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
10670         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
10671         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
10672
10673 2004-01-05  Simon Josefsson  <jas@extundo.com>
10674
10675         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
10676         New files.
10677
10678 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10679
10680         * gnus-group.el (gnus-no-groups-message): Update.
10681
10682         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
10683
10684 2003-11-09  Simon Josefsson  <jas@extundo.com>
10685
10686         * imap.el: Support for ID IMAP extension (RFC 2971).
10687         (imap-local-variables): Add imap-id.
10688         (imap-id): New variable.
10689         (imap-id): New function.
10690         (imap-parse-response): Parse untagged ID response.
10691         * nnimap.el (nnimap-id): New variable.
10692         (nnimap-open-connection): Use it.
10693
10694 2003-12-28  Simon Josefsson  <jas@extundo.com>
10695
10696         * gnus-score.el (gnus-score-edit-all-score): New.
10697         * gnus-group.el (gnus-group-score-map): Bind it to W e.
10698
10699 2004-01-04  Simon Josefsson  <jas@extundo.com>
10700
10701         * password.el: Add.
10702
10703 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
10704
10705         * dns.el: Add support for AAAA records (see RFC 3596)
10706
10707         * Fix typo PRT -> PTR
10708
10709         * Parse MX, PTR and SOA replies (see RFC 1035)
10710
10711 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10712
10713         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
10714
10715         * Moved to Changelog.2.
10716
10717 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10718
10719         * gnus.el (gnus-version-number): Bump version.
10720
10721 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10722
10723         * gnus.el: No Gnus v0.1 is released.
10724
10725 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10726
10727         * gnus.el: No Gnus v0.0 is released.
10728
10729 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10730
10731         * gnus.el (gnus-version-number): Bump.
10732         (gnus-version): No.
10733
10734 See ChangeLog.2 for earlier changes.
10735
10736     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
10737
10738   This file is part of GNU Emacs.
10739
10740   GNU Emacs is free software; you can redistribute it and/or modify
10741   it under the terms of the GNU General Public License as published by
10742   the Free Software Foundation; either version 2, or (at your option)
10743   any later version.
10744
10745   GNU Emacs is distributed in the hope that it will be useful,
10746   but WITHOUT ANY WARRANTY; without even the implied warranty of
10747   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10748   GNU General Public License for more details.
10749
10750   You should have received a copy of the GNU General Public License
10751   along with GNU Emacs; see the file COPYING.  If not, write to the
10752   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
10753   Boston, MA 02110-1301, USA.
10754
10755 ;; Local Variables:
10756 ;; coding: iso-2022-7bit
10757 ;; fill-column: 79
10758 ;; add-log-time-zone-rule: t
10759 ;; End:
10760
10761 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4