Merge from gnus--rel--5.10
[gnus] / lisp / ChangeLog
1 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4
5 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6
7         * gnus-ems.el (gnus-x-splash): Make it work.
8
9         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10         from being used.
11
12         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
13
14 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15
16         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
17         4th and the 5th arguments.
18
19         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
20         the front stickiness.
21         (gnus-article-summary-command-nosave): Correct the order of the
22         arguments passed to pop-to-buffer.
23         (gnus-article-read-summary-keys): Ditto; make it work properly when the
24         summary command ends up with the article buffer.
25
26         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
27         the same faces.
28
29 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
30
31         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
32
33 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
34
35         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
36         * gnus-sum.el (gnus-summary-highlight):
37         * pgg.el (pgg-sign-region, pgg-sign):
38         * mail-source.el (mail-source-delete-old-incoming-confirm):
39         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
40
41 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
42
43         * gnus-art.el (gnus-mime-view-part-externally)
44         (gnus-mime-view-part-internally): Fix predicate function passed to
45         completing-read.
46
47         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
48
49         * gnus.el (gnus-update-message-archive-method): Add :version.
50
51 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
52
53         * gnus.el (gnus-update-message-archive-method): New variable.
54
55         * gnus-start.el (gnus-setup-news): Update saved "archive" method
56         according to gnus-message-archive-method if
57         gnus-update-message-archive-method is non-nil.
58
59 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
60
61         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
62         by Loic Dachary <loic@dachary.org>.
63         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
64
65 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
66
67         * message.el (message-pop-to-buffer): Add switch-function argument.
68         (message-mail): Pass switch-function argument to it.
69
70 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
71
72         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
73         Improve doc string.
74
75 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
76
77         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
78         (gnus-header-content)
79         * gnus-cite.el (gnus-cite-10)
80         * gnus-srvr.el (gnus-server-closed)
81         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
82         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
83         (gnus-group-mail-3-empty, gnus-group-mail-low)
84         (gnus-group-mail-low-empty, gnus-splash)
85         * message.el (message-header-to, message-header-cc)
86         (message-header-subject, message-header-other, message-header-name)
87         (message-header-xheader, message-separator, message-cited-text)
88         (message-mml): Lighten colors of faces used for dark background.
89
90 2007-05-24  Simon Josefsson  <simon@josefsson.org>
91
92         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
93         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
94
95 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
96
97         * message.el (message-narrow-to-headers-or-head): Ignore
98         mail-header-separator in the body.
99
100 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
101
102         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
103         same as window size.
104
105 2007-05-22  Kevin Ryde  <user42@zip.com.au>
106
107         * message.el (message-font-lock-keywords): Use message-header-xheader
108         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
109         ahead of the anything pattern, to get it recognised.
110
111 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
112
113         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
114         spam.el loads uses it in the compiled defadvice form.
115
116 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
117
118         * gnus-sum.el (gnus-articles-to-read)
119         (gnus-summary-insert-old-articles): Don't truncate group name for
120         `read-string'.
121
122         * gnus-util.el (gnus-limit-string): Delete this function.
123
124         * gnus-sum.el (gnus-simplify-subject-fully): Use
125         `truncate-string-to-width' instead.
126
127 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
128
129         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell if, on
130         summary exit, the next group has to be selected.
131         (gnus-summary-exit): Use it.
132
133 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
134
135         * gnus-art.el (gnus-article-mode): Fix comment about displaying
136         non-break space.
137
138 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
139
140         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
141         Check if group is not a directory.
142         (nnfolder-request-expire-articles): Don't delete articles if the target
143         group is not available.
144
145         * nnml.el (nnml-request-create-group): Properly check if group is not a
146         file.
147         (nnml-request-expire-articles): Don't delete articles if the target
148         group is not available.
149
150         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
151         Don't quote characters that are within parentheses.
152
153 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
154
155         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
156         (gnus-handle-ephemeral-exit): Select article according to it.
157
158 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
159
160         * message.el (message-insert-formated-citation-line): Remove newline.
161         (message-citation-line-format): Add final \n here so that the user can
162         avoid a blank line.
163
164 2007-05-03  Dan Christensen  <jdc@uwo.ca>
165
166         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
167         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
168         Update lanl/arXiv support.
169
170 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
171
172         * gnus.el: Bump version number.
173
174 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
175
176         * gnus.el (gnus-version-number): Bump version.
177
178 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
179
180         * gnus.el: No Gnus v0.6 is released.
181
182 2007-04-27  Didier Verna  <didier@xemacs.org>
183
184         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
185         * gmm-utils.el (gmm-regexp-concat): here.
186         * message.el: Don't require 'gnus-util.
187         (message-dont-reply-to-names): Handle name change above.
188         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
189
190 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
191
192         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
193         since the initial value varies according to the system.
194
195 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
196
197         * mm-util.el (mm-charset-synonym-alist): Defcustom.
198
199 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
200
201         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
202
203 2007-04-24  Didier Verna  <didier@xemacs.org>
204
205         Improve the type of gnus-ignored-from-addresses.
206         * gnus-util.el (gnus-orify-regexp): New function.
207         * message.el (gnus-util): Require it.
208         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
209         * gnus-sum.el (gnus-ignored-from-addresses): New function.
210         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
211
212 2007-04-24  Didier Verna  <didier@xemacs.org>
213
214         * gnus-sum.el:
215         * gnus-utils.el: Fix some trailing whitespaces.
216
217 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
218
219         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
220         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
221         article's Message-ID; refer parent article in summary buffer.
222
223         * message.el (message-bounce): Call mime-to-mml.
224
225         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
226         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
227         optimize and/or forms properly.
228
229 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
230
231         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
232         URL.
233
234 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
235
236         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
237
238 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
239
240         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
241         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
242         displayed of multipart/alternative part if it is invoked from summary
243         buffer.
244
245         * mm-view.el (mm-inline-text-html-render-with-w3m)
246         (mm-inline-text-html-render-with-w3m-standalone)
247         (mm-inline-render-with-function): Use mail-parse-charset by default.
248
249 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
250
251         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
252         is less than the length of parse-time-syntax.
253
254 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
255
256         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
257         from gnus-newsgroup-processable.
258
259 2007-04-16  Didier Verna  <didier@xemacs.org>
260
261         * gnus-msg.el (gnus-configure-posting-styles): Handle
262         message-signature-directory properly with :file syntax. Reported by
263         "Leo".
264
265 2007-04-11  Didier Verna  <didier@xemacs.org>
266
267         New user option: message-signature-directory.
268         * gnus-msg.el (gnus-configure-posting-styles): Support it.
269         * message.el (message-insert-signature): Ditto.
270         * message.el (message-signature-file): Doc update.
271         * message.el (message-signature-directory): New.
272
273 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
274
275         * gnus-msg.el (gnus-inews-yank-articles): Use
276         message-exchange-point-and-mark instead of exchange-point-and-mark.
277
278 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
279
280         * message.el (message-yank-original): Make sure cited text ends with
281         newline; don't exchange point and mark.
282
283 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
284
285         * tls.el (open-tls-stream): Properly handle case where there
286         is no associated buffer.
287
288 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
289
290         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
291         message-yank-original, make sure (< mark TEXT point).
292
293 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
294
295         * message.el (message-fill-column): New variable.
296         (message-mode): Use it.  Add comment on a possible new hook.
297
298         * nnmail.el (nnmail-spool-file): Mark as obsolete.
299         (nnmail-get-new-mail): Reformat.
300
301         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
302
303         * gmm-utils.el: Fix Commentary.
304         (gmm-tool-bar-from-list): Fix typo in doc string.
305
306 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
307
308         * message.el (message-yank-original): Don't switch point and mark
309         unnecessarily to put point and mark as documented.
310
311 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
312
313         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
314         from the message heads.
315
316 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
317
318         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
319         article buffer does not have a window.  This may not be the best
320         solution but is certainly better than setting the start of the null,
321         that is the current, window.
322
323 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
324
325         * gnus-draft.el (gnus-draft-setup-hook): New hook.
326         (gnus-draft-setup): Run it.
327
328         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
329         gnus-score-fast-scoring.  Allow regexp.
330         (gnus-score-headers): Use it.
331
332         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
333         XEmacs.
334
335         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
336         string.
337         (gnus-button-alist): Also catch `<f1> k ...'.
338         (gnus-treat-display-x-face): Fix doc string.
339
340 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
341
342         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
343         evaluation of gnus-extended-version to ensure correct generation of the
344         User-Agent header when message-generate-headers-first is used.
345
346 2007-03-24  Simon Josefsson  <simon@josefsson.org>
347
348         * hashcash.el (hashcash-generate-payment-async): Don't crash if
349         hashcash-path is nil.  Don't call callback with incorrect number of
350         parameters if val is 0.
351
352 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
353
354         * message.el (message-required-news-headers):
355         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
356
357 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
358
359         * tls.el (open-tls-stream): In handshake-waiting loop,
360         don't wait more if there is output available to process.
361
362 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
363
364         * tls.el (tls-program): Doc fix.
365
366 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
367
368         * message.el (message-generate-new-buffers): Change the meaning of the
369         nil value; add `standard' to the choices; treat t as `unique'; improve
370         doc string.
371         (gnus-select-frame-set-input-focus): Autoload.
372         (message-buffer-name): Search for the existing message buffer if
373         message-generate-new-buffers is nil or `standard'; treat the value t of
374         message-generate-new-buffers as `unique'.
375         (message-pop-to-buffer): Raise the frame already displaying the message
376         buffer; clear the echo area after querying.
377         (message-setup): Pass the `continue' argument to compose-mail.
378         (message-mail): Prefer `switch-function' if it is given; search for the
379         existing message buffer if the `continue' argument is non-nil; pass
380         continue and switch-function arguments to compose-mail by way of
381         message-setup.
382         (message-mail-other-window): Adjust argument of message-setup.
383         (message-mail-other-frame): Ditto.
384
385 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
386
387         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
388         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
389         to turn font-lock on when turning gnus-message-citation-mode on.
390
391 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
392
393         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
394         (mml-smime-function-alist): New variable; add epg as the backend.
395         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
396         mml-smime- functions instead.
397         * mm-view.el: Require smime.
398
399 2007-03-05  Didier Verna  <didier@xemacs.org>
400
401         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
402         instead of just inheritance for posting styles.
403         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
404
405 2007-02-24  Chris Moore  <dooglus@gmail.com>
406
407         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
408         * pgg-pgp.el (pgg-pgp-encrypt-region):
409         * pgg-gpg.el (pgg-gpg-encrypt-region):
410         Check pgg-encrypt-for-me if no other recipients.
411
412 2007-02-24  John Paul Wallington  <jpw@pobox.com>
413
414         * tls.el (tls-certtool-program): Fix custom type.
415
416 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
417
418         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
419         and point-at-eol instead of line-(beginning|end)-position.
420
421         * assistant.el (assistant-parse-buffer): Ditto.
422
423         * netrc.el (netrc-parse-services): Ditto.
424
425 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
426
427         * mml2015.el (mml2015-epg-find-usable-key): New function.
428         (mml2015-epg-sign): Use it.
429         (mml2015-epg-encrypt): Use it.
430
431 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
432
433         * message.el (message-make-in-reply-to): Quote name containing
434         non-ASCII characters.  It will make the RFC2047 encoder cause an error
435         if there are special characters.  Reported by NAKAJI Hiroyuki
436         <nakaji@kankyo-u.ac.jp>.
437
438 2007-02-27  Didier Verna  <didier@xemacs.org>
439
440         Include the group parameters as well as the topic ones in the
441         inheritance filter process.
442         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
443         argument GROUP-PARAMS-LIST.
444         * gnus-topic.el (gnus-group-topic-parameters): Use it.
445
446 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
447
448         * nntp.el (nntp-never-echoes-commands)
449         (nntp-open-connection-functions-never-echo-commands): New variables.
450         (nntp-send-command): Use them.
451
452 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
453
454         * mml2015.el (mml2015-epg-verify): Simplified.
455
456 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
457
458         * mml.el (mml-content-disposition-alist): New user option.
459         (mml-content-disposition): New function.
460         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
461         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
462
463 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
464
465         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
466         verification.
467
468 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
469
470         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
471         articles posted in the last 24 hours.
472
473 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
474
475         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
476
477 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
478
479         * nntp.el (nntp-send-command): Don't wait for echoes when
480         nntp-open-ssl-stream is used.
481
482 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
483
484         * gnus-cite.el (gnus-test-font-lock-add-keywords)
485         (gnus-message-add-citation-keywords)
486         (gnus-message-remove-citation-keywords): Remove.
487         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
488         directly, make the variables in font-lock-defaults buffer-local, add
489         gnus-message-citation-keywords to them and then update the value of
490         font-lock-keywords.
491
492 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
493
494         * message.el (message-cite-original-1): Don't call
495         gnus-article-highlight-citation.
496
497         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
498         citations; fix line count.
499
500 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
501
502         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
503         (gnus-message-add-citation-keywords)
504         (gnus-message-remove-citation-keywords): Use it; fix the emulating
505         versions of font-lock-add-keywords and font-lock-remove-keywords to
506         work with XEmacs correctly.
507
508 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
509
510         * gnus-cite.el (gnus-cite-face-list): Set the values of
511         gnus-message-max-citation-depth and gnus-message-citation-keywords.
512         (gnus-message-max-citation-depth): Use defvar rather than defconst.
513         (gnus-message-cite-prefix-regexp): New variable.
514         (gnus-message-search-citation-line): Use it; protect against long
515         citation prefix; fill match data with nil rather than 0 for XEmacs; set
516         the 0th match data for Emacs.
517         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
518         (gnus-message-add-citation-keywords): Append keywords rather than
519         prepending; emulate font-lock-add-keywords if it is not available.
520         (gnus-message-remove-citation-keywords): Emulate
521         font-lock-remove-keywords if it is not available.
522
523         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
524
525         * message.el (message-cite-prefix-regexp): Set the value of
526         gnus-message-cite-prefix-regexp.
527
528 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
529
530         * nnweb.el (nnweb-google-parse-1): Update parser.
531
532 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
533
534         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
535
536 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
537
538         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
539         regexp.
540
541 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
542
543         * uudecode.el (uudecode-string-to-multibyte): New function emulating
544         string-to-multibyte.
545         (uudecode-decode-region-internal): Use it.
546
547         * lpath.el: Fbind string-as-multibyte for XEmacs.
548
549 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
550
551         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
552         custom choice.
553
554         * gnus-art.el (gnus-signature-limit): Fix custom choice.
555
556 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
557
558         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
559
560         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
561         `write-region' to respect `mm-inhibit-file-name-handlers'.
562
563 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
564
565         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
566         Use gnus-home-directory instead of "~/" or "$HOME".
567
568 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
569
570         * encrypt.el (encrypt-insert-file-contents): Add better prompt
571         to mention filename.
572         Add comments at beginning regarding usage.
573         (encrypt-write-file-contents): Change interactive so a string is
574         acceptable.  If the file has no associated model, show an error instead
575         of a nonsense prompt.
576
577 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
578
579         * spam.el (spam-bsfilter-ham-switch): Fix typo.
580         Thanks to Yoshihiko Yamada for kind notification of this typo.
581
582 2007-01-12  Kenichi Handa  <handa@m17n.org>
583
584         * uudecode.el (uudecode-decode-region-internal): Make it work in a
585         multibyte buffer.
586
587 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
588
589         * gnus-score.el (gnus-score-fast-scoring): New variable.
590         (gnus-score-headers): Use it.
591
592         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
593
594         * message.el (message-cite-original-1): Call
595         gnus-article-highlight-citation if requested.
596
597         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
598
599         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
600         bugs to doc string.
601         (gnus-button-alist): Add mid\\|message-id.
602         (gnus-button-fetch-group): Extend for use in
603         `browse-url-browser-function'.
604         (gnus-button-url-regexp): Try to catch paired parentheses like in
605         Wikipedia URLs.
606
607         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
608         Suggested by Simon Krahnke <overlord@gmx.li>.
609
610 2007-01-13  Romain Francoise  <romain@orebokech.com>
611
612         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
613         Update copyright.
614
615 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
616
617         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
618
619 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
620
621         * gnus-registry.el (gnus-registry-unfollowed-groups)
622         (gnus-registry-split-fancy-with-parent): Fix documentation.
623
624 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
625
626         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
627         from nnweb groups.
628
629 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
630
631         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
632         Xref urls.  Erase buffer before requesting head.
633
634 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
635
636         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
637         customizable.
638
639 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
640
641         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
642         no signing key is found.
643         (mml2015-epg-encrypt): Ask user whether to skip or abort if
644         no encrypting and/or signing key is found.
645
646 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
647
648         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
649
650 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
651
652         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
653         headers read from disk with the ones newly found in the current search.
654         This should no longer cause problems, because the article numbers in
655         Gmane's `nov.php' output are ignored since the previous change.
656
657 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
658
659         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
660
661 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
662
663         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
664         replace-regexp-in-string; bind url-version; fbind display-images-p and
665         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
666         find-face and set-itimer-function for Emacs; bind itimer-list for
667         Emacs.
668
669         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
670
671 2007-01-01  Romain Francoise  <romain@orebokech.com>
672
673         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
674
675 2006-12-31  Steve Youngs  <steve@sxemacs.org>
676
677         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
678         `define-minor-mode' macro definition expanded properly.
679         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
680         exclude it there.
681
682         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
683         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
684         `fboundp' test.
685         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
686         This is OK to autoload in (S)XEmacs now.
687
688 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
689
690         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
691         keystroke.
692         (gnus-summary-limit-to-singletons): Fix typo.
693
694         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
695         else fails.
696
697 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
698
699         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
700         docstring.
701
702         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
703         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
704         (gnus-summary-insert-dormant-articles): Fix typo in message.
705
706 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
707
708         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
709         nil for XEmacs.
710         (gnus-message-citation-mode): Don't autoload in XEmacs.
711
712         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
713
714 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
715
716         * nnimap.el (nnimap-expunge-search-string): Mention
717         nnimap-search-uids-not-since-is-evil in docstring.
718
719 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
720
721         * spam.el: Revert to make-obsolete-variable because
722         define-obsolete-variable-alias is not supported in Emacs 21.
723
724         * spam.el (spam-ifile-path, spam-ifile-database-path)
725         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
726         make-obsolete-variable.
727         (spam-bsfilter-path, spam-bsfilter-program)
728         (spam-spamassassin-path, spam-spamassassin-program)
729         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
730         use "path" inappropriately.
731         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
732         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
733         variable names.
734
735 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
736
737         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
738         summary buffer.
739
740         * password.el (password-cache-remove): Use clear-string to burn
741         password, if available.
742
743 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
744
745         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
746
747         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
748
749         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
750         (gnus-message-highlight-citation): Move defcustom here from
751         gnus-cite.el.
752         (gnus-message-citation-mode): Autoload.
753
754         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
755         checks to make it compile with XEmacs.
756         (gnus-message-citation-mode): New minor mode.
757         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
758         (gnus-message-highlight-citation): New variables.
759         (gnus-message-search-citation-line)
760         (gnus-message-add-citation-keywords)
761         (gnus-message-remove-citation-keywords)
762         (turn-on-gnus-message-citation-mode)
763         (turn-off-gnus-message-citation-mode): New functions.
764
765 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
766
767         * gnus-cite.el: Enable highlighting of different citation levels in
768         message-mode.
769
770 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
771
772         * message.el (message-make-fqdn): Fix comment.
773         (message-bogus-system-names): Add ".local".
774
775         * spam.el (spam-ifile-path, spam-ifile-program)
776         (spam-ifile-database-path, spam-ifile-database)
777         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
778         Don't use "path" inappropriately.
779         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
780         strings.
781         (spam-check-ifile, spam-ifile-register-with-ifile)
782         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
783         new variable names.
784
785         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
786         (gnus-treat-display-smileys): Simplify using
787         gnus-image-type-available-p.
788
789         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
790         available.
791
792         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
793         `display-images-p' if available.
794
795 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
796
797         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
798         one after turning on the buffer's multibyteness instead of decoding
799         them directly in the unibyte buffer that causes unexpected conversion
800         in Emacs 23 (unicode).
801
802 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
803
804         * message.el (message-generate-hashcash): Fix custom type.
805
806 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
807
808         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
809
810 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
811
812         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
813         disconnect icons.  Add help text.
814
815 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
816
817         * spam.el (spam-extra-header-to-number): CRM114 spam score is
818         negated to be consistent with the others we handle.
819
820 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
821
822         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
823         version of gnus-summary-buffer to something, so that we can use two
824         article buffers at the same time.
825
826 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
827
828         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
829         trigger all the extra headers.
830         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
831         sorting.
832
833 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
834
835         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
836         solid groups.
837
838 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
839
840         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
841
842 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
843
844         * legacy-gnus-agent.el: Add Copyright notice.
845
846 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
847
848         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
849
850 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
851
852         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
853
854         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
855         to make it work reliably in CVS Emacs.
856         (gnus-summary-limit-strange-charsets-predicate)
857         (gnus-summary-limit-to-predicate): New functions.
858
859 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
860
861         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
862         specifying array size.
863         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
864         array if it is too small.
865         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
866         (gnus-sort-threads-loop): New function.
867
868 2006-12-06  Chris Moore  <dooglus@gmail.com>
869
870         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
871         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
872
873 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
874
875         * mm-url.el (mm-url-predefined-programs): Call curl with correct
876         options.
877
878 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
879
880         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
881         DOS-ing the recipient.
882
883         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
884         the headers when creating the mapping to avoid mismappings.
885         (nnweb-gmane-create-mapping): Always nix out old mapping.
886
887 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
888
889         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
890         and mm-verify-option to never.
891
892 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
893
894         * message.el (message-signed-or-encrypted-p): New function.
895         (message-forward-make-body): Use it.
896
897         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
898         Replace encode-coding-string with mm-encode-coding-string.
899
900 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
901
902         * nneething.el (nneething-decode-file-name): Replace
903         decode-coding-string with mm-decode-coding-string.
904
905         * gnus-int.el (gnus-open-server): Say failed server's name.
906
907 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
908
909         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
910         strings to a single string.  Quote `errors-file-name'.
911         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
912         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
913         Adjust calls.  Use `shell-quote-argument'.
914
915 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
916
917         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
918         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
919
920         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
921         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
922         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
923         (gnus-group-make-directory-group, gnus-group-transpose-groups):
924         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
925         (gnus-subscribe-newsgroup, gnus-1):
926         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
927         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
928         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
929         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
930
931 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
932
933         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
934         keystroke.
935         (gnus-summary-limit-to-bodies): Implement headersp.
936
937 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
938
939         * dns.el (query-dns): Protect against "Process dns deleted" strings.
940
941 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
942
943         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
944
945 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
946
947         * message.el (message-generate-hashcash): Expand range of values to
948         include `opportunistic'.
949         (message-send-mail): Use it.
950
951 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
952
953         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
954         and comment it.
955
956         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
957
958 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
959
960         * gnus-util.el (gnus-extract-address-components): Improve comment.
961
962 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
963
964         * gnus-util.el (gnus-extract-address-components): Work with address in
965         which the name portion contains @.
966
967         * lpath.el: Fbind custom-autoload.
968
969 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
970
971         * gnus.el (gnus-start): Move custom group up.
972         (gnus-select-method): Don't autoload, but make it available for
973         `customize-variable'.
974         (gnus-getenv-nntpserver): Don't autoload.
975
976 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
977
978         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
979
980 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
981
982         * message.el (message-sendmail-extra-arguments): New variable.
983         (message-send-mail-with-sendmail): Use it.
984
985 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
986
987         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
988         mm-with-unibyte-current-buffer to make string unibyte.
989
990         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
991         mm-string-as-multibyte.
992
993 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
994
995         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
996         Reported by Werner Koch <wk@gnupg.org>.
997
998 2006-11-14  Daiki Ueno  <ueno@p360>
999
1000         * mml2015.el: Autoload epa-select-keys when compiling.
1001
1002 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1003
1004         * mml2015.el (mml2015-epg-sign): Save the signing keys in
1005         message-options.
1006         (mml2015-epg-encrypt): Save the recipient keys in message-options.
1007
1008 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1009
1010         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
1011         EasyPG (< 0.0.6).
1012         (mml2015-always-trust): New user option.
1013         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
1014         prompt.
1015
1016 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1017
1018         * nntp.el (nntp-authinfo-force): New variable.
1019         (nntp-send-authinfo): Use it.
1020
1021 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
1022
1023         * message.el (message-strip-subject-encoded-words): Allow _not_ to
1024         decode encoded words.  Improve prompt.  Add comment about forwarding.
1025         (message-replacement-char): Move up.
1026
1027 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1028
1029         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
1030         instead of gnus-intersection because arguments of gnus-sorted-nunion
1031         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
1032
1033 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
1034
1035         * message.el (message-strip-subject-encoded-words): Reformat prompt.
1036         (message-simplify-subject-functions): Enable
1037         message-strip-subject-encoded-words by default.
1038
1039 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1040
1041         * message.el (message-strip-subject-encoded-words): New function
1042         (message-simplify-subject-functions): New variable.
1043         (message-simplify-subject): Use it.  Fix typo in doc string.
1044         Support message-strip-subject-encoded-words.
1045
1046 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
1047
1048         * gnus-diary.el (gnus-diary-delay-format-function):
1049         * nndiary.el (nndiary-reminders):
1050         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
1051
1052 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1053
1054         * gnus-art.el (article-hide-boring-headers): Fetch date from
1055         gnus-original-article-buffer to avoid problems with localized date
1056         strings.
1057
1058 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1059
1060         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
1061
1062 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
1063
1064         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
1065         New variables.
1066         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1067         (mm-charset-synonym-alist): Move some entries to
1068         mm-codepage-iso-8859-list.
1069         (mm-charset-synonym-alist, mm-charset-override-alist): Add
1070         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1071
1072 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1073
1074         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
1075
1076 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1077
1078         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
1079         with Emacs 21 and XEmacs.
1080
1081 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1082
1083         * spam.el (spam-parse-address): New function for better parsing,
1084         catching errors, etc.
1085         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
1086
1087 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1088
1089         * mm-view.el: Add interactive arg to html2text autoload.
1090
1091 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1092
1093         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
1094
1095 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
1096
1097         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
1098         variables.
1099         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1100         (mm-charset-synonym-alist): Move some entries to
1101         mm-codepage-iso-8859-list.
1102
1103         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
1104
1105 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
1106
1107         * message.el (message-citation-line-format)
1108         (message-insert-formated-citation-line): Fix implementation of %E, %N
1109         and %n according to the doc string.
1110
1111 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
1112
1113         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1114         car-safe to avoid bad parses.
1115
1116 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1117
1118         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
1119         names.
1120
1121         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
1122
1123 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1124
1125         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
1126         header.
1127
1128         * message.el (message-draft-headers): Add Date.
1129         (message-headers-to-generate): Fix typo in docstring.
1130
1131         * nndraft.el (nndraft-required-headers): New variable.
1132         (nndraft-generate-headers): Use it.
1133
1134         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
1135
1136 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1137
1138         * gnus-registry.el (gnus-registry-wash-for-keywords)
1139         (gnus-registry-find-keywords): New functions to allow easy searching of
1140         articles that are in the registry.
1141
1142 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1143
1144         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1145         ietf-drums-parse-address instead of gnus-extract-address-components.
1146         Reported by Damien Elmes <damien@repose.cx>.
1147
1148 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1149
1150         * gnus.el (gnus-mime): Remove unused custom group.
1151
1152 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1153
1154         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
1155         "blank line" when searching for end of armor headers.
1156
1157 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1158
1159         * gmm-utils.el (gmm-write-region): Fix variable name.
1160
1161 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
1162
1163         * gmm-utils.el (gmm-write-region): New function based on compatibility
1164         code from `mm-make-temp-file'.
1165
1166         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
1167
1168         * nnmaildir.el (nnmaildir--update-nov)
1169         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
1170         Use `gmm-write-region'.
1171
1172 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1173
1174         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
1175         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1176
1177         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
1178
1179         * message.el (message-replacement-char): New variable.
1180         (message-fix-before-sending): Use it.
1181         (message-simplify-subject): New function to remove duplicate code.
1182         (message-reply, message-followup): Use it.
1183
1184         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
1185         gnus-summary-limit-to-articles.
1186
1187 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1188
1189         * gnus-util.el (gnus-with-local-quit): New macro.
1190
1191         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
1192
1193 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
1194
1195         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
1196         ignore non-string data.
1197
1198 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
1199
1200         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
1201         non-string data (needs to be done in the registry too).
1202
1203 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1204
1205         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
1206         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
1207         (gnus-registry-split-fancy-with-parent)
1208         (gnus-registry-fetch-simplified-message-subject-fast)
1209         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
1210         Remove text properties on ingress into the registry and when it's saved.
1211         (gnus-registry-clean-empty-function): Fix bug with cleaning the
1212         registry from entries with no groups.
1213
1214 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1215
1216         * gnus-util.el (gnus-string-remove-all-properties): Add utility
1217         function to remove string properties.
1218
1219 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
1220
1221         * gmm-utils.el (gmm): Adjust custom version.
1222
1223         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
1224         custom version.
1225
1226         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
1227
1228 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
1229
1230         * gnus-art.el (gnus-insert-prev-page-button)
1231         (gnus-insert-next-page-button): Simplify.  Reformat.
1232
1233 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1234
1235         * gnus-art.el (gnus-insert-prev-page-button)
1236         (gnus-insert-next-page-button): Apply gnus-article-button-face.
1237
1238 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
1239
1240         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
1241
1242 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1243
1244         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
1245         gnus-article-button-face to MIME and security buttons.
1246
1247 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
1248
1249         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
1250         readable.
1251
1252 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1253
1254         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
1255
1256 2006-09-20  Steve Youngs  <steve@sxemacs.org>
1257
1258         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
1259         `browse-url-of-file' instead of `browse-url'.
1260
1261 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1262
1263         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1264         regexp.  Articles containing quotation were cut prematurely.
1265
1266 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1267
1268         * message.el (message-cite-original-1): Use nobody by default for the
1269         value of From header.
1270         (message-reply): Ditto.
1271
1272 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
1273
1274         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
1275         to the gnus-info.  This fixes a bug of inline-PGP message verification.
1276         Reported by Michael Piotrowski <mxp@dynalabs.de>.
1277
1278 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
1279
1280         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
1281         mails in the doc string.  Add some URLs in comment.
1282         (pop3-movemail): Warn about pop3-leave-mail-on-server.
1283
1284 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1285
1286         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
1287         backslashes handling and the way to find boundaries of quoted strings.
1288
1289 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
1290
1291         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
1292         mml1991-encrypt-to-self is set and mml1991-signers is not set.
1293         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
1294         mml2015-encrypt-to-self is set and mml2015-signers is not set.
1295
1296 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
1297
1298         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
1299         doc string.
1300         (gnus-button-regexp, gnus-button-last): Remove unused variables.
1301
1302 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1303
1304         * lpath.el: Fbind epg-check-configuration.
1305
1306 2006-09-06  Simon Josefsson  <jas@extundo.com>
1307
1308         * mml2015.el (mml2015-use): Doc fix, mention epg.
1309
1310 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1311
1312         * mml2015.el (mml2015-use): Default to epg, if available.
1313
1314 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1315
1316         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
1317         message-sender.
1318         (mml1991-epg-encrypt): Ditto.
1319         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
1320         message-sender.
1321         (mml2015-epg-encrypt): Ditto.
1322
1323 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
1324
1325         * message.el (message-send-mail-with-sendmail): Look for sendmail in
1326         several common directories.
1327
1328 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
1329
1330         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
1331         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
1332
1333 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1334
1335         * gnus-art.el (article-decode-encoded-words): Make it fast.
1336
1337 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1338
1339         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
1340
1341         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
1342         in quoted string into `\'.
1343
1344 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1345
1346         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1347         Use standard-syntax-table.
1348
1349 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1350
1351         * gnus-art.el (gnus-decode-address-function): New variable.
1352         (article-decode-encoded-words): Use it to decode headers which are
1353         assumed to contain addresses.
1354         (gnus-mime-delete-part): Remove useless `or'.
1355
1356         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
1357         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
1358         (gnus-nov-parse-line): Use it to decode From header.
1359         (gnus-get-newsgroup-headers): Ditto.
1360         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
1361
1362         * mail-parse.el (mail-decode-encoded-address-region): New alias.
1363         (mail-decode-encoded-address-string): New alias.
1364
1365         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1366         New function.
1367         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
1368         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
1369         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
1370         (rfc2047-decode-string): Ditto.
1371         (rfc2047-decode-address-region): New function.
1372         (rfc2047-decode-address-string): New function.
1373
1374 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
1375
1376         * message.el (message-caesar-buffer-body): Allow rotating headers.
1377
1378         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
1379
1380         * message.el (message-insert-formated-citation-line): Fix %f.
1381         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
1382
1383 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1384
1385         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
1386         (gnus-bookmark-mouse-available-p): New macro.
1387         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
1388         (gnus-bookmark-bmenu-show-infos): Use it.
1389         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
1390         (gnus-bookmark-bmenu-hide-infos): Ditto.
1391         (gnus-bookmark-remove-properties): New function.
1392         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
1393         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
1394         (gnus-bookmark-write-file): Bind coding-system-for-write.
1395         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
1396         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
1397         group before selecting it.
1398         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
1399         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
1400         quit-window if it is not available; use gnus-mouse-2 and bind it to
1401         gnus-bookmark-bmenu-select-by-mouse.
1402         (gnus-bookmark-show-details): Remove unused variable `details-list'.
1403         (gnus-bookmark-bmenu-select-by-mouse): New function.
1404
1405 2006-08-13  Romain Francoise  <romain@orebokech.com>
1406
1407         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
1408         space.
1409
1410 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1411
1412         * compface.el (uncompface): Use binary rather than raw-text-unix.
1413
1414 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1415
1416         * compface.el (uncompface): Make sure the eol conversion doesn't take
1417         place when communicating with the external programs.  Reported by
1418         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1419
1420 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1421
1422         * nnheader.el (nnheader-insert-head): Fix typo in comment.
1423
1424 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1425
1426         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1427         Make it more robust by parsing author and date independently.
1428
1429 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1430
1431         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
1432
1433 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
1434
1435         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
1436         first matching secret key.
1437         (mml2015-epg-encrypt): Ditto.
1438
1439         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
1440         first matching secret key.
1441         (mml1991-epg-encrypt): Ditto.
1442
1443         * mml2015.el (mml2015-encrypt-to-self): New user option.
1444         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
1445         mml2015-epg-encrypt-to-self is set.
1446
1447         * mml1991.el (mml1991-encrypt-to-self): New variable.
1448         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
1449         mml1991-epg-encrypt-to-self is set.
1450
1451         * mml2015.el (mml2015-signers): New user option.
1452         (mml2015-epg-sign): Reflect the value of mml2015-signers.
1453         (mml2015-epg-encrypt): Allow to select signing keys.
1454
1455         * mml1991.el (mml1991-signers): New variable.
1456         (mml1991-epg-sign): Reflect the value of mml1991-signers.
1457         (mml1991-epg-encrypt): Allow to select signing keys.
1458
1459 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1460
1461         * nnheader.el (nnheader-insert-head): Make it work even if the file
1462         uses CRLF for the line-break code.
1463
1464 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
1465
1466         * mml2015.el: Require mml-sec instead of password.
1467         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
1468         (mml2015-cache-passphrase): Inherit the default value from
1469         mml-secure-cache-passphrase.
1470         (mml2015-passphrase-cache-expiry): Inherit the default value from
1471         mml-secure-passphrase-cache-expiry.
1472
1473         * mml1991.el: Require mml-sec instead of password.
1474         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
1475         (mml1991-cache-passphrase): Inherit the default value from
1476         mml-secure-cache-passphrase.
1477         (mml1991-passphrase-cache-expiry): Inherit the default value from
1478         mml-secure-passphrase-cache-expiry.
1479
1480         * mml-sec.el: Require password.
1481         (mml-secure-verbose): New user option.
1482         (mml-secure-cache-passphrase): New user option.
1483         (mml-secure-passphrase-cache-expiry): New user option.
1484
1485 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
1486
1487         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1488         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
1489         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
1490
1491         FIXME: Use `tiny change'?
1492
1493 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1494
1495         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
1496         workaround for the url package included with Emacs.
1497
1498         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1499
1500 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1501
1502         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
1503         correctly.  This fixes a bug caused by the 2006-05-12 change.
1504
1505 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
1506
1507         * nnmail.el (nnmail-article-group): If splitting raises an error, give
1508         some information about the error when saying that the `bogus' mail
1509         group will be used.
1510
1511 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
1512
1513         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
1514         string.
1515
1516 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
1517
1518         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
1519
1520 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1521
1522         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
1523
1524 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1525
1526         * mml1991.el (mml1991-function-alist): Add epg.
1527         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
1528         (mml1991-epg-encrypt): New functions.
1529
1530 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1531
1532         * mml2015.el (mml2015-verbose): New variable.
1533         (mml2015-cache-passphrase): Ditto.
1534         (mml2015-passphrase-cache-expiry): Ditto.
1535         (mml2015-function-alist): Add epg.
1536         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
1537         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
1538         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
1539         functions.
1540
1541 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1542
1543         * message.el (message-cite-original-1): Preserve region when removing
1544         quoted text due to X-No-Archive in order to avoid bogus attribution
1545         when citing multiple messages.
1546
1547 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1548
1549         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
1550         Kenneth Jacker <khj@be.cs.appstate.edu>.
1551
1552 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
1553
1554         * gnus-diary.el (gnus-user-format-function-d)
1555         (gnus-user-format-function-D): Autoload.
1556
1557         * imap.el (Commentary): Fix typo.
1558
1559         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
1560         2006-04-22 contribution.
1561
1562 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1563
1564         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
1565         It didn't really fix the bogosity I'm seeing with solid web groups.
1566
1567 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1568
1569         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
1570         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
1571         created using server names.  If we use the feature without declaring
1572         it, Gnus does not properly manage server and group state.
1573
1574         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
1575         bound.
1576
1577 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1578
1579         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
1580         looking up the method using GROUP's prefix before inventing a new one.
1581         It is used on killed/unknown groups in various places where returning
1582         an all-new method isn't expected by the caller.
1583
1584         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
1585         and match semantics of gnus-group-real-prefix.
1586
1587 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
1588
1589         * nnmail.el (nnmail-broken-references-mailers): New variable.
1590         (nnmail-ignore-broken-references): New function generalizing
1591         nnmail-fix-eudora-headers.
1592         (nnmail-fix-eudora-headers): Now obsolete.
1593
1594         * gnus-art.el (gnus-button-handle-custom): Support
1595         `customize-apropos*'.
1596
1597 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1598
1599         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
1600
1601         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
1602         articles.
1603
1604 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
1605
1606         * message.el (message-cite-reply-above): New variable.
1607         (message-yank-original): Use it.
1608
1609 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1610
1611         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
1612
1613 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
1614
1615         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
1616         as read.
1617
1618         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
1619
1620 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
1621
1622         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
1623         (gnus-bookmark-default-file): Use gnus-directory.
1624         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
1625         Remove "*" in doc string.
1626         (gnus-bookmark-write-file): Simplify.
1627         (gnus-bookmark-maybe-sort-alist): Use `when'.
1628         (gnus-bookmark-get-bookmark): Fix typo in doc string.
1629         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
1630         FIXME about Emacs 21 and XEmacs compatibility.
1631         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
1632         compatibility.
1633         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
1634         compatibility.
1635         (gnus-bookmark-menu-heading): Fix version.
1636
1637 2006-06-19  Bastien Guerry  <bzg@altern.org>
1638
1639         * gnus-bookmark.el: New file.
1640
1641 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1642
1643         * message.el (message-syntax-checks): Doc fix.
1644
1645 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1646
1647         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
1648         unsubscribed groups as if they were killed ones.  It causes duplicate
1649         entries in gnus-newsrc-alist.
1650
1651 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1652
1653         * message.el (message-syntax-checks): Doc fix.
1654         (message-send-mail): Add check for continuation headers.
1655         (message-check-news-header-syntax): Fix regexp used to check for
1656         continuation headers.
1657
1658 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1659
1660         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
1661
1662 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
1663
1664         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
1665
1666 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1667
1668         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
1669         default-truncate-lines.
1670
1671 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1672
1673         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
1674         to fill the utf-8 entry.
1675
1676         * lpath.el: Fbind unicode-precedence-list.
1677
1678 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1679
1680         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1681
1682 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
1683
1684         * gnus-agent.el (directory-files-and-attributes): Move all the way
1685         forward (the third and final move).
1686         (gnus-agent-read-agentview): Trap reconstruction errors due to
1687         nonexistant directory.  Handle by returning nil.
1688
1689 2006-05-30  Didier Verna  <didier@xemacs.org>
1690
1691         * message.el (message-dont-reply-to-names): Update the custom type.
1692         * message.el (message-dont-reply-to-names): New defsubst: potentially
1693         convert a list of regexps into a single one.
1694         * message.el (message-get-reply-headers): Use it.
1695         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
1696
1697 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1698
1699         * gnus-agent.el (directory-files-and-attributes): Move forward.
1700
1701 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1702
1703         * gnus-ml.el (gnus-mailing-list-subscribe)
1704         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
1705         (gnus-mailing-list-message): Fix doc strings.
1706
1707 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1708
1709         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
1710         of doing it manually.
1711
1712 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1713
1714         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
1715         comment.
1716
1717 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
1718
1719         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
1720         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
1721         (gnus-agent-read-local): All symbols allocated in my-obarray
1722         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
1723         (gnus-agent-regenerate-group): Check numeric names to see if they are
1724         messages or groups.
1725         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
1726         better way of do this...)
1727
1728         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
1729         'dummy.group' (there should be a better way of do this...)
1730
1731 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1732
1733         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
1734         (gnus-saved-headers): Ditto.
1735         (gnus-default-article-saver): Mention functions may have properties.
1736         (gnus-article-save): Override gnus-save-all-headers and
1737         gnus-saved-headers by :headers property which saver function may have.
1738         (gnus-summary-save-in-file): Add :headers property.
1739         (gnus-summary-write-to-file): Ditto.
1740
1741         * gnus-sum.el (gnus-summary-save-article): Bind
1742         gnus-prompt-before-saving to t when saving many articles in a file;
1743         always show all headers.
1744
1745         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
1746
1747 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
1748
1749         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
1750         marks.
1751
1752         * message.el (message-indent-citation): Add optional arguments to allow
1753         using it outside of message buffers.
1754
1755         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
1756         (gnus-article-treat-unfold-headers): Use it.
1757         (gnus-article-truncate-lines): New variable.
1758         (gnus-article-mode): Use it.
1759         (gnus-article-toggle-truncate-lines): New function.
1760
1761         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
1762         gnus-article-toggle-truncate-lines.
1763
1764         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
1765         coding system in XEmacs, use binary.
1766
1767 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1768
1769         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
1770         after-load-alist.
1771
1772         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
1773         this function should save decoded articles.
1774         (gnus-summary-write-to-file): Use property to specify this function
1775         should save decoded articles and specify gnus-summary-save-in-file
1776         should be used to save articles other than the first one when saving
1777         many articles.
1778         (gnus-summary-save-body-in-file): Use property to specify this
1779         function should save decoded articles.
1780         (gnus-summary-write-body-to-file): Use property to specify this
1781         function should save decoded articles and specify
1782         gnus-summary-save-body-in-file should be used to save articles other
1783         than the first one when saving many articles.
1784
1785         * gnus-sum.el (gnus-summary-save-article): Simplify.
1786
1787 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1788
1789         * gnus-art.el (gnus-default-article-saver): Add
1790         gnus-summary-write-body-to-file.
1791         (gnus-article-save-coding-system): Don't use coding system object
1792         in XEmacs.
1793         (gnus-read-save-file-name): Add optional `dir-var' argument which
1794         specifies directory in which files are saved; work even if optional
1795         `variable' argument is not specified.
1796         (gnus-summary-write-to-file): Read file name.
1797         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
1798         (gnus-summary-write-body-to-file): New function.
1799
1800         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
1801         (gnus-summary-local-variables): Add it.
1802         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
1803         (gnus-summary-save-article): Remove optional `decode' argument;
1804         determine whether to decode articles by the value of
1805         gnus-default-article-saver; when saving many files using
1806         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
1807         it first and use gnus-summary-save-in-file or
1808         gnus-summary-save-body-in-file thereafter unless
1809         gnus-prompt-before-saving is always; move point to article which
1810         will be saved.
1811         (gnus-summary-save-article-file): Revert.
1812         (gnus-summary-write-article-file): Revert.
1813         (gnus-summary-save-article-body-file): Revert.
1814         (gnus-summary-write-article-body-file): New function.
1815
1816 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1817
1818         * gnus-art.el (gnus-default-article-saver): Doc fix.
1819         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
1820         from gnus-summary-save-article-coding-system, and default to a
1821         certain coding system.
1822         (gnus-output-to-file): Add coding cookie and encode text according
1823         to gnus-article-save-coding-system; don't use mm-append-to-file.
1824
1825         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
1826         gnus-art.el and rename to gnus-article-save-coding-system.
1827         (gnus-summary-save-article): Require gnus-art; don't show all
1828         headers if it decodes articles; don't add coding cookie here;
1829         don't bind mm-text-coding-system-for-write.
1830         (gnus-summary-save-article-file): Save decoded articles.
1831         (gnus-summary-write-article-file): When saving many files, use
1832         gnus-summary-write-to-file first and gnus-summary-save-in-file
1833         thereafter unless gnus-prompt-before-saving is always.
1834         (gnus-summary-save-article-body-file): Save decoded articles.
1835
1836         * lpath.el: Fbind select-safe-coding-system for XEmacs.
1837
1838 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1839
1840         * nnrss.el (nnrss-check-group): Bind hash-index.
1841
1842 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
1843
1844         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
1845         its hash index.  Store this hash in `nnrss-group-data'.
1846         (nnrss-read-group-data): Update accordingly.
1847
1848 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1849
1850         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
1851         entry.
1852
1853         * gnus-sum.el (gnus-summary-make-menu-bar): Add
1854         gnus-article-browse-html-article.
1855
1856 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
1857
1858         * gnus-sum.el (gnus-summary-mime-map): Add
1859         gnus-article-browse-html-article.
1860
1861         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
1862
1863 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1864
1865         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
1866         suitable coding systems in customize.
1867
1868 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
1869
1870         * mail-source.el (mail-sources): Fix custom type.
1871
1872 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
1873
1874         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
1875         (gnus-summary-expire-articles-now): Shorten prompt.
1876
1877         * gmm-utils.el (wid-edit): Require.
1878         (defun-gmm): Renamed from `gmm-defun-compat'.
1879         (gmm-image-search-load-path): Use it.
1880         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
1881
1882 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1883
1884         * gnus-sum.el (gnus-summary-save-article-coding-system): New
1885         variable.
1886         (gnus-summary-save-article): Add optional `decode' argument.  If
1887         it is set and gnus-summary-save-article-coding-system is non-nil,
1888         save decoded article.
1889         (gnus-summary-write-article-file): Save decoded article if
1890         gnus-summary-save-article-coding-system is non-nil.
1891
1892         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
1893         type.
1894
1895 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1896
1897         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
1898
1899 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
1902         first to test gnus-single-article-buffer which may be buffer-local.
1903
1904         * gnus-sum.el (gnus-summary-setup-buffer): Make
1905         gnus-single-article-buffer buffer-local and nil in ephemeral
1906         group; make gnus-article-buffer, gnus-article-current, and
1907         gnus-original-article-buffer always buffer-local.
1908         (gnus-summary-exit): Kill article buffer belonging to ephemeral
1909         group.
1910         (gnus-handle-ephemeral-exit): Don't move to next summary line.
1911
1912 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
1913
1914         * nnml.el (nnml-request-compact-group): Compressed files might not
1915         have .gz extension.
1916
1917 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1918
1919         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
1920         (mm-copy-to-buffer): Use with-current-buffer.
1921         (mm-display-part): Simplify.
1922         (mm-inlinable-p): Add optional arg `type'.
1923
1924 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1925
1926         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
1927         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
1928         Try harder to show the attachment internally or externally using
1929         gnus-mime-view-part-as-type.
1930
1931 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1932
1933         * message.el (message-from-style, message-signature-separator)
1934         (message-user-organization-file, message-send-mail-function)
1935         (message-citation-line-function, message-yank-prefix)
1936         (message-indent-citation-function, message-signature)
1937         (message-signature-file, message-signature-insert-empty-line):
1938         Remove autoloads.
1939
1940         * gnus-art.el (gnus-buttonized-mime-types): Remove
1941         "multipart/signed".  Revert 2006-04-26 change.
1942
1943 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1944
1945         * gnus.el (gnus-version-number): Bump version.
1946
1947 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1948
1949         * gnus.el: No Gnus v0.5 is released.
1950
1951 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1952
1953         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
1954         fetching articles by message-id.
1955
1956 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1957
1958         * message.el (hashcash): Require hashcash as normal.
1959
1960         * ecomplete.el (ecomplete-highlight-match-line): Use
1961         point-at-eol.
1962         (ecomplete-highlight-match-line): Use `highlight', because that
1963         face exists in both Emacs and XEmacs.
1964
1965         * message.el (message-display-abbrev): Use point-at-bol.
1966
1967         * mail-source.el: Don't require timer/timer-funcs.
1968
1969         * gnus-async.el: Ditto.
1970
1971         * password.el: Ditto.
1972
1973         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
1974
1975         * mm-url.el: Ditto.
1976
1977         * gnus-xmas.el: Don't require timer-funcs.
1978
1979         * mm-util.el: Require timer/timer-funcs.
1980
1981 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1982
1983         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
1984         Close.
1985
1986 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1987
1988         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
1989         unibyte after clear-decrypt function runs.
1990
1991         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
1992         returns as a unibyte string.
1993
1994 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1995
1996         * lpath.el: Revert.
1997
1998         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
1999         (pgg-gpg-process-sentinel): Revert.
2000
2001         * pgg-pgp.el (pgg-pgp-process-region): Revert.
2002         (pgg-pgp-lookup-key): Revert.
2003
2004         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
2005         (pgg-pgp5-lookup-key): Revert.
2006
2007         * pgg.el (pgg-fetch-key): Revert.
2008
2009 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2010
2011         * lpath.el: Fbind string-as-multibyte for XEmacs.
2012
2013         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
2014         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
2015         (mml1991-pgg-encrypt): Ditto.
2016
2017         * pgg-gpg.el (pgg-string-to-multibyte): New function.
2018         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
2019         a multibyte buffer.
2020
2021         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
2022         (pgg-pgp-lookup-key): Ditto.
2023
2024         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2025         (pgg-pgp5-lookup-key): Ditto.
2026
2027         * pgg.el (pgg-fetch-key): Ditto.
2028
2029 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
2030
2031         * message.el (message-user-organization-file): Check several
2032         locations of the organization file.
2033
2034         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
2035         Add gnus-article-view-part-as-type.
2036
2037         * gnus-art.el (gnus-article-view-part-as-type): New function.
2038
2039         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
2040         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
2041
2042         * mml.el: Simplify autoload.
2043         (mml-mode): defvar dnd-protocol-alist instead of using
2044         symbol-value.
2045         (mml-default-directory): New variable.
2046         (mml-minibuffer-read-file): Use it.
2047         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
2048
2049         * message.el (message-citation-line-format): New variable.
2050         (message-insert-formated-citation-line): New function.
2051         (message-citation-line-function): Add
2052         `message-insert-formated-citation-line' to custom type.
2053
2054         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
2055         to doc string.
2056
2057         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
2058         depending on mm-verify-option.
2059
2060 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2061
2062         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
2063         binding pgg-* variables; reimplement the section which prevents
2064         MIME header from being signed.
2065         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
2066         pgg-text-mode; remove a blank line at the top of body.
2067
2068         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
2069         lines at the top of body; use gnus-newsgroup-charset if there's no
2070         Charset header.
2071
2072 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2073
2074         * message.el (message-self-insert-commands): Doc fix.
2075
2076         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
2077         (mm-uu-pgp-encrypted-test): Ditto.
2078         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
2079         between header and body; return application/pgp-encrypted handle
2080         if decryption failed; decode decrypted body by charset.
2081
2082         * mm-decode.el (mm-automatic-display): Don't make application/pgp
2083         element match to application/pgp-*.
2084
2085 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2086
2087         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
2088         HTML.
2089
2090 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2091
2092         * mail-source.el (mail-source-call-script): Message the error
2093         string.
2094
2095 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2096
2097         * gnus-util.el (gnus-byte-compile): Use it.
2098
2099 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
2100
2101         * gnus-util.el (kill-empty-logs): New function.
2102
2103 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2104
2105         * message.el (message-mail-alias-type): Doc fix.
2106         (message-mail-alias-type-p): New function.
2107         (message-send): Use it.
2108         (message-mode): Ditto.
2109         (message-strip-forbidden-properties): Ditto.
2110
2111         * ecomplete.el (ecomplete-database-file-coding-system): New
2112         variable.
2113         (ecomplete-save): Use it.
2114         (ecomplete-setup): Use it.
2115
2116 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2117
2118         * message.el (message-self-insert-commands): New variable.
2119         (message-strip-forbidden-properties): Use it.
2120
2121 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2122
2123         * message.el (message-put-addresses-in-ecomplete): Use a regexp
2124         that doesn't make XEmacs choke.
2125
2126 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
2127
2128         * gnus-util.el (gnus-replace-in-string):
2129         Prefer replace-regexp-in-string over of replace-in-string.
2130
2131 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2132
2133         * gnus-util.el (gnus-select-frame-set-input-focus):
2134         Use select-frame-set-input-focus if it is available in XEmacs; use
2135         definition defined in Emacs 22 for old Emacsen.
2136
2137         * dgnushack.el: Autoload unmorse-region for XEmacs.
2138
2139         * lpath.el: Bind cursor-in-non-selected-windows and
2140         select-frame-set-input-focus for XEmacs.
2141
2142 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2143
2144         * mm-view.el (mm-inline-text): Use equal instead of equalp.
2145
2146 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2147
2148         * gnus-registry.el (gnus-registry-cache-save): Remove text
2149         properties when saving via the temp buffer.
2150
2151 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2152
2153         * message.el (message-generate-hashcash): Honor custom type.
2154
2155 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2156
2157         * message.el (message-generate-hashcash): Default to non-nil when
2158         hashcash is found.
2159
2160         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
2161         (gnus-refer-thread-limit): Increase default to 500.
2162
2163         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
2164
2165         * flow-fill.el (fill-flowed): Allow delete-space.
2166
2167 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2168
2169         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
2170         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
2171         Remove autoloads.
2172
2173 2006-04-18  Simon Josefsson  <jas@extundo.com>
2174
2175         * message.el (message-generate-hashcash): Default to.
2176
2177 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2178
2179         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
2180         concatenating segments rather than before concatenating them.
2181
2182 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2183
2184         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
2185
2186 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2187
2188         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
2189
2190         * message.el (message-forward-make-body-plain): Allow
2191         message-forward-ignored-headers to be a list.
2192         (message-remove-ignored-headers): Factor out into function.
2193         (message-forward-make-body-mml): Use it.
2194
2195         * imap.el (imap-quote-specials): New function.
2196         (imap-login-auth): Quote specials.
2197
2198         * rfc2231.el (rfc2231-parse-string): Remove dead code.
2199         (rfc2231-parse-string): Allow concatanation of parameters that
2200         aren't contiguous.  The test case is
2201           (mail-header-parse-content-type "message/external-body;
2202             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
2203             access-type=LOCAL-FILE;
2204             name*1*=plugh%2fhello-sailor%2fbing.pdf")
2205
2206 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2207
2208         * nntp.el (nntp-accept-process-output): Return the value of
2209         `nnheader-accept-process-output'.
2210
2211 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2212
2213         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
2214         (gnus-button-alist): Recognize more diff formats.
2215         (gnus-button-patch): Strip directory.
2216
2217 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2218
2219         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
2220         Emacs 22 when setting focus.
2221
2222 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2223
2224         * gnus-art.el (gnus-article-treat-types): Do treatment of
2225         text/x-verbatim parts.
2226         (gnus-button-patch): New command.
2227
2228         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
2229         addresses that contain invalid characters.
2230
2231 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2232
2233         * message.el (message-put-addresses-in-ecomplete): Use
2234         gnus-replace-in-string.
2235         (message-is-yours-p): Use the more correct
2236         mail-header-parse-address instead of
2237         mail-extract-address-components.
2238         (message-put-addresses-in-ecomplete): Fix typo.
2239
2240         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
2241         keystroke.
2242
2243         * gnus-art.el (gnus-treatment-function-alist): Change order of
2244         newsgroups/generic header folding to avoid double-folding.
2245
2246         * message.el (message-hidden-headers): Add X-Draft-From.
2247
2248         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
2249         command.
2250         (gnus-summary-repeat-search-article-backward): New command.
2251
2252         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
2253         groups in the parent topic.
2254
2255 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
2256
2257         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
2258         (spam-extra-header-to-number): Return the CRM114 number as a
2259         number instead of a string.
2260
2261 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2262
2263         * gnus-art.el (gnus-face-properties-alist): Moved here from
2264         gnus-fun.
2265
2266         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
2267
2268 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2269
2270         * message.el (message-strip-forbidden-properties): Only display on
2271         self-insert-command.
2272
2273         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
2274         reindent.
2275         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
2276
2277 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
2278
2279         * smiley.el (smiley-style): Fix typo.
2280
2281 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2282
2283         * hashcash.el (hashcash-insert-payment-async-2): Use
2284         message-goto-eoh instead of doing it manually.
2285         (mail-add-payment): Use message-narrow-to-header instead of trying
2286         to do the same itself.
2287
2288         * message.el (message-hidden-headers): Add Face.
2289
2290         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
2291         reparenting code.
2292         (gnus-summary-reparent-children): Refactored out code.
2293         (gnus-summary-thread-map): New keystroke.
2294         (gnus-summary-reparent-children): Make into command.
2295
2296         * smiley.el (smiley-style): Default to `medium' if using a large
2297         font.
2298
2299         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
2300         does it itself.
2301
2302         * message.el (message-point-in-header-p): Simplify definition.
2303
2304 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2305
2306         * nnagent.el (nnagent-request-set-mark): Silence log file
2307         writing.
2308         (nnagent-request-set-mark): Use write-region instead of
2309         append-to-file.
2310
2311         * gnus-sum.el (gnus-read-header): Fudge article number if using a
2312         strange select method.
2313
2314         * ecomplete.el (ecomplete-display-matches): Get highlightling
2315         right.
2316         (ecomplete-display-matches): Use literals.
2317         (ecomplete-display-matches): Disable message logging.
2318
2319         * message.el (message-display-abbrev): Small optimization.
2320
2321         * ecomplete.el (ecomplete-display-matches): Allow automatic
2322         display.
2323
2324         * message.el (message-strip-forbidden-properties): Display
2325         abbrevs.
2326         (message-display-abbrev): Get automatic display right.
2327
2328         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
2329         keystrokes.
2330
2331 2006-04-13  Romain Francoise  <romain@orebokech.com>
2332
2333         TODO: Backport to v5-10!
2334
2335         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
2336         Moved here (and renamed) from gnus-registry.el.
2337
2338         * gnus-registry.el: Require gnus-util.
2339         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
2340
2341 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2342
2343         * gnus-group.el (gnus-group-catchup-current): Change
2344         if-then-else-if-then-else into cond.
2345         (gnus-group-catchup): Indent.
2346         (group-name-at-point): New function.
2347         (gnus-fetch-group): Provide default from thing at point.
2348
2349 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2350
2351         * message.el (message-display-abbrev): Fix regexp.
2352
2353         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
2354         choosing.
2355         (ecomplete-highlight-match-line): Fix up code rewrite, remove
2356         dead variables.
2357
2358         * message.el (message-newline-and-indent): Remove debugging.
2359         (message-display-abbrev): Use new implementation.
2360
2361 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2362
2363         * gnus-art.el (gnus-article-mode): Set
2364         cursor-in-non-selected-windows to nil.
2365
2366         * smiley.el: Revert previous change.
2367         (smiley-data-directory): defvar it before using it in the
2368         defcustom of `smiley-style'.
2369
2370 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2371
2372         * message.el (message-newline-and-indent): New function.
2373
2374         * ecomplete.el: Implement more bits.
2375
2376         * message.el (message-put-addresses-in-ecomplete): Clean up the
2377         string.
2378
2379         * ecomplete.el (ecomplete-add-item): Chop off decimals.
2380
2381         * gnus-sum.el (gnus-summary-save-parts): Bind
2382         gnus-summary-save-parts-counter and use it to make unique file
2383         names.
2384
2385         * gnus-art.el (gnus-ignored-headers): Add some more headers.
2386
2387         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
2388         parameter to say whether to actually parse the individual
2389         addresses.
2390
2391         * message.el (message-put-addresses-in-ecomplete): New function.
2392         (ecomplete): Require.
2393         (message-mail-alias-type): Add ecomplete as an option.
2394
2395 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
2396
2397         * flow-fill.el (fill-flowed): Remove trailing space from blank
2398         quoted lines.
2399
2400 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2401
2402         * smiley.el (smiley-style): Move definition later to avoid a
2403         compilation warning.
2404
2405 2006-04-12  Kenichi Handa  <handa@m17n.org>
2406
2407         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
2408         buffer and then decode the buffer text if necessary.
2409         (rfc2231-encode-string): Be sure to work on multibyte buffer at
2410         first, and after mm-encode-body, change the buffer to unibyte.
2411         Use mm-disable-multibyte instead of set-buffer-multibyte.
2412
2413 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2414
2415         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
2416         Content-Type header instead of Content-Disposition header.
2417         (gnus-mime-inline-part): Ditto.
2418         (gnus-mime-view-part-as-charset): Ignore charset that the part
2419         specifies.
2420
2421         * mm-decode.el (mm-display-part): Work with external parts and
2422         usual parts similarly.
2423
2424         * mm-extern.el (mm-inline-external-body): Use mm-display-part
2425         instead of gnus-display-mime.
2426
2427         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
2428         instead of with-temp-buffer.
2429
2430         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
2431         tag to summarized topics part in order to encode non-ASCII text.
2432
2433 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2434
2435         * smiley.el (smiley-style): New variable.
2436         (smiley-directory): New function.
2437         (smiley-data-directory): Derive from `smiley-style' using
2438         `smiley-directory'.
2439         (smiley-regexp-alist): Add new entries.
2440
2441         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
2442         (gnus-article-browse-delete-temp): Add :version.
2443
2444 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2445
2446         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
2447         the sieve region.
2448
2449 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2450
2451         * gnus.el (gnus-version-number): Bump version.
2452
2453 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2454
2455         * gnus.el: No Gnus v0.4 is released.
2456
2457 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2458
2459         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
2460         layout.
2461
2462         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
2463         unknown charset.
2464
2465         * message.el (message-header-synonyms): Add Original-To to the
2466         default.
2467
2468         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
2469         optional parameter.
2470
2471 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
2472
2473         * gnus-fun.el (gnus): Require it for gnus-directory.
2474
2475 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2476
2477         * gnus-fun.el (gnus-face-properties-alist): Add :version.
2478
2479 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2480
2481         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
2482
2483 2006-04-05  Simon Josefsson  <jas@extundo.com>
2484
2485         * password.el (password-reset): New function.
2486
2487 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2488
2489         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
2490         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2491
2492 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2493
2494         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2495         Some whitespace was matched into the url, which broke browsing hits
2496         > 100 when mm-url-use-external was nil.
2497
2498 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
2499
2500         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
2501         gnus-extra-headers for 'Newsgroups.
2502
2503         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
2504         bound.
2505
2506 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
2507
2508         * pgg-gpg.el: Clean up process buffers every time gpg processes
2509         complete.
2510
2511 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
2512
2513         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
2514         doc string.
2515
2516 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
2517
2518         * pgg-gpg.el (pgg-gpg-process-filter)
2519         (pgg-gpg-wait-for-completion): Check if buffer is alive.
2520
2521         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
2522         lines, temporary fix.
2523
2524 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2525
2526         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
2527
2528 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
2529
2530         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2531         default-enable-multibyte-characters.  This reverts the change from
2532         revision 6.17 which is no longer necessary because the passphrase
2533         is sent separately now.  GnuPG messages are unreadable under
2534         multibyte locales with default-enable-multibyte-characters set to
2535         nil.
2536
2537 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
2538
2539         * message.el (message-tool-bar-gnome): Move "spell".
2540
2541 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
2542
2543         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
2544         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
2545         instead.
2546
2547 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
2548
2549         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
2550         newsgroups handling for NNTP overviews which don't include
2551         Newsgroups.
2552
2553 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2554
2555         * message.el (message-resend): Bind message-generate-hashcash to nil.
2556
2557 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2558
2559         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
2560         when searching for already-paid recipients.
2561
2562 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
2563
2564         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
2565         passphrases when it is not needed.
2566         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
2567         passphrase stuff from gpg, should only be necessary when you use
2568         gpg with a smartcard.
2569
2570 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2571
2572         * mml.el (mml-insert-mime): Ignore cached contents of
2573         message/external-body part.
2574
2575         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
2576         (mm-insert-part): Ditto.
2577
2578 2006-03-23  Simon Josefsson  <jas@extundo.com>
2579
2580         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
2581         Reiner.
2582         (pgg-gpg-use-agent-p): Use it again.
2583
2584 2006-03-23  Simon Josefsson  <jas@extundo.com>
2585
2586         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
2587         older emacsen.
2588         (pgg-gpg-use-agent-p): Don't use it.
2589
2590 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
2591
2592         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
2593         if we can.
2594
2595 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
2596
2597         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2598         (pgg-gpg-update-agent): New function.
2599         (pgg-gpg-use-agent-p): New function.
2600         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2601         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2602         (pgg-gpg-sign-region): Use it.
2603
2604 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2605
2606         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
2607         Reported by Ralf Wachinger <rwachinger@gmx.de>.
2608
2609 2006-03-21  Simon Josefsson  <jas@extundo.com>
2610
2611         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
2612         <wilde@sha-bang.de>.
2613         (pgg-gpg-use-agent): New variable.
2614         (pgg-gpg-process-region): Use it.
2615         (pgg-gpg-encrypt-region): Likewise.
2616         (pgg-gpg-encrypt-symmetric-region): Likewise.
2617         (pgg-gpg-decrypt-region): Likewise.
2618         (pgg-gpg-sign-region): Likewise.
2619         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
2620
2621 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2622
2623         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
2624
2625         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
2626         Add comment on version.
2627
2628 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2629
2630         * smiley.el: Add missing test smiley.
2631
2632 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2633
2634         * mm-decode.el (mm-with-part): New macro.
2635         (mm-get-part): Use it; work with message/external-body as well.
2636         (mm-save-part): Treat name and filename equally.
2637
2638         * mm-extern.el (mm-extern-cache-contents): New function.
2639         (mm-inline-external-body): Use it; force the part to be displayed;
2640         move undisplayer added to the cached handle to the parent.
2641
2642         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
2643         (gnus-mime-view-part-as-type): Work with message/external-body.
2644
2645         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
2646
2647 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2648
2649         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
2650         images in image-load-path.  [Sync with image.el, revision 1.60, in
2651         Emacs.]
2652
2653 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2654
2655         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
2656         path rather than symbol.  Always return list of directories.
2657         Guarantee that image directory comes first.  [Sync with image.el,
2658         revision 1.59, in Emacs.]
2659
2660         * message.el (message-make-tool-bar): Adjust to new API of
2661         `gmm-image-load-path-for-library'.
2662
2663         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2664
2665         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2666
2667 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2668
2669         * gnus-art.el (gnus-article-only-boring-p):
2670         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
2671         intangible text.
2672         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
2673
2674 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
2675
2676         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
2677         `defun' instead of `gmm-defun-compat'.
2678
2679 2006-03-14  Simon Josefsson  <jas@extundo.com>
2680
2681         * message.el (message-unique-id): Don't use message-number-base36
2682         if (user-uid) is a float.
2683         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
2684
2685 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2686
2687         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
2688
2689         * gnus-art.el (gnus-mime-display-single): Make sure there is an
2690         empty line between a part and a message part.
2691
2692 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
2693
2694         * smiley.el: Add more test smileys.
2695         (smiley-data-directory, smiley-regexp-alist)
2696         (gnus-smiley-file-types): Fix doc strings.
2697         (smiley-update-cache): Clear smiley-cached-regexp-alist before
2698         adding new elements.
2699         (smiley-mouse-map): Unused code.  Make it a comment.
2700
2701 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2702
2703         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
2704         scan latest NoCeM messages instead of old ones.
2705         (gnus-nocem-check-article): Fix regexps so as to match to PGP
2706         delimiters that are recently used.
2707         (gnus-nocem-load-cache): Add autoload cookie.
2708
2709         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
2710
2711         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
2712         level which is larger than gnus-use-nocem is specified.
2713
2714         * gnus-group.el (gnus-group-get-new-news): Ditto.
2715
2716 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2717
2718         * gnus-util.el (gnus-tool-bar-update): New function.
2719
2720         * gnus-group.el (gnus-group-update-tool-bar): New variable.
2721         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
2722
2723         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
2724
2725         * gnus-group.el (gnus-group-redraw-when-idle)
2726         (gnus-group-redraw-check): Remove.
2727         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
2728
2729 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2730
2731         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
2732         if optional last element is specified in splits (FIELD VALUE...).
2733
2734 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
2735
2736         * message.el (message-make-tool-bar): Rename gmm-image-load-path
2737         to gmm-image-load-path-for-library.  Call with no-error argument.
2738         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
2739
2740         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2741
2742         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2743
2744         * gmm-utils.el (gmm-image-load-path): Remove alias.
2745
2746 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
2747
2748         * gmm-utils.el (gmm-image-load-path): Add alias.
2749
2750         * nnml.el (nnml-generate-nov-databases-directory): Rename from
2751         nnml-generate-nov-databases-1.
2752         (nnml-generate-nov-databases): Use it.
2753         (nnml-generate-nov-databases-directory): Document no-active
2754         argument.
2755
2756         * gmm-utils.el (gmm-image-load-path-for-library): Return single
2757         directory if path is t.  Add no-error.
2758
2759         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
2760         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2761
2762         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
2763         resetting gnus-article-browse-html-temp-list.
2764
2765         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
2766         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
2767         Add example to docstring.  Rename local variables.  Move error
2768         checks to default case in cond and simplify.
2769
2770 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2771
2772         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
2773         handle is multipart when calling it recursively.
2774         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
2775
2776 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
2777
2778         * nnimap.el (nnimap-request-update-info-internal): Optimize.
2779         Don't `gnus-uncompress-range' to avoid excessive memory usage.
2780
2781 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2782
2783         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
2784         is loaded.
2785
2786         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
2787         loaded.
2788
2789 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2790
2791         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
2792         to "Emacs 23 (unicode)" in doc string.
2793
2794         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
2795         "Emacs 23 (unicode)" in comment.
2796
2797 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2798
2799         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
2800
2801         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
2802         characters 160 through 255 in Emacs 23.
2803
2804 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2805
2806         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
2807         gnus-article-browse-html-temp.
2808         (gnus-article-browse-delete-temp): Make it customizable.  Add
2809         `file'.  Adjust doc string.
2810         (gnus-article-browse-delete-temp-files): Add argument.  Allow
2811         query for each file.  Adjust doc string.
2812         (gnus-article-browse-html-parts): Add
2813         `gnus-article-browse-delete-temp-files' to
2814         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
2815
2816 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
2817
2818         * gnus-art.el (gnus-article-browse-html-temp)
2819         (gnus-article-browse-delete-temp): New variables.
2820         (gnus-article-browse-delete-temp-files): New function.
2821         (gnus-article-browse-html-parts): Use it.
2822
2823 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2824
2825         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
2826
2827         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
2828         string.
2829
2830         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
2831         gnus-summary-insert-new-articles when unplugged.  Remove
2832         gnus-summary-search-article-forward.
2833
2834         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
2835         display-visual-class instead of display-color-cells.
2836
2837 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2838
2839         * dgnushack.el: Autoload customize-group for XEmacs.
2840
2841         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
2842         message/* containing non-ASCII text properly.
2843
2844 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2845
2846         * message.el: Require gmm-utils, remove autoloads.
2847         (message-tool-bar): Set default based on
2848         gmm-tool-bar-style.
2849         (message-tool-bar-gnome): Add gmm-customize-mode.
2850
2851         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
2852         gmm-tool-bar-style.
2853         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
2854
2855         * gnus-group.el (gnus-group-tool-bar): Set default based on
2856         gmm-tool-bar-style.
2857         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
2858
2859         * gmm-utils.el (gmm-image-directory): Rename variable from
2860         gmm-image-load-path.
2861         (gmm-image-load-path): Use gmm-image-directory.
2862         (gmm-customize-mode): New function.
2863         (gmm-tool-bar-style): New variable.
2864
2865         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
2866         gnus-group-redraw-line-number.
2867         (gnus-group-redraw-check): Simplify.
2868         (gnus-group-tool-bar-update): Remove redraw check.
2869         (gnus-group-make-tool-bar): Add redraw check.
2870
2871 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
2872
2873         * gnus-art.el (gnus-button): Add missing parentheses.
2874
2875 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2876
2877         * lpath.el: Fbind line-number-at-pos.
2878
2879 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2880
2881         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
2882
2883 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2884
2885         * gnus-art.el (gnus-button): New face.
2886         (gnus-article-button-face): Use it.
2887
2888         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
2889         gnus-summary-next-page.  Re-order.
2890
2891         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
2892         next-node are now included.
2893         (gnus-group-redraw-line-number): New internal variable.
2894         (gnus-group-redraw-check): Helper function for updating the tool
2895         bar.
2896         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
2897
2898         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
2899
2900         * spam.el (spam-spamassassin-score-regexp): New internal variable.
2901         (spam-extra-header-to-number, spam-check-spamassassin-headers):
2902         Use it to match format of Spamassassin 3.0 and later.  Reported by
2903         IRIE Tetsuya <irie@t.email.ne.jp>.
2904         (spam-check-bogofilter)
2905         (spam-bogofilter-register-with-bogofilter): Fix args of
2906         `gnus-error' calls.
2907
2908 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2909
2910         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
2911         unnecessary interaction when sending queued mails.  Reported by
2912         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
2913
2914 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2915
2916         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
2917         first or last are nil.
2918
2919 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2920
2921         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
2922
2923 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2924
2925         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
2926
2927 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2928
2929         * dns.el (query-dns): Protect more against buggy tcp output.
2930
2931 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2932
2933         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
2934         nov.php.
2935
2936 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2937
2938         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
2939         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
2940         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
2941         output on the server side.
2942         (nnweb-google-create-mapping): Update regexps and add some
2943         progress indication.
2944
2945 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
2946
2947         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
2948         gnus-agent-toggle-plugged.  Re-order icons.
2949         (gnus-group-tool-bar-gnome): Add
2950         gnus-group-{prev,next}-unread-group.
2951         (gnus-group-tool-bar-gnome): Re-order icons.
2952
2953         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
2954         gnus-summary-insert-new-articles.
2955
2956         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
2957         comments.
2958
2959         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
2960         also available in Emacs 21.3.
2961
2962         * message.el (message-fix-before-sending): Change "Emacs 22" to
2963         "Emacs 23 (unicode)" in comment.
2964
2965         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
2966         "Emacs 23 (unicode)" in comment.
2967
2968         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
2969         comment.
2970         (mm-coding-system-p): Add comment about no-MULE XEmacs.
2971
2972         * mm-view.el (mm-fill-flowed): Add :version.
2973
2974 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2975
2976         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
2977         and load-path.
2978
2979 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
2980
2981         * message.el: Autoload gmm-image-load-path.
2982         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
2983         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
2984         consitency.
2985
2986         * gmm-utils.el (gmm-image-load-path): Also search in
2987         "../etc/images".  Don't set gmm-image-load-path if we don't find
2988         the image.
2989
2990 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2991
2992         * gmm-utils.el (gmm-image-load-path): Don't make
2993         `gmm-image-load-path' include subdirectories which the second arg
2994         `image' might specify.
2995
2996         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
2997         subdirectory to icon file names.
2998
2999         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
3000
3001 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
3002
3003         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
3004         gmm-image-load-path calls.
3005
3006         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3007
3008         * message.el (message-make-tool-bar): Ditto.
3009
3010         * mml.el (mml-preview): Added comment concerning tool bar icons.
3011
3012         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
3013         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
3014
3015         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
3016         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
3017
3018         * message.el (message-tool-bar-gnome): Use new icon names.
3019         (message-make-tool-bar): Use `gmm-image-load-path'.
3020
3021         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
3022         functions from MH-E.
3023         (gmm-image-load-path): New variable from MH-E.
3024         (gmm-image-load-path): New function from MH-E.  Added arguments
3025         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
3026         *-image-load-path-called-flag.
3027
3028 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
3029
3030         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
3031
3032 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
3033
3034         * nnimap.el (nnimap-request-move-article): Change folder back to
3035         source group before deleting.
3036
3037 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3038
3039         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
3040
3041         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
3042         mm-url.
3043
3044         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
3045
3046 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3047
3048         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
3049         coding system which mm-charset-to-coding-system returns for a
3050         given charset is valid.
3051
3052 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
3053
3054         * html2text.el (html2text-remove-tag-list):
3055         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
3056
3057 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
3058
3059         * gnus-cus.el: Revert 2005-10-17 change.
3060
3061 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3062
3063         * gnus-art.el (article-strip-banner): Call
3064         article-really-strip-banner only when the regexp match is made.
3065
3066 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3067
3068         * gnus-art.el (article-strip-banner): Use
3069         gnus-extract-address-components instead of
3070         mail-header-parse-addresses to make it work with non-ASCII text;
3071         remove mail-encode-encoded-word-string.
3072
3073         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
3074         values which are surrounded with \"...\"; make it never cause a
3075         Lisp error; give up parsing of parameters if it failed in
3076         extracting type.
3077
3078 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3079
3080         * smime.el (smime-cert-by-ldap-1): Fix bug where
3081         `smime-ldap-search' returns results without userCertificates.
3082
3083 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3084
3085         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
3086
3087 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3088
3089         * spam.el (spam-check-spamassassin-headers): Adapt format for
3090         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
3091         <ari@mbf.ocn.ne.jp>.
3092         (spam-list-of-processors): Add spam-use-gmane.
3093
3094 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3095
3096         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
3097         make-temp-file; make it work with XEmacs as well.
3098
3099         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
3100         mm-make-temp-file.
3101
3102         * mm-decode.el (mm-display-external): Use the 3rd arg of
3103         mm-make-temp-file.
3104         (mm-create-image-xemacs): Ditto.
3105
3106 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3107
3108         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
3109         with message-narrow-to-headers.
3110         (gnus-draft-setup): Narrow to header to run message-fetch-field.
3111         (gnus-draft-check-draft-articles): New function.
3112         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
3113
3114 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3115
3116         * gnus-art.el (gnus-article-browse-html-parts):
3117         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
3118         Don't use suffix argument for mm-make-temp-file for Emacs 21
3119         compatibility.  Remove useless `format'.
3120
3121 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3122
3123         * nnweb.el (nnweb-google-wash-article): Update regexps.
3124         (nnweb-group-alist): Use defvoo instead of defvar.
3125
3126 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3127
3128         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
3129         re-loading nn* modules.
3130
3131 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3132
3133         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
3134         for `tool-bar-mode' and don't check it's default-value.
3135
3136         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3137
3138         * message.el (message-make-tool-bar): Ditto.
3139
3140         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
3141         `substring'.  Shorten tmp-file name.
3142
3143         * gnus.el: Remove bogus comment.
3144
3145 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
3146
3147         * gnus-art.el (gnus-article-browse-html-parts): New function.
3148         (gnus-article-browse-html-article): New function for viewing html
3149         articles with a browser.
3150
3151 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
3152
3153         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
3154         in elisp.
3155         (pgg-gpg-encrypt-symmetric-region): Ditto.
3156         (pgg-gpg-sign-region): Ditto.
3157
3158         * pgg-def.el (pgg-text-mode): New variable.
3159
3160         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
3161         (mml2015-pgg-encrypt): Ditto.
3162
3163         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
3164         (mml1991-pgg-encrypt): Ditto.
3165
3166 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3167
3168         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
3169         message-make-date instead of current-time-string.
3170
3171         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
3172         to gnus-decoded which mm-uu might set.
3173
3174 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3175
3176         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
3177         don't decode quoted parameters; remove misimported Emacs code.
3178         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3179         (rfc2231-decode-encoded-string): Don't use split-string which
3180         behaves differently according to Emacs version; use
3181         mm-decode-coding-region to convert charset to coding-system.
3182         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3183         (rfc2231-encode-string): Remove misimported Emacs code.
3184
3185 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3186
3187         * gnus-art.el (article-decode-charset): Don't use ignore-errors
3188         when calling mail-header-parse-content-type.
3189         (article-de-quoted-unreadable): Ditto.
3190         (article-de-base64-unreadable): Ditto.
3191         (article-wash-html): Ditto.
3192
3193         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
3194         calling mail-header-parse-content-type and
3195         mail-header-parse-content-disposition.
3196         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
3197         mail-header-parse-content-type.
3198
3199         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
3200         insert charset and format parameters; encode description after
3201         inserting it to buffer.
3202         (mml-insert-parameter): Fold lines properly even if a parameter is
3203         segmented into two or more lines; change the max column to 76.
3204
3205         * rfc1843.el (rfc1843-decode-article-body): Don't use
3206         ignore-errors when calling mail-header-parse-content-type.
3207
3208         * rfc2231.el (rfc2231-parse-string): Return at least type if
3209         possible; don't cause an error even if it fails in parsing of
3210         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3211         (rfc2231-encode-string): Don't break lines at the beginning, leave
3212         it to mml-insert-parameter.
3213
3214         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
3215         calling mail-header-parse-content-type.
3216
3217 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
3218
3219         * spam-report.el (spam-report-gmane-use-article-number):
3220         Improve doc string.
3221         (spam-report-gmane-internal): Check if a suitable header was found
3222         in the article.
3223
3224 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3225
3226         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
3227         (rfc2231-encode-string): Make param*=value always begin with LWSP.
3228
3229 2006-02-05  Romain Francoise  <romain@orebokech.com>
3230
3231         Update copyright notices of all files in the gnus directory.
3232
3233 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3234
3235         * nnweb.el (nnweb-request-group): Avoid growing overview files.
3236
3237 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3238
3239         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
3240         segmented lines of parameter value to cope with Thunderbird 1.5
3241         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
3242         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3243         (rfc2231-encode-string): Don't make lines exceeding 76 column.
3244
3245 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
3246
3247         * mml.el (mml-generate-mime-1): Correct the order of inline signed
3248         parts.
3249
3250 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3251
3252         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
3253         there's only one active file for all servers.
3254         (nnweb-request-scan): Make sure nnweb-articles is initialized on
3255         solid groups.  Gnus might have used a FAST request to select the group.
3256         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
3257         and nnweb-search redundantly in the active file.
3258         (nnweb-request-list): Don't list bogus groups.  There can only be one.
3259         (nnweb-request-create-group): Don't use ARGS.
3260         (nnweb-possibly-change-server, nnweb-request-group): Remove some
3261         initialisations.  Let nnoo do the work.
3262
3263 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3264
3265         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
3266         Say the part has been decoded.
3267
3268         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
3269
3270 2006-01-31  Kevin Ryde  <user42@zip.com.au>
3271
3272         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
3273         mailcap-viewer-test-cache when there's no 'test clause, since that
3274         will invert the meaning of a "nil" test previously determined by
3275         mailcap-mailcap-entry-passes-test.
3276
3277 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3278
3279         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
3280         compiling.
3281
3282         * gnus-sum.el: Ditto.
3283
3284         * message.el: Don't bind tool-bar-map when compiling.
3285
3286 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
3287
3288         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
3289
3290 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3291
3292         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
3293         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
3294         current Google Groups.
3295
3296 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
3297
3298         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
3299         and tool-bar-mode.
3300
3301         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
3302         and tool-bar-mode.
3303
3304         * message.el (message-tool-bar-update): Simplify.
3305         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
3306
3307         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
3308         gnus-summary-buffer.
3309         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
3310         gnus-summary-reply.
3311
3312         * gmm-utils.el (gmm): Add :version.
3313
3314 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3315
3316         * Makefile.in (clean): New rule.
3317         (distclean): Use it.
3318
3319 2006-01-26  Steve Youngs  <steve@sxemacs.org>
3320
3321         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
3322         autoload.
3323
3324 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3325
3326         * gmm-utils.el (gmm-verbose): Add :group.
3327
3328 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
3329
3330         * message.el: Change some comments WRT tool-bars.
3331
3332         * gnus-sum.el (gnus-summary-tool-bar)
3333         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
3334         (gnus-summary-tool-bar-zap-list): New variables.
3335         (gnus-summary-make-tool-bar): Complete rewrite using
3336         `gmm-tool-bar-from-list'.
3337
3338         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
3339         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
3340         variables.
3341         (gnus-group-make-tool-bar): Complete rewrite using
3342         `gmm-tool-bar-from-list'.
3343         (gnus-group-tool-bar-update): New function.
3344
3345         * message.el (message-mode-field-menu): Add "Show hidden Headers".
3346
3347 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3348
3349         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
3350         is dissected into a single part of which the type is the same as
3351         the given one; decode charset.
3352
3353 2006-01-21  Kevin Ryde  <user42@zip.com.au>
3354
3355         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
3356         into alists as symbol not string, since that's what
3357         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
3358         look for.
3359
3360 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
3361
3362         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
3363         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
3364
3365         * message.el (message-tool-bar-gnome): Use gmm-ignore.
3366
3367 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3368
3369         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
3370         (gnus-xmas-mime-security-button-menu): New function.
3371
3372         * gnus-art.el (gnus-mime-security-button-commands): New variable.
3373         (gnus-mime-security-button-menu): New definition.
3374         (gnus-mime-security-button-map): Use them.
3375         (gnus-mime-security-button-menu): New function.
3376         (gnus-insert-mime-security-button): Addition to help echo.
3377         (gnus-mime-security-run-function, gnus-mime-security-save-part)
3378         (gnus-mime-security-pipe-part): New functions.
3379
3380         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
3381         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
3382
3383         * mm-decode.el (mm-handle-set-disposition): Remove.
3384         (mm-handle-set-description): Remove.
3385
3386 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3387
3388         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
3389         (mm-w3m-standalone-supports-m17n-p): New function.
3390         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
3391         w3m usage.
3392
3393         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
3394         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
3395
3396 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3397
3398         * message.el (message-tool-bar-zap-list): Use
3399         gmm-tool-bar-zap-list as custom type.
3400         (message-tool-bar-update): New function.
3401         (message-tool-bar, message-tool-bar-gnome)
3402         (message-tool-bar-retro): Add message-tool-bar-update.
3403         (message-tool-bar-gnome): Add flyspell-buffer.
3404
3405         * gnus-util.el (gnus-error): Describe `args'.
3406
3407         * gmm-utils.el (gmm-error): Describe `args'.
3408         (gmm-tool-bar-zap-list): New widget.
3409         (gmm-tool-bar-from-list): Improve description of `zap-list'.
3410
3411 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3412
3413         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
3414         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
3415         the number of recursive calls.
3416
3417         * mm-decode.el (mm-handle-set-disposition): New macro.
3418         (mm-handle-set-description): New macro.
3419
3420 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3421
3422         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
3423         encoding.
3424
3425 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3426
3427         * message.el (message-tool-bar-zap-list, message-tool-bar)
3428         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
3429         (message-tool-bar-local-item-from-menu): Remove.
3430         (message-tool-bar-map): Replace by `message-make-tool-bar'.
3431         (message-make-tool-bar): New function.
3432         (message-mode): Use `message-make-tool-bar'.
3433
3434         * gmm-utils.el: New file.
3435         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
3436         (gmm-lazy): New widget copied from `nnmail.el'.
3437         (gmm-tool-bar-from-list): New function for creating customizable
3438         tool bars.
3439         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
3440         output.
3441         (gmm): Add :prefix to defgroup.
3442
3443 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
3444
3445         * gmm-utils.el (gmm-widget-p): New function.
3446
3447 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3448
3449         * mml.el (mml-attach-file): Describe `description' in doc string.
3450         (mml-menu): Add Emacs MIME manual and PGG manual.
3451
3452 2006-01-20  Richard M. Stallman  <rms@gnu.org>
3453
3454         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
3455
3456 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
3457
3458         * nntp.el (nntp-end-of-line): Doc fix.
3459
3460 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
3461
3462         * imap.el (imap-open): Handle case where buffer is a buffer
3463         object.
3464
3465 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3466
3467         * gnus-delay.el (gnus-delay): Don't autoload.
3468         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3469         to be re-loaded when customizing the `gnus-delay' group.
3470
3471 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
3472
3473         * message.el (message-insert-citation-line): Use newlines.
3474
3475 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3476
3477         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3478         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
3479         these routines, so the passphrase can be managed externally and
3480         passed in to the system.
3481         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3482         pgg-add-passphrase-to-cache function.
3483
3484         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3485         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
3486         these routines, so the passphrase can be managed externally and
3487         passed in to the system.
3488         (pgg-pgp5-sign-region): Use new name of
3489         pgg-add-passphrase-to-cache function.
3490
3491 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3492
3493         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3494         part of the decoded armor to find the key-identifier.
3495         (pgg-gpg-lookup-key-owner): New function to return the
3496         human-readable identifier of a key owner.
3497         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
3498         itself.
3499         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
3500         the key value) if we have a key and can match it against a secret
3501         key.  Also, added a note pointing out fact that the prompt only
3502         indicates the first matching key.
3503
3504         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
3505         pgg-decrypt-region.
3506         (pgg-add-passphrase-to-cache): Rename from
3507         `pgg-add-passphrase-cache' to reduce confusion (all callers
3508         changed).
3509         (pgg-remove-passphrase-from-cache): Rename from
3510         `pgg-remove-passphrase-cache' to reduce confusion (all callers
3511         changed).
3512         (pgg-read-passphrase, pgg-add-passphrase-cache)
3513         (pgg-remove-passphrase-cache): Add informative docstrings.
3514         (pgg-decrypt): Convey provided passphrase in subordinate call to
3515         pgg-decrypt-region.
3516
3517 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
3518
3519         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
3520         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
3521         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
3522         'passphrase' argument, so the passphrase can be managed externally
3523         and then passed in to the system.
3524
3525         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
3526         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
3527         so the passphrase cache can be used reliably with identifiers
3528         besides a pgp packet's key id.
3529
3530         * pgg-gpg.el (pgg-gpg-encrypt-region)
3531         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3532         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
3533         these routines, so the passphrase can be managed externally and
3534         passed in to the system.
3535
3536         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
3537         'notruncate' argument, so the passphrase cache can be used
3538         reliably with identifiers besides a pgp packet's key id.
3539
3540 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
3541
3542         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
3543         symmetric encryption.
3544         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
3545         encrypted session key.
3546         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
3547         message ask for the passphrase in a proper way.
3548
3549         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
3550         New user commands for symmetric encryption.
3551
3552 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3553
3554         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
3555
3556         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
3557
3558 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
3559
3560         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
3561
3562 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3563
3564         * mm-decode.el (mm-inlined-types): Add application/pgp.
3565         (mm-automatic-display): Ditto.
3566
3567         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
3568         part as text.
3569
3570 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3571
3572         * nnrss.el: Update copyright.
3573         (nnrss-opml-import): Query whether to subscribe to each entry.
3574
3575         * gnus-art.el:
3576         * gnus-sum.el:
3577         * gnus-xmas.el:
3578         * messagexmas.el:
3579         * mm-uu.el:
3580         * mm-view.el: Update copyright.
3581
3582 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
3583
3584         * message.el (message-info): New function.
3585         (message-mode-menu): Add it.
3586         Update copyright.
3587
3588         * ChangeLog: Fix and update copyright.
3589
3590 2006-01-13  Romain Francoise  <romain@orebokech.com>
3591
3592         * message.el (message-forward-subject-name-subject): Prefer the
3593         address to 'nowhere' if the sender has no name.
3594         Fix typo.  Update copyright year.
3595
3596 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3597
3598         * gnus-art.el (article-wash-html): Use
3599         gnus-summary-show-article-charset-alist if a numeric arg is given.
3600         (gnus-article-wash-html-with-w3m-standalone): New function.
3601
3602         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
3603         mm-inline-text-html-render-with-w3m-standalone.
3604         (mm-text-html-washer-alist): Map w3m-standalone to
3605         gnus-article-wash-html-with-w3m-standalone.
3606         (mm-inline-text-html-render-with-w3m-standalone): New function.
3607
3608 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3609
3610         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
3611         Improve LaTeX.
3612
3613 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3614
3615         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
3616         (nnrss-request-article): Render text/plain parts as HTML.
3617
3618         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
3619         the buffer.
3620
3621 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3622
3623         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
3624         custom definition of `gnus-posting-styles'.
3625
3626         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
3627         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
3628
3629 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3630
3631         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
3632         Use nntp for bug archive.
3633
3634 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3635
3636         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
3637         parts.
3638         (nnrss-normalize-date): New function converts ISO 8601 date into
3639         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3640         (nnrss-check-group): Use it.
3641
3642 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3643
3644         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
3645
3646         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
3647         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3648         (nnrss-insert-w3): Ditto.
3649
3650 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3651
3652         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
3653         the articles to be forwarded including the case where neither a
3654         number of articles nor a region is specified.
3655
3656 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3657
3658         * nnrss.el (nnrss-request-article): Fix last change; fill
3659         text/plain parts.
3660
3661 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3662
3663         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
3664         in text/plain part.
3665         (nnrss-check-group): Don't add excessive newline to dc:subject.
3666
3667 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
3668
3669         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
3670         article.
3671
3672 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3673
3674         * nnml.el: Don't require gnus-bcklg.  Autoload it.
3675         (nnml-use-compressed-files, nnml-save-mail): Support other
3676         comression programs such as bzip2.
3677
3678 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3679
3680         * dns.el (query-dns): Make sure we check the buffer size before
3681         removing tcp headers.
3682
3683 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3684
3685         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
3686         remove MIME buttons associated with multipart/alternative parts.
3687         (gnus-mime-display-alternative): Tag buttons using `article-type'
3688         text property.
3689
3690         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
3691         associated with multipart/alternative parts.
3692
3693         * gnus-art.el (gnus-signature-separator): Fix custom type.
3694
3695         * mm-decode.el (mm-inlined-types): Fix custom type.
3696         (mm-keep-viewer-alive-types): Ditto.
3697         (mm-automatic-display): Ditto.
3698         (mm-attachment-override-types): Ditto.
3699         (mm-inline-override-types): Ditto.
3700         (mm-automatic-external-display): Ditto.
3701
3702 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3703
3704         * spam-report.el (spam-report-user-mail-address)
3705         (spam-report-user-agent): New variables.
3706         (spam-report-url-ping-plain): Use spam-report-user-agent.
3707
3708 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
3709
3710         * gnus-art.el (gnus-button-handle-custom): Do not just use
3711         `customize-apropos' for any "M-x customize-*" button but the
3712         function called for.  Accept both the function name and its
3713         argument in order to achieve this.
3714         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
3715         function name to `gnus-button-handle-custom' in case of "M-x
3716         customize-*" buttons.
3717
3718 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3719
3720         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
3721         multipart/alternative and add xref to mm-discouraged-alternatives
3722         in doc string.
3723
3724         * mm-decode.el (mm-discouraged-alternatives): Add xref to
3725         gnus-buttonized-mime-types in doc string.
3726
3727 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
3728
3729         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
3730         Suggest image/.* in the doc string.
3731
3732 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3733
3734         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
3735         message-marks (Debian bug #342521).
3736
3737 2005-12-12  Simon Josefsson  <jas@extundo.com>
3738
3739         * password.el (password-read-from-cache): Add.
3740         (password-read): Use it.
3741
3742 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3743
3744         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
3745         us-ascii as a MIME charset.
3746
3747         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
3748         against the case where the 2nd arg TYPE is nil.
3749
3750 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3751
3752         * pop3.el (pop3-stream-type): Fix custom version.
3753
3754         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
3755
3756 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3757
3758         * mm-decode.el (mm-display-external): Add missing cdr.
3759
3760 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3761
3762         * mm-decode.el (mm-display-external): Use nametemplate (defined in
3763         RFC1524) if it is in mailcap or add a suffix according to
3764         mailcap-mime-extensions when generating a temp filename; postpone
3765         deleting a temp file for 2 seconds for some wrappers, shell
3766         scripts, and so on, which might exit right after having started a
3767         viewer command as a background job.
3768
3769 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3770
3771         * nntp.el (nntp-marks-directory): Fix custom group.
3772
3773         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
3774         steps when < 10.
3775
3776         * gnus-start.el (gnus-no-server-1): Mention
3777         `gnus-level-default-subscribed' in doc string.
3778
3779 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3780
3781         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
3782         parens.
3783
3784 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3785
3786         * gnus-xmas.el (gnus-use-toolbar): Revert.
3787         (gnus-xmas-setup-toolbar): Use global default-toolbar if
3788         gnus-use-toolbar is default.
3789
3790         * messagexmas.el (message-use-toolbar): Revert.
3791         (message-setup-toolbar): Use global default-toolbar if
3792         message-use-toolbar is default.
3793
3794 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3795
3796         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
3797         according to default-toolbar-visible-p.
3798
3799         * messagexmas.el (message-use-toolbar): Ditto.
3800
3801 2005-11-26  Dave Love  <fx@gnu.org>
3802
3803         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
3804         (tls-program, tls-success): Provide openssl alternative.
3805
3806         * starttls.el: Doc fixes.
3807         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
3808         SERVICE to PORT.
3809
3810         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
3811         port null or service name.
3812         (starttls-negotiate): Autoload.
3813
3814 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3815
3816         * message.el (message-kill-to-signature): Fix interactive spec.
3817
3818 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3819
3820         * pop3.el (pop3-open-server): Recognize a string as a service name.
3821
3822 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
3823
3824         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3825
3826 2005-11-23  Dave Love  <fx@gnu.org>
3827
3828         Add pop3s, pop3/starttls.
3829
3830         * pop3.el (pop3-authentication-scheme): Clarify doc.
3831         (open-tls-stream, starttls-open-stream): Autoload.
3832         (pop3-stream-type): New.
3833         (pop3-open-server): Use it.
3834
3835         * mail-source.el (mail-sources): Fix some :types.  Add stream type
3836         for POP.
3837         (mail-source-keyword-map): Add :stream for POP.
3838         (mail-source-fetch-pop): Use pop3-stream-type.
3839
3840 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3841
3842         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
3843         of current-time-string.
3844
3845 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
3846
3847         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
3848         date header.
3849
3850 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3851
3852         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
3853         it can seriously impact performance as it bypasses the agent's
3854         local caches.
3855
3856 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3857
3858         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
3859         must be explicitly online rather than "not explicitly offline" for
3860         its flags to be synchronized.
3861
3862         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
3863         that gnus-uu-unmark-thread will function correctly.
3864
3865         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
3866         1024K is instead displayed as 1M.
3867
3868 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3869
3870         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
3871
3872 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
3873
3874         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
3875
3876 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
3877
3878         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
3879         error message to display actual error condition.
3880         (gnus-agent-save-local): Avoid saving symbols that are bound to
3881         nil as they simply result in a warning message in
3882         gnus-agent-read-local.
3883
3884 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3885
3886         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
3887         rather than make-variable-buffer-local for file-precious-flag.
3888
3889 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3890
3891         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
3892         for duplicates which are removed.  The invalid sort check then
3893         triggers a rescan after the sort as sorting may have moved
3894         duplicate entries such that they can be cheaply detected.
3895
3896 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3897
3898         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
3899
3900 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3901
3902         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
3903         internal variable to a custom variable.  Changed default value
3904         from compressed(2) to uncompressed(1).
3905         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
3906         support for uncompressed agentview files.  Taken together, reading
3907         the agentview file should now be 6-7 times faster.
3908
3909 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3910
3911         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
3912         as a buffer-local variable.  This avoids creating truncated
3913         dribble files as a result of a hang up, eg.
3914
3915 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
3916
3917         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
3918         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
3919         XEmacs.
3920
3921 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3922
3923         * gnus-start.el (gnus-start-draft-setup): Enforce
3924         `gnus-draft-mode' for nndraft:drafts at startup.
3925
3926         * gnus.el (gnus-splash): Change custom group.
3927         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
3928         allow-list argument.
3929
3930         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
3931         string.
3932
3933 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3934
3935         * gnus-art.el (gnus-default-article-saver): Add user-defined
3936         `function' to custom type.
3937
3938 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
3939
3940         * imap.el (imap-open): Handle case where buffer is a buffer
3941         object.
3942
3943 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3944
3945         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
3946         long lines.
3947         (gnus-cache-delete-group): Wrap doc strings.
3948
3949         * gnus-agent.el (gnus-agent-rename-group)
3950         (gnus-agent-delete-group): Wrap doc strings.
3951
3952
3953 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3954
3955         * messagexmas.el (message-use-toolbar): Change the valid values
3956         into default, top, bottom, left, and right.
3957         (message-toolbar-thickness): New variable.
3958         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
3959         well.
3960         (message-setup-toolbar): Make it work.
3961
3962         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
3963         (gnus-use-toolbar): Change the valid values into default, top,
3964         bottom, left, and right.
3965         (gnus-toolbar-thickness): New variable.
3966         (gnus-xmas-setup-toolbar): New function.
3967         (gnus-xmas-setup-group-toolbar): Use it.
3968         (gnus-xmas-setup-summary-toolbar): Use it.
3969
3970 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3971
3972         * gnus-start.el (gnus-1): Add "native" to
3973         gnus-predefined-server-alist.
3974
3975         * gnus.el (gnus-method-to-server): Don't add "native" to the
3976         lists here, because that leads to problems when
3977         gnus-select-method is bound.
3978
3979 2005-11-09  Simon Josefsson  <jas@extundo.com>
3980
3981         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
3982         use (not sort-by-date) instead.
3983
3984 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3985
3986         * gnus-delay.el (gnus-delay-group): Don't autoload.
3987         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3988         to be re-loaded when customizing the `gnus-delay' group.
3989
3990 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
3991
3992         * message.el: Revert last changes.
3993         (message-insert-citation-line): Use newlines.
3994
3995 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3996
3997         * message.el (message-courtesy-message)
3998         (message-mark-insert-begin, message-mark-insert-end)
3999         (message-elide-ellipsis, message-cancel-message)
4000         (message-add-header, message-change-subject)
4001         (message-cross-post-followup-to-header)
4002         (message-cross-post-insert-note, message-reduce-to-to-cc)
4003         (message-widen-reply, message-delete-not-region)
4004         (message-kill-to-signature, message-insert-signature)
4005         (message-insert-importance-high, message-insert-importance-low)
4006         (message-insert-or-toggle-importance)
4007         (message-insert-disposition-notification-to)
4008         (message-indent-citation, message-yank-original)
4009         (message-cite-original-without-signature, message-cite-original)
4010         (message-insert-citation-line, message-position-on-field)
4011         (message-fix-before-sending, message-send-mail-partially)
4012         (message-send-mail, message-send-mail-with-sendmail)
4013         (message-send-mail-with-qmail, message-send-news)
4014         (message-check-news-header-syntax, message-generate-headers)
4015         (message-insert-courtesy-copy, message-fill-address)
4016         (message-fill-header, message-shorten-references)
4017         (message-setup-1, message-cancel-news)
4018         (message-forward-make-body-plain, message-forward-make-body-mime)
4019         (message-forward-make-body-mml, message-encode-message-body)
4020         (message-forward-make-body-digest-plain)
4021         (message-forward-make-body-digest-mime)
4022         (message-use-alternative-email-as-from): Insert `hard-newline'
4023         instead of ordinary newlines.
4024
4025 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * message.el (message-generate-headers): Downcase the argument
4028         given to message-check-element.
4029
4030 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
4031
4032         * nntp.el (nntp-authinfo-rejected): New error condition.
4033         (nntp-wait-for): Use new error condition to signal authentication
4034         error.
4035         (nntp-retrieve-data): Rethrow new error condition to break out of
4036         recursive call to nntp-send-authinfo.
4037
4038 2005-11-08  Romain Francoise  <romain@orebokech.com>
4039
4040         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
4041         (gnus-summary-exit-map): Bind to `Z p'.
4042         (gnus-summary-make-menu-bar): Add menu item.
4043
4044 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
4045
4046         * gnus-art.el (gnus-article-treat-custom): Add `first'.
4047         (gnus-treat-*): Add `first' in all doc strings.
4048
4049         * gnus-group.el (gnus-group-compact-group): Fix typo.
4050
4051 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4052
4053         * gnus.el (gnus-parameters-case-fold-search): New variable.
4054         (gnus-parameters-get-parameter): Use it.
4055
4056         * gnus-score.el (gnus-home-score-file): Doc fix.
4057
4058 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
4059
4060         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
4061
4062 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4063
4064         * mm-util.el (mm-special-display-p): New function.
4065
4066         * mml.el (mml-preview): Use it; doc fix.
4067
4068 2005-10-29  Romain Francoise  <romain@orebokech.com>
4069
4070         * message.el (message-fix-before-sending): Fix comment.
4071
4072 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4073
4074         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
4075
4076 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4077
4078         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
4079         Used in gnus-score.el.
4080
4081 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4082
4083         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
4084
4085 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4086
4087         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
4088         whitespace removed in revision 7.8.  Use concatenated string to
4089         protect trailing whitespace.
4090
4091 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
4092
4093         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
4094         (nnimap-request-expire-articles): Use it to avoid sending 'UID
4095         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
4096         Courier IMAP ("some version from 2004").  Mostly based on similar
4097         code in the same function.
4098
4099 2005-10-26  Didier Verna  <didier@xemacs.org>
4100
4101         * gnus-group.el (gnus-group-compact-group): invalidate original
4102         article buffer.
4103         * gnus-srvr.el (gnus-server-compact-server): ditto.
4104         * nnml.el (nnml-request-compact-group): handle self Xref: field in
4105         NOV database and in article itself.
4106         Invalidate article backlog.
4107
4108 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4109
4110         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
4111
4112 2005-10-26  Simon Josefsson  <jas@extundo.com>
4113
4114         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
4115         part of 2004-07-25 change.
4116
4117 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4118
4119         * message.el (message-display-completion-list): New function.
4120         (message-expand-group): Use it; make sure the Completions buffer
4121         is modifiable.
4122
4123 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4124
4125         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
4126         user-mail-name is an empty string.
4127
4128 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4129
4130         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
4131         depending on gnus-score-decay-constant.
4132
4133         * encrypt.el (encrypt-insert-file-contents)
4134         (encrypt-write-file-contents): Don't use `gnus-message'.
4135
4136         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
4137         arguments.
4138         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
4139         arguments to mm-uu-verbatim-marks-extract.
4140         (mm-uu-hide-markers): New variable.
4141         (mm-uu-extract): Use face similar to `gnus-cite-3'.
4142
4143         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4144         (gnus-convert-image-to-face-command): Use "convert" by default to
4145         allow other input image formats.
4146         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
4147         accordingly.
4148
4149 2005-10-23  Simon Josefsson  <jas@extundo.com>
4150
4151         * imap.el (imap-gssapi-program): Align command line parameters
4152         with latest GNU SASL.
4153         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
4154
4155 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4156
4157         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
4158         HTML.
4159         (nnslashdot-request-article): Ditto.
4160
4161         * lpath.el (featurep): Add nobreak-char-display.
4162
4163 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4164
4165         * mail-source.el (mail-source-fetch-pop): Require pop3.
4166         (mail-source-check-pop): Ditto.
4167
4168 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4169
4170         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
4171         errors.
4172
4173 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4174
4175         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
4176         (gnus-treat-strip-leading-blank-lines): Improve doc string.
4177
4178         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
4179
4180         * mm-bodies.el (mm-decode-string): Call
4181         `mm-charset-to-coding-system' with allow-override argument.
4182
4183 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4184
4185         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
4186         (rfc2047-charset-to-coding-system): New function.
4187         (rfc2047-decode-encoded-words): New function.
4188         (rfc2047-decode-region): Use them.
4189         (rfc2047-decode-cte): Remove.
4190         (rfc2047-parse-and-decode): Remove.
4191         (rfc2047-decode): Remove.
4192
4193 2005-10-15  Kenichi Handa  <handa@m17n.org>
4194
4195         * rfc2047.el (rfc2047-decode-cte): New function.
4196         (rfc2047-decode-region): Change the way to decode successive
4197         encoded-words: decode B- or Q-encoding in each encoded-word,
4198         concatenate them, and decode it as charset.
4199
4200 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4201
4202         * lpath.el: Fbind codepage-setup for XEmacs.
4203
4204 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
4205
4206         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
4207         widget-move-and-invoke.
4208         (gnus-custom-mode): Use gnus-custom-map.
4209
4210 2005-10-15  Bill Wohler  <wohler@newt.com>
4211
4212         * message.el (message-tool-bar-map): Renamed image file from
4213         mail_send to mail/send.
4214
4215 2005-10-16  Masatake YAMATO  <jet@gyve.org>
4216
4217         * message.el (message-expand-group): Pass the common
4218         prefix substring of completion to `display-completion-list'.
4219
4220 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
4221
4222         * mml-sec.el (mml-secure-method): New internal variable.
4223         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
4224         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
4225         functions using mml-secure-method.
4226
4227         * mml.el (mml-mode-map): Add key bindings for those functions.
4228         (mml-menu): Simplify security menu entries.  Suggested by Jesper
4229         Harder <harder@myrealbox.com>.
4230         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
4231         end of message if point is the headers of the message.
4232
4233         * message.el (message-in-body-p): New function.
4234
4235         * assistant.el: Autoload gnus-util and netrc.
4236
4237         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
4238         Use `mm-charset-override-alist' only when decoding.
4239
4240         * mm-bodies.el (mm-decode-body): Call
4241         `mm-charset-to-coding-system' with allow-override argument.
4242
4243         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
4244         `filename' from Content-Disposition if Content-Type doesn't
4245         provide `name'.
4246         (gnus-mime-view-part-as-type): Set default instead of
4247         initial-input.
4248
4249 2005-10-09  Daniel Brockman  <daniel@brockman.se>
4250
4251         * format-spec.el (format-spec): Propagate text properties of % spec.
4252
4253 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
4254
4255         * gnus-art.el (gnus-treat-predicate): Add `first'.
4256
4257 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
4258
4259         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
4260         (mm-charset-override-alist): New variable.
4261         (mm-charset-to-coding-system): Use it.
4262         (mm-codepage-setup): New helper function.
4263         (mm-charset-eval-alist): New variable.
4264         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
4265         about unknown charsets.
4266
4267         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
4268
4269 2005-10-04  David Hansen  <david.hansen@gmx.net>
4270
4271         * nnrss.el (nnrss-request-article): Add support for the comments tag.
4272         (nnrss-check-group): Ditto.
4273
4274 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4275
4276         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
4277         Rename x-gnus-verbatim to x-verbatim.
4278         (mm-uu-type-alist): Fix regexp for verbatim-marks.
4279
4280         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
4281         x-verbatim.
4282
4283         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
4284
4285         * gnus-util.el (gnus-remove-duplicates): Remove.
4286
4287         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
4288         instead of gnus-remove-duplicates.
4289
4290         * message.el (message-remove-duplicates): Remove.
4291         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
4292         message-remove-duplicates.
4293
4294         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
4295         available, else use implementation from `delete-dups'.
4296
4297         * message.el (message-insert-expires): New function.
4298         (message-mode-map): Add key binding.
4299         (message-mode-field-menu): Add menu entry.
4300         (message-mode): Document it.
4301         (message-make-expires-date): Use `message-make-date'.
4302
4303 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
4304
4305         * message.el (message-make-expires-date): New function.
4306
4307 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4308
4309         * Makefile.in (list-installed-shadows): New entry.
4310         (install): Use it.
4311         (remove-installed-shadows): New entry.
4312
4313         * dgnushack.el (dgnushack-default-load-path): New variable.
4314         (dgnushack-find-lisp-shadows): New function.
4315         (dgnushack-remove-lisp-shadows): New function.
4316
4317 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4318
4319         * Makefile.in (install-el-elc): New entry.
4320         (install): Use it so that .el files are necessarily installed.
4321
4322 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4323
4324         * time-date.el: Autoload parse-time-string, XEmacs needs it.
4325
4326 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4327
4328         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
4329         function rather than the diff-mode.el package.
4330         (mm-display-external): Use with-current-buffer.
4331         (mm-viewer-completion-map, mm-viewer-completion-map):
4332         Move initialization inside declaration.
4333
4334 2005-09-29  Simon Josefsson  <jas@extundo.com>
4335
4336         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
4337         autoload mail-check-payment.
4338         (spam-check-hashcash): Define unconditionally, since hashcash.el
4339         is part of Gnus now.  Ignore errors from payment checking.
4340
4341 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4342
4343         * message.el (message-bold-region, message-unbold-region): Rename
4344         from `bold-region' and `unbold-region'.
4345
4346         * message.el: Remove useless autoloads.
4347
4348 2005-09-28  Simon Josefsson  <jas@extundo.com>
4349
4350         * message.el (message-use-idna): Default to t.
4351         (message-use-idna): Test whether encoding works too.  Doc fix.
4352
4353 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4354
4355         * nntp.el (nntp-warn-about-losing-connection): Remove.
4356
4357 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4358
4359         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
4360         customizable.  Change default value.
4361         (mm-uu-diff-groups-regexp): Change default value.
4362         (mm-uu-type-alist): Add doc string.
4363         (mm-uu-configure): Add doc string.  Make it interactive.
4364         (mm-uu-tex-groups-regexp): New variable.
4365         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
4366         (mm-uu-type-alist): Add LaTeX documents.
4367         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
4368         of "text/verbatim".
4369         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
4370
4371         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
4372         instead of "text/verbatim".
4373
4374         * message.el (message-mark-inserted-region)
4375         (message-mark-insert-file): Use slrn style marks when called with
4376         prefix argument.
4377
4378 2005-09-27  Simon Josefsson  <jas@extundo.com>
4379
4380         * message.el (message-idna-to-ascii-rhs-1): Reformat.
4381
4382 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4383
4384         * message.el (message-remove-duplicates): New function.
4385         Implementation borrowed from `gnus-remove-duplicates'.
4386         (message-idna-to-ascii-rhs): Also encode idna addresses in
4387         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4388         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
4389         only ask about the same idna domain once per header and also tell
4390         in what header to replace the idna domain.
4391
4392         * gnus-art.el (article-decode-idna-rhs): Also decode idna
4393         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4394         (article-decode-idna-rhs): Fix regexp so that all idna-address in
4395         a header is decoded and not just the last one.
4396
4397 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4398
4399         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
4400         has been decoded.
4401
4402         * mm-decode.el (mm-automatic-display): Add text/verbatim.
4403         (mm-insert-part): Don't modify text if it has been decoded.
4404
4405         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
4406         decoded.
4407
4408         * mm-view.el (mm-inline-text): Don't strip text props unless
4409         decoding enriched or richtext parts.
4410
4411 2005-09-25  Romain Francoise  <romain@orebokech.com>
4412
4413         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
4414         * gnus-start.el (gnus-subscribe-interactively):
4415         * gnus-uu.el (gnus-uu-grab-articles):
4416         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
4417         space.
4418
4419 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
4420
4421         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4422         * mm-view.el (mm-view-pkcs7-decrypt):
4423         * gnus-sum.el (gnus-summary-limit-to-extra)
4424         (gnus-summary-respool-article, gnus-read-move-group-name):
4425         * gnus-score.el (gnus-summary-increase-score):
4426         * gnus-util.el (gnus-completing-read-with-default):
4427         * gnus-art.el (gnus-read-save-file-name)
4428         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
4429         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
4430         * message.el (message-check-news-header-syntax):
4431         Follow convention for reading with the minibuffer.
4432
4433 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
4434
4435         * spam-report.el (spam-report-url-ping-plain):
4436         Use gnus-extended-version as User-Agent.
4437
4438         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
4439         default value is nil.
4440
4441         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
4442         (mm-uu-verbatim-marks-extract): New function.
4443         (mm-uu-extract): New face.
4444         (mm-uu-copy-to-buffer): Use it.
4445
4446         * spam-report.el (spam-report-gmane-ham): Renamed from
4447         `spam-report-gmane-unspam'.
4448         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
4449         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
4450
4451         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
4452         Autoload.
4453         (spam-report-gmane-unregister-routine): Renamed
4454         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
4455
4456 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
4457
4458         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
4459         (spam-report-gmane-unregister-routine): Add support for gmane
4460         unregistration.
4461
4462         * spam-report.el (spam-report-gmane-unspam)
4463         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
4464         (spam-report-gmane): Change to take a single article and do unspam
4465         registration.
4466
4467 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4468
4469         * mm-url.el (mm-url-decode-entities): Fix regexp.
4470
4471 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4472
4473         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
4474         default to nil, to be able to use Gnus at all.  If the default
4475         switches to something else, then the function should be fixed not
4476         be exceedingly slow.
4477
4478 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
4479
4480         * gnus-start.el (gnus-activate-group): If the server is nil, don't
4481         fail hard.
4482
4483         * spam-report.el: Add better Keywords line.
4484
4485         * spam.el: Add Maintainer and better Keywords line.
4486
4487 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4488
4489         * gnus-art.el (gnus-article-replace-part)
4490         (gnus-mime-replace-part): New functions.
4491         (gnus-mime-action-alist, gnus-mime-button-commands)
4492         (gnus-mime-save-part-and-strip): Added file argument.
4493         (gnus-article-part-wrapper): Added interactive argument.
4494
4495         * gnus-sum.el (gnus-summary-mime-map): Add
4496         `gnus-article-replace-part'.
4497
4498 2005-09-19  Didier Verna  <didier@xemacs.org>
4499
4500         The nnml compaction feature:
4501         * nnml.el (nnml-request-compact-group): New function.
4502         * nnml.el (nnml-request-compact): New function.
4503         * gnus-int.el (gnus-request-compact-group): New function.
4504         * gnus-int.el (gnus-request-compact): New function.
4505         * gnus-group.el (gnus-group-compact-group): New function.
4506         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
4507         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
4508         * gnus-srvr.el (gnus-server-compact-server): New function.
4509         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
4510         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
4511
4512 2005-09-18  Deepak Goel  <deego@gnufans.org>
4513
4514         * sieve.el (sieve-help): Fix `message' call: first arg should be a
4515         format spec.
4516
4517 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4518
4519         * gnus.el (gnus-group-startup-message): Bind image-load-path.
4520
4521 2005-09-15  Romain Francoise  <romain@orebokech.com>
4522
4523         * message.el (message-fill-paragraph): Clarify docstring.
4524
4525 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4526
4527         * gnus-art.el (gnus-mime-display-part): Protect against broken
4528         MIME messages.
4529
4530 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4531
4532         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
4533         before parsing header.
4534
4535 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
4536
4537         * html2text.el: (html2text-replace-list): Add new entities.
4538
4539 2005-09-11  Romain Francoise  <romain@orebokech.com>
4540
4541         * message.el (message-alternative-emails): Improve docstring.
4542         (message-setup-1): Call `message-use-alternative-email-as-from'
4543         after `message-setup-hook' to give it precedence over posting
4544         styles, etc.
4545         (message-use-alternative-email-as-from): Add docstring.  Remove
4546         the original From header if present.
4547
4548         * nnml.el (nnml-compressed-files-size-threshold): New variable.
4549         (nnml-save-mail): Use it.
4550
4551         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
4552         articles.  Add new argument `silent'.
4553         (gnus-uu-mark-all): Report the total number of marked articles.
4554
4555 2005-09-10  Romain Francoise  <romain@orebokech.com>
4556
4557         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
4558         (gnus-uu-mark-series): Likewise.
4559
4560 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
4561
4562         * spam-report.el (spam-report-gmane): Fix generation of spam
4563         report URL.
4564
4565 2005-09-10  Simon Josefsson  <jas@extundo.com>
4566
4567         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
4568         t, based on discussion on the ding list with Robert Epprecht
4569         <epprecht@solnet.ch>.
4570
4571 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
4572
4573         * spam-report.el (spam-report-gmane): Make it work without
4574         X-Report-Spam header.  Gmane now only provides Archived-At.
4575         This is only used if `spam-report-gmane-use-article-number' is nil.
4576         (spam-report-gmane-spam-header): Remove.  Not used anymore.
4577
4578         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
4579         make `gnus-summary-sort-by-recipient' work with threading.
4580
4581         * nnweb.el (nnweb-google-wash-article): Print a message if article
4582         is not available.
4583
4584 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4585
4586         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
4587         change.  Decode text/* parts content before displaying.
4588
4589 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4590
4591         * mml-smime.el: Remove defvar of gnus-extract-address-components.
4592
4593 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4594
4595         * mm-view.el (mm-display-inline-fontify): Disable support modes.
4596
4597         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
4598         url-package-name, url-package-version,
4599         w3m-cid-retrieve-function-alist, w3m-current-buffer,
4600         w3m-display-inline-images, and w3m-minor-mode-map.
4601
4602 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
4603
4604         * message.el (message-tab-body-function): Fixed mismatched custom
4605         type.
4606
4607         * gnus.el (gnus-group-change-level-function): Ditto.
4608
4609         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
4610
4611         * gnus-art.el (gnus-signature-limit)
4612         (gnus-article-mime-part-function): Ditto.
4613
4614 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4615
4616         * mml.el (mml-mode): Silence the byte compiler.
4617
4618         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
4619         using `(sit-for 0)' before moving the point to the specified part;
4620         skip unbuttonized parts.
4621         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
4622         return to the summary window if gnus-auto-select-part is non-nil.
4623
4624 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
4625
4626         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
4627         variables.
4628         (mml-dnd-attach-file, mml-mode): Use them.
4629
4630         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
4631         Make fetching article by MID work again for Google Groups.  Added
4632         FIXME concerning gnus-group-make-web-group.
4633
4634         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
4635         Don't depend on Gnus by using mail-extract-address-components if
4636         gnus-extract-address-components is not bound.
4637
4638 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4639
4640         * gnus-art.el (gnus-mime-display-security): Don't display the
4641         signature, but only the signed part.
4642
4643 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4644
4645         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
4646
4647         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
4648         list, not listp.
4649
4650 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
4651
4652         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
4653         when encoding.
4654
4655         * mm-bodies.el (mm-decode-content-transfer-encoding):
4656         De-canonicalize CRLF for all text content types, not just
4657         text/plain.
4658
4659 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4660
4661         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
4662         valid article; point arrow and cursor at the MIME button.
4663
4664 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4665
4666         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
4667         Suggested by Dan Christensen <jdc@uwo.ca>.
4668
4669         * mm-decode.el (mm-save-part): Enable change of prompt.
4670
4671 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
4672
4673         * gnus-msg.el (gnus-inews-add-send-actions): Made
4674         `message-post-method' lambda parameter ARG `&optional'.
4675
4676 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4677
4678         * gnus-sum.el (gnus-summary-mime-map): Added
4679         gnus-article-save-part-and-strip, gnus-article-delete-part and
4680         gnus-article-jump-to-part.
4681
4682         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
4683         (gnus-article-edit-part): Use it.
4684         (gnus-article-part-wrapper): Added no-handle argument.
4685         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
4686         functions.
4687
4688 2005-08-29  Romain Francoise  <romain@orebokech.com>
4689
4690         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4691         docstring.
4692         (gnus-face-from-file): Likewise.
4693
4694 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4695
4696         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
4697         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
4698         non-nil.
4699         (gnus-auto-select-part): New variable.
4700         (gnus-article-jump-to-part): New function.
4701         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
4702         (gnus-mime-delete-part): Allow selecting specified part after
4703         deleting or stripping parts.
4704         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
4705         part if argument is bogus.
4706
4707 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
4708
4709         * gnus-art.el (w3m-minor-mode-map):
4710         * gnus-spec.el (gnus-newsrc-file-version):
4711         * gnus-util.el (nnmail-active-file-coding-system)
4712         (gnus-original-article-buffer, gnus-user-agent):
4713         * gnus.el (gnus-ham-process-destinations)
4714         (gnus-parameter-ham-marks-alist)
4715         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
4716         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
4717         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
4718         * mm-decode.el (gnus-current-window-configuration):
4719         * mm-extern.el (gnus-article-mime-handles):
4720         * mm-url.el (url-current-object, url-package-name)
4721         (url-package-version):
4722         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
4723         (smime-keys, w3m-cid-retrieve-function-alist)
4724         (w3m-current-buffer, w3m-display-inline-images)
4725         (w3m-minor-mode-map):
4726         * mml-smime.el (gnus-extract-address-components):
4727         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
4728         (gnus-newsrc-hashtb, message-default-charset)
4729         (message-deletable-headers, message-options)
4730         (message-posting-charset, message-required-mail-headers)
4731         (message-required-news-headers):
4732         * mml1991.el (mc-pgp-always-sign):
4733         * mml2015.el (mc-pgp-always-sign):
4734         * nnheader.el (nnmail-extra-headers):
4735         * rfc1843.el (gnus-decode-encoded-word-function)
4736         (gnus-decode-header-function, gnus-newsgroup-name):
4737         * spam-stat.el (gnus-original-article-buffer): Add defvars.
4738
4739 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
4740
4741         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
4742         the end of the date treatments.
4743
4744 2005-08-15  Simon Josefsson  <jas@extundo.com>
4745
4746         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
4747         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
4748         Capello and Romain Francoise.
4749         (pgg-fetch-key-function): Removed, not used?
4750         (pgg-insert-url-with-w3): Require url, to get
4751         url-insert-file-contents regardless of where it is defined.
4752
4753 2005-08-13  Romain Francoise  <romain@orebokech.com>
4754
4755         * message.el (message-cite-original-1): New function.
4756         (message-cite-original): Use it.
4757         (message-cite-original-without-signature): Ditto.
4758
4759 2005-08-08  Romain Francoise  <romain@orebokech.com>
4760
4761         * message.el (message-yank-empty-prefix): New variable.
4762         (message-indent-citation): Use it.
4763         (message-cite-original-without-signature): Respect X-No-Archive.
4764
4765 2005-08-08  Simon Josefsson  <jas@extundo.com>
4766
4767         * pgg.el: Autoload url-insert-file-contents instead of loading
4768         w3/url.
4769         (pgg-insert-url-with-w3): Don't load url here.
4770
4771 2005-08-07  Jesper Harder  <harder@phys.au.dk>
4772
4773         * message.el (message-kill-to-signature): Don't insert newline at
4774         bol.
4775         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
4776
4777 2005-08-06  Romain Francoise  <romain@orebokech.com>
4778
4779         * message.el (message-user-fqdn): Fix typo in docstring.
4780
4781 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
4782
4783         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
4784
4785         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
4786
4787 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * mm-bodies.el (mm-encode-body): Use coding system rather than
4790         charset to encode text.
4791
4792         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
4793         number of charsets if utf-8 is available (XEmacs).
4794
4795 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
4796
4797         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
4798         taken from `gnus-button-mid-or-mail-regexp'.
4799         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
4800         (gnus-button-alist): Improve regexp for domain part of the MIDs
4801         for news:localpart@domain buttons.
4802         (gnus-button-ctan-directory-regexp): Update.
4803
4804 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4805
4806         * sieve-manage.el (sieve-manage-interactive-login): Use
4807         make-local-variable rather than make-variable-buffer-local.
4808         (sieve-manage-open): Ditto.
4809         (sieve-manage-authenticate): Ditto.
4810
4811         * mml.el (mml-generate-mime-1): Make the content type default to
4812         text/plain if the filename is not specified.
4813
4814 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4815
4816         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
4817         instead of insert-buffer.
4818
4819         * message.el (message-yank-original): Ditto; set the mark at the
4820         end of the yanked message.
4821
4822 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4823
4824         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
4825         lines to scroll rather than to stop it.
4826
4827         * mml.el (mml-generate-default-type): Add doc string.
4828         (mml-generate-mime-1): Use mm-default-file-encoding or make it
4829         default to application/octet-stream when determining the content
4830         type if it is not specified for the part or the mml contents; add
4831         a comment about mml-generate-default-type.
4832
4833 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
4834
4835         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
4836         make it default to application/octet-stream when determining the
4837         content type if it is not specified for the external contents.
4838
4839 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4840
4841         * rfc2231.el (rfc2231-parse-string): Take care that not only a
4842         segmented parameter but also other parameters might be there.
4843
4844 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4845
4846         * mm-decode.el (mm-display-external): Delete temp file, directory
4847         and buffer immediately if the external process is exited.
4848
4849 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4850
4851         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
4852         fewer lines than that of scroll-margin.
4853         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
4854
4855 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4856
4857         * gnus-art.el (gnus-article-next-page): Revert.
4858         (gnus-article-beginning-of-window): New macro.
4859         (gnus-article-next-page-1): Use it.
4860         (gnus-article-prev-page): Ditto.
4861         (gnus-article-edit-part): Use insert-buffer-substring instead of
4862         insert-buffer.
4863         (gnus-article-edit-exit): Ditto.
4864
4865         * gnus-util.el (gnus-beginning-of-window): Remove.
4866         (gnus-end-of-window): Remove.
4867
4868         * lpath.el: Don't bind header-line-format and scroll-margin.
4869
4870 2005-07-25  Simon Josefsson  <jas@extundo.com>
4871
4872         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
4873         to have the url package without w3.  Reported by Daiki Ueno
4874         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
4875
4876 2005-07-20  Didier Verna  <didier@xemacs.org>
4877
4878         * gnus-diary.el: Remove the description comment (nndiary is now
4879         properly documented in the Gnus manual).
4880         Fix the spelling of "Back End".
4881         * nndiary.el: Ditto.
4882         Fix the copyright notice.
4883
4884 2005-07-18  Romain Francoise  <romain@orebokech.com>
4885
4886         * gnus-sum.el (gnus-summary-to-prefix,
4887         gnus-summary-newsgroup-prefix): New variables.
4888         (gnus-summary-from-or-to-or-newsgroups): Use them.
4889
4890 2005-07-17  Romain Francoise  <romain@orebokech.com>
4891
4892         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
4893         space as it's generally not especially interesting to the user.
4894
4895 2005-07-16  Romain Francoise  <romain@orebokech.com>
4896
4897         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
4898         nil to avoid prompting and file modification if one of the
4899         messages at the top of the nnfolder file contains a copyright
4900         notice.
4901         Update copyright notice.
4902
4903         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
4904         instead of `current-time-string' as the latter creates a time
4905         string that is not RFC 2822 compliant (it lacks the zone).
4906         Update copyright notice.
4907
4908 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4909
4910         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
4911         for text/rtf.  Display default in prompt.  Pass default for M-n.
4912
4913         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
4914
4915 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4916
4917         * gnus-msg.el (gnus-button-mailto): Remove
4918         save-selected-window-window hackery because it relies on
4919         save-selected-window internals.
4920
4921 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
4924         (gnus-article-next-page-1): Use gnus-beginning-of-window.
4925         (gnus-article-prev-page): Ditto.
4926
4927         * gnus-util.el (gnus-beginning-of-window): New function.
4928         (gnus-end-of-window): New function.
4929
4930         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
4931
4932 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4933
4934         * gnus-score.el (gnus-score-edit-all-score): Set
4935         gnus-score-edit-exit-function to gnus-score-edit-done and call
4936         gnus-message.
4937
4938 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4939
4940         * gnus-msg.el (gnus-button-mailto): Remove
4941         save-selected-window-window hackery because it relies on
4942         save-selected-window internals.
4943
4944 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4945
4946         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
4947         add-minor-mode.
4948         (gnus-binary-mode): Ditto.
4949
4950         * gnus-topic.el (gnus-topic-mode): Ditto.
4951
4952 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
4953
4954         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
4955         (gnus-article-prev-page): Take scroll-margin into consideration.
4956
4957 2005-07-04  Lute Kamstra  <lute@gnu.org>
4958
4959         Update FSF's address in GPL notices.
4960
4961 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
4962
4963         * gnus.el (gnus-exit):
4964         * gnus-group.el (gnus-group-icons):
4965         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
4966
4967         * gnus-nocem.el (gnus-nocem):
4968         * message.el (message-various, message-buffers, message-sending)
4969         (message-interface, message-forwarding, message-insertion)
4970         (message-headers, message-news, message-mail):
4971         * pgg-gpg.el (pgg-gpg):
4972         * pgg-parse.el (pgg-parse):
4973         * pgg-pgp.el (pgg-pgp):
4974         * pgg-pgp5.el (pgg-pgp5):
4975         * pop3.el (pop3): Finish `defgroup' description with period.
4976
4977 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4978
4979         * gnus-art.el (article-display-face): Improve the efficiency.
4980         (article-display-x-face): Ditto; remove grey x-face stuff.
4981
4982 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4983
4984         * gnus-art.el (article-display-face): Correct the position in
4985         which Faces are inserted.
4986
4987 2005-06-29  Didier Verna  <didier@xemacs.org>
4988
4989         * gnus-art.el (article-display-face): Display faces in correct
4990         order.
4991
4992 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4993
4994         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
4995         (gnus-fill-real-hashtb): Use hash table instead of obarray.
4996         (gnus-nocem-check-article): Fetch the Type header.
4997         (gnus-nocem-message-wanted-p): Fix the way to examine types.
4998         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
4999         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
5000         make sure gnus-nocem-hashtb is initialized.
5001         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
5002         (gnus-nocem-unwanted-article-p): Ditto.
5003
5004         * pgg.el (pgg-verify): Return the verification result.
5005
5006 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5007
5008         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
5009         is ascii.
5010
5011 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
5012
5013         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
5014         `show-nonbreak-escape'.
5015
5016 2005-06-23  Lute Kamstra  <lute@gnu.org>
5017
5018         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
5019
5020         * dig.el (dig-mode):
5021         * smime.el (smime-mode): Use gnus-run-mode-hooks.
5022
5023 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
5024
5025         * nnimap.el (nnimap-split-download-body): Fix spellings.
5026
5027 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
5028
5029         * gnus-art.el (gnus-article-encrypt-body):
5030         * gnus-cus.el (gnus-score-customize):
5031         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
5032         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
5033
5034 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5035
5036         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
5037         header by looking for magic "MII" at the beginnig.
5038
5039 2005-06-16  Miles Bader  <miles@gnu.org>
5040
5041         * gnus-xmas.el (gnus-xmas-group-startup-message):
5042         Use renamed gnus-splash face.
5043
5044         * assistant.el (assistant-field): Remove "-face" suffix from face name.
5045         (assistant-field-face): New backward-compatibility alias for renamed
5046         face.
5047         (assistant-render-text): Use renamed assistant-field face.
5048
5049         * spam.el (spam): Remove "-face" suffix from face name.
5050         (spam-face): New backward-compatibility alias for renamed face.
5051         (spam-face, spam-initialize): Use renamed spam face.
5052
5053         * message.el (message-header-to, message-header-cc)
5054         (message-header-subject, message-header-newsgroups)
5055         (message-header-other, message-header-name)
5056         (message-header-xheader, message-separator, message-cited-text)
5057         (message-mml): Remove "-face" suffix from face names.
5058         (message-header-to-face, message-header-cc-face)
5059         (message-header-subject-face, message-header-newsgroups-face)
5060         (message-header-other-face, message-header-name-face)
5061         (message-header-xheader-face, message-separator-face)
5062         (message-cited-text-face, message-mml-face):
5063         New backward-compatibility aliases for renamed faces.
5064         (message-font-lock-keywords): Use renamed message faces.
5065
5066         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
5067         (sieve-test-commands, sieve-tagged-arguments):
5068         Remove "-face" suffix from face names.
5069         (sieve-control-commands-face, sieve-action-commands-face)
5070         (sieve-test-commands-face, sieve-tagged-arguments-face):
5071         New backward-compatibility aliases for renamed faces.
5072         (sieve-control-commands-face, sieve-action-commands-face)
5073         (sieve-test-commands-face, sieve-tagged-arguments-face):
5074         Use renamed sieve faces.
5075
5076         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
5077         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
5078         (gnus-group-news-3-empty, gnus-group-news-4)
5079         (gnus-group-news-4-empty, gnus-group-news-5)
5080         (gnus-group-news-5-empty, gnus-group-news-6)
5081         (gnus-group-news-6-empty, gnus-group-news-low)
5082         (gnus-group-news-low-empty, gnus-group-mail-1)
5083         (gnus-group-mail-1-empty, gnus-group-mail-2)
5084         (gnus-group-mail-2-empty, gnus-group-mail-3)
5085         (gnus-group-mail-3-empty, gnus-group-mail-low)
5086         (gnus-group-mail-low-empty, gnus-summary-selected)
5087         (gnus-summary-cancelled, gnus-summary-high-ticked)
5088         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
5089         (gnus-summary-high-ancient, gnus-summary-low-ancient)
5090         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
5091         (gnus-summary-low-undownloaded)
5092         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
5093         (gnus-summary-low-unread, gnus-summary-normal-unread)
5094         (gnus-summary-high-read, gnus-summary-low-read)
5095         (gnus-summary-normal-read, gnus-splash):
5096         Remove "-face" suffix from face names.
5097         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5098         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5099         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5100         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5101         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5102         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5103         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5104         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5105         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5106         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5107         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5108         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5109         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5110         (gnus-summary-normal-ticked-face)
5111         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
5112         (gnus-summary-normal-ancient-face)
5113         (gnus-summary-high-undownloaded-face)
5114         (gnus-summary-low-undownloaded-face)
5115         (gnus-summary-normal-undownloaded-face)
5116         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5117         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5118         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5119         (gnus-splash-face):
5120         New backward-compatibility aliases for renamed faces.
5121         (gnus-group-startup-message): Use renamed gnus faces.
5122
5123         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
5124         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
5125         (gnus-server-agent): Remove "-face" suffix from face names.
5126         (gnus-server-agent-face, gnus-server-opened-face)
5127         (gnus-server-closed-face, gnus-server-denied-face)
5128         (gnus-server-offline-face):
5129         New backward-compatibility aliases for renamed faces.
5130         (gnus-server-agent-face, gnus-server-opened-face)
5131         (gnus-server-closed-face, gnus-server-denied-face)
5132         (gnus-server-offline-face): Use renamed gnus faces.
5133
5134         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
5135         Remove "-face" suffix from face names.
5136         (gnus-picon-xbm-face, gnus-picon-face):
5137         New backward-compatibility aliases for renamed faces.
5138
5139         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
5140         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
5141         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
5142         (gnus-cite-11): Remove "-face" suffix from face names.
5143         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
5144         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
5145         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
5146         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
5147         New backward-compatibility aliases for renamed faces.
5148         (gnus-cite-attribution-face, gnus-cite-face-list)
5149         (gnus-article-boring-faces): Use renamed gnus faces.
5150
5151         * gnus-art.el (gnus-signature, gnus-header-from)
5152         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
5153         (gnus-header-content): Remove "-face" suffix from face names.
5154         (gnus-signature-face, gnus-header-from-face)
5155         (gnus-header-subject-face, gnus-header-newsgroups-face)
5156         (gnus-header-name-face, gnus-header-content-face):
5157         New backward-compatibility aliases for renamed faces.
5158         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
5159
5160         * gnus-sum.el (gnus-summary-selected-face)
5161         (gnus-summary-highlight): Use renamed gnus faces.
5162         * gnus-group.el (gnus-group-highlight): Likewise.
5163
5164 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
5165
5166         * gnus-sieve.el (gnus-sieve-article-add-rule):
5167         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
5168         * spam-stat.el (spam-stat-buffer-change-to-spam)
5169         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
5170
5171         * message.el (message-is-yours-p):
5172         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
5173
5174 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5175
5176         * mm-view.el (mm-inline-text): Withdraw the last change.
5177
5178 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5179
5180         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
5181         executing enriched-decode.
5182
5183 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5184
5185         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
5186         charset of tar files.
5187
5188 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
5189
5190         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
5191
5192 2005-06-04  Lute Kamstra  <lute@gnu.org>
5193
5194         * nnfolder.el (nnfolder-read-folder): Make sure that undo
5195         information is never recorded.
5196
5197 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5198
5199         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
5200
5201 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5202
5203         * pop3.el (pop3-apop): Run md5 in the binary mode.
5204
5205         * starttls.el (starttls-set-process-query-on-exit-flag):
5206         Use eval-and-compile.
5207
5208 2005-05-31  Simon Josefsson  <jas@extundo.com>
5209
5210         * smime.el (smime-replace-in-string): Define.
5211         (smime-cert-by-ldap-1): Use it.
5212
5213 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5214
5215         * gnus-art.el (article-display-x-face): Replace
5216         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5217
5218         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
5219         set-process-query-on-exit-flag or process-kill-without-query.
5220
5221         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
5222         loop instead of replace-regexp.
5223
5224         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
5225         instead of process-kill-without-query if it is available.
5226
5227         * lpath.el: Fbind ldap-search-entries.
5228
5229         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
5230         instead of find-file-hooks if it is available.
5231
5232         * mml1991.el: Bind pgg-default-user-id when compiling.
5233
5234         * mml2015.el: Bind pgg-default-user-id when compiling.
5235
5236         * nndraft.el (nndraft-request-associate-buffer):
5237         Use write-contents-functions instead of write-contents-hooks if it is
5238         available.
5239
5240         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
5241         instead of find-file-hooks if it is available.
5242
5243         * nntp.el (nntp-open-connection): Replace
5244         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5245         (nntp-open-ssl-stream): Ditto.
5246         (nntp-open-tls-stream): Ditto.
5247
5248         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
5249         set-process-query-on-exit-flag or process-kill-without-query.
5250         (starttls-open-stream-gnutls): Use it instead of
5251         process-kill-without-query.
5252         (starttls-open-stream): Ditto.
5253
5254 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
5255
5256         * smime.el (smime-cert-by-ldap-1): Don't use
5257         replace-regexp-in-string.
5258
5259 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5260
5261         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
5262
5263         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
5264         in PEM format. Adjust to the XEmacs compability.
5265
5266 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
5267
5268         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
5269         by `string-to-number'.
5270         * gnus-agent.el (gnus-agent-regenerate-group)
5271         (gnus-agent-fetch-articles): Ditto.
5272         * gnus-art.el (gnus-button-fetch-group): Ditto.
5273         * gnus-cache.el (gnus-cache-generate-active)
5274         (gnus-cache-articles-in-group): Ditto.
5275         * gnus-group.el (gnus-group-set-current-level)
5276         (gnus-group-insert-group-line): Ditto.
5277         * gnus-score.el (gnus-score-set-expunge-below)
5278         (gnus-score-set-mark-below, gnus-summary-score-effect)
5279         (gnus-summary-score-entry): Ditto.
5280         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
5281         (gnus-soup-pack): Ditto.
5282         * gnus-spec.el (gnus-xmas-format): Ditto.
5283         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
5284         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
5285         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
5286         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
5287         * nndb.el (nndb-get-remote-expire-response): Ditto.
5288         * nndiary.el (nndiary-parse-schedule-value)
5289         (nndiary-string-to-number, nndiary-request-replace-article)
5290         (nndiary-request-article): Ditto.
5291         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
5292         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
5293         * nneething.el (nneething-make-head): Ditto.
5294         * nnfolder.el (nnfolder-request-article)
5295         (nnfolder-retrieve-headers): Ditto.
5296         * nnheader.el (nnheader-file-to-number): Ditto.
5297         * nnkiboze.el (nnkiboze-request-article): Ditto.
5298         * nnmail.el (nnmail-process-unix-mail-format)
5299         (nnmail-process-babyl-mail-format): Ditto.
5300         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
5301         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
5302         (nnmh-request-create-group, nnmh-request-list-1)
5303         (nnmh-request-group, nnmh-request-article): Ditto.
5304         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
5305         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
5306         * nnsoup.el (nnsoup-make-active): Ditto.
5307         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
5308         * nntp.el (nntp-find-group-and-number)
5309         (nntp-retrieve-headers-with-xover): Ditto.
5310         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
5311         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
5312         (pgg-format-key-identifier): Ditto.
5313         * pop3.el (pop3-last, pop3-stat): Ditto.
5314         * qp.el (quoted-printable-decode-region): Ditto.
5315
5316         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
5317         of concat.
5318
5319 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5320
5321         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
5322
5323         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
5324
5325         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
5326
5327         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
5328
5329         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
5330
5331         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
5332
5333         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
5334         (gnus-carpal-mode): Ditto.
5335
5336         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
5337         (gnus-browse-mode): Ditto.
5338
5339         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
5340
5341         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
5342
5343 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5344
5345         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
5346
5347 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * gnus-util.el (gnus-run-mode-hooks): New function.
5350
5351         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
5352
5353         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
5354         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
5355
5356 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
5357
5358         * gnus-agent.el (gnus-agent-make-mode-line-string):
5359         Use mode-line-highlight as mouse-face.
5360
5361 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5362
5363         * canlock.el (canlock): Change the parent group to news.
5364
5365         * deuglify.el (gnus-outlook-deuglify): Add :group.
5366
5367         * dig.el (dig): Add :group.
5368
5369         * dns-mode.el (dns-mode): Add :group.
5370
5371         * encrypt.el (encrypt): Add :group.
5372
5373         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
5374         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
5375         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
5376         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
5377         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
5378
5379         * gnus-diary.el (gnus-diary): Add :group.
5380
5381         * gnus.el (gnus-group-news-1-face): Add :group.
5382         (gnus-group-news-1-empty-face): Ditto.
5383         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
5384         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
5385         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
5386         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
5387         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
5388         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
5389         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
5390         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
5391         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
5392         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
5393         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
5394         (gnus-summary-high-ticked-face): Ditto.
5395         (gnus-summary-low-ticked-face): Ditto.
5396         (gnus-summary-normal-ticked-face): Ditto.
5397         (gnus-summary-high-ancient-face): Ditto.
5398         (gnus-summary-low-ancient-face): Ditto.
5399         (gnus-summary-normal-ancient-face): Ditto.
5400         (gnus-summary-high-undownloaded-face): Ditto.
5401         (gnus-summary-low-undownloaded-face): Ditto.
5402         (gnus-summary-normal-undownloaded-face): Ditto.
5403         (gnus-summary-high-unread-face): Ditto.
5404         (gnus-summary-low-unread-face): Ditto.
5405         (gnus-summary-normal-unread-face): Ditto.
5406         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
5407         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
5408
5409         * hashcash.el (hashcash): New custom group.
5410         (hashcash-default-payment): Add :group.
5411         (hashcash-payment-alist): Ditto.
5412         (hashcash-default-accept-payment): Ditto.
5413         (hashcash-accept-resources): Ditto.
5414         (hashcash-path): Ditto.
5415         (hashcash-extra-generate-parameters): Ditto.
5416         (hashcash-double-spend-database): Ditto.
5417         (hashcash-in-news): Ditto.
5418
5419         * message.el (message-minibuffer-local-map): Add :group.
5420
5421         * netrc.el (netrc): Add :group.
5422
5423         * sieve-manage.el (sieve-manage-log): Add :group.
5424         (sieve-manage-default-user): Diito.
5425         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
5426         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
5427         (sieve-manage-authenticators): Ditto.
5428         (sieve-manage-authenticator-alist): Ditto.
5429         (sieve-manage-default-port): Ditto.
5430
5431         * sieve-mode.el (sieve-control-commands-face): Add :group.
5432         (sieve-action-commands-face): Ditto.
5433         (sieve-test-commands-face): Ditto.
5434         (sieve-tagged-arguments-face): Ditto.
5435
5436         * smime.el (smime): Add :group.
5437
5438         * spam-report.el (spam-report): Add :group.
5439
5440         * spam.el (spam, spam-face): Add :group.
5441
5442 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5443
5444         * nntp.el (nntp-next-result-arrived-p): Some news servers may
5445         return \n.\n.\n at the end of articles.  Protect against that.
5446         (nntp-with-open-group): Allow debugging.
5447
5448         * nnheader.el (mail-header-set-extra): Make into a function
5449         because I just could't understand how to quote the list properly.
5450
5451         * dns.el (query-dns-cached): New function.
5452
5453 2005-05-26  Lute Kamstra  <lute@gnu.org>
5454
5455         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
5456
5457 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
5460
5461         * gnus-art.el: Don't autoload mail-extract-address-components.
5462
5463         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
5464         eval-and-compile to evaluate it.
5465
5466         * hashcash.el: Don't autoload executable-find.
5467
5468         * nndb.el: Don't declare the nndb back end two or more times; don't
5469         autoload news-reply-mode, news-setup, cancel-timer and telnet.
5470
5471         * nntp.el: Autoload format-spec instead of format; use
5472         eval-and-compile to evaluate autoload forms.
5473
5474 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
5475
5476         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
5477
5478 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5479
5480         * gnus.el (gnus-version-number): Bump version.
5481
5482 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5483
5484         * gnus.el: No Gnus v0.3 is released.
5485
5486 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5487
5488         * lpath.el (featurep): Bind show-nonbreak-escape.
5489
5490 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5491
5492         * gnus-art.el (gnus-article-edit-part): Disable undo.
5493
5494 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5495
5496         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
5497         gnus-article-date-lapsed-new-header is t if date timer is active;
5498         skip headers in which the original date value is empty.
5499         (gnus-article-save-original-date): Redefine it as a macro.
5500         (gnus-display-mime): Use it.
5501
5502 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5503
5504         * gnus-art.el (article-date-ut): Support converting date in
5505         forwarded parts as well.
5506         (gnus-article-save-original-date): New function.
5507         (gnus-display-mime): Use it.
5508
5509 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
5510
5511         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
5512         enclosure element of <item>.
5513
5514 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
5515
5516         * message.el (message-kill-buffer-query): Renamed from
5517         `message-kill-buffer-query-if-modified'.  Added :version.
5518
5519 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5520
5521         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
5522         window layout.
5523
5524 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5525
5526         * mml.el: Autoload dnd when compiling.
5527
5528 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5529
5530         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
5531         x-dnd-*.
5532
5533 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5534
5535         * qp.el (quoted-printable-encode-region): Save excursion.
5536
5537 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5538
5539         * message.el (message-kill-buffer-query-if-modified): Add new variable
5540         so the user can kill a modified message buffer quickly.
5541         (message-kill-buffer): Use it.
5542
5543 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5544
5545         * lpath.el: Fbind display-time-event-handler; don't fbind
5546         string-to-multibyte.
5547
5548         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
5549
5550 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5551
5552         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
5553         contained in text because xml.el decodes entities) with LFs.
5554
5555 2005-04-11  Lute Kamstra  <lute@gnu.org>
5556
5557         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
5558         differently.
5559
5560 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5561
5562         * mm-util.el (mm-detect-coding-region): Typo.
5563
5564 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5565
5566         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
5567
5568 2005-04-06  D Goel  <deego@gnufans.org>
5569
5570         * spam-stat.el (spam-stat-score-buffer): Add a call to a
5571         user-function allow user modifications of the scores.
5572         (spam-stat-score-buffer-user): New function, to allow
5573         user-computed modifications to the score.
5574         (spam-stat-score-buffer-user-functions): list of additional
5575         scoring functions
5576         (spam-stat-error-holder): global temporary error holder
5577         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
5578         variable
5579
5580 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5581
5582         * gnus-registry.el (gnus-registry-clean-empty-function)
5583         (gnus-registry-trim, gnus-registry-fetch-groups)
5584         (gnus-registry-delete-group): Groups that match
5585         `gnus-registry-ignored-groups' are removed from the registry
5586         entries, not just ignored for splitting.  This helps clean up the
5587         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
5588         to get all the groups a message ID is in.
5589
5590         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
5591         (spam-stat-split-fancy): Change "threshhold" to "threshold"
5592         (spam-stat-score-buffer-user-functions): Add :number custom type.
5593
5594 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5595
5596         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
5597         argument in XEmacs.
5598
5599         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
5600         (nnrss-request-group): Decode group name first.
5601         (nnrss-request-article): Make a text/plain article if mml-to-mime
5602         failed.
5603         (nnrss-get-encoding): Return a compatible encoding according to
5604         nnrss-compatible-encoding-alist.
5605         (nnrss-find-el): Use consp instead of listp.
5606         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
5607
5608 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
5611         which Emacs 20 doesn't support.
5612         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
5613
5614 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5615
5616         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
5617         silence the byte compiler inside the defun
5618
5619         * gnus-demon.el (parse-time-string): Add autoload.
5620
5621         * gnus-delay.el (parse-time-string): Add autoload.
5622
5623         * gnus-art.el (parse-time-string): Add autoload.
5624
5625         * nnultimate.el (parse-time): Require for `parse-time-string'.
5626
5627 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5628
5629         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
5630
5631         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
5632
5633         * smime.el (smime-ldap-host-list): Add :version.
5634
5635 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5636
5637         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
5638         pass it to `gnus-browse-read-group'.
5639         (gnus-browse-read-group): Add NUMBER argument and pass it to
5640         `gnus-group-read-ephemeral-group'.
5641
5642         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
5643         argument and pass it to `gnus-group-read-group'.
5644
5645 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
5646
5647         * mm-util.el (mm-xemacs-find-mime-charset): Only call
5648         mm-xemacs-find-mime-charset-1 if we have the mule feature
5649         available at runtime.
5650
5651 2005-03-25  Werner Lemberg  <wl@gnu.org>
5652
5653         * nnmaildir.el: Replace `illegal' with `invalid'.
5654
5655 2005-03-23  Lute Kamstra  <lute@gnu.org>
5656
5657         * time-date.el: Add comment on time value formats.
5658         Don't require parse-time.
5659         (with-decoded-time-value): New macro.
5660         (encode-time-value): New function.
5661         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5662         (days-to-time): Return a valid time value when arg is huge.
5663         (time-since): Use time-subtract.
5664         (time-to-number-of-days): Use time-to-seconds.
5665
5666 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5667
5668         * gnus-start.el (gnus-display-time-event-handler):
5669         Check display-time-timer at runtime rather than only at load time
5670         in case display-time-mode is turned off in the mean time.
5671
5672 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5673
5674         * nnimap.el (nnimap-open-connection): Print which authinfo file is
5675         used.
5676
5677         * nneething.el (nneething-map-file-directory): Derive from
5678         `gnus-directory'.
5679
5680         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
5681         the To/Cc button.
5682
5683 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5684
5685         * nnmaildir.el (nnmaildir-request-accept-article):
5686         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
5687
5688 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5689
5690         * gnus-async.el: Require timer-funcs at compile time when in
5691         XEmacs for `run-with-idle-timer'.
5692
5693 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5694
5695         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
5696         autoloaded function.
5697
5698 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5699
5700         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
5701
5702 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
5703
5704         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
5705
5706 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5707
5708         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
5709         gnus-expert-user to default.
5710
5711 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
5712
5713         * nnimap.el (nnimap-open-server): Ditto.
5714
5715         * imap.el (imap-authenticate): Fix typo.
5716
5717 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
5718
5719         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
5720         buffer (since IMAP server might return FETCH response out of
5721         order, and the nntp buffer must be sorted).
5722
5723 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
5724
5725         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
5726         comparison on string.
5727
5728         * gnus-agent.el (gnus-agent-long-article,
5729         gnus-agent-short-article, gnus-agent-score): Renamed category
5730         keywords to match gnus-cus.
5731         (gnus-agent-summary-fetch-series): Modified to protect against
5732         gnus-agent-summary-fetch-group clearing processable flags.
5733         (gnus-agent-synchronize-group-flags): Update live group buffer as
5734         synchronization may occur due to the user toggle the plugged
5735         status.
5736         (gnus-agent-fetch-group-1): Clear downloadable flag when article
5737         successfully downloaded.
5738         (gnus-agent-expire-group-1): Avoid using markers when the overview
5739         is in ascending order; greatly improves performance.
5740         (gnus-agent-regenerate-group): Use
5741         gnus-agent-synchronize-group-flags to reset read status in both
5742         gnus and server.
5743         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
5744
5745 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5746
5747         * message.el: Don't autoload former message-utils variables.
5748         (message-strip-subject-trailing-was): Change doc string.
5749
5750         * nnweb.el: Fixes for `gnus-group-make-web-group'.
5751         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
5752         (nnweb-google-search): Add "hl=en" here.
5753         (nnweb-google-parse-1, nnweb-google-create-mapping):
5754         Don't hardcode URL.
5755
5756 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5757
5758         * message.el (message-get-reply-headers, message-followup):
5759         Mention related variables `message-use-followup-to' and
5760         `message-use-mail-followup-to', in the information buffer.
5761
5762         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
5763         of broken groups(-beta).google.com.
5764
5765 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5766
5767         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
5768         parameter to invoked gnus-request-move-article; remove the
5769         redundant gnus-sum-hint-move-is-internal variable; apply the marks
5770         all at once instead of once per article.
5771         (gnus-summary-remove-process-mark): Accept a list of articles as
5772         well as a single article for processing.
5773
5774         * gnus-int.el (gnus-request-move-article): Add move-is-internal
5775         parameter.
5776
5777         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
5778
5779         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
5780
5781         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
5782         parameter.
5783
5784         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
5785         parameter.
5786
5787         * nnimap.el (nnimap-request-move-article): Add move-is-internal
5788         parameter and remove the gnus-sum-hint-move-is-internal variable.
5789
5790         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
5791         parameter.
5792
5793         * nndraft.el (nndraft-request-move-article): Add move-is-internal
5794         parameter.
5795
5796         * nndiary.el (nndiary-request-move-article): Add move-is-internal
5797         parameter.
5798
5799         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
5800
5801         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
5802         parameter.
5803
5804         * nnagent.el (nnagent-request-move-article): Add move-is-internal
5805         parameter.
5806
5807 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5808
5809         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
5810         a more conservative way.
5811
5812 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5813
5814         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
5815         buffer, so it moves the window's cursor.
5816
5817 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5818
5819         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
5820         `mm-dissect-multipart' and receive the from field as an (optional)
5821         argument from `mm-dissect-multipart'.
5822         (mm-dissect-multipart): Receive the from field as an argument and
5823         pass it on when we call `mm-dissect-buffer' on MIME parts.
5824         Fixes verification/decryption of signed/encrypted MIME parts.
5825
5826 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5827
5828         * gnus-sum.el (gnus-summary-move-article): Set
5829         gnus-sum-hint-move-is-internal for gnus-request-move-article and
5830         whatever it calls (right now, only nnimap-request-move article
5831         respects it).
5832
5833         * nnimap.el (nnimap-request-move-article): When
5834         gnus-sum-hint-move-is-internal is set, don't do the extra
5835         nnimap-request-article.
5836
5837 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5838
5839         * nnheader.el (nnheader-find-file-noselect): Add doc string.
5840
5841         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
5842         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
5843
5844         * gnus-sum.el (gnus-summary-caesar-message):
5845         Apply `gnus-treat-article' after rotation.
5846
5847         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
5848         doc string.
5849
5850 2005-02-22  Simon Josefsson  <jas@extundo.com>
5851
5852         * encrypt.el (encrypt-password-cache-expiry): Remove (use
5853         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
5854         <arne@arnested.dk>.
5855         (encrypt): Add password-cache and password-cache-expiry as group
5856         members.
5857
5858 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5859
5860         * smime.el (smime-ldap-host-list): Doc fix.
5861         (smime-ask-passphrase): Use `password-read-and-add' to read (and
5862         cache) password.
5863         (smime-sign-region): Use it.
5864         (smime-decrypt-region): Use it.
5865         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
5866         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
5867         fails.
5868         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
5869         certificate from DER to PEM format rather than calling openssl.
5870
5871         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
5872
5873         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
5874         for signing/encryption.
5875
5876         * mml.el (mml-parse-1): Use them.
5877
5878 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5879
5880         * nnrss.el (nnrss-verbose): Removed.
5881         (nnrss-request-group): Use `nnheader-message' instead.
5882
5883 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
5884
5885         * nnrss.el (nnrss-verbose): New variable.
5886         (nnrss-request-group): Make it say nnrss is requesting a group.
5887
5888 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5889
5890         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
5891         Handle news URL with given port correctly.
5892
5893 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5894
5895         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
5896         containing special characters.
5897
5898         * gnus-sum.el (gnus-summary-edit-article): Ditto.
5899
5900         * mml.el (mime-to-mml): Ditto.
5901
5902         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
5903         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
5904         (rfc2047-decode-region): Quote decoded words containing special
5905         characters when rfc2047-quote-decoded-words-containing-tspecials
5906         is non-nil.
5907
5908 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5909
5910         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
5911
5912         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
5913
5914 2005-02-15  Simon Josefsson  <jas@extundo.com>
5915
5916         * nnimap.el (nnimap-debug): Doc fix.
5917
5918         * imap.el (imap-debug): Doc fix.
5919
5920 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5921
5922         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
5923
5924 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5925
5926         * gnus.el (spam-contents): Improve docs for spam-contents
5927         parameter in its variable incarnation.
5928
5929 2005-02-14  Simon Josefsson  <jas@extundo.com>
5930
5931         * smime-ldap.el: Use require instead of load-library for ldap.
5932         (smime-ldap-search): Indent.
5933         (smime-ldap-search-internal): Shorten line.
5934
5935         * smime.el (smime-cert-by-dns): Add doc-string.
5936         (smime-cert-by-ldap-1): Indent.
5937
5938         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
5939         mml-smime-get-dns-ldap.
5940         (mml-smime-encrypt-query): Use new function.  Default to ldap.
5941
5942 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5943
5944         * smime.el: Require smime-ldap.
5945         (smime-ldap-host-list): New variable.
5946         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
5947
5948         * mml-smime.el (mml-smime-encrypt-query): New function.
5949         (mml-smime-encrypt-query): Use it.
5950
5951         * smime-ldap.el: New file.
5952
5953 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5954
5955         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
5956
5957 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5958
5959         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
5960         argument in doc string.  Make query for type more clear.
5961
5962 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5963
5964         * gnus.el (gnus-group-startup-message): Search for gnus images in
5965         etc/images/gnus.
5966         * mm-util.el (mm-image-load-path): Likewise.
5967         * smiley.el (smiley-data-directory): Search for smilies in
5968         etc/images/smilies.
5969
5970 2005-02-09  Kim F. Storm  <storm@cua.dk>
5971
5972         Change Emacs release version from 21.4 to 22.1 throughout.
5973         Change Emacs development version from 21.3.50 to 22.0.50.
5974
5975 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5976
5977         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
5978
5979         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
5980         non-Mule XEmacs as well.
5981         (mm-decompress-buffer): Signal an error intentionally if it does
5982         not decompress compressed data because auto-compression-mode is
5983         disabled.
5984
5985 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
5986
5987         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
5988         an ID in the registry even if it has no groups.
5989
5990 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5991
5992         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
5993         merge it into mm-decompress-buffer.
5994         (gnus-mime-copy-part): Use the MIME part charset, the value which
5995         a user specified or gnus-newsgroup-charset for decoding, like
5996         gnus-mime-inline-part does; set buffer-file-coding-system to tell
5997         save-buffer what was used.  Suggested by Kevin Ryde
5998         <user42@zip.com.au>.
5999         (gnus-mime-inline-part): Allow the name parameter as well as the
6000         filename parameter; force decompressing of compressed data; always
6001         display contents being not decoded as unibyte.
6002
6003         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
6004         as well as the filename parameter.
6005
6006         * mm-util.el (mm-decompress-buffer): Merge
6007         gnus-mime-jka-compr-maybe-uncompress.
6008         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
6009         of compressed data.
6010
6011 2005-02-08  Simon Josefsson  <jas@extundo.com>
6012
6013         * imap.el (imap-log): Doc fix.
6014
6015 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6016
6017         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
6018         the coding cookies; decompress compressed parts.
6019
6020         * mml.el (mml-generate-mime-1): Add the charaset parameter according
6021         to the value which a user specified manually or the coding cookie.
6022
6023         * mm-util.el (mm-string-to-multibyte): New function.
6024         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
6025         (mm-coding-system-to-mime-charset): New function.
6026         (mm-decompress-buffer): New function.
6027         (mm-find-buffer-file-coding-system): New function.
6028
6029         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
6030         (mm-display-inline-fontify): Rewrite for decoding and decompressing
6031         parts.
6032
6033 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6034
6035         * mm-view.el (mm-display-inline-fontify): Decode a part according
6036         to the charset parameter.
6037
6038 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6039
6040         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
6041         prefix arg is neither nil nor a number, as info specifies.
6042
6043 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6044
6045         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
6046         timestamps.
6047
6048 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
6049
6050         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
6051         groups error checking and notify user.
6052
6053 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
6054
6055         * message.el (message-send-mail-function): Check existence of
6056         sendmail-program first before using default value
6057         `message-send-mail-with-sendmail'.  Otherwise use more generic
6058         `smtpmail-send-it'.
6059
6060 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6061
6062         * nntp.el (nntp-request-update-info): Always return nil.
6063
6064 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6065
6066         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
6067
6068 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6069
6070         * message.el (message-beginning-of-line): Change the behavior when
6071         invoked between BOL and : so that it first moves backward.
6072
6073 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6074
6075         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
6076         article buffer when editing of the article is discarded.
6077         (gnus-article-prepare): Revert.
6078
6079 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6080
6081         * gnus-art.el (gnus-article-prepare):
6082         Remove message-strip-forbidden-properties from the local hook.
6083
6084 2005-01-27  Simon Josefsson  <jas@extundo.com>
6085
6086         * password.el (password-cache-add): Only start one timer per key.
6087         Reported by Derek Atkins <warlord@MIT.EDU>.
6088
6089 2005-01-26  Steve Youngs  <steve@sxemacs.org>
6090
6091         * run-at-time.el: Removed.  It is no longer needed as
6092         timer-funcs.el in the xemacs-base package has a working version of
6093         `run-at-time'.
6094
6095         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
6096
6097         * password.el: Require timer-funcs instead of run-at-time in
6098         XEmacs.
6099         Remove `password-run-at-time' macro.
6100         (password-cache-add): Use `run-at-time' instead of
6101         `password-run-at-time'.
6102
6103         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
6104         Remove `nnheader-cancel-function-timers' alias,
6105         `cancel-function-timers' exists in XEmacs in timer-funcs.
6106
6107         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
6108         for `run-with-idle-timer'.
6109
6110         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
6111         for `run-at-time'.
6112
6113         * mm-url.el: Require timer-funcs at compile time when in XEmacs
6114         for `with-timeout'.
6115
6116         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
6117         the same as for XEmacs 21.4.
6118         No need to ignore `run-with-idle-timer', this function exists in
6119         XEmacs now in timer-funcs.el in the xemacs-base package.
6120         (dgnushack-compile): No need to delete
6121         run-at-time.el from the list of files to compile because it
6122         doesn't exist anymore.
6123
6124 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6125
6126         * mml.el (mml-generate-mime-1): Convert string into unibyte when
6127         inserting " *mml*" buffer's contents into a unibyte temp buffer.
6128
6129 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
6130
6131         * mail-source.el (mail-source-fetch-imap): Search for ^From case
6132         sensitively.
6133
6134 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
6135
6136         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
6137
6138 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6139
6140         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
6141         which will be inserted according to the multibyteness of a buffer
6142         rather than the type of contents.  Suggested by ARISAWA Akihiro
6143         <ari@mbf.ocn.ne.jp>.
6144
6145         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
6146         of string which old xml.el may return rather than a string.
6147
6148 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6149
6150         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
6151
6152 2005-01-16  Simon Josefsson  <jas@extundo.com>
6153
6154         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
6155         idn/idna.el isn't available.
6156         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
6157         <michael@waxrat.com>.
6158
6159         * hashcash.el: Remove non-FSF copyright header.
6160
6161         * hashcash.el (hashcash-extra-generate-parameters): New variable.
6162         (hashcash-generate-payment): Use it.
6163         (hashcash-generate-payment-async): Use it.
6164
6165 2005-01-15  Simon Josefsson  <jas@extundo.com>
6166
6167         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
6168         Suggested by Raymond Scholz <ray-2005@zonix.de>.
6169
6170         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
6171         gnus-summary-idna-message.
6172         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
6173         (gnus-summary-idna-message): New function.
6174
6175 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6176
6177         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
6178         gnus-novice-user.
6179
6180 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6181
6182         * nnrss.el (nnrss-request-delete-group): Delete entries in
6183         nnrss-group-alist as well.
6184         (nnrss-save-server-data): Insert newline.
6185
6186 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
6187
6188         * gnus.el (gnus-user-agent): Use list of symbols instead of
6189         symbols.  Display full version number for (S)XEmacs.  Optionally
6190         display (S)XEmacs codename.
6191
6192         * gnus-util.el (gnus-emacs-version): Update for new
6193         `gnus-user-agent'.
6194
6195         * gnus-msg.el (gnus-extended-version): Make it possible to omit
6196         Gnus version.
6197
6198 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6199
6200         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
6201         which is unreadable in some setups.
6202
6203 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6204
6205         * gnus-spec.el (gnus-update-format-specifications): Flush the
6206         group format spec cache if it doesn't support decoded group names.
6207
6208 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6209
6210         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
6211         to apply decay on score files matching a regexp.
6212
6213 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6214
6215         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
6216         compatibility in %g and %c.
6217
6218 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6219
6220         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
6221         name for only %g and %c.
6222         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
6223         of gnus-tmp-group to decoded group name.
6224         (gnus-group-make-rss-group): Exclude `/'s from group names.
6225
6226 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6227
6228         * nnrss.el (nnrss-get-encoding): Fix regexp.
6229
6230 2004-12-27  Simon Josefsson  <jas@extundo.com>
6231
6232         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
6233         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
6234         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
6235
6236 2004-12-17  Kim F. Storm  <storm@cua.dk>
6237
6238         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
6239
6240         * gnus-sum.el (gnus-summary-mode-map): Likewise.
6241
6242 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6243
6244         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
6245
6246 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6247
6248         * nnrss.el: Require rfc2047 and mml.
6249         (nnrss-file-coding-system): New variable.
6250         (nnrss-format-string): Redefine it as an inline function.
6251         (nnrss-decode-group-name): New function.
6252         (nnrss-string-as-multibyte): Remove.
6253         (nnrss-retrieve-headers): Decode group name; don't use
6254         nnrss-format-string.
6255         (nnrss-request-group): Decode group name.
6256         (nnrss-request-article): Decode group name; allow a Message-ID as
6257         well as an article number; don't use nnrss-format-string; encode a
6258         Message-ID string which may contain non-ASCII characters; use
6259         mml-to-mime to compose a MIME article.
6260         (nnrss-request-expire-articles): Decode group name.
6261         (nnrss-request-delete-group): Decode group name.
6262         (nnrss-fetch): Clarify error message.
6263         (nnrss-read-server-data): Use insert-file-contents instead of load;
6264         bind file-name-coding-system; use multibyte buffer.
6265         (nnrss-save-server-data): Bind coding-system-for-write to the
6266         value of nnrss-file-coding-system; bind file-name-coding-system;
6267         add coding cookie.
6268         (nnrss-read-group-data): Use insert-file-contents instead of load;
6269         bind file-name-coding-system; use multibyte buffer.
6270         (nnrss-save-group-data): Bind coding-system-for-write to the
6271         value of nnrss-file-coding-system; bind file-name-coding-system.
6272         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
6273         make it work with non-ASCII text.
6274         (nnrss-find-el): Make it work with old xml.el as well.
6275
6276 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6277
6278         * nnrss.el (nnrss-get-encoding): New function.
6279         (nnrss-fetch): Use unibyte buffer initially; bind
6280         coding-system-for-read while performing mm-url-insert; remove ^Ms;
6281         decode contents according to the encoding attribute.
6282         (nnrss-save-group-data): Add coding cookie.
6283         (nnrss-mime-encode-string): New function.
6284         (nnrss-check-group): Use it to encode subject and author.
6285
6286 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
6287
6288         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
6289         imaginary variable.
6290
6291 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
6294         correctly even if there are wide characters.
6295
6296 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6297
6298         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
6299         downcased symbol names; make a new cache instead of reusing
6300         bbdb-hashtable.
6301
6302 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6303
6304         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6305         concatenating segments rather than before concatenating them.
6306         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6307
6308         * message.el (message-get-reply-headers): Bind `extra'.
6309
6310 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6311
6312         * message.el (message-extra-wide-headers): New variable.
6313         (message-get-reply-headers): Use it.
6314
6315 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6316
6317         * gnus-agent.el (gnus-agent-group-path): Decode group name.
6318         (gnus-agent-group-pathname): Ditto.
6319
6320         * gnus-cache.el (gnus-cache-file-name): Decode group name.
6321
6322         * gnus-group.el (gnus-group-make-group): Decode group name.
6323         (gnus-group-make-rss-group): Register the group data after opening
6324         the nnrss group.
6325
6326 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
6327
6328         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
6329         by expiry now get marked as read.
6330
6331 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6332
6333         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
6334
6335 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
6336
6337         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
6338         unify Latin characters in XEmacs.
6339         (mm-find-mime-charset-region): Use it.
6340
6341 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * gnus-util.el (gnus-delete-directory): New function.
6344
6345         * gnus-agent.el (gnus-agent-delete-group): Use it.
6346
6347         * gnus-cache.el (gnus-cache-delete-group): Use it.
6348
6349 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6350
6351         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
6352         names.
6353
6354 2004-12-16  Simon Josefsson  <jas@extundo.com>
6355
6356         * hashcash.el (hashcash-payment-alist): Fix custom :type.
6357
6358 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6359
6360         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
6361
6362         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
6363         (gnus-group-set-current-level): Decode group name.
6364
6365 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
6366
6367         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
6368         failed.
6369
6370 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6371
6372         * gnus-group.el (gnus-group-delete-group): Decode group name.
6373         (gnus-group-make-rss-group): Encode group name.
6374         (gnus-group-catchup-current): Decode group name.
6375         (gnus-group-kill-group): Decode group name.
6376
6377 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6378
6379         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
6380
6381 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6382
6383         * gnus-group.el (gnus-group-make-rss-group):
6384         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
6385
6386         * gnus-start.el (gnus-setup-news): Honor user's setting to
6387         gnus-message-archive-method.  Suggested by Lute Kamstra
6388         <lute@gnu.org>.
6389
6390 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
6391
6392         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
6393         global counterparts of the buffer-local variables.
6394
6395 2004-11-16  Romain Francoise  <romain@orebokech.com>
6396
6397         * gnus-sum.el (gnus-summary-exit): Don't clear the global
6398         counterparts of the buffer-local variables.
6399
6400 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6401
6402         * message.el (message-forbidden-properties): Fixed typo in doc
6403         string.
6404
6405 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6406
6407         * gnus-util.el (gnus-replace-in-string): Added doc string.
6408
6409         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
6410         to avoid problems when splitting mails with many recipients.
6411
6412 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6413
6414         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
6415         pop-to-buffer, covered by the subsequent gnus-configure-windows.
6416
6417 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
6418
6419         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
6420         if there is no hashtable in memory or file modification time is
6421         newer than cached timestamp.
6422
6423 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6424
6425         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
6426         not-matching option.
6427
6428 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
6429
6430         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
6431         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
6432         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6433         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
6434         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
6435         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
6436
6437 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6438
6439         * message.el (message-forward-make-body-mml): Remove headers
6440         according to message-forward-ignored-headers if a message is decoded.
6441
6442 2004-12-02  Romain Francoise  <romain@orebokech.com>
6443
6444         * message.el (message-forward-make-body-plain): Always remove
6445         headers according to message-forward-ignored-headers.
6446
6447 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6448
6449         * spam.el (spam-summary-prepare-exit): Remove the
6450         gnus-summary-limit pop for now, it has problems with ham marks for
6451         me.
6452
6453 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
6454
6455         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
6456         correctly.
6457
6458 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
6459
6460         * format-spec.el (format-spec): Message the char.
6461
6462 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
6463
6464         * gnus-art.el (gnus-split-methods): Reformat comments.
6465
6466         * spam.el (spam-summary-prepare-exit): Remove article limits
6467         before exiting the summary buffer.
6468
6469 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6470
6471         * lpath.el: Remove bbdb-create-internal, bbdb-records,
6472         spam-BBDB-register-routine and spam-enter-ham-BBDB.
6473
6474         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
6475         order to silence the byte compiler.
6476
6477         * spam.el: Fix the way to silence the byte compiler, which
6478         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
6479         bbdb-search-simple, spam-BBDB-register-routine,
6480         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
6481         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
6482         spam-stat-buffer-is-spam, spam-stat-load,
6483         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
6484         spam-stat-save and spam-stat-split-fancy.
6485
6486 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6487
6488         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
6489         which may confuse users.
6490         (canlock-password-for-verify): Ditto.
6491
6492         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
6493
6494         * gnus-art.el (gnus-emphasis-alist): Ditto.
6495
6496         * gnus-registry.el (gnus-registry-max-entries): Ditto.
6497
6498         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
6499
6500         * gnus-start.el (gnus-save-killed-list): Ditto.
6501
6502         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
6503         (gnus-sum-thread-tree-root): Ditto.
6504         (gnus-sum-thread-tree-false-root): Ditto.
6505         (gnus-sum-thread-tree-single-indent): Ditto.
6506
6507         * message.el (message-courtesy-message): Ditto.
6508         (message-archive-note): Ditto.
6509         (message-subscribed-address-file): Ditto.
6510         (message-user-fqdn): Ditto.
6511
6512         * spam-report.el (spam-report-gmane-regex): Ditto.
6513
6514         * spam.el (spam-blackhole-good-server-regex): Ditto.
6515
6516 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6517
6518         * mml.el (mml-preview): Widen the message buffer before copying
6519         the contents to the preview buffer; sort headers before previewing.
6520
6521         * message.el (message-hidden-headers): Fix the way to avoid a bug
6522         in the `repeat' widget in Emacs 21.3 or earlier.
6523
6524 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6525
6526         * message.el (message-hidden-headers): Default to "^References:".
6527         Improve customization type.  Suggested by Reiner Steib
6528         <Reiner.Steib@gmx.de>.
6529
6530 2004-11-25  Romain Francoise  <romain@orebokech.com>
6531
6532         * message.el (message-strip-forbidden-properties): Remove check for
6533         obsolete `message-hidden' text property, hidden headers are not
6534         accessible in the buffer anymore.
6535
6536 2004-11-22  Romain Francoise  <romain@orebokech.com>
6537
6538         * message.el (message-header-format-alist): Add `From' in list
6539         so that it can be sorted.
6540         (message-fix-before-sending): Widen and sort headers before
6541         sending.
6542         (message-hide-headers): Use narrowing to hide headers by moving
6543         them to the top of the buffer and narrowing to the region
6544         underneath.
6545
6546 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6547
6548         * message.el (message-strip-forbidden-properties): Bind
6549         buffer-read-only (etc) to nil.
6550
6551 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6552
6553         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
6554         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6555
6556 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
6557
6558         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
6559
6560 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6561
6562         * dns.el (query-dns): Use sit-for to time instead of
6563         accept-process-output, since that doesn't seem to work on udp
6564         sockets.
6565
6566 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6567
6568         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
6569
6570 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
6571
6572         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
6573         doc string.  Improve doc string.
6574
6575 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6576
6577         * nntp.el (nntp-request-update-info): Return nil if
6578         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
6579         may not call gnus-activate-group which uselessly issues the GROUP
6580         commands for all nntp groups and wastes time.  Reported by Romain
6581         Francoise <romain@orebokech.com>.
6582
6583         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
6584
6585 2004-11-15  Simon Josefsson  <jas@extundo.com>
6586
6587         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
6588         headers separately.
6589         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
6590         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
6591
6592 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6593
6594         * gnus-start.el (gnus-convert-old-newsrc):
6595         Assign legacy-gnus-agent to 5.10.7.
6596
6597 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6598
6599         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
6600         start of the lines.
6601
6602 2004-11-14  Magnus Henoch  <mange@freemail.hu>
6603
6604         * hashcash.el (hashcash-default-payment): Change default to 20
6605         (hashcash-default-accept-payment): Change default to 20
6606         (hashcash-process-alist): New variable
6607         (hashcash-generate-payment-async): Add
6608         (hashcash-already-paid-p): Add
6609         (hashcash-insert-payment): Don't generate payments twice
6610         (hashcash-insert-payment-async): Add
6611         (hashcash-insert-payment-async-2): Add
6612         (hashcash-cancel-async): Add
6613         (hashcash-wait-async): Add
6614         (hashcash-processes-running-p): Add
6615         (hashcash-wait-or-cancel): Add
6616         (mail-add-payment): New optional argument.  Conditionally start
6617         asynchronous calculation.
6618         (mail-add-payment-async): Add
6619
6620         * message.el (message-send-mail): Wait for asynchronous hashcash
6621         results.  Don't clobber existing X-Hashcash headers.
6622         (message-setup-1): Call mail-add-payment-async when
6623         message-generate-hashcash is non-nil.
6624
6625 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6626
6627         * message.el (message-use-alternative-email-as-from): Examine the
6628         From header as well; use message-make-from in order to include a
6629         user's full name.
6630
6631 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6632
6633         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
6634         default; improve customization type.
6635         (gnus-emphasis-custom-with-format): New macro.
6636         (gnus-emphasis-custom-value-to-external): New function.
6637         (gnus-emphasis-custom-value-to-internal): New function.
6638
6639 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6640
6641         * dns.el (query-dns): Resolve reverse addresses.
6642
6643 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6644
6645         * gnus-group.el (gnus-group-get-new-news): Use it.
6646
6647         * gnus-start.el (gnus-check-reasonable-setup): New function.
6648
6649 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6650
6651         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
6652         "Args out of range" error.  Reported by Arnaud Giersch
6653         <arnaud.giersch@free.fr>.
6654
6655 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
6656
6657         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
6658
6659 2004-11-04  Richard M. Stallman  <rms@gnu.org>
6660
6661         * spam.el (spam group): Add :version.
6662
6663         * pgg-def.el (pgg group): Add :version.
6664
6665 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6666
6667         * gnus-art.el (gnus-article-edit-article): Don't associate the
6668         article buffer with a draft file.  This is a temporary measure
6669         against the 2004-08-22 change to gnus-article-edit-mode.
6670
6671 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6672
6673         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
6674         (html2text-format-tags): Remove unused variable `attr'.
6675
6676 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6677
6678         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
6679
6680         * tls.el (tls-process-connection-type, tls-success)
6681         (tls-certtool-program): Add :version.
6682
6683         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
6684         (starttls-extra-arguments, starttls-process-connection-type)
6685         (starttls-connect, starttls-failure, starttls-success):
6686
6687         * spam-stat.el (spam-stat): Add :version.
6688
6689         * sieve.el (sieve): Add :version.
6690
6691         * sha1.el (sha1): Add :version.
6692         (sha1-use-external): Remove redundant version.
6693
6694         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
6695         (nnmail-cache-ignore-groups, nnmail-spool-hook)
6696         (nnmail-split-fancy-match-partial-words)
6697         (nnmail-split-lowercase-expanded): Add :version.
6698
6699         * nndiary.el (nndiary): Add :version.
6700
6701         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
6702
6703         * mml-sec.el (mml-default-sign-method)
6704         (mml-default-encrypt-method, mml-signencrypt-style-alist):
6705         Add :version.
6706
6707         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
6708
6709         * mm-url.el (mm-url-use-external, mm-url-program)
6710         (mm-url-arguments): Add :version.
6711
6712         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
6713         (mm-attachment-file-modes, mm-decrypt-option)
6714         (mm-w3m-safe-url-regexp): Add :version.
6715
6716         * message.el (message-cite-prefix-regexp)
6717         (message-sendmail-envelope-from, message-minibuffer-local-map)
6718         (message-user-fqdn, message-completion-alist): Add :version.
6719
6720         * gnus-win.el (gnus-configure-windows-hook)
6721         (gnus-use-frames-on-any-display): Add :version.
6722
6723         * gnus-art.el (gnus-article-address-banner-alist)
6724         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
6725         (gnus-treat-from-picon, gnus-treat-mail-picon)
6726         (gnus-treat-x-pgp-sig): Add :version.
6727
6728         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
6729         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
6730         (gnus-summary-article-delete-hook)
6731         (gnus-summary-display-while-building): Add :version.
6732
6733         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
6734         (gnus-get-top-new-news-hook):Add :version.
6735
6736         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6737         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
6738
6739         * gnus-registry.el (gnus-registry): Add :version.
6740
6741         * gnus-spec.el (gnus-use-correct-string-widths)
6742         (gnus-make-format-preserve-properties): Add :version.
6743
6744         * gnus.el (gnus-group-charter-alist)
6745         (gnus-group-fetch-control-use-browse-url)
6746         (gnus-install-group-spam-parameters): Add :version.
6747
6748         * gnus-diary.el (gnus-diary): Add :version.
6749
6750         * gnus-delay.el (gnus-delay): Add :version.
6751
6752         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
6753         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
6754         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
6755         Add :version.
6756
6757         * gnus-agent.el (gnus-agent-max-fetch-size)
6758         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
6759         (gnus-agent-prompt-send-queue): Add :version.
6760
6761         * deuglify.el (gnus-outlook-deuglify): Add :version.
6762
6763         * html2text.el: Beautify code.  Improve doc strings.  Some
6764         checkdoc cleanup.
6765         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
6766
6767 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
6768
6769         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
6770
6771 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
6772
6773         * gnus-registry.el (gnus-registry-hashtb): Create the registry
6774         when package is loaded.
6775
6776         * spam.el (spam-summary-score-preferred-header): Add global preference
6777         for people who want to override the default SpamAssassin over
6778         Bogofilter preference (when both are set).
6779         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
6780         (spam-user-format-function-S): Check
6781         spam-summary-score-preferred-header.
6782         (spam-extra-header-to-number): Add X-Bogosity header parsing.
6783         (spam-user-format-function-S): Format the score correctly.
6784
6785 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6786
6787         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
6788         signature file.  Suggested by Manoj Srivastava
6789         <srivasta@golden-gryphon.com>.
6790
6791         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
6792         iso-2022-jp even in the Japanese language environment.
6793         Suggested by Jason Rumney <jasonr@gnu.org>.
6794
6795 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6796
6797         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
6798         use the same characters as the dummy marks; make it free from
6799         getting affected by the language environment.
6800         (gnus-summary-read-group-1): Update mark positions only when the
6801         format spec is updated.
6802
6803         * gnus-spec.el (gnus-update-format-specifications): Return a list
6804         of updated types.
6805
6806 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
6809         of boundp to check if display-warning is available.
6810
6811 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
6812
6813         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
6814
6815 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6816
6817         * nnspool.el (nnspool-spool-directory): Use news-path if the
6818         news-directory variable is not bound.
6819
6820         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
6821         function instead of display-warning if it is not available.
6822
6823 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6824
6825         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
6826         v5-10: Use `point-at-bol'.
6827
6828 2004-10-26  Simon Josefsson  <jas@extundo.com>
6829
6830         * hashcash.el: Fix URL in comment, reported by Cheng Gao
6831         <chenggao@gmail.com>.
6832
6833 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6834
6835         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
6836         instead.
6837
6838 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
6839
6840         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
6841         to remove a server from the nnimap-server-buffer-alist.
6842         (nnimap-open-connection, nnimap-close-server): Use it.
6843
6844         * gnus-encrypt.el: Remove file in favor of encrypt.el.
6845
6846 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6847
6848         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
6849         running the major-mode function.
6850
6851 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6852
6853         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
6854         dummy marks in the right way.
6855
6856 2004-10-18  David Edmondson  <dme@dme.org>
6857
6858         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
6859         excessively.
6860
6861 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
6862
6863         * gnus-util.el (gnus-split-references): Accept a nil references
6864         string and go on blissfully.
6865
6866         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
6867         cases where the references string is non-nil but has no references.
6868
6869         * encrypt.el: Add autoload tags.
6870
6871         * spam.el (spam-resolve-registrations-routine): Remove article
6872         from unregistration list too.  Reported by David Hanak
6873         <dhanak@isis.vanderbilt.edu>
6874
6875 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
6876
6877         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
6878         nil.  Changed custom type.
6879
6880 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
6881
6882         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
6883
6884         * gnus-sum.el (gnus-summary-move-article): Use it.
6885
6886 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
6887
6888         * encrypt.el: Add autoload cookies.
6889
6890         * spam.el (spam-backend-article-list-property)
6891         (spam-backend-get-article-todo-list)
6892         (spam-backend-put-article-todo-list, )
6893         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
6894         Resolve registrations separately.
6895         (spam-register-routine): Format comments.
6896         (spam-unregister-routine, spam-register-routine): Always call with
6897         specific-articles, no default list.
6898         (spam-summary-prepare-exit): Use the spam-classifications function.
6899
6900         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
6901         gnus-encrypt.el.
6902
6903         * encrypt.el: copied from gnus-encrypt.el
6904
6905         * gnus-encrypt.el: commented that it's obsolete
6906
6907 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6908
6909         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
6910         (gnus-score-save): Use it.
6911
6912         * message.el (message-bury): Use `window-dedicated-p'.
6913
6914 2004-10-15  Simon Josefsson  <jas@extundo.com>
6915
6916         * pop3.el (top-level): Don't require nnheader.
6917         (pop3-read-timeout): Add.
6918         (pop3-accept-process-output): Add.
6919         (pop3-read-response, pop3-retr): Use it.
6920
6921 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
6922
6923         * spam.el (spam-register-routine): Move comment.
6924         (spam-verify-bogofilter): Use 'unknown for the initial
6925         spam-bogofilter-valid state, not 'never.
6926
6927         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
6928         for netrc-machine.
6929
6930         * nnimap.el (nnimap-open-connection): Use
6931         netrc-machine-user-or-password.
6932
6933 2004-10-17  Richard M. Stallman  <rms@gnu.org>
6934
6935         * gnus-registry.el (gnus-registry-unload-hook):
6936         Set as a variable with add-hook.
6937
6938         * nnspool.el (nnspool-spool-directory): Use news-directory instead
6939         of news-path.
6940
6941         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
6942
6943         * spam.el: Delete duplicate `provide'.
6944         (spam-unload-hook): Set as a variable with add-hook.
6945
6946 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6947
6948         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
6949         in the doc string.
6950
6951         * message.el (message-ignored-news-headers)
6952         (message-ignored-supersedes-headers)
6953         (message-ignored-resent-headers)
6954         (message-forward-ignored-headers): Improve custom type.
6955
6956 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * message.el (message-tokenize-header): Fix 2004-09-06 change
6959         which used point-min in the wrong place.
6960
6961 2004-10-12  Simon Josefsson  <jas@extundo.com>
6962
6963         * tls.el (tls-certtool-program): New variable.
6964         (tls-certificate-information): New function, based on
6965         ssl-certificate-information.
6966
6967 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6968
6969         * compface.el: Move the version of ELisp-based uncompface program
6970         to the contrib directory because of the copyright problem.
6971
6972 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6973
6974         * message.el (message-kill-buffer): Raise the current frame.
6975
6976 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6977
6978         * gnus-sum.el: Mention that multibyte characters don't work as marks.
6979
6980         * gnus.el (message-y-or-n-p): Autoload.
6981
6982         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
6983         (pop3-password-required, pop3-authentication-scheme)
6984         (pop3-leave-mail-on-server): Made customizable.
6985         (pop3): New custom group.
6986         (pop3-retr): Remove `sleep-for' statements.
6987         Suggested by Dave Love <fx@gnu.org>.
6988
6989         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
6990         Windows/DOS.
6991
6992         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
6993         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
6994         Dave Love <fx@gnu.org>.
6995
6996         * mml.el (mml-minibuffer-read-disposition): Require match.
6997         Suggested by Dave Love <fx@gnu.org>.
6998
6999 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7000
7001         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
7002         doc string.
7003
7004 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7005
7006         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
7007
7008 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7009
7010         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
7011         instead of calling `mm-insert-inline', to decode text/* parts
7012         before displaying them.
7013
7014 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7015
7016         * mm-uu.el (mm-uu-text-plain-type): New variable.
7017         (mm-uu-pgp-signed-extract-1): Use it.
7018         (mm-uu-pgp-encrypted-extract-1): Use it.
7019         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
7020         bind mm-uu-text-plain-type with that value.
7021         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
7022         mm-uu-dissect.
7023
7024 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7025
7026         * gnus-group.el (gnus-update-group-mark-positions):
7027         * gnus-sum.el (gnus-update-summary-mark-positions):
7028         * message.el (message-check-news-body-syntax):
7029         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
7030         of string-as-multibyte.
7031
7032 2004-10-05  Juri Linkov  <juri@jurta.org>
7033
7034         * gnus-group.el (gnus-update-group-mark-positions):
7035         * gnus-sum.el (gnus-update-summary-mark-positions):
7036         * message.el (message-check-news-body-syntax):
7037         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
7038         8-bit unibyte values to a multibyte string for search functions.
7039
7040 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7041
7042         * mm-uu.el (mm-uu-dissect): Allow optional arg.
7043         (mm-uu-dissect-text-parts): New function.
7044
7045         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
7046         dissect text parts.
7047
7048         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
7049         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
7050
7051         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
7052
7053         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
7054         gnus-current-topics instead of gnus-current-topic.
7055
7056 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
7057
7058         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
7059
7060 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
7061
7062         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
7063         where approriate.
7064
7065         * nnml.el (nnml-generate-active-info): do.
7066
7067         * nndiary.el (nndiary-generate-active-info): do.
7068
7069         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
7070         (gnus-topic-move): do.
7071
7072         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
7073         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
7074
7075         * gnus-srvr.el (gnus-server-prepare)
7076         (gnus-server-open-all-servers): do.
7077
7078         * gnus-msg.el (gnus-summary-cancel-article)
7079         (gnus-summary-resend-message)
7080         (gnus-summary-mail-crosspost-complaint): do.
7081
7082         * gnus-move.el (gnus-change-server): do.
7083
7084         * gnus-group.el (gnus-group-unmark-all-groups)
7085         (gnus-group-set-current-level): do.
7086
7087 2004-10-04  Simon Josefsson  <jas@extundo.com>
7088
7089         * message.el (message-generate-hashcash): Doc fix.
7090
7091 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
7092
7093         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
7094         avoid infinite recursion via gnus-get-function.
7095
7096 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
7097
7098         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
7099
7100         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
7101
7102         * nnmail.el (nnmail-split-history): do.
7103
7104         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
7105         (nnml-request-delete-group): do.
7106
7107         * nnslashdot.el (nnslashdot-read-groups): do.
7108
7109         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
7110         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
7111
7112         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
7113         (nnspool-sift-nov-with-sed): Use last
7114         (nnspool-retrieve-headers-with-nov): Use mapc.
7115         (nnspool-request-newgroups): Use dolist.
7116         (nnspool-request-group): Use last.
7117
7118         * nntp.el (nntp-read-server-type): Use dolist.
7119
7120         * nnvirtual.el (nnvirtual-create-mapping)
7121         (nnvirtual-update-read-and-marked): Use dolist.
7122         (nnvirtual-convert-headers): Simplify.
7123
7124 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7125
7126         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
7127         support for sync'ing tick marks.
7128
7129 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7130
7131         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
7132         there's no visible header.
7133
7134 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7135
7136         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
7137         necessary, pass full group name to gnus-request-set-marks.
7138
7139 2004-10-01  Simon Josefsson  <jas@extundo.com>
7140
7141         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
7142         acroread.
7143
7144 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7145
7146         * spam-report.el (spam-report-gmane): Fix interactive.
7147
7148         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
7149
7150         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
7151         when writing file.
7152         (gnus-agent-synchronize-flags): Don't default to being
7153         interactive.
7154
7155 2004-09-30  Simon Josefsson  <jas@extundo.com>
7156
7157         * message.el (message-generate-hashcash): Add.
7158         (message-send-mail): Use it, call mail-add-payment.
7159
7160 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7161
7162         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
7163
7164 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
7165
7166         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
7167         gnus-requst-update-info with explicit code to sync the in-memory
7168         info read flags with the marks being sync'd to the backend.
7169
7170         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
7171
7172 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7173
7174         * spam.el (spam-verify-bogofilter): Add new function.
7175         (spam-check-bogofilter)
7176         (spam-bogofilter-register-with-bogofilter): Use it.
7177         (spam-verify-bogofilter): Add small fixes.
7178
7179 2004-09-28  Simon Josefsson  <jas@extundo.com>
7180
7181         * hashcash.el (hashcash-generate-payment): Revert.
7182
7183 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7184
7185         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
7186         gnus-extract-references instead of gnus-split-references.
7187
7188         * gnus-util.el (gnus-extract-references): Add new function, analogous
7189         to gnus-split-references but extracts only the message-ID without
7190         anything extra.
7191
7192         * hashcash.el (hashcash-generate-payment)
7193         (hashcash-check-payment): Do the right thing if hashcash-path is
7194         nil (because the hashcash program could not be found).
7195
7196         * spam.el (spam-use-hashcash): Remove comment.
7197
7198 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
7199
7200         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
7201         (gnus-cache-enter-article, gnus-cache-remove-article)
7202         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
7203
7204         * gnus-async.el (gnus-async-prefetch-remove-group): do.
7205
7206         * gnus-art.el (article-hide-boring-headers)
7207         (article-translate-strings, article-display-face)
7208         (gnus-article-mime-match-handle-first)
7209         (gnus-article-highlight-headers)
7210         (gnus-article-add-buttons-to-head): do.
7211
7212 2004-09-27  Simon Josefsson  <jas@extundo.com>
7213
7214         * hashcash.el: New version, from
7215         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
7216         ../contrib/.
7217
7218 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
7221
7222 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
7223
7224         * gnus-dup.el (gnus-dup-open): Use mapc.
7225         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
7226
7227         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
7228         Reported by Stefan Wiens <s.wi@gmx.net>.
7229
7230         * gnus.el (gnus-shutdown): Use dolist.
7231
7232         * gnus-undo.el (gnus-undo): Use mapc.
7233
7234         * nnrss.el (nnrss-generate-active): do.
7235
7236         * message.el (message-cite-original-without-signature)
7237         (message-cite-original): Use mapc.
7238         (message-do-actions, message-make-forward-subject): Use dolist.
7239
7240 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7241
7242         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
7243         deletion to remove entire duplicate line.  Fixes merged article
7244         number bug.
7245
7246 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7247
7248         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
7249         servers that are offline.  Avoids having gnus-agent-toggle-plugged
7250         first ask if you want to open a server and then, even when you
7251         responded with no, asking if you want to synchronize the server's
7252         flags.
7253         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
7254         multi-line expressions.
7255         (gnus-agent-synchronize-group-flags): New internal function.
7256         Updates marks in memory (in the info structure) AND in the
7257         backend.
7258
7259         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
7260
7261         * nnagent.el (nnagent-request-set-mark): Use
7262         gnus-agent-synchronize-group-flags, not backend's request-set-mark
7263         method, to ensure that synchronization updates marks in the
7264         backend and in the info (in memory) structure.
7265
7266 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7267
7268         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
7269         convention fully; don't miss the root article of a thread; make
7270         the X-Draft-From header with correct article numbers.
7271
7272 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
7273
7274         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
7275         unless plugged.  Disable the agent so that an open failure causes
7276         an error.
7277
7278         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
7279         Reverted 2004-09-21 change.  The backend must be opened while
7280         synchronizing flags even when the backend stores the flags
7281         locally.
7282
7283 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
7284
7285         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
7286         in `header' match.  Reported by Svend Tollak Munkejord.
7287
7288         * message.el (message-cite-original): Fix use of
7289         `message-cite-articles-with-x-no-archive'.
7290
7291 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7292
7293         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
7294         (gnus-window-to-buffer): Ditto.
7295
7296         * mml.el (mml-preview-buffer): New variable.
7297         (mml-preview): Manage window layout with gnus-buffer-configuration.
7298
7299         * gnus-msg.el (gnus-setup-message): Put article numbers into the
7300         X-Draft-From header even if those articles aren't quoted.
7301
7302 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
7303
7304         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
7305         (gnus-request-set-mark, gnus-request-update-mark): Use new
7306         g-s-t-u-l-m to decide to use backend even when unplugged.
7307
7308 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7309
7310         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
7311         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
7312
7313 2004-09-20  Simon Josefsson  <jas@extundo.com>
7314
7315         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
7316         "utf-16-le".
7317
7318 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7319
7320         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
7321
7322 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7323
7324         * uudecode.el (uudecode-use-external): Add :version.
7325
7326         * smime.el (smime-CA-file, smime-encrypt-cipher)
7327         (smime-dns-server): Add :version.
7328
7329         * smiley.el (gnus-smiley-file-types): Add :version.
7330
7331         * sha1.el (sha1-use-external): Add :version.
7332
7333         * pgg-def.el (pgg-query-keyserver): Add :version.
7334
7335         * nnmail.el (nnmail-fancy-expiry-targets)
7336         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
7337         Add :version.
7338
7339         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
7340         (nnimap-retrieve-groups-asynchronous): Add :version.
7341         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
7342
7343         * mml.el (mml-content-disposition-parameters)
7344         (mml-insert-mime-headers-always): Add :version.
7345
7346         * mm-util.el (mm-coding-system-priorities): Add :version.
7347
7348         * mm-decode.el (mm-inline-text-html-with-images)
7349         (mm-keep-viewer-alive-types, mm-external-terminal-program)
7350         (mm-verify-option): Add :version.
7351         (mm-text-html-renderer): Change :version.
7352
7353         * message.el (message-fcc-externalize-attachments)
7354         (message-required-headers, message-draft-headers)
7355         (message-subject-trailing-was-query)
7356         (message-subject-trailing-was-ask-regexp)
7357         (message-subject-trailing-was-regexp, message-mark-insert-begin)
7358         (message-mark-insert-end, message-archive-header)
7359         (message-archive-note, message-cross-post-default)
7360         (message-cross-post-note, message-followup-to-note)
7361         (message-cross-post-note-function, message-use-mail-followup-to)
7362         (message-subscribed-address-functions)
7363         (message-subscribed-address-file, message-subscribed-addresses)
7364         (message-subscribed-regexps, message-allow-no-recipients)
7365         (message-yank-cited-prefix, message-signature-insert-empty-line)
7366         (message-hidden-headers, message-hierarchical-addresses)
7367         (message-mail-user-agent, message-use-idna)
7368         (message-valid-fqdn-regexp)
7369         (message-strip-special-text-properties, message-header-synonyms)
7370         (message-beginning-of-line, message-tab-body-function): Add :version.
7371         (message-insert-canlock, message-wide-reply-confirm-recipients):
7372         Change :version.
7373
7374         * mail-source.el (mail-source-ignore-errors): Add :group, :type
7375         and :version.
7376         (mail-source-delete-old-incoming-confirm)
7377         (mail-source-movemail-program): Add :version.
7378
7379         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
7380         (gnus-agent-cache, gnus-agent): Change :version.
7381
7382         * gnus-util.el (gnus-use-byte-compile): Change :version.
7383
7384         * gnus-sum.el (gnus-summary-make-false-root-always)
7385         (gnus-summary-default-high-score)
7386         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
7387         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
7388         (gnus-read-all-available-headers, gnus-article-emulate-mime)
7389         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
7390         (gnus-sum-thread-tree-single-indent)
7391         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7392         (gnus-sum-thread-tree-leaf-with-other)
7393         (gnus-sum-thread-tree-single-leaf): Add :version.
7394         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
7395         (gnus-article-loose-mime): Change :version.
7396
7397         * gnus-start.el (gnus-backup-startup-file)
7398         (gnus-save-startup-file-via-temp-buffer): Add :version.
7399
7400         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
7401         (gnus-server-offline-face): Add :version.
7402
7403         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
7404
7405         * gnus-msg.el (gnus-gcc-externalize-attachments)
7406         (gnus-debug-files, gnus-debug-exclude-variables)
7407         (gnus-discouraged-post-methods): Change :version.
7408         (gnus-confirm-mail-reply-to-news)
7409         (gnus-confirm-treat-mail-like-news): Add :version.
7410
7411         * gnus-int.el (gnus-server-unopen-status): Add :version.
7412
7413         * gnus-group.el (gnus-group-jump-to-group-prompt)
7414         (gnus-large-ephemeral-newsgroup)
7415         (gnus-fetch-old-ephemeral-headers): Add :version.
7416
7417         * gnus-fun.el (gnus-x-face-directory)
7418         (gnus-convert-pbm-to-x-face-command)
7419         (gnus-convert-image-to-x-face-command)
7420         (gnus-convert-image-to-face-command): Add :version.
7421
7422         * gnus-delay.el (gnus-delay-default-hour): Add :version.
7423
7424         * gnus-cite.el (gnus-cite-blank-line-after-header)
7425         (gnus-article-boring-faces): Add :version.
7426
7427         * gnus-art.el (gnus-buttonized-mime-types)
7428         (gnus-inhibit-mime-unbuttonizing)
7429         (gnus-treat-display-face)
7430         (gnus-treat-body-boundary): Change :version.
7431         (gnus-body-boundary-delimiter, gnus-picon-databases)
7432         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
7433         (gnus-treat-date-english, gnus-treat-fold-headers)
7434         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
7435         (gnus-treat-mail-picon, gnus-treat-wash-html)
7436         (gnus-article-encrypt-protocol)
7437         (gnus-use-idna, gnus-article-over-scroll)
7438         (gnus-mime-display-multipart-alternative-as-mixed)
7439         (gnus-mime-display-multipart-related-as-mixed)
7440         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
7441         (gnus-ctan-url, gnus-button-ctan-handler)
7442         (gnus-button-handle-ctan-bogus-regexp)
7443         (gnus-button-ctan-directory-regexp)
7444         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
7445         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
7446         (gnus-button-man-level, gnus-button-emacs-level)
7447         (gnus-button-message-level, gnus-button-browse-level): Add :version.
7448
7449         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
7450         (gnus-agent-go-online): Change :version.
7451         (gnus-agent-expire-unagentized-dirs)
7452         (gnus-agent-auto-agentize-methods): Add :version.
7453
7454         * flow-fill.el (fill-flowed-display-column)
7455         (fill-flowed-encode-column): Add :version.
7456
7457         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7458         (gnus-outlook-deuglify-unwrap-max)
7459         (gnus-outlook-deuglify-cite-marks)
7460         (gnus-outlook-deuglify-unwrap-stop-chars)
7461         (gnus-outlook-deuglify-no-wrap-chars)
7462         (gnus-outlook-deuglify-attrib-cut-regexp)
7463         (gnus-outlook-deuglify-attrib-verb-regexp)
7464         (gnus-outlook-deuglify-attrib-end-regexp)
7465         (gnus-outlook-display-hook): Add :version.
7466
7467         * binhex.el (binhex-use-external): Add :version.
7468
7469 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
7470
7471         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
7472         and `invisible'.
7473
7474 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7475
7476         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
7477         in gnus-registry-trim.
7478
7479 2004-09-13  Simon Josefsson  <jas@extundo.com>
7480
7481         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
7482
7483         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
7484
7485         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
7486         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7487         <yamaoka@jpl.org>.
7488         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
7489         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7490         <yamaoka@jpl.org>.
7491
7492         * sieve.el (sieve-manage-mode): Ditto.
7493
7494 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
7495
7496         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
7497
7498 2004-09-11  Simon Josefsson  <jas@extundo.com>
7499
7500         * dns-mode.el: Add.
7501
7502         * mm-view.el (mm-display-dns-inline): Add.
7503
7504         * mm-decode.el (mm-inline-media-tests): Add text/dns.
7505         (mm-automatic-display): Ditto.
7506
7507         * mailcap.el (mailcap-mime-data): Add text/dns.
7508         (mailcap-mime-extensions): Map .soa to text/dns.
7509
7510 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
7511
7512         * gnus-art.el (article-decode-mime-words, article-babel)
7513         (gnus-article-highlight-signature, gnus-article-add-buttons)
7514         (gnus-signature-toggle): Remove unnecessary bindings of
7515         `inhibit-read-only' inherited from v5.10 merge.
7516
7517 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
7518
7519         * nntp.el (nntp): New customization group.
7520         (nntp-authinfo-file): Add customization group.
7521
7522         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
7523
7524         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
7525
7526         * gnus.el (to-address, to-list, subscribed)
7527         (large-newsgroup-initial): Ditto.
7528
7529         * flow-fill.el (fill-flowed-display-column)
7530         (fill-flowed-encode-column): Ditto.
7531
7532 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
7533
7534         * message.el (message-tokenize-header, message-send-mail-with-qmail):
7535         Use point-min rather than 1.
7536         (message-send-mail): Use buffer-size rather than point-max.
7537
7538         * gnus-sum.el (gnus-summary-search-article-forward):
7539         Signal a specific `search-failed' rather than a generic `error'.
7540
7541         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
7542         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
7543         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
7544
7545 2004-09-10  Simon Josefsson  <jas@extundo.com>
7546
7547         * nndb.el (require): Remove tcp and duplicate cl.
7548
7549 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7550
7551         * gnus-agent.el (directory-files-and-attributes): Move forward.
7552
7553 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7554
7555         * gnus-agent.el (directory-files-and-attributes): Optionally
7556         defined to support XEmacs.
7557
7558 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7559
7560         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
7561         to avoid run-time CL dependencies.
7562         (gnus-agent-unfetch-articles): New function.
7563         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
7564         article numbers even when local .overview file is missing.
7565         (gnus-agent-read-article-number): New function. Only accepts
7566         27-bit article numbers.
7567         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
7568         gnus-agent-read-article-number.
7569         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
7570         from backend while recognizing that article numbers in .overview
7571         must be valid.
7572         (gnus-agent-update-files-total-fetched-for): Use
7573         directory-files-and-attributes to improve performance.
7574         * gnus-int.el (gnus-request-move-article): Use
7575         gnus-agent-unfetch-articles in place of gnus-agent-expire to
7576         improve performance.
7577
7578         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
7579         some users confused by references to .newsrc when they only have a
7580         .newsrc.eld file.
7581         (gnus-convert-mark-converter-prompt,
7582         gnus-convert-converter-needs-prompt): Fixed use of property list.
7583         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
7584         New function. Used internally to only display 'gnus converting
7585         files' message when actually necessary.
7586
7587         * gnus-sum.el (): Removed (require 'gnus-agent) as required
7588         methods now autoloaded.
7589
7590 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7591
7592         * gnus-sum.el (gnus-summary-insert-subject): Remove list
7593         identifiers.
7594
7595 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
7596
7597         * gnus-picon.el: Fix indentation and closing parenthesis.
7598
7599 2004-09-01  Simon Josefsson  <jas@extundo.com>
7600
7601         * message.el (message-canlock-generate): Require sha1, not
7602         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
7603         to require within a function.  Sadly, if sha1.el isn't loaded, the
7604         let binding in m-c-g will hide the defcustom definition, which is
7605         bad.)
7606
7607         * canlock.el: Require sha1, not sha1-el.
7608
7609         * message.el: Don't autoload sha1 (there is a autoload cookie in
7610         sha1.el).
7611
7612         * sha1-el.el: Renamed to sha1.el.
7613
7614 2004-08-30  Juanma Barranquero  <lektu@terra.es>
7615
7616         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
7617
7618 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7619
7620         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
7621
7622 2004-08-30  Kim F. Storm  <storm@cua.dk>
7623
7624         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
7625
7626         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
7627         Add :group 'nnimap.
7628
7629 2004-08-30  Andreas Schwab  <schwab@suse.de>
7630
7631         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
7632         ?* and ?\;.
7633
7634         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
7635         and ?\' to symbol instead of whitespace.
7636
7637 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7638
7639         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
7640
7641         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
7642         instead of re-search-forward.
7643
7644         * gnus-uu.el (gnus-uu-save-article): Ditto.
7645         (gnus-uu-post-encode-uuencode): Ditto.
7646
7647         * html2text.el (html2text-clean-list-items): Ditto.
7648         (html2text-clean-dtdd): Ditto.
7649         (html2text-format-tags): Ditto.
7650
7651         * message.el (message-send-mail-with-sendmail): Fix regexp.
7652         (message-fill-field-general): Use search-forward instead of
7653         re-search-forward.
7654         (unbold-region): Ditto.
7655
7656         * nnrss.el (nnrss-request-article): Ditto.
7657
7658         * nnslashdot.el (nnslashdot-request-article): Ditto.
7659
7660         * nnweb.el (nnweb-gmane-wash-article): Ditto.
7661
7662         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
7663         "Unrecognized menu descriptor" error in XEmacs.
7664
7665 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7666
7667         * gnus-sum.el (gnus-read-header): Don't remove a header for the
7668         parent article of a sparse article in the thread hashtb.
7669
7670 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
7671
7672         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
7673         (nnmail-expand-newtext): Lowercase expanded entries if
7674         nnmail-split-lowercase-expanded is non-nil.
7675
7676 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7677
7678         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
7679         entry.
7680
7681         * gnus-group.el (gnus-group-line-format-alist): Convert the value
7682         of gnus-tmp-news-method into string under XEmacs.  It will be
7683         passed to gnus-correct-length which takes only a string argument.
7684
7685 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7686
7687         * gnus-util.el (gnus-bind-print-variables): New macro.
7688         (gnus-prin1): Use it.
7689         (gnus-prin1-to-string): Use it.
7690         (gnus-pp): New function.
7691         (gnus-pp-to-string): New function.
7692
7693         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
7694         pp-to-string with gnus-pp-to-string.
7695         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
7696         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
7697         * gnus-msg.el (gnus-debug): Ditto.
7698         * gnus-score.el (gnus-score-save): Ditto.
7699         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
7700         gnus-pp-to-string.
7701         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
7702         with gnus-pp.
7703         * score-mode.el (gnus-score-pretty-print): Ditto.
7704         * webmail.el (webmail-debug): Ditto.
7705
7706 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7707
7708         * gnus-art.el (article-display-face, article-display-x-face): Use
7709         buffer-read-only.
7710
7711 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7712
7713         * gnus-art.el (article-hide-list-identifiers): Bind
7714         inhibit-read-only as t.
7715
7716 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
7717
7718         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
7719
7720 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7721
7722         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
7723         (gnus-narrow-to-page): Don't assume point-min == 1.
7724         (gnus-article-edit-mode): Derive from message-mode.
7725
7726         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
7727         point-min == 1.
7728
7729         * imap.el (imap-parse-address-list, imap-parse-body-ext):
7730         Disable incorrect use of `assert'.
7731
7732         * message.el (message-mode): Set comment-start-skip.
7733
7734
7735 2004-08-22  Sam Steingold  <sds@gnu.org>
7736
7737         * pop3.el (pop3-leave-mail-on-server): New user variable.
7738         (pop3-movemail): Delete mail only when it is nil.
7739
7740 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
7741
7742         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
7743
7744         * mml.el (mml-preview): Use `pop-to-buffer'.
7745
7746         * message.el (message-goto-mail-followup-to): Insert after "To".
7747         (message-carefully-insert-headers): Add comment.
7748
7749         * gnus.el: Remove unused variable `gnus-article-check-size'.
7750
7751         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
7752
7753         * gnus-art.el (gnus-button-alist): Improve
7754         `gnus-button-handle-library' entry.
7755
7756 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
7757
7758         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
7759         downcase, since XEmacs capitalizes error messages differently.
7760
7761 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
7762
7763         * nntp.el: Add (require 'gnus) due to reference to
7764         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
7765
7766 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
7767
7768         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
7769         `mm-fill-flowed'.
7770
7771         * mm-decode.el (mm-dissect-singlepart): Check it.
7772
7773 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
7774
7775         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
7776         'imap' for netrc parsing.
7777
7778 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
7779
7780         * mailcap.el (mailcap-mime-data): Mark as risky.
7781
7782 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7783
7784         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
7785         may be included in the encoded word.
7786         (rfc2047-encode): Don't append a space if the encoded word
7787         includes close parenthesis.
7788
7789 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7790
7791         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
7792         of text within parentheses.
7793
7794 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
7795
7796         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
7797         (gnus-encrypt-write-file-contents): Make the password key the file
7798         name PLUS the cipher, not just the cipher.  Also remove failed
7799         passwords from the cache.
7800
7801 2004-08-06  Simon Josefsson  <jas@extundo.com>
7802
7803         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
7804         fix.
7805
7806 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7807
7808         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
7809         LWSP.
7810
7811 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
7812
7813         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
7814         to append in-reply-to: data to the references: header.
7815
7816         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
7817         (netrc-parse): Use gnus-encrypt.el functions.
7818
7819         * gnus-encrypt.el: Add new file for encryption support; currently
7820         does only a few GPG ciphers and an internal XOR cipher.
7821
7822         * password.el: Add comments on using password-read-and-add.
7823         (password-read-and-add): Add function to read and add the
7824         password to the cache at once.
7825
7826 2004-07-28  Simon Josefsson  <jas@extundo.com>
7827
7828         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
7829         parameter (but don't use it, for now).
7830
7831         * imap.el (imap-ssl-open): Use imap-process-connection-type,
7832         instead of hard coding to nil.
7833
7834 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7835
7836         * mm-view.el (mm-inline-image-emacs): Open lines under an image
7837         as mm-inline-image-xemacs does.
7838
7839 2004-07-26  Simon Josefsson  <jas@extundo.com>
7840
7841         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
7842         Revert part of 2004-07-17 change below.
7843
7844 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7845
7846         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
7847         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7848
7849 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7850
7851         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
7852         quotes that actually start with ">" at the beginning of the
7853         lines.
7854
7855 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7856
7857         * rfc2047.el (rfc2047-encode-region): Fix last change.
7858         (rfc2047-encode-parameter): Remove useless concat.
7859
7860 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7861
7862         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
7863         encode special characters; fix some kind of misconfigured headers;
7864         signal a real error if debug-on-quit or debug-on-error is non-nil.
7865         (rfc2047-encode-max-chars): New variable.
7866         (rfc2047-encode-1): Use it.
7867         (rfc2047-encode-parameter): New function.
7868
7869         * mml.el (mml-insert-parameter): Remove an excessive space.
7870
7871 2004-07-17  Simon Josefsson  <jas@extundo.com>
7872
7873         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
7874         Kai Grossjohann <kai@emptydomain.de>.
7875         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
7876         (gnus-group-make-menu-bar): Ditto.
7877
7878         * gnus-util.el (gnus-group-server): Add.
7879
7880 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
7881
7882         * message.el (message-clone-locals): Clone sendmail and smtp
7883         variables.
7884
7885 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7886
7887         * rfc2047.el (rfc2047-encode-region): Fix last change.
7888
7889 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7890
7891         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
7892         characters as non-special.
7893
7894 2004-07-09  Simon Josefsson  <jas@extundo.com>
7895
7896         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
7897         Users will lose all flag changes made while unplugged with
7898         e.g. nntp unless flag synchronization happens, thus `nil' is not a
7899         good default.  See numerous reports on ding mailing list.
7900
7901 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7902
7903         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
7904         add generate-head-function and generate-article-function to the
7905         rfc822-forward entry.
7906         (nndoc-rfc822-forward-generate-article): New function.
7907         (nndoc-rfc822-forward-generate-head): New function.
7908
7909         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
7910
7911 2004-07-06  Dan Christensen  <jdc@uwo.ca>
7912
7913         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
7914         respect display group parameter and gnus-summary-expunge-below.
7915         (gnus-articles-to-read): Remove unused reference to display group
7916         parameter.
7917
7918 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7919
7920         * nnheader.el (nnheader-uniquify-message-id): New experimental
7921         variable.
7922         (nnheader-nov-read-message-id): Use it.
7923
7924         * spam-report.el (spam-report-gmane): Add interactive.
7925
7926 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7927
7928         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
7929         qp-or-base64 for the application/* types.
7930
7931 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
7932
7933         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
7934
7935 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
7936
7937         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
7938         trim value.
7939
7940 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
7941
7942         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
7943         New macro and function.
7944         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
7945
7946 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7947
7948         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
7949         after-load-alist.
7950
7951 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7952
7953         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
7954         update info that isn't there.
7955
7956 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
7957
7958         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
7959         entry.
7960
7961 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7962
7963         * mm-view.el (mm-inline-render-with-function): Use multibyte
7964         buffer; decode html source by charset.
7965
7966         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
7967
7968         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
7969         Mule-UCS is loaded under XEmacs.
7970         (mm-mime-mule-charset-alist): Avoid duplicated entries.
7971
7972 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
7973
7974         * nnheader.el (nnheader-max-head-length): Increase to 8192.
7975
7976 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7977
7978         * mm-util.el (mm-coding-system-p): Return a coding-system.
7979         (mm-mime-mule-charset-alist): Use shift_jis instead of
7980         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
7981         entries for the mime charsets iso-2022-jp-3 and shift_jis.
7982         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
7983         instead of japanese-shift-jis and iso-latin-1 respectively in
7984         order to share the default value with both Emacs and XEmacs-mule.
7985         (mm-mule-charset-to-mime-charset): Make
7986         mm-coding-system-priorities effective.
7987         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
7988         while predicating of candidates upon the priorities.
7989
7990 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
7991
7992         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7993         gnus-uu-invert-processable.
7994
7995         * gnus.el: Autoload gnus-uu-invert-processable.
7996
7997 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7998
7999         * mm-util.el (mm-with-multibyte-buffer): New macro.
8000
8001         * rfc2047.el (rfc2047-encode-string): Use it.
8002         (rfc2047-encode-region): Move point to the end of the region after
8003         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
8004
8005 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8006
8007         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
8008         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
8009
8010 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8011
8012         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
8013         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
8014         Karl Chen <quarl@nospam.quarl.org>.
8015
8016 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
8017
8018         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
8019         invalid addresses.
8020
8021 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
8022
8023         * spam.el: Change section markers, revise TODO list.
8024         (spam-backends): Make new master list of all installed backends.
8025         (spam-summary-exit-behavior): Add new variable to determine how
8026         messages moves are done at summary exit.
8027         (spam-move-spam-nonspam-groups-only)
8028         (spam-process-ham-in-nonham-groups)
8029         (spam-process-ham-in-spam-groups): Remove variables, the
8030         spam-summary-exit-behavior variable should be used to manage this
8031         behavior.
8032         (spam-old-ham-articles, spam-old-spam-articles): Remove.
8033         (spam-old-articles): Add variable, replacing spam-old-ham-articles
8034         and spam-old-spam-articles.
8035         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
8036         Add empty variables, placeholders for the backends they represent.
8037         (spam-set-difference): Move, unchanged.
8038         (spam-list-of-processors): Declare OBSOLETE, not used anymore
8039         unless the user has a processor variable.
8040         (spam-classifications, spam-classification-valid-p)
8041         (spam-backend-properties, spam-backend-property-valid-p)
8042         (spam-backend-function-type-valid-p)
8043         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
8044         (spam-report-articles-gmane, spam-report-articles-resend):
8045         Remove functions, they are not needed.
8046         (spam-install-backend-super, spam-backend-list)
8047         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
8048         (spam-backend-function, spam-backend-ham-registration-function)
8049         (spam-backend-spam-registration-function)
8050         (spam-backend-ham-unregistration-function)
8051         (spam-backend-spam-unregistration-function)
8052         (spam-backend-statistical-p, spam-backend-mover-p)
8053         (spam-install-backend-alias, spam-install-checkonly-backend)
8054         (spam-install-mover-backend, spam-install-nocheck-backend)
8055         (spam-install-backend, spam-install-statistical-backend)
8056         (spam-install-statistical-checkonly-backend): Add backend installation
8057         support.
8058         (spam-summary-prepare-exit): Rewrite to use the new backend code.
8059         (spam-group-processor-p): Use the new backend code and respect the
8060         summary exit behavior.
8061         (spam-mark-spam-as-expired-and-move-routine): Remove.
8062         (spam-summary-prepare): Change to use the new spam-old-articles
8063         variable.
8064         (spam-copy-or-move-routine, spam-copy-spam-routine)
8065         (spam-move-spam-routine, spam-copy-ham-routine)
8066         (spam-move-ham-routine): Add code to copy/move ham or spam.
8067         (spam-fetch-field-fast): Improve doc and code, plus allow the
8068         'number request.
8069         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
8070         variables.
8071         (spam-split, spam-find-spam): Use the new backend code.
8072         (spam-registration-functions): Remove variable.
8073         (spam-unregister-routine): Add convenience wrapper.
8074         (spam-log-undo-registration, spam-register-routine)
8075         (spam-log-processing-to-registry)
8076         (spam-log-unregistration-needed-p): Rename "check" to "backend"
8077         where possible.
8078         (spam-check-gmane-xref, spam-check-regex-headers)
8079         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
8080         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
8081         (spam-check-bogofilter-headers, spam-check-spamoracle)
8082         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
8083         (spam-check-crm114-headers): Use the spam-split-group that
8084         spam-split prepares, no need to determine it every time.
8085
8086         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
8087         to the nnheader-parse-naked-head call.
8088
8089         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
8090
8091         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
8092         the nnheader-nov-read-message-id call.
8093
8094 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8095
8096         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
8097         gnus-activate-group twice.  Suggested by Markus Peter
8098         <warp@spin.de>.
8099
8100 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8101
8102         * gnus-art.el (gnus-article-time-format): Exchange the order of
8103         day and month in the default value; fix customization type.
8104         (article-date-ut): Use add-text-properties.
8105         (article-make-date-line): Use message-make-date instead of
8106         current-time-string.
8107
8108         * message.el (message-fetch-field): Don't use set-text-properties.
8109         (message-make-date): Simplify.
8110
8111         * messagexmas.el (message-xmas-make-date): New function.
8112         (message-xmas-redefine): Defalias message-make-date to it.
8113
8114 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8115
8116         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
8117         (rfc2047-encode-region): Treat text within parentheses as special;
8118         show the original text when error has occurred.
8119
8120         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
8121         already-computed method to gnus-activate-group.
8122
8123         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
8124         same select-methods identical Lisp objects.
8125
8126         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
8127         object when modifying the info.
8128
8129 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8130
8131         * gnus-srvr.el (gnus-server-set-info): Remove the server from
8132         gnus-opened-servers since it has never been opened with the new
8133         configuration yet.
8134
8135 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8136
8137         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
8138         arg to nnheader-generate-fake-message-id.
8139
8140 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
8141
8142         * nnheader.el (nnheader-generate-fake-message-id): Accept a
8143         number and build a fake message ID localized to a group and
8144         article number (so it's repeatable from that point on).
8145         (nnheader-fake-message-id-p): Change regex to accomodate new fake
8146         ID format.
8147
8148         * gnus-sum.el (gnus-get-newsgroup-headers): Call
8149         nnheader-generate-fake-message-id with the article number.
8150
8151 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
8152
8153         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
8154         end-of-buffer.
8155
8156 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8157
8158         * message.el (message-ignored-supersedes-headers): Add Approved.
8159
8160 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8161
8162         * rfc2047.el (rfc2047-encode-message-header): Remove useless
8163         goto-char.
8164         (rfc2047-encode): Fold the line before encoding.
8165
8166 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8167
8168         * rfc2047.el (rfc2047-encode-message-header): Disabled header
8169         folding -- not all headers can be folded, and this should be done
8170         by the message composition mode.  Probably.  I think.
8171
8172 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8173
8174         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
8175         fast.
8176
8177         * gnus-ems.el (gnus-remove-image): Don't use
8178         message-text-with-property; remove only the image found first.
8179
8180         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
8181         found first.
8182
8183 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
8184
8185         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
8186
8187 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8188
8189         * message.el (message-text-with-property): Make it fast and accept
8190         optional arguments.
8191         (message-strip-forbidden-properties): Use it.
8192         (message-fix-before-sending): Follow the m-t-w-p change.
8193
8194         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
8195
8196 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8197
8198         * gnus-art.el (article-hide-headers): Don't change the buffer
8199         mistakenly when performing mml-preview even if
8200         gnus-single-article-buffer is nil.
8201
8202 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
8203
8204         * message.el (message-expand-name-databases): New user option.
8205         (message-expand-name): Use it.
8206
8207 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
8208
8209         * spam.el (spam-report-articles-resend)
8210         (spam-report-resend-register-routine): Allow ham reporting.
8211         (spam-report-resend-register-ham-routine): Add wrapper.
8212         (spam-registration-functions): Add ham resending functions.
8213         (spam-list-of-processors): Add ham resend processor.
8214
8215         * gnus.el (ham-resend-to): Add new group parameter.
8216         (spam-process): Add ham resend option.
8217
8218         * spam-report.el (spam-report-resend): Allow reporting ham.
8219         (spam-report-resend-ham): Add wrapper.
8220
8221 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8222
8223         * message.el (message-cite-articles-with-x-no-archive): New
8224         variable.
8225         (message-cite-original): Use it.
8226
8227 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8228
8229         * message.el (message-cite-original): Respect X-No-Archive.
8230
8231 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8232
8233         * gnus-art.el (article-hide-headers): Refer to the values for
8234         gnus-ignored-headers and gnus-visible-headers in the summary
8235         buffer since a user may have set them as group parameters.
8236
8237 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
8238
8239         * assistant.el (assistant-node-name): Add convenience function.
8240         (assistant-render-text, assistant-render-node): Add error handling,
8241         plus handle multiple next nodes.
8242         (assistant-find-next-node): Comment out for now.
8243         (assistant-find-next-nodes): Add function, returns list of next
8244         nodes.
8245
8246 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
8247
8248         * mail-source.el (mail-source-directory): Fix doc-string.
8249
8250 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
8251
8252         * assistant.el (assistant-render-text, assistant-eval): Add :set
8253         widget type, which is different because it takes and returns a
8254         list.  Much hilarity ensues.
8255
8256 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
8257
8258         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
8259
8260         * gnus-group.el (gnus-group-get-new-news-this-group): Added
8261         doc-string.
8262
8263         * gnus-start.el (gnus-activate-group): Added doc-string.
8264
8265 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8266
8267         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
8268
8269 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
8270
8271         * assistant.el (assistant-render-text): Try to add a :set
8272         widget, more to come.
8273
8274         * spam.el (spam-group-spam-contents-p): Handle empty groupname
8275         strings.
8276         (spam-report-articles-resend)
8277         (spam-register-routine): Do registration iff any articles warrant
8278         it.
8279         (spam-summary-prepare-exit): Change log message for nil group
8280         destinations.
8281
8282 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
8283
8284         * spam.el (spam-report-resend-register-routine): Allow
8285         spam-report-resend-to to be a group parameter or a global value.
8286
8287 2004-05-26  Simon Josefsson  <jas@extundo.com>
8288
8289         * starttls.el: Merge with my GNUTLS based starttls.el.
8290         (starttls-gnutls-program, starttls-use-gnutls)
8291         (starttls-extra-arguments, starttls-process-connection-type)
8292         (starttls-connect, starttls-failure, starttls-success): New
8293         variables.
8294         (starttls-program, starttls-extra-args): Doc fix.
8295         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
8296         functions.
8297         (starttls-negotiate, starttls-open-stream): Check
8298         `starttls-use-gnutls' and pass on to corresponding *-gnutls
8299         function if it is set.
8300
8301 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8302
8303         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
8304         structured fields.
8305
8306 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8307
8308         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
8309
8310 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
8311
8312         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
8313         variable.
8314         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
8315         assigning the spam-mark to new messages.
8316
8317 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
8318
8319         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
8320
8321 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * dgnushack.el: Autoload customize-set-variable for XEmacs.
8324
8325         * rfc2047.el (rfc2047-encodable-p): Don't move point.
8326         (rfc2047-decode): Treat the ascii coding-system as raw-text by
8327         default.
8328
8329 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
8330
8331         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
8332         correct data.
8333
8334 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
8335
8336         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
8337         (spam-group-processor-p): Fix function.
8338         (spam-group-processor-multiple-p)
8339         (spam-group-spam-processor-report-gmane-p)
8340         (spam-group-spam-processor-report-resend-p)
8341         (spam-group-spam-processor-bogofilter-p)
8342         (spam-group-spam-processor-blacklist-p)
8343         (spam-group-spam-processor-ifile-p)
8344         (spam-group-ham-processor-ifile-p)
8345         (spam-group-spam-processor-spamoracle-p)
8346         (spam-group-spam-processor-crm114-p)
8347         (spam-group-ham-processor-bogofilter-p)
8348         (spam-group-spam-processor-stat-p)
8349         (spam-group-ham-processor-stat-p)
8350         (spam-group-ham-processor-whitelist-p)
8351         (spam-group-ham-processor-BBDB-p)
8352         (spam-group-ham-processor-spamoracle-p)
8353         (spam-group-ham-processor-copy-p): Remove functions with some
8354         prejudice against unneeded code.
8355         (spam-report-articles-resend)
8356         (spam-report-resend-register-routine): Allow the group/topic
8357         spam-resend-to value to override spam-report-resend-to.
8358         (spam-summary-prepare-exit): Invoke spam-group-processor-p
8359         properly now.
8360
8361         * gnus.el (spam-resend-to): Add group/topic parameter.
8362         (spam-process): Move the OBSOLETE processors to the end of the
8363         choices.
8364
8365 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
8366
8367         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
8368         with resend-to set to nil, and then ask the user if necessary.
8369         (spam-report-resend): spam-report-resend takes a list of articles, not
8370         separate article numbers.
8371
8372 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8373
8374         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
8375         addition to emacs-w3m.
8376
8377 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8378
8379         * assistant.el (assistant-authinfo-data): New function.
8380         (assistant-eval): Eval for entire assistant.
8381
8382         * netrc.el (netrc-services-file): New variable.
8383         (netrc-parse-services): New function.
8384         (netrc-find-service-name): New function.
8385         (netrc-find-service-number): New function.
8386         (netrc-port-equal): New function.
8387         (netrc-machine): Use it.
8388
8389         * nnimap.el (nnimap-open-connection): Use netrc.
8390
8391         * gnus-util.el (gnus-netrc-get): Remove aliases.
8392
8393         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
8394
8395         * assistant.el (wid-edit): Fix compilation.
8396
8397         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
8398
8399 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
8400
8401         * gnus-util.el (gnus-set-file-modes): New function.  (small
8402         patch).
8403
8404 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8405
8406         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
8407
8408         * assistant.el (assistant-render-node): Fix up rendering and
8409         read-only text.
8410         (assistant-render-node): Reset.
8411         (assistant-make-read-only): Not sticky.
8412
8413 2004-05-20  Danny Siu  <dsiu@adobe.com>
8414
8415         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
8416         centered even when gnus-auto-center-summary is t
8417
8418 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8419
8420         * dns.el (dns-get-txt-answer): New function.
8421         (dns-read-txt): Ditto.
8422         (query-dns): Use it.
8423
8424 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8425
8426         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
8427         active for foreign groups even if the group level is higher than
8428         the specified value.
8429
8430 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8431
8432         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
8433         non-active groups.
8434
8435         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
8436
8437 2004-05-20  Magnus Henoch  <mange@freemail.hu>
8438
8439         * dns.el (dns-read-type): Add support for SVR.  (small patch)
8440
8441 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8442
8443         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
8444         (spam-crm114-header, spam-crm114-spam-switch)
8445         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
8446         (spam-crm114-positive-spam-header)
8447         (spam-crm114-database-directory, spam-list-of-processors)
8448         (spam-group-spam-processor-crm114-p)
8449         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
8450         (spam-generic-score, spam-list-of-checks)
8451         (spam-list-of-statistical-checks, spam-registration-functions)
8452         (spam-check-crm114-headers, spam-crm114-score)
8453         (spam-check-crm114, spam-crm114-register-with-crm114)
8454         (spam-crm114-register-spam-routine)
8455         (spam-crm114-unregister-spam-routine)
8456         (spam-crm114-register-ham-routine)
8457         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
8458         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
8459
8460         * gnus.el: Add spam-use-crm114.
8461
8462         * spam.el (spam-list-of-processors, spam-registration-functions):
8463         Add spam-use-resend.
8464         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
8465         (spam-report-articles-gmane): Add doc fix.
8466         (spam-report-articles-resend,
8467         spam-report-resend-register-routine): Add wrappers around
8468         spam-report-resend-to.
8469
8470         * spam-report.el (spam-report-resend-to, spam-report-resend):
8471         Add support for resending spam.
8472         (spam-report-gmane): Fix line length >80.
8473
8474         * gnus.el (spam-process): Add spam-use-resend.
8475
8476 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8477
8478         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
8479         number of processed spam messages.
8480         (spam-ham-copy-or-move-routine): Return the number of processed
8481         ham messages.
8482         (spam-summary-prepare-exit): Use the above values to decide
8483         whether status messages shouled be displayed.
8484
8485 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8486
8487         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
8488         `rfc2047-encoding-function-alist' in order to avoid conflicting
8489         with the old version.
8490         (rfc2047-encode-region): Concatenate words containing non-ASCII
8491         characters in structured fields; don't encode space-delimited
8492         ASCII words even in unstructured fields; don't break words at
8493         char-category boundaries.
8494         (rfc2047-encode-1): New function.
8495         (rfc2047-encode): Use it; encode text so that it occupies the
8496         maximum width within 76-column; work correctly on Q encoding for
8497         iso-2022-* charsets.
8498         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
8499         sure not to break a line just after the header name.
8500         (rfc2047-b-encode-region): Removed.
8501         (rfc2047-b-encode-string): New function.
8502         (rfc2047-q-encode-region): Removed.
8503         (rfc2047-q-encode-string): New function.
8504
8505         * mm-util.el (mm-replace-in-string): New function.
8506
8507 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8508
8509         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
8510         get it right.
8511         (gnus-inews-make-draft): Really.
8512
8513 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
8514
8515         * nnmh.el (nnmh-request-list-1): Don't check the link count
8516         before descending.  (small patch)
8517
8518 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8519
8520         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
8521         stuff.
8522
8523         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
8524         on real group name.
8525
8526         * gnus-art.el (gnus-signature-limit): Doc fix.
8527
8528         * gnus-msg.el (gnus-inews-make-draft): Quote list.
8529
8530         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
8531
8532 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
8533
8534         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
8535         isn't a string.
8536
8537 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8538
8539         * gnus-draft.el (gnus-draft-send): Bind
8540         rfc2047-encode-encoded-words.
8541
8542         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
8543         (rfc2047-encodable-p): Say that =? needs encoding.
8544         (rfc2047-encode-encoded-words): New variable.
8545
8546         * gnus-group.el (gnus-group-select-group): Doc fix.
8547
8548         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
8549
8550         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
8551         to nil.
8552
8553         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
8554
8555         * nnheader.el (nnheader-get-lines-and-char): New function.
8556
8557 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
8558
8559         * gnus-msg.el (gnus-summary-followup-with-original): Document
8560         yanking of region when active.
8561
8562 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8563
8564         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
8565         groups if the group level is higher than the specified value.
8566
8567 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8568
8569         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
8570         (gnus-group-jump-to-group): Added prefix argument using
8571         `gnus-group-jump-to-group-prompt'.  Query before jumping to
8572         non-active group.
8573
8574         * compface.el (uncompface): Be verbose when changing
8575         `uncompface-use-external'.
8576
8577         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
8578         handle manual section.
8579
8580 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8581
8582         * gnus-art.el (gnus-button-alist): Revert previous change.
8583
8584 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8585
8586         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
8587
8588 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8589
8590         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
8591         whether backend can accept message.
8592
8593         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
8594
8595 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
8596
8597         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
8598         Avoid creating directory when nntp-marks-is-evil is true.
8599         Reported by Reiner Steib.
8600
8601 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8602
8603         * gnus-picon.el (gnus-picon-style): New variable.
8604         (gnus-picon-insert-glyph): Added optional `nostring' argument.
8605         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
8606         Jesper Harder <harder@ifa.au.dk>.
8607
8608 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8609
8610         * message.el (message-fill-field): Return point.
8611         (message-generate-headers): Go to end of field.
8612
8613         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
8614         stuff for non-living groups.
8615
8616 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
8617
8618         * gnus-art.el (gnus-article-followup-with-original)
8619         (gnus-article-reply-with-original): gnus-mark-active-p ->
8620         gnus-region-active-p.
8621
8622 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
8623
8624         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
8625         only when there is spam or ham to be processed.
8626
8627 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8628
8629         * mail-source.el (mail-source-delete-crash-box): Refactor.
8630         (mail-source-fetch): Use it.
8631         (mail-source-fetch-file): Ditto.
8632         (mail-source-fetch-directory): Run postscript in loop.
8633         (mail-source-fetch-pop): Delete.
8634         (mail-source-fetch-maildir): Ditto.
8635         (mail-source-fetch-imap): Ditto.
8636
8637         * imap.el (imap-authenticators): Comment out sasl.
8638
8639         * message.el (message-skip-to-next-address): New function.
8640         (message-fill-header-address): Refactor.
8641         (message-fill-address): Use it.
8642         (message-delete-address): Use it.
8643         (message-fill-header-general): Refactor.
8644         (message-fill-field-address): Rename.
8645         (message-narrow-to-field): Find the start of the header.
8646         (message-header-format-alist): Don't pre-fill.
8647         (message-fill-header): Removed.
8648         (message-insert-header): New function.
8649         (message-shorten-references): Use it.
8650
8651         * rfc2047.el (rfc2047-field-value): Strip props.
8652
8653         * mail-parse.el (mail-header-make-address): New alias.
8654
8655         * ietf-drums.el (ietf-drums-make-address): New function.
8656
8657         * imap.el: Add compiler directives.
8658
8659         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
8660
8661         * gnus-art.el (article-decode-idna-rhs): Don't use
8662         message-idna-inside-rhs-p.
8663
8664 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8665
8666         * message.el (message-idna-inside-rhs-p): Removed.
8667         (message-idna-to-ascii-rhs-1): Use proper address parsing.
8668
8669         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
8670         false positives.
8671
8672 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
8673
8674         * imap.el (imap-sasl-make-mechanisms): Use sasl.
8675
8676 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8677
8678         * nneething.el (nneething-file-name): Don't create spurions
8679         files.
8680
8681         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
8682         (gnus-inews-do-gcc): Remove sleep.
8683
8684         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
8685         part under point.
8686
8687         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
8688         (gnus-agent-regenerate-group): Using nil messages aren't valid.
8689
8690 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
8691
8692         * spam.el (spam-summary-prepare-exit): Fixed (length).
8693
8694 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8695
8696         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
8697         as expired without moving it" message when there are spam
8698         messages left.
8699
8700 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
8701
8702         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
8703         header is not nil.
8704
8705 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
8706
8707         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
8708         nntp-possibly-create-directory, not nntp-possibly-change-group.
8709         (nntp-marks-changed-p): New arg SERVER.
8710         (nntp-request-update-info): Adjust caller.
8711
8712 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
8713
8714         * nntp.el (nntp-save-marks): Pass missing arg.
8715
8716 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
8717
8718         * nntp.el: Support marks.
8719         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
8720         (nntp-marks-modtime, nntp-marks-directory): New variables.
8721         (nntp-request-set-mark, nntp-request-update-info)
8722         (nntp-possibly-create-directory, nntp-marks-changed-p)
8723         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
8724         functions.
8725
8726 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
8727
8728         * gnus-xmas.el (gnus-xmas-select-lowest-window)
8729         (gnus-xmas-redefine): Rename.
8730
8731         * gnus-score.el (gnus-score-insert-help): Use
8732         gnus-select-lowest-window.
8733
8734         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
8735         appt-select-lowest-window and rename to gnus-select-lowest-window.
8736
8737         * gnus.el: do.
8738
8739 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8740
8741         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
8742         encodings of MIME-encoded words, in order to improve
8743         interoperability with several broken MUAs.
8744
8745 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8746
8747         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
8748         tags, only when charsets are not specified in headers.
8749         (mm-inline-text-html-render-with-w3m): Ditto.
8750
8751         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
8752         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
8753
8754 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8755
8756         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
8757         instead of MIME-decoded from fields when checking
8758         `gnus-article-address-banner-alist'.
8759
8760 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
8761
8762         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
8763         description rather than subject.
8764
8765 2004-05-02  Steve Youngs  <steve@youngs.au.com>
8766
8767         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
8768
8769 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8770
8771         * gnus.el (gnus-version-number): Bump.
8772
8773 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8774
8775         * gnus.el: No Gnus v0.2 is released.
8776
8777 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8778
8779         * gnus-agent.el (gnus-agent-read-agentview): Inline
8780         gnus-uncompress-range.
8781
8782 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8783
8784         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
8785         `exec-installed-p'.
8786
8787 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8788
8789         * gnus.el (spam-process, spam-autodetect-methods): Add
8790         bsfilter and bsfilter-headers.
8791
8792         * spam.el (spam-bsfilter): New customize group.
8793         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
8794         (spam-bsfilter-header, spam-bsfilter-probability-header)
8795         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
8796         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
8797         (spam-bsfilter-database-directory): New options.
8798         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
8799         (spam-list-of-statistical-checks, spam-registration-functions):
8800         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
8801         (spam-bsfilter-score): New command.
8802         (spam-check-bsfilter-headers, spam-check-bsfilter)
8803         (spam-bsfilter-register-with-bsfilter)
8804         (spam-bsfilter-register-spam-routine)
8805         (spam-bsfilter-unregister-spam-routine)
8806         (spam-bsfilter-register-ham-routine)
8807         (spam-bsfilter-unregister-ham-routine): New functions.
8808         (spam-generic-score): Support bsfilter; Accept an optional argument
8809         to recalcurate spam score even if scoring header has already been
8810         added.
8811         (spam-bogofilter-score, spam-spamassassin-score): Accept an
8812         optional argument to recalcurate spam score even if scoring header
8813         has already been added.
8814
8815 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
8816
8817         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
8818         strings!  Reported by David D. Smith <davidsmith@acm.org>.
8819         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
8820         link is missing.
8821
8822 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
8823
8824         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
8825         (html2text-get-attr): Rewrite.
8826
8827         * message.el (message-setup-1): Remove redundant put-text-property
8828         on mail-header-separator.
8829
8830 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
8831
8832         * gnus-registry.el (gnus-registry-cache-whitespace)
8833         (gnus-registry-action, gnus-registry-spool-action)
8834         (gnus-registry-split-fancy-with-parent): Change message levels
8835         from 5 to 3 or 7, as needed.
8836
8837         * spam.el (spam-summary-prepare-exit)
8838         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
8839         (spam-split, spam-find-spam, spam-log-undo-registration)
8840         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
8841         level from 5 to 6.
8842
8843 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8844
8845         * gnus-ems.el: Autoload appt-select-lowest-window (revert
8846         2004-03-04 change).
8847
8848 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
8849
8850         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
8851         Use mapc when appropriate.
8852
8853         * sieve-manage.el (sieve-manage-open): do.
8854
8855         * nnweb.el (nnweb-insert-html): do.
8856
8857         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
8858         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
8859
8860         * nnspool.el (nnspool-request-group): do.
8861
8862         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
8863         do.
8864
8865         * nnml.el (nnml-request-update-info): do.
8866
8867         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
8868         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
8869
8870         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
8871         (nnimap-request-set-mark): do.
8872
8873         * nnfolder.el (nnfolder-request-update-info): do.
8874
8875         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
8876         do.
8877
8878         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
8879
8880         * gnus-uu.el (gnus-uu-find-articles-matching): do.
8881
8882         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
8883         do.
8884
8885         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
8886         do.
8887
8888         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
8889
8890         * gnus-nocem.el (gnus-nocem-scan-groups): do.
8891
8892         * gnus-int.el (gnus-start-news-server): do.
8893
8894         * gnus-group.el (gnus-group-make-kiboze-group)
8895         (gnus-group-browse-foreign-server): do.
8896
8897 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
8898
8899         FIXME: Make separate entries for each person.
8900
8901         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
8902         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
8903         <shields@msrl.com>:
8904
8905         * spam.el (spam-necessary-extra-headers): Get the extra headers we
8906         may need for spam sorting and scoring.
8907         (spam-user-format-function-S): Add user format function suitable for
8908         general use.
8909         (spam-article-sort-by-spam-status): Add sorting function for summary
8910         sorting.
8911         (spam-extra-header-to-number): Add function to get a score from a
8912         header.
8913         (spam-summary-score): Add function to  get a numeric score from the
8914         headers.
8915         (spam-generic-score): Fixed function doc, was in wrong place.
8916         (spam-initialize): Take symbols when it's run, and install the
8917         extra headers that spam-necessary-extra-headers thinks we need.
8918
8919 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
8920
8921         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
8922         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
8923
8924 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
8925
8926         * gnus-sum.el (gnus-set-global-variables)
8927         (gnus-build-all-threads, gnus-get-newsgroup-headers)
8928         (gnus-article-get-xrefs, gnus-summary-best-group)
8929         (gnus-summary-next-article, gnus-summary-enter-digest-group)
8930         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
8931         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
8932         with-current-buffer.
8933
8934 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
8935
8936         * spam.el (spam-summary-prepare-exit): Simplify logic.
8937         (spam-fetch-article-header): Read the article header if it's not
8938         available.
8939         (spam-list-articles): Simplify logic.
8940         (spam-filelist-register-routine): Fix bug with unregister-list.
8941
8942         * gnus-registry.el: Fix comments at beginning.
8943
8944 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
8945
8946         * message.el (message-cater-to-broken-inn): Remove.
8947         (message-shorten-references): Make sure the total folded length of
8948         References is shorter than 998 characters to cater to a bug in INN
8949         2.3.  Also, don't pretend that references aren't folded -- this
8950         hasn't worked for a while.
8951
8952 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8953
8954         * gnus-agent.el (gnus-agentize):
8955         gnus-agent-send-mail-real-function no longer set to current value
8956         of message-send-mail-function but rather a lambda that calls
8957         message-send-mail-function.  The change makes the agent real-time
8958         responsive to user changes to message-send-mail-function.
8959
8960 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8961
8962         * legacy-gnus-agent.el
8963         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
8964         help from Florian Weimer <fw@deneb.enyo.de>
8965
8966 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8967
8968         * nnmail.el (nnmail-cache-insert): Revert last change.
8969
8970 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8971
8972         * nnmail.el (nnmail-cache-insert): Always check whether
8973         nnmail-cache-ignore-groups matches a group name.
8974
8975 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
8976
8977         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
8978         (spam-find-spam, spam-log-processing-to-registry)
8979         (spam-log-registered-p, spam-log-unregistration-needed-p)
8980         (spam-log-undo-registration): Use gnus-message instead of
8981         gnus-error, none of these errors are fatal.
8982
8983         * gnus-registry.el (gnus-registry-clean-empty-function)
8984         (gnus-registry-clean-empty): Remove only empty entries without
8985         extra data.
8986
8987 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
8988
8989         * spam-stat.el (spam-stat-buffer-change-to-spam)
8990         (spam-stat-buffer-change-to-non-spam): Change (error) to
8991         (gnus-message 8) invocation.
8992
8993 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * nntp.el (nntp-via-netcat-command): New variable.
8996         (nntp-via-netcat-switches): New variable.
8997         (nntp-open-via-rlogin-and-netcat): New function.
8998         (nntp-open-connection-function): Doc fix.
8999         (nntp-telnet-command): Doc fix.
9000         (nntp-end-of-line): Doc fix.
9001         (nntp-via-rlogin-command): Doc fix.
9002         (nntp-via-user-name): Doc fix.
9003         (nntp-via-address): Doc fix.
9004
9005 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9006
9007         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
9008         error in Emacs 21.1.
9009
9010 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
9011
9012         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
9013
9014 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9015         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
9016         (gnus-agent-with-refreshed-group): New macro.
9017         (gnus-agent-rename-group): New function.
9018         (gnus-agent-delete-group): New function.
9019         (gnus-agent-save-group-info): Use gnus-command-method when
9020         `method' parameter is nil.  Don't write nil entries into the
9021         active file.
9022         (gnus-agent-get-group-info): New function.
9023         (gnus-agent-fetch-articles): Use
9024         gnus-agent-update-files-total-fetched-for to increment disk space
9025         used.
9026         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
9027         gnus-agent-update-view-total-fetched-for to increment disk space
9028         used.
9029         (gnus-agent-get-local): Added optional parameters to avoid calling
9030         gnus-group-real-name and gnus-find-method-for-group.
9031         (gnus-agent-set-local): Delete stored entry if either min, or max,
9032         are nil.
9033         (gnus-agent-fetch-session): Reworded error/quit messages.  On
9034         quit, use gnus-agent-regenerate-group to record existance of any
9035         articles fetched to disk before the quit occurred.
9036         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
9037         gnus-agent-update-view-total-fetched-for, and
9038         gnus-agent-update-files-total-fetched-for to decrement disk space
9039         used.
9040         (gnus-agent-retrieve-headers): Use
9041         gnus-agent-update-view-total-fetched-for to increment disk space
9042         used.
9043         (gnus-agent-regenerate-group): Replace gnus-group-update-group
9044         with gnus-agent-update-files-total-fetched-for to decrement disk
9045         space and fresh group buffer.
9046         (gnus-agent-inhibit-update-total-fetched-for): New variable.
9047         (gnus-agent-need-update-total-fetched-for): New variable.
9048         (gnus-agent-update-files-total-fetched-for): New function.
9049         (gnus-agent-update-view-total-fetched-for): New function.
9050         (gnus-agent-total-fetched-for): New function.
9051
9052         * gnus-cache.el (gnus-cache-save-buffers): Use
9053         gnus-cache-update-overview-total-fetched-for to change disk space
9054         used by this group.
9055         (gnus-cache-possibly-enter-article): Use
9056         gnus-cache-update-file-total-fetched-for to increment disk space
9057         used by this group.
9058         (gnus-cache-possibly-remove-article): Use
9059         gnus-cache-update-file-total-fetched-for to decrement disk space
9060         used by this group.
9061         (gnus-cache-generate-nov-databases): Purge total fetched cache.
9062         (gnus-cache-rename-group): New function.
9063         (gnus-cache-delete-group): New function.
9064         (gnus-cache-inhibit-update-total-fetched-for): New variable.
9065         (gnus-cache-need-update-total-fetched-for): New variable.
9066         (gnus-cache-with-refreshed-group): New macro.
9067         (gnus-cache-update-file-total-fetched-for): New function.
9068         (gnus-cache-update-overview-total-fetched-for): New function.
9069         (gnus-cache-rename-group-total-fetched-for): New function.
9070         (gnus-cache-delete-group-total-fetched-for): New function.
9071         (gnus-cache-total-fetched-for): New function.
9072
9073         * gnus-group.el: Require gnus-sum and autoload functions to
9074         resolve warnings when gnus-group.el compiled alone.
9075         (gnus-group-line-format): Documented new %F
9076         (size of Fetched data) group line format; identifies disk space
9077         used by agent and cache.
9078         (gnus-group-line-format-alist): Defined new F format.
9079         (gnus-total-fetched-for): New function.
9080         (gnus-group-delete-group): No longer update
9081         gnus-cache-active-altered as gnus-request-delete-group now keeps
9082         the cache in sync.
9083         (gnus-group-list-active): Let the agent store a server's active
9084         list if currently plugged.
9085
9086         * gnus-int.el (gnus-request-delete-group): Use
9087         gnus-cache-delete-group and gnus-agent-delete-group to keep the
9088         local disk in sync with the server.
9089          (gnus-request-rename-group): Use
9090         gnus-cache-rename-group and gnus-agent-rename-group to keep the
9091         local disk in sync with the server.
9092
9093         * gnus-start.el (gnus-get-unread-articles): Cosmetic
9094         simplification to logic.
9095
9096         * gnus-util.el (gnus-rename-file): New function.
9097
9098 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
9099
9100         * mm-util.el (mm-image-load-path): Handle nil in load-path.
9101
9102 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
9103
9104         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
9105         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
9106
9107 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
9108
9109         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
9110         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
9111
9112 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
9113
9114         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
9115
9116 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
9117
9118         * spam.el (spam-set-difference): Add function to replace
9119         gnus-set-difference in spam.el.
9120         (spam-summary-prepare-exit): Use spam-set-difference.
9121
9122 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9123
9124         * gnus-registry.el (gnus-registry-cache-file): Update to use
9125         gnus-dribble-directory OR gnus-home-directory OR ~.
9126         (gnus-registry-split-fancy-with-parent): Fix doc.
9127
9128 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9129
9130         * message.el (message-exchange-point-and-mark): Use
9131         message-mark-active-p.  Suggested by Jesper Harder
9132         <harder@ifa.au.dk>.
9133
9134 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9135
9136         * message.el (message-exchange-point-and-mark): Don't activate
9137         region if it was inactive.  Suggested by Hiroshi Fujishima
9138         <pooh@nature.tsukuba.ac.jp>.
9139
9140 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * gnus-art.el (article-display-face): Display Faces in the same
9143         order as X-Faces.
9144
9145 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9146
9147         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
9148
9149 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9150
9151         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
9152         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
9153         (gnus-article-mime-hierarchy): Remove.
9154         (gnus-article-mime-hierarchy-next): Remove.
9155         (gnus-article-mode): Revert 2004-03-19 change.
9156         (gnus-article-setup-buffer): Revert 2004-03-19 change.
9157         (gnus-insert-mime-button): Revert 2004-03-19 change.
9158         (gnus-mime-accumulate-hierarchy): Remove.
9159         (gnus-mime-enter-multipart): Remove.
9160         (gnus-mime-leave-multipart): Remove,
9161         (gnus-mime-display-part): Revert 2004-03-19 change.
9162         (gnus-mime-display-alternative): Revert 2004-03-19 change.
9163
9164         * mml.el (mml-preview): Revert 2004-03-19 change.
9165
9166 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
9167
9168         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
9169
9170 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9171
9172         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
9173         t while entering a file name using the mm-with-multibyte macro.
9174         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9175
9176         * mm-util.el (mm-with-multibyte): New macro.
9177
9178 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9179
9180         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
9181         user option.
9182         (gnus-mime-multipart-functions): Doc and customization fix.
9183         (gnus-article-mime-hierarchy): New variable.
9184         (gnus-article-mime-hierarchy-next): New variable.
9185         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
9186         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
9187         gnus-article-mime-hierarchy-next to nil.
9188         (gnus-insert-mime-button): Show hierarchy numbers.
9189         (gnus-mime-accumulate-hierarchy): New function.
9190         (gnus-mime-enter-multipart): New function.
9191         (gnus-mime-leave-multipart): New function.
9192         (gnus-mime-display-part): Recompute hierarchical MIME structure.
9193         (gnus-mime-display-alternative): Show hierarchy numbers.
9194
9195         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
9196         gnus-article-mime-hierarchy-next to nil.
9197
9198 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
9199
9200         * dns.el: Don't require gnus-xmas.
9201
9202 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
9203
9204         * mml.el (mml-generate-mime-1): Don't use format=flowed with
9205         inline PGP.
9206         (mml-menu): Disable mml-quote-region if mark is inactive.
9207
9208 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9209
9210         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
9211         when the group's active is not available.
9212
9213 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9214
9215         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
9216         error.
9217
9218 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
9219
9220         * imap.el (imap-store-password): New variable.
9221         (imap-interactive-login): Use it.
9222         Suggested by Mark Plaksin <happy@mcplaksin.org>.
9223
9224 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9225
9226         * gnus-art.el (gnus-article-read-summary-keys): Restore new
9227         window-start and hscroll to summary window.
9228
9229 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9230
9231         * gnus-start.el (gnus-convert-old-newsrc): Only write the
9232         conversion message to newsrc-dribble when an actual conversion is
9233         performed.
9234
9235 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
9236
9237         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
9238
9239 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9240
9241         * mm-decode.el (mm-complicated-handles): New function reviving
9242         former definition of mm-multiple-handles.
9243
9244         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
9245         (gnus-mime-delete-part): Use it.
9246
9247 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9248
9249         * gnus-agent.el (gnus-agent-read-local): Bind
9250         nnheader-file-coding-system to gnus-agent-file-coding-system to
9251         avoid the implicit assumption that they will always be equal.
9252         (gnus-agent-save-local): Bind buffer-file-coding-system, not
9253         coding-system-for-write, as the with-temp-file macro first prints
9254         to a buffer then saves the buffer.
9255
9256 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9257
9258         * gnus-art.el (gnus-article-edit-part): New function.
9259         (gnus-mime-save-part-and-strip): Use it; do query instead of
9260         signaling an error; don't use mm-multiple-handles.
9261         (gnus-mime-delete-part): Ditto.
9262
9263 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9264
9265         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
9266         old file versions.
9267         (gnus-group-prepare-hook): Removed function that converted list
9268         form of gnus-agent-expire-days to group properties.
9269
9270         * gnus-int.el: Autoload gnus-agent-regenerate-group.
9271         (gnus-request-accept-article): Re-indented.
9272
9273         * gnus-start.el (gnus-convert-old-newsrc): Registered new
9274         converters to handle old agent file formats.  Added logic for a
9275         "backup before upgrading warning".
9276         (gnus-convert-mark-converter-prompt): Developers can mark
9277         functions as needing (default), or not needing,
9278         gnus-convert-old-newsrc's "backup before upgrading warning".
9279         (gnus-convert-converter-needs-prompt): Tests whether the user
9280         should be protected from potentially irreversable changes by the
9281         function.
9282
9283         * legacy-gnus-agent.el (): New. Provides converters that are only
9284         loaded when gnus-convert-old-newsrc needs to call them.
9285
9286 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9287
9288         * mail-source.el (mail-source-touch-pop): Doc fix.
9289
9290         * message.el (message-smtpmail-send-it): Doc fix.
9291
9292 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
9293
9294         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
9295
9296         * nnmail.el (nnmail-split-fancy): do.
9297
9298         * gnus-kill.el (gnus-kill, gnus-execute): do.
9299
9300 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9301
9302         * gnus-sum.el (gnus-widget-reversible-match)
9303         (gnus-widget-reversible-to-internal)
9304         (gnus-widget-reversible-to-external): New functions.
9305         (gnus-widget-reversible): New widget.
9306         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
9307
9308 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
9309
9310         * gnus-sum.el (gnus-thread-sort-functions)
9311         (gnus-article-sort-functions): Document `(not F)' items.
9312
9313 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9314
9315         * spam.el (spam-use-gmane-xref): Add new backend.
9316         (spam-gmane-xref-spam-group): Add variable to control the name of the
9317         Gmane spam group.
9318         (spam-blackhole-servers, spam-blackhole-good-server-regex)
9319         (spam-regex-headers-spam, spam-regex-headers-ham)
9320         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
9321         (spam-list-of-checks): Add spam-use-gmane-xref to list of
9322         backends and checks.
9323         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
9324
9325         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
9326         an autodetect method.
9327
9328 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9329
9330         * gnus-int.el (gnus-request-accept-article): Inform the agent that
9331         articles are being added to a group.
9332         (gnus-request-replace-article): Inform the agent that articles
9333         need to be uncached as the cached contents are no longer valid.
9334
9335 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9336
9337         * binhex.el: Don't autoload executable-find.
9338
9339         * canlock.el: Don't autoload mail-fetch-field.
9340
9341         * dgnushack.el: Autoload c-mode for XEmacs.
9342
9343         * gnus-ems.el: Don't autoload appt-select-lowest-window.
9344
9345         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
9346         rmail-dont-reply-to and rmail-output.
9347
9348         * gnus-score.el: Don't autoload ffap-string-at-point.
9349
9350         * gnus-setup.el: Don't autoload sc-cite-original.
9351
9352         * imap.el: Don't autoload base64-decode-string,
9353         base64-encode-string and md5.
9354
9355         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
9356         and rmail-msg-restore-non-pruned-header.
9357
9358         * mm-decode.el: Don't autoload executable-find.
9359
9360         * mm-url.el: Don't autoload executable-find.
9361
9362         * mm-view.el: Don't autoload diff-mode.
9363
9364         * nndb.el: Don't autoload news-reply-mode, news-setup,
9365         cancel-timer and telnet.
9366
9367         * password.el: Don't autoload run-at-time for Emacs.
9368
9369         * sha1-el.el: Don't autoload executable-find.
9370
9371         * sieve-mode.el: Don't autoload c-mode.
9372
9373         * uudecode.el: Don't autoload executable-find.
9374
9375 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9376
9377         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
9378         (gnus-agent-possibly-alter-active): Avoid null in numeric
9379         comparison.
9380         (gnus-agent-set-local): Refuse to save null in local object table.
9381         (gnus-agent-regenerate-group): The REREAD parameter can now be a
9382         list of articles that will be marked as unread.
9383
9384 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9385
9386         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
9387
9388 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
9389
9390         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
9391         language tags.
9392
9393 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9394
9395         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
9396         Don't bind "obarray".
9397
9398         * gnus-sum.el (gnus-thread-sort-functions): Added
9399         `gnus-thread-sort-by-most-recent-number' and
9400         `gnus-thread-sort-by-most-recent-date'.
9401         Reported by Kai Grossjohann <kai@emptydomain.de>.
9402
9403 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9404
9405         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
9406
9407 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9408
9409         * gnus-cus.el (gnus-agent-customize-category): Removed
9410         ignore-errors macro reference that required cl to be loaded at
9411         run-time.
9412
9413         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
9414         single-interval range of the form (min . max).  Previously the
9415         range had to look like ((min . max)).  Likewise, return
9416         (min . max) rather than ((min . max)).
9417         (gnus-range-map): Use gnus-range-normalize to accept
9418         single-interval range.
9419
9420         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
9421         the cache, but not the agent, now appear with their usual face.
9422
9423         * dgnushack.el (loaddir): New variable that is bound to the
9424         directory containing the dgnushack.el file. Use loaddir, rather
9425         than srcdir, to update load-path. Change lets dgnushack compile
9426         code in directories other than GNUS/lisp.
9427
9428 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9429
9430         * lpath.el: Don't bind w3m-safe-url-regexp.
9431
9432         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
9433         w3m-safe-url-regexp variable buffer-local.
9434
9435         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9436
9437 2004-02-27  Simon Josefsson  <jas@extundo.com>
9438
9439         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
9440         gnus-group-real-prefix.
9441         (gnus-summary-move-article): Use it, instead of
9442         gnus-group-real-prefix.
9443
9444 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9445
9446         * lpath.el: Bind w3m-safe-url-regexp.
9447
9448         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
9449         w3m-safe-url-regexp variable buffer-local and set it as the value
9450         of mm-w3m-safe-url-regexp.
9451
9452         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9453
9454         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
9455         parsing gnus-posting-styles when the message is not for replying.
9456
9457         * dgnushack.el: Autoload sgml-mode for XEmacs.
9458
9459         * nnrss.el (nnrss-opml-export): Use
9460         mm-set-buffer-file-coding-system instead of
9461         set-buffer-file-coding-system.
9462
9463 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
9464
9465         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
9466         of checkdoc.el).
9467         * nnrss.el: do.
9468         * gnus-mlspl.el: do.
9469         * gnus-ml.el: do.
9470         * gnus-srvr.el: do.
9471
9472         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
9473
9474 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9475
9476         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
9477         Corrections to custom-manual links.
9478
9479         * gnus-art.el (gnus-article): Ditto.
9480
9481         * mm-decode.el (mime-display, mime-security): Ditto.
9482
9483 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9484
9485         * flow-fill.el: Typo.
9486
9487 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
9488
9489         * spam-wash.el: New file.
9490
9491 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
9492
9493         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
9494
9495 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9496
9497         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
9498         to be run with new-articles as LIST1, not LIST2.
9499         (spam-registration-functions): Add spam-use-ham-copy as a nil
9500         registration backend.
9501
9502 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9503
9504         * spam-stat.el (spam-stat-washing-hook): New option.
9505         (spam-stat-buffer-words): Use it.
9506         (spam-stat-process-directory, spam-stat-test-directory): Use
9507         insert-file-contents-literally.
9508         (spam-stat-coding-system): New variable.
9509         (spam-stat-load, spam-stat-save): Use it.
9510
9511 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9512
9513         * spam-report.el (spam-report-plug-agent): Quote
9514         spam-report-url-to-file and spam-report-url-ping-plain.
9515
9516 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
9517
9518         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
9519         / in mailto URLs.
9520
9521 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9522
9523         * spam-report.el (spam-report-process-queue): Fix interactive use.
9524         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
9525         (spam-report-unplug-agent): Doc fixes.
9526         (spam-report-url-ping-mm-url, spam-report-url-to-file)
9527         (spam-report-agentize, spam-report-deagentize): Autoload
9528
9529 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9530
9531         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
9532
9533         * message.el (message-setup-fill-variables): Add mml tags to
9534         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
9535         <ajk@iu.edu>.
9536         (message-mode): Don't modify paragraph-separate there.
9537
9538 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9539
9540         * compface.el (uncompface-use-external): Default to undecided.
9541         (uncompface-use-external-threshold): New variable.
9542         (uncompface-float-time): New macro.
9543         (uncompface): Determine whether to use the external decoder if
9544         uncompface-use-external is undecided.
9545
9546 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9547
9548         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
9549         after images.
9550
9551         * gnus-art.el (gnus-mime-display-single): Remove dead code.
9552
9553 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
9554
9555         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
9556
9557         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
9558
9559         * gnus-sum.el (gnus-summary-limit-to-age)
9560         (gnus-summary-limit-children): do.
9561
9562         * gnus-int.el (gnus-request-scan): do.
9563
9564         * gnus-group.el (gnus-group-suspend): do.
9565
9566         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
9567
9568         * gnus-cite.el (gnus-cite-parse-attributions): do.
9569
9570         * gnus-agent.el (gnus-summary-set-agent-mark)
9571         (gnus-agent-regenerate-group): do.
9572
9573         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
9574
9575         * binhex.el (binhex-decode-region-internal): do.
9576
9577 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9578
9579         * gnus-fun.el (gnus-face-properties-alist): New user option.
9580         (gnus-display-x-face-in-from): Use it.
9581
9582         * gnus-art.el (article-display-face): Ditto.
9583
9584         * compface.el (uncompface-use-external): Default to nil.
9585
9586 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
9587
9588         * nntp.el (nntp-erase-buffer): New function.
9589         (nntp-retrieve-data, nntp-send-command)
9590         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
9591         (nntp-possibly-change-group): Use it.
9592
9593         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
9594         with-current-buffer.
9595
9596 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
9597
9598         * compface.el: Merge the ELisp-based uncompface program.
9599         (compface): New customization group.
9600         (uncompface-use-external): New user option.
9601         (uncompface): Call uncompface-internal if uncompface-use-external
9602         is nil.
9603         (uncompface-internal): New function.  Note that there are also
9604         some other functions and variables added for this function.
9605
9606 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
9607
9608         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
9609         if necessary.
9610
9611 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
9612
9613         * spam-report.el (spam-report-unplug-agent)
9614         (spam-report-plug-agent, spam-report-deagentize)
9615         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
9616         Add support for the Agent in spam-report: when unplugged, report to a
9617         file; when plugged, submit all the requests.
9618
9619         * spam.el (spam-register-routine): Fix message about
9620         registration.
9621
9622 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
9623
9624         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
9625         dependencies.
9626         (rfc2047-encode): Use it.
9627
9628         * gnus-art.el (gnus-button-marker-list): Move before first
9629         reference.
9630
9631         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9632         (imap-parse-body): Fix format string mismatch.
9633
9634         * gnus-score.el (gnus-summary-increase-score): do.
9635
9636         * nnrss.el (nnrss-close): New function.
9637
9638 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
9639
9640         * nnrss.el (nnrss-make-filename): New function.
9641         (nnrss-request-delete-group, nnrss-read-server-data)
9642         (nnrss-save-server-data, nnrss-read-group-data)
9643         (nnrss-save-group-data): Use it.
9644         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
9645         (nnrss-read-server-data, nnrss-read-group-data): Use load.
9646         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
9647
9648 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
9649
9650         * mml.el (mml-compute-boundary-1): Don't uncompress files.
9651
9652 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
9653
9654         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
9655         files.
9656
9657         * message.el (message-generate-headers-first): Don't quote nil
9658         and t in docstrings.
9659
9660         * imap.el (imap-id): do.
9661
9662         * gnus-agent.el (gnus-agent-consider-all-articles)
9663         (gnus-agent-queue-mail): do.
9664
9665 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
9666
9667         * spam-report.el (spam-report-process-queue): New function.
9668         Process requests from `spam-report-requests-file'.
9669         (spam-report-process-queue): Doc fix.
9670
9671 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
9672
9673         * spam.el (spam-register-routine)
9674         (spam-log-processing-to-registry, spam-log-registered-p)
9675         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9676         Change "check" to "spam-check" for semi-clarity.
9677
9678 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
9679
9680         * pop3.el: Require nnheader.
9681
9682         * mml-smime.el: Require cl.  Autoload message-fetch-field.
9683
9684         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
9685
9686         * gnus-picon.el: Require cl.
9687
9688         * gnus-fun.el: Require gnus-ems and gnus-util.
9689
9690         * gnus.el (gnus-method-to-server): Move defsubst before first use.
9691
9692         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
9693
9694         * gnus-art.el (gnus-article-edit-mode): Define before first
9695         reference.
9696
9697 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
9698
9699         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
9700         (gnus-uu-post-encoded): Use point-at-bol.
9701
9702         * gnus-topic.el (gnus-group-active-topic-p): do.
9703
9704         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
9705
9706         * gnus-group.el (gnus-group-kill-region): do.
9707
9708         * gnus-art.el (article-date-ut): do.
9709
9710         * message.el (message-fetch-field): Remove redundant
9711         case-fold-search binding.
9712         (message-narrow-to-field): Simplify.
9713
9714 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9715
9716         * spam.el (spam-directory): Derive from `gnus-directory'.
9717
9718         * spam-report.el (spam-report-url-to-file)
9719         (spam-report-requests-file): New function and variable for offline
9720         reporting.
9721         (spam-report-url-ping-function): Add `spam-report-url-to-file'
9722         and user defined function.
9723         (spam-report-url-ping-mm-url): Remove doubled slash.
9724
9725 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
9726
9727         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
9728
9729 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
9730
9731         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
9732         format string mismatch.
9733
9734         * sieve.el (sieve-deactivate-all): do.
9735
9736         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
9737
9738         * nnlistserv.el (nnlistserv-kk-wash-article): do.
9739
9740         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
9741
9742         * mm-bodies.el (mm-7bit-chars): Don't include \r.
9743
9744 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
9745
9746         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
9747         the list of checks.
9748
9749 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
9750
9751         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
9752         padding.
9753
9754 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
9755
9756         * mm-view.el (mm-fill-flowed): New variable.
9757         (mm-inline-text): Use it.
9758
9759 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
9760
9761         * spam.el (spam-spamassassin-register-ham-routine)
9762         (spam-spamassassin-register-spam-routine): Fix function names.
9763
9764 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9765
9766         * gnus.el (gnus-tmp-grouplens): Remove.
9767         (gnus-summary-line-format): Remove grouplens.
9768
9769         * gnus-group.el (gnus-group-line-format): Ditto.
9770
9771         * gnus-spec.el (gnus-format-specs): Ditto.
9772         (gnus-update-format-specifications): Flush the group format spec
9773         cache if there's the grouplens stuff.
9774         (gnus-parse-simple-format): Replace %l with the empty string.
9775
9776 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
9777
9778         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
9779         omission.
9780
9781 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
9784         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9785
9786 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
9787
9788         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
9789         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
9790         New macros and functions.
9791         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
9792         Handle > NLINK_MAX messages.
9793         * nnmaildir.el (nnmaildir-request-set-mark): Use
9794         nnmaildir--emlink-p and nnmaildir--eexist-p.
9795
9796 2004-01-25  Alex Schroeder  <alex@gnu.org>
9797
9798         * spam-stat.el (spam-stat-process-directory-age): New option.
9799         (spam-stat-process-directory): Use it.
9800
9801 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
9802
9803         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
9804         (spam-stat-save): Accept prefix argument.
9805
9806 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
9807
9808         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
9809         links" error.
9810
9811 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9812
9813         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
9814         the rest of the and/or forms.
9815
9816 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9817
9818         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
9819         compatibility with old .newsrc.eld files.
9820
9821         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
9822
9823         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
9824
9825         * gnus-start.el (gnus-1): do.
9826
9827         * gnus-group.el (gnus-group-line-format-alist): do.
9828
9829         * gnus.el (gnus-use-grouplens, gnus-visual): do.
9830
9831         * gnus-gl.el: Remove.
9832
9833 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9834
9835         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
9836         marks consisting of a single range {for example, (3 . 5)} rather
9837         than a list of a single range { ((3 . 5)) }.
9838
9839 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9840
9841         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
9842         with-current-buffer.
9843         (spam-stat-store-current-buffer): Use insert-buffer-substring to
9844         avoid consing a string.
9845
9846         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
9847         Remove obsolete entries for big5 and gb2312.
9848
9849 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9850
9851         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
9852         uncompressed list.
9853
9854 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
9855
9856         * spam-stat.el (spam-stat-strip-xref): New function.
9857         (spam-stat-process-directory): Use it.
9858
9859         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
9860         here -- it's done in message-fetch-field.
9861
9862 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9863
9864         * gnus-agent.el (gnus-agent-queue-mail,
9865         gnus-agent-prompt-send-queue): New variables.
9866         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
9867         * gnus-draft.el (gnus-group-send-queue): Pass the group name
9868         "nndraft:queue" along to gnus-draft-send.  Use
9869         gnus-agent-prompt-send-queue.
9870         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
9871         is "nndraft:queue".  Suggested by Gaute Strokkenes
9872         <gs234@srcf.ucam.org>
9873
9874         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
9875         (agent-enable-undownloaded-faces): Added
9876         (gnus-agent-cat-groups): Use eval-and-compile, not
9877         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
9878         method of gnus-agent-cat-groups even when the buffer has been
9879         evaled.
9880         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
9881         delete gnus-agent-save-active-1.
9882         (gnus-agent-save-groups): Deleted. Identical to
9883         gnus-agent-save-active.
9884         (gnus-agent-write-active): No longer adjust agent's copy of active
9885         file as agent's adjustments are now stored in their own
9886         file. Removed optional parameter.
9887         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
9888         servers.  Add use of min/max range limits from server's local
9889         file.
9890         (gnus-agent-save-alist): Removed unused optional argument.
9891         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
9892         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
9893         (gnus-agent-set-local): A per-server file that keeps min/max range
9894         limits for articles known to the agent.  Provides a fast mechanism
9895         for altering many active ranges.
9896         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
9897         active file (local makes it unnecessary).
9898         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
9899
9900         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
9901         (agent-enable-undownloaded-faces): Added
9902
9903         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
9904         disable it when sending to "nndraft:queue".
9905         (gnus-group-send-queue): Add safety check to avoid sending queue
9906         when unplugged.
9907
9908         * gnus-group.el (gnus-group-catchup): Use new
9909         gnus-sequence-of-unread-articles, not
9910         gnus-list-of-unread-articles, to avoid exhausting memory with huge
9911         numbers of articles.  Use gnus-range-map to avoid having to
9912         uncompress the unread list.
9913         (gnus-group-archive-directory,
9914         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
9915         reference.
9916
9917         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
9918         (gnus-sorted-range-intersection): Intersection of two ranges
9919         without requiring that they first be uncompressed.
9920
9921         * gnus-start.el (gnus-activate-group): Unless blocked by the
9922         caller, possibly expand the active range to include both cached
9923         and agentized articles.
9924         (gnus-convert-old-newsrc): Rewrote in anticipation of having
9925         multiple version-dependent converters.
9926         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
9927         gnus-agent-save-active.
9928         (gnus-save-newsrc-file): Save dirty agent range limits.
9929
9930         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
9931         gnus-agent-possibly-alter-active.
9932         (gnus-adjust-marked-articles): Faster handling of simple lists
9933
9934 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
9935
9936         * spam-stat.el (spam-stat-test-directory): New optional argument
9937         displays a list of files detected.  Suggested by Andrew Cohen
9938         <cohen@andy.bu.edu>.
9939         (spam-stat-buffer-words-with-scores): Don't narrow and change
9940         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
9941
9942 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
9943
9944         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
9945         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
9946         (spam-spamassassin-arguments)
9947         (spam-spamassassin-spam-flag-header)
9948         (spam-spamassassin-positive-spam-flag-header)
9949         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
9950         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
9951         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9952         (spam-list-of-processors, spam-list-of-checks)
9953         (spam-list-of-statistical-checks, spam-registration-functions)
9954         (spam-check-spamassassin-headers, spam-check-spamassassin)
9955         (spam-spamassassin-score)
9956         (spam-spamassassin-register-with-sa-learn)
9957         (spam-spamassassin-register-spam-routine)
9958         (spam-spamassassin-register-ham-routine)
9959         (spam-assassin-register-spam-routine)
9960         (spam-assassin-register-ham-routine): add SpamAssassin support
9961         (spam-bogofilter-score): fix to show article before scoring
9962
9963 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
9964
9965         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
9966         default scoring function.
9967         (spam-generic-score): Call spam-spamassassin-score if
9968         spam-use-spamassassin or spam-use-spamassassin-headers is on;
9969         spam-bogofilter-score otherwise.
9970
9971         * gnus.el (spam-process, spam-autodetect-methods): Add
9972         spamassassin and spamassassin-headers.
9973
9974 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
9975
9976         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9977         Suppress unnecessary messages.
9978
9979 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
9980
9981         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
9982         make-hash-table.
9983
9984 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * canlock.el (base64-encode-string): Don't autoload it.
9987
9988 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9989
9990         * run-at-time.el: Remove useless (require 'itimer),
9991         eval-and-compile and (featurep 'xemacs).
9992
9993 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
9994
9995         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
9996         GROUP is a virtual group.
9997
9998 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
9999
10000         * gnus.el: Autoload `message-y-or-n-p'.
10001
10002 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
10003
10004         * pgg-parse.el: Remove unnecessary (require 'custom).
10005
10006         * pgg-def.el: do.
10007
10008         * nnmail.el: do.
10009
10010         * gnus-undo.el: do.
10011
10012         * gnus-picon.el: do.
10013
10014         * gnus-util.el: do.
10015
10016 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
10017
10018         * gnus-sum.el (gnus-pick-line-number): Add autoload.
10019
10020 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10021
10022         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
10023         handle, as well as a list.
10024
10025         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
10026         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
10027         (mm-w3m-cid-retrieve): Simplify.
10028
10029 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
10030
10031         * message.el (message-kill-to-signature): Allow prefix arg to
10032         specify number of lines to keep before signature.
10033
10034 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
10035
10036         (message-kill-to-signature): Change docstring.
10037
10038 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10039
10040         * canlock.el: Always require sha1-el.
10041         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
10042
10043         * message.el: Autoload sha1 only when compiling.
10044
10045         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
10046         eudc-expand-inline for XEmacs.
10047
10048 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10049
10050         * message.el (message-canlock-generate): Require sha1-el.
10051
10052 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
10053
10054         * message.el (message-expand-name): Silence the byte compiler.
10055
10056         * lpath.el: Add detect-coding-system.
10057
10058         * dgnushack.el (dgnushack-compile): Remove obsolete check for
10059         cus-edit.
10060
10061 2004-01-13  Simon Josefsson  <jas@extundo.com>
10062
10063         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
10064         Invoke gnus-score-mode.  Reported by
10065         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10066
10067         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
10068         Jim Blandy <jimb@redhat.com> (tiny change).
10069
10070 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10071
10072         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
10073
10074 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
10075
10076         * spam.el (spam-get-article-as-string): Update to use
10077         gnus-request-article-this-buffer, much simpler.
10078         (spam-get-article-as-buffer): Remove.
10079
10080 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
10081
10082         * message.el (message-expand-name): Use EUDC if the user uses
10083         that.
10084
10085 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10086
10087         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
10088         character for the encoding to avoid consing a string.
10089
10090         * rfc2047.el (rfc2047-decode-string): Don't cons a string
10091         unnecessarily.
10092
10093         * mm-util.el (mm-replace-chars-in-string): Remove.
10094
10095         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
10096         of mm-replace-chars-in-string.
10097
10098 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
10099
10100         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
10101         strings.
10102
10103         * mm-util.el (mm-subst-char-in-string): Support inplace.
10104
10105         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
10106         a new string in every iteration.  Use shy groups.
10107
10108 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
10109
10110         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
10111         (gnus-group-change-level, gnus-kill-newsgroup)
10112         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
10113         (gnus-get-unread-articles, gnus-make-articles-unread)
10114         (gnus-make-ascending-articles-unread): Use accessor
10115         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
10116         to get group information for improved readability.
10117
10118         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
10119
10120         * gnus-soup.el (gnus-soup-group-brew): do.
10121
10122         * gnus-msg.el (gnus-put-message): do.
10123
10124         * gnus-move.el (gnus-group-move-group-to-server): do.
10125
10126         * gnus-kill.el (gnus-batch-score): do.
10127
10128         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
10129         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
10130         (gnus-group-update-group, gnus-group-read-group)
10131         (gnus-group-make-group, gnus-group-make-help-group)
10132         (gnus-group-make-archive-group, gnus-group-make-directory-group)
10133         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
10134         (gnus-group-sort-by-unread, gnus-group-catchup)
10135         (gnus-group-unsubscribe-group, gnus-group-kill-group)
10136         (gnus-group-yank-group, gnus-group-set-info)
10137         (gnus-group-list-groups): do.
10138
10139         * gnus.el (gnus-generate-new-group-name): do.
10140
10141         * gnus-delay.el (gnus-delay-send-queue): do.
10142
10143         * nnvirtual.el (nnvirtual-catchup-group): do.
10144
10145         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
10146         do.
10147
10148         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
10149         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
10150
10151         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
10152         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
10153         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
10154         (gnus-group-make-articles-read): do.
10155
10156 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10157
10158         * gnus-art.el (article-decode-mime-words, article-babel)
10159         (gnus-article-highlight-signature, gnus-article-add-buttons)
10160         (gnus-signature-toggle): Use gnus-with-article-buffer.
10161
10162         * gnus-art.el (gnus-article-highlight-headers)
10163         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
10164
10165         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
10166         (gnus-article-set-globals, gnus-request-article-this-buffer)
10167         (gnus-button-message-id, gnus-article-maybe-hide-headers)
10168         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
10169         (gnus-mime-display-alternative): Use with-current-buffer.
10170
10171 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10172
10173         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
10174         also under 80 char limit, and call gnus-error if needed.
10175         (spam-fetch-article-header): Fix - it was a
10176         buffer-local variable (gnus-newsgroup-data).
10177         (spam-find-spam): Use spam-generate-fake-headers, forget about
10178         spam-insert-fake-headers.
10179         (spam-insert-fake-headers): Remove.
10180
10181 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10182
10183         * deuglify.el (gnus-article-outlook-unwrap-lines)
10184         (gnus-outlook-rearrange-article)
10185         (gnus-outlook-repair-attribution-outlook)
10186         (gnus-outlook-repair-attribution-block)
10187         (gnus-outlook-repair-attribution-other): Remove redundant
10188         save-excursion.
10189
10190 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10191
10192         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
10193         (spam-fetch-field-subject-fast)
10194         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
10195         (spam-fetch-article-header): Add functions to deal with Gnus
10196         internals for fast retrieval of article header data.
10197         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
10198
10199 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10200
10201         * pop3.el (pop3-md5): Remove.
10202         (pop3-apop): Replace pop3-md5 with md5.
10203
10204         * mm-bodies.el: base64 is always built-in.
10205
10206         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
10207         with-current-buffer.
10208
10209 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10210
10211         * canlock.el (canlock-insert-header): Remove excessive grouping in
10212         regexp.
10213
10214         * gnus-sum.el (gnus-summary-read-document): Ditto.
10215
10216         * gnus-uu.el (gnus-uu-part-number): Ditto.
10217
10218         * html2text.el (html2text-remove-tags): Ditto.
10219         (html2text-format-tags): Ditto.
10220         (html2text-format-single-elements): Ditto.
10221
10222         * mml.el (mml-parse-1): Ditto.
10223
10224 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10225
10226         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
10227
10228         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
10229
10230         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
10231
10232         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
10233
10234 2003-11-15  Simon Josefsson  <jas@extundo.com>
10235
10236         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
10237         (pgg-gpg-lookup-key): Use regexp match instead of
10238         split-string (split-string is different between emacs 21.2 and
10239         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
10240
10241 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10242
10243         * gnus-art.el (gnus-mime-view-all-parts)
10244         (gnus-article-part-wrapper, gnus-article-view-part): Use
10245         with-current-buffer.
10246
10247 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10248
10249         * spam.el (spam-disable-spam-split-during-ham-respool)
10250         (spam-spamoracle-database, spam-cache-lookups)
10251         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
10252         (spam-group-ham-mark-p, spam-group-spam-mark-p)
10253         (spam-group-ham-marks, spam-group-spam-marks)
10254         (spam-group-spam-contents-p, spam-group-ham-contents-p)
10255         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
10256         also add spam-use-blackholes to the statistical checks.
10257         (spam-fetch-field-fast): Add interface to fetching fields, may
10258         become a macro.
10259         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
10260         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
10261         (spam-insert-fake-headers): Fake an article when needed.
10262         (spam-find-spam): Fake article when possible.
10263         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
10264         (spam-check-bogofilter-headers): Use message-fetch-field instead
10265         of nnmail-fetch-field.
10266
10267 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10268
10269         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
10270
10271 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10272
10273         * spam.el (spam-split): Do not require spam-use-CHECK to be
10274         enabled if that check is passed to spam-split explicitly; also
10275         fix so 'spam doesn't get converted to spam-split-group when
10276         spam-split-symbolic-return is t.
10277         (spam-find-spam): Find registrations of the article and use those
10278         instead of re-running spam-split to find the spam/ham
10279         classification of the article.
10280         (spam-log-processing-to-registry, spam-log-registered-p)
10281         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10282         Use gnus-error instead of gnus-message.
10283         (spam-log-registration-type): Add function to determine the
10284         classification of a message based on registry entries; will
10285         return nil if both 'spam and 'ham are found.
10286         (spam-check-BBDB): Expand all the BBDB macros here so we can have
10287         a reasonably fast local cache without the loading errors.
10288         (spam-cache-lookups): Set to t by default.
10289         (spam-find-spam): Don't try to guess spam-cache-lookups.
10290         (spam-enter-whitelist, spam-enter-blacklist): Clear the
10291         spam-caches entry.
10292         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
10293         caching of whitelist/blacklist entries.
10294         (spam-check-whitelist, spam-check-blacklist): Invoke
10295         spam-from-listed-p with a type, not a cache variable.
10296         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
10297
10298 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10299
10300         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
10301
10302         * nnmail.el (nnmail-split-fancy): do.
10303
10304         * mml.el (mml-parse): do.
10305
10306         * gnus-score.el (gnus-enter-score-words-into-hashtb)
10307         (gnus-score-adaptive): do.
10308
10309 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10310
10311         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
10312         (gnus-mime-button-map): Don't set keymap parent.
10313         (gnus-button-ctan-directory-regexp): Use shy grouping.
10314         (gnus-prev-page-map): Don't set keymap parent.
10315         (gnus-prev-page-map): Remove duplicated one.
10316         (gnus-next-page-map): Don't set keymap parent.
10317         (gnus-mime-security-button-map): Ditto.
10318
10319         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
10320         version number.
10321
10322         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
10323
10324 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10325
10326         * canlock.el (canlock-sha1-function): Remove.
10327         (canlock-sha1-function-for-verify): Remove.
10328         (canlock-openssl-program): Remove.
10329         (canlock-openssl-args): Remove.
10330         (canlock-ignore-errors): Remove.
10331         (canlock-sha1-with-openssl): Remove.
10332         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
10333         (canlock-verify): Don't use canlock-ignore-errors.
10334
10335         * sha1-el.el (sha1-string-external): Make it can return a string
10336         in binary form.
10337         (sha1-region-external): Ditto.
10338         (sha1-string-internal): Ditto.
10339         (sha1-region-internal): Ditto.
10340         (sha1-region): Ditto.
10341         (sha1-string): Ditto.
10342         (sha1): Ditto.
10343
10344 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10345
10346         * spam.el (spam-report-articles-gmane): New command.
10347
10348 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10349
10350         * gnus.el: Don't make unnecessary *Group* buffer when loading.
10351
10352         * run-at-time.el (run-at-time-saved): Remove.
10353         (run-at-time): Doc fix.
10354
10355 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10356
10357         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
10358         (gnus-summary-limit-map): Add it.
10359         (gnus-summary-make-menu-bar): do.
10360
10361 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
10362
10363         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
10364         Make attempt at some caching support (done for BBDB only now).
10365         (spam-find-spam): Set spam-cache-lookups if there are more than 2
10366         addresses to be checked.
10367         (spam-clear-cache-BBDB): Add function, to be invoked by
10368         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
10369         (spam-check-BBDB): Check and use the caches, if
10370         spam-cache-lookups is on, remove superfluous (provide).
10371
10372 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10373
10374         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
10375
10376 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
10377
10378         * run-at-time.el (run-at-time-saved): Move to after the definition
10379         of `run-at-time'.
10380
10381         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
10382
10383 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10384
10385         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
10386         mm-w3m-local-map-property.
10387
10388         * mm-view.el (mm-w3m-mode-map): Remove.
10389         (mm-w3m-local-map-property): Remove.
10390         (mm-inline-text-html-render-with-w3m): Don't use
10391         mm-w3m-local-map-property.
10392
10393 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10394
10395         * run-at-time.el: New file.
10396
10397         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
10398         under Emacs.
10399
10400         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
10401         of gnus-set-text-properties.
10402
10403         * gnus-uu.el (gnus-uu-save-article): Ditto.
10404
10405         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
10406
10407         * gnus-cite.el (gnus-cite-parse): Ditto.
10408
10409         * gnus-art.el (gnus-button-push): Use set-text-properties instead
10410         of gnus-.
10411
10412         * gnus-xmas.el (run-at-time): Require run-at-time.
10413
10414         * gnus.el: Changed calls to nnheader-run-at-time and
10415         password-run-at-time throughout to use run-at-time directly.
10416
10417         * password.el: Removed definition of run-at-time.
10418
10419         * nnheaderxm.el: Remove definition of run-at-time.
10420
10421 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
10422
10423         * mml.el (mml-minibuffer-read-disposition): Show attachment type
10424         in prompt.
10425
10426 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10427
10428         * messagexmas.el (message-xmas-redefine): Alias
10429         `message-make-caesar-translation-table' to
10430         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
10431         version.
10432
10433         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
10434         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
10435         `gnus-xmas-set-text-properties'.
10436         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
10437         `gnus-xmas-completing-read'.
10438         (gnus-xmas-completing-read): Removed.
10439         (gnus-xmas-open-network-stream): Removed.
10440
10441         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
10442         XEmacs version.
10443
10444         * dns.el (dns-make-network-process): Use `open-network-stream'
10445         instead of `gnus-xmas-open-network-stream'.
10446
10447         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
10448
10449         * .cvsignore: Add auto-autoloads.el, custom-load.el.
10450
10451 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10452
10453         * gnus-art.el (gnus-mime-display-alternative)
10454         (gnus-insert-mime-button, gnus-insert-mime-security-button)
10455         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
10456         Don't use gnus-local-map-property.
10457
10458         * gnus-util.el (gnus-local-map-property): Remove.
10459
10460         * mm-view.el (mm-view-pkcs7-decrypt): Replace
10461         gnus-completing-read-maybe-default with completing-read.
10462
10463         * gnus-util.el (gnus-completing-read): do.
10464         (gnus-completing-read-maybe-default): Remove.
10465
10466 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10467
10468         * password.el: Only autoload `run-at-time' if not XEmacs.
10469         Only autoload the itimer functions if XEmacs.
10470
10471 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10472
10473         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
10474         XEmacsen.
10475
10476         * dgnushack.el: Autoload executable-find for XEmacs.
10477
10478 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10479
10480         * gnus-art.el (gnus-read-string): Remove.
10481         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
10482         read-string.
10483
10484 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
10485
10486         * netrc.el: Autoload password-read.
10487         (netrc): Add configuration group.
10488         (netrc-encoding-method, netrc-openssl-path): Add
10489         variables for encoding and decoding of files with symmetric
10490         ciphers.
10491         (netrc-encode): Add assistant function to encode a file with
10492         netrc-encoding-method.
10493         (netrc-parse): Add interactive parameter, added optional
10494         decoding if netrc-encoding-method is non-nil but otherwise
10495         behavior is standard.
10496         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
10497         Do s/encode/encrypt/ everywhere.
10498
10499         * spam.el: Remove executable-find autoload.
10500
10501 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10502
10503         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
10504
10505         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
10506
10507 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10508
10509         * gnus-art.el (gnus-treat-ansi-sequences,
10510         article-treat-ansi-sequences): New variable and function.
10511         Suggested by Dan Jacobson <jidanni@jidanni.org>.
10512
10513         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10514         Use it.
10515
10516 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10517
10518         * mm-util.el (mm-quote-arg): Remove.
10519
10520         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
10521         shell-quote-argument.
10522
10523         * gnus-uu.el (gnus-uu-command): do.
10524
10525         * gnus-sum.el (gnus-summary-insert-pseudos): do.
10526
10527         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
10528         with make-char.
10529
10530         * mm-util.el (mm-make-char): Remove.
10531
10532         * mml.el (mml-mode): Replace gnus-add-minor-mode with
10533         add-minor-mode.
10534
10535         * gnus-undo.el (gnus-undo-mode): do.
10536
10537         * gnus-topic.el (gnus-topic-mode): do.
10538
10539         * gnus-sum.el (gnus-dead-summary-mode): do.
10540
10541         * gnus-start.el (gnus-slave-mode): do.
10542
10543         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
10544
10545         * gnus-ml.el (gnus-mailing-list-mode): do.
10546
10547         * gnus-gl.el (gnus-grouplens-mode): do.
10548
10549         * gnus-draft.el (gnus-draft-mode): do.
10550
10551         * gnus-dired.el (gnus-dired-mode): do.
10552
10553         * gnus-ems.el (gnus-add-minor-mode): Remove.
10554
10555         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10556         Replace gnus-char-width with char-width.
10557
10558         * gnus-ems.el (gnus-char-width): Remove.
10559
10560         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10561         Replace gnus-char-width with char-width.
10562
10563         * gnus-ems.el (gnus-char-width): Remove.
10564
10565         * spam-stat.el (with-syntax-table): Remove with-syntax-table
10566         definition.
10567         Remove Emacs 20 hash table compatibility code.
10568
10569         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
10570         20 compatibility code.
10571
10572         * spam.el (spam-point-at-eol): Replace with point-at-eol.
10573
10574         * smime.el (smime-point-at-eol): Replace with point-at-eol.
10575
10576         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
10577         with point-at-{eol,bol}.
10578
10579         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
10580
10581         * imap.el (imap-point-at-eol): Replace with point-at-eol.
10582
10583         * flow-fill.el (fill-flowed-point-at-bol,
10584         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
10585
10586         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
10587         Replace with point-at-{eol,bol} throughout all files.
10588
10589 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10590
10591         * ntlm.el (ntlm-string-as-unibyte): New macro.
10592         (ntlm-build-auth-response): Use it.
10593
10594         Remove Emacs 20 stuff:
10595         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
10596         (butlast, mapc, remove): Remove the compiler macros.
10597         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
10598         of delq and copy-sequence.
10599         * gnus-art.el (popup-menu): Remove the compiler macro.
10600         * nnmail.el (nnmail-split-fancy): Don't support customizing with
10601         Emacs 20.
10602
10603 2004-01-05  Simon Josefsson  <jas@extundo.com>
10604
10605         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
10606         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
10607         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
10608         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
10609         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
10610         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
10611         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
10612         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
10613         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
10614         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
10615         ntlm-string-permute, string-lshift into ntlm-string-lshift,
10616         string-xor into ntlm-string-xor.  Suggested by
10617         Jesper Harder <harder@myrealbox.com>.
10618
10619         * ntlm.el: Don't include poem.
10620
10621         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
10622         Jesper Harder <harder@myrealbox.com>.
10623
10624         * sasl-ntlm.el, ntlm.el, md4.el: New files.
10625
10626         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
10627         probably breaks emacs with DL patch, but do we care? Is anyone
10628         still using the DL stuff?)
10629
10630         * sieve-manage.el: Use the password package.
10631         (sieve-manage-read-passwd): Remove.
10632         (sieve-manage-interactive-login): Use password.  Re-add
10633         condition-case around loop.
10634
10635         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
10636         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
10637         the password package.
10638
10639 2003-02-19  Simon Josefsson  <jas@extundo.com>
10640
10641         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
10642         token.
10643
10644 2002-08-07  Simon Josefsson  <jas@extundo.com>
10645
10646         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
10647         (sieve-manage-authenticators):
10648         (sieve-manage-authenticator-alist): Add some SASL mechs.
10649         (sieve-sasl-auth): New function.
10650         (sieve-manage-cram-md5-auth):
10651         (sieve-manage-plain-auth): Rewrite using SASL library.
10652         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
10653         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
10654         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
10655         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
10656
10657 2004-01-05  Simon Josefsson  <jas@extundo.com>
10658
10659         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
10660         New files.
10661
10662 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10663
10664         * gnus-group.el (gnus-no-groups-message): Update.
10665
10666         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
10667
10668 2003-11-09  Simon Josefsson  <jas@extundo.com>
10669
10670         * imap.el: Support for ID IMAP extension (RFC 2971).
10671         (imap-local-variables): Add imap-id.
10672         (imap-id): New variable.
10673         (imap-id): New function.
10674         (imap-parse-response): Parse untagged ID response.
10675         * nnimap.el (nnimap-id): New variable.
10676         (nnimap-open-connection): Use it.
10677
10678 2003-12-28  Simon Josefsson  <jas@extundo.com>
10679
10680         * gnus-score.el (gnus-score-edit-all-score): New.
10681         * gnus-group.el (gnus-group-score-map): Bind it to W e.
10682
10683 2004-01-04  Simon Josefsson  <jas@extundo.com>
10684
10685         * password.el: Add.
10686
10687 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
10688
10689         * dns.el: Add support for AAAA records (see RFC 3596)
10690
10691         * Fix typo PRT -> PTR
10692
10693         * Parse MX, PTR and SOA replies (see RFC 1035)
10694
10695 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10696
10697         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
10698
10699         * Moved to Changelog.2.
10700
10701 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10702
10703         * gnus.el (gnus-version-number): Bump version.
10704
10705 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10706
10707         * gnus.el: No Gnus v0.1 is released.
10708
10709 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10710
10711         * gnus.el: No Gnus v0.0 is released.
10712
10713 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10714
10715         * gnus.el (gnus-version-number): Bump.
10716         (gnus-version): No.
10717
10718 See ChangeLog.2 for earlier changes.
10719
10720     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
10721
10722   This file is part of GNU Emacs.
10723
10724   GNU Emacs is free software; you can redistribute it and/or modify
10725   it under the terms of the GNU General Public License as published by
10726   the Free Software Foundation; either version 2, or (at your option)
10727   any later version.
10728
10729   GNU Emacs is distributed in the hope that it will be useful,
10730   but WITHOUT ANY WARRANTY; without even the implied warranty of
10731   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10732   GNU General Public License for more details.
10733
10734   You should have received a copy of the GNU General Public License
10735   along with GNU Emacs; see the file COPYING.  If not, write to the
10736   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
10737   Boston, MA 02110-1301, USA.
10738
10739 ;; Local Variables:
10740 ;; coding: iso-2022-7bit
10741 ;; fill-column: 79
10742 ;; add-log-time-zone-rule: t
10743 ;; End:
10744
10745 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4