[Miscellaneous fixes]
[gnus] / lisp / ChangeLog
1 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4         (gnus-server-closed-face, gnus-server-denied-face)
5         (gnus-server-offline-face): Remove variable.
6         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7
8         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9         of modifying message-stack directly for XEmacs.
10
11         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
12         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
13         if the coding-system argument is nil for XEmacs.
14
15         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
16         mm-charset-override-alist.
17
18         * rfc2047.el: Don't require base64; require rfc2045 for the function
19         rfc2045-encode-string.
20         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
21         to quote the parameter value.
22
23 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24
25         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
26         form in gnus-group-name-charset-method-alist.
27
28         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
29         overrides the default layout edit-form.
30
31         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
32
33         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
34
35 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
36
37         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
38         as unfetched articles.
39
40 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
41
42         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
43
44 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
45
46         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
47         original back end that keeps marks in the local system.
48
49 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
50
51         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
52         arg of pop-to-buffer for XEmacs.
53         (gnus-article-read-summary-keys): Ditto; don't restore window
54         configuration if summary command ends up with neither article buffer
55         nor summary buffer; describe bindings if summary keys end with C-h.
56
57 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
58
59         * message.el (message-fix-before-sending): Skip raw message part to be
60         forwarded while checking illegible text.
61         (message-forward-make-body-mime, message-forward-make-body): Mark
62         signed or encrypted raw message as having no illegible text.
63
64 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
65
66         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
67         (gnus-message-with-timestamp-1): New macro.
68         (gnus-message-with-timestamp): New function.
69         (gnus-message): Use them.
70
71         * nnheader.el (nnheader-message): Use them.
72
73 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
74
75         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
76         .newsrc.eld file.
77
78 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
79
80         * gnus-agent.el (gnus-agent-fetch-headers)
81         (gnus-agent-retrieve-headers): Bind
82         gnus-decode-encoded-address-function to identity.
83
84         * nntp.el (nntp-send-xover-command): Recognize an xover command is
85         available also when the server returns simply a dot.
86
87         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
88
89 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
90
91         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
92
93 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
94
95         * gnus-ems.el (gnus-x-splash): Make it work.
96
97         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
98         from being used.
99
100         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
101
102 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
103
104         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
105         4th and the 5th arguments.
106
107         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
108         the front stickiness.
109         (gnus-article-summary-command-nosave): Correct the order of the
110         arguments passed to pop-to-buffer.
111         (gnus-article-read-summary-keys): Ditto; make it work properly when the
112         summary command ends up with the article buffer.
113
114         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
115         the same faces.
116
117 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
118
119         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
120
121 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
122
123         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
124         * gnus-sum.el (gnus-summary-highlight):
125         * pgg.el (pgg-sign-region, pgg-sign):
126         * mail-source.el (mail-source-delete-old-incoming-confirm):
127         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
128
129 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
130
131         * gnus-art.el (gnus-mime-view-part-externally)
132         (gnus-mime-view-part-internally): Fix predicate function passed to
133         completing-read.
134
135         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
136
137         * gnus.el (gnus-update-message-archive-method): Add :version.
138
139 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
140
141         * gnus.el (gnus-update-message-archive-method): New variable.
142
143         * gnus-start.el (gnus-setup-news): Update saved "archive" method
144         according to gnus-message-archive-method if
145         gnus-update-message-archive-method is non-nil.
146
147 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
148
149         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
150         by Loic Dachary <loic@dachary.org>.
151         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
152
153 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
154
155         * message.el (message-pop-to-buffer): Add switch-function argument.
156         (message-mail): Pass switch-function argument to it.
157
158 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
159
160         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
161         Improve doc string.
162
163 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
164
165         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
166         (gnus-header-content)
167         * gnus-cite.el (gnus-cite-10)
168         * gnus-srvr.el (gnus-server-closed)
169         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
170         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
171         (gnus-group-mail-3-empty, gnus-group-mail-low)
172         (gnus-group-mail-low-empty, gnus-splash)
173         * message.el (message-header-to, message-header-cc)
174         (message-header-subject, message-header-other, message-header-name)
175         (message-header-xheader, message-separator, message-cited-text)
176         (message-mml): Lighten colors of faces used for dark background.
177
178 2007-05-24  Simon Josefsson  <simon@josefsson.org>
179
180         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
181         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
182
183 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
184
185         * message.el (message-narrow-to-headers-or-head): Ignore
186         mail-header-separator in the body.
187
188 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
189
190         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
191         same as window size.
192
193 2007-05-22  Kevin Ryde  <user42@zip.com.au>
194
195         * message.el (message-font-lock-keywords): Use message-header-xheader
196         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
197         ahead of the anything pattern, to get it recognised.
198
199 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
200
201         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
202         spam.el loads uses it in the compiled defadvice form.
203
204 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
205
206         * gnus-sum.el (gnus-articles-to-read)
207         (gnus-summary-insert-old-articles): Don't truncate group name for
208         `read-string'.
209
210         * gnus-util.el (gnus-limit-string): Delete this function.
211
212         * gnus-sum.el (gnus-simplify-subject-fully): Use
213         `truncate-string-to-width' instead.
214
215 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
216
217         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell if, on
218         summary exit, the next group has to be selected.
219         (gnus-summary-exit): Use it.
220
221 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
222
223         * gnus-art.el (gnus-article-mode): Fix comment about displaying
224         non-break space.
225
226 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
227
228         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
229         Check if group is not a directory.
230         (nnfolder-request-expire-articles): Don't delete articles if the target
231         group is not available.
232
233         * nnml.el (nnml-request-create-group): Properly check if group is not a
234         file.
235         (nnml-request-expire-articles): Don't delete articles if the target
236         group is not available.
237
238         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
239         Don't quote characters that are within parentheses.
240
241 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
242
243         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
244         (gnus-handle-ephemeral-exit): Select article according to it.
245
246 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
247
248         * message.el (message-insert-formated-citation-line): Remove newline.
249         (message-citation-line-format): Add final \n here so that the user can
250         avoid a blank line.
251
252 2007-05-03  Dan Christensen  <jdc@uwo.ca>
253
254         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
255         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
256         Update lanl/arXiv support.
257
258 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
259
260         * gnus.el: Bump version number.
261
262 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
263
264         * gnus.el (gnus-version-number): Bump version.
265
266 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
267
268         * gnus.el: No Gnus v0.6 is released.
269
270 2007-04-27  Didier Verna  <didier@xemacs.org>
271
272         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
273         * gmm-utils.el (gmm-regexp-concat): here.
274         * message.el: Don't require 'gnus-util.
275         (message-dont-reply-to-names): Handle name change above.
276         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
277
278 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
279
280         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
281         since the initial value varies according to the system.
282
283 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
284
285         * mm-util.el (mm-charset-synonym-alist): Defcustom.
286
287 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
288
289         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
290
291 2007-04-24  Didier Verna  <didier@xemacs.org>
292
293         Improve the type of gnus-ignored-from-addresses.
294         * gnus-util.el (gnus-orify-regexp): New function.
295         * message.el (gnus-util): Require it.
296         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
297         * gnus-sum.el (gnus-ignored-from-addresses): New function.
298         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
299
300 2007-04-24  Didier Verna  <didier@xemacs.org>
301
302         * gnus-sum.el:
303         * gnus-utils.el: Fix some trailing whitespaces.
304
305 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
306
307         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
308         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
309         article's Message-ID; refer parent article in summary buffer.
310
311         * message.el (message-bounce): Call mime-to-mml.
312
313         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
314         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
315         optimize and/or forms properly.
316
317 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
318
319         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
320         URL.
321
322 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
323
324         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
325
326 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
327
328         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
329         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
330         displayed of multipart/alternative part if it is invoked from summary
331         buffer.
332
333         * mm-view.el (mm-inline-text-html-render-with-w3m)
334         (mm-inline-text-html-render-with-w3m-standalone)
335         (mm-inline-render-with-function): Use mail-parse-charset by default.
336
337 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
338
339         * parse-time.el (parse-time-string-chars): Check if CHAR
340         is less than the length of parse-time-syntax.
341
342 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
343
344         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
345         from gnus-newsgroup-processable.
346
347 2007-04-16  Didier Verna  <didier@xemacs.org>
348
349         * gnus-msg.el (gnus-configure-posting-styles): Handle
350         message-signature-directory properly with :file syntax. Reported by
351         "Leo".
352
353 2007-04-11  Didier Verna  <didier@xemacs.org>
354
355         New user option: message-signature-directory.
356         * gnus-msg.el (gnus-configure-posting-styles): Support it.
357         * message.el (message-insert-signature): Ditto.
358         * message.el (message-signature-file): Doc update.
359         * message.el (message-signature-directory): New.
360
361 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
362
363         * gnus-msg.el (gnus-inews-yank-articles): Use
364         message-exchange-point-and-mark instead of exchange-point-and-mark.
365
366 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
367
368         * message.el (message-yank-original): Make sure cited text ends with
369         newline; don't exchange point and mark.
370
371 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
372
373         * tls.el (open-tls-stream): Properly handle case where there
374         is no associated buffer.
375
376 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
377
378         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
379         message-yank-original, make sure (< mark TEXT point).
380
381 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
382
383         * message.el (message-fill-column): New variable.
384         (message-mode): Use it.  Add comment on a possible new hook.
385
386         * nnmail.el (nnmail-spool-file): Mark as obsolete.
387         (nnmail-get-new-mail): Reformat.
388
389         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
390
391         * gmm-utils.el: Fix Commentary.
392         (gmm-tool-bar-from-list): Fix typo in doc string.
393
394 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
395
396         * message.el (message-yank-original): Don't switch point and mark
397         unnecessarily to put point and mark as documented.
398
399 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
400
401         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
402         from the message heads.
403
404 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
405
406         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
407         article buffer does not have a window.  This may not be the best
408         solution but is certainly better than setting the start of the null,
409         that is the current, window.
410
411 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
412
413         * gnus-draft.el (gnus-draft-setup-hook): New hook.
414         (gnus-draft-setup): Run it.
415
416         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
417         gnus-score-fast-scoring.  Allow regexp.
418         (gnus-score-headers): Use it.
419
420         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
421         XEmacs.
422
423         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
424         string.
425         (gnus-button-alist): Also catch `<f1> k ...'.
426         (gnus-treat-display-x-face): Fix doc string.
427
428 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
429
430         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
431         evaluation of gnus-extended-version to ensure correct generation of the
432         User-Agent header when message-generate-headers-first is used.
433
434 2007-03-24  Simon Josefsson  <simon@josefsson.org>
435
436         * hashcash.el (hashcash-generate-payment-async): Don't crash if
437         hashcash-path is nil.  Don't call callback with incorrect number of
438         parameters if val is 0.
439
440 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
441
442         * message.el (message-required-news-headers):
443         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
444
445 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
446
447         * tls.el (open-tls-stream): In handshake-waiting loop,
448         don't wait more if there is output available to process.
449
450 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
451
452         * tls.el (tls-program): Doc fix.
453
454 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
455
456         * message.el (message-generate-new-buffers): Change the meaning of the
457         nil value; add `standard' to the choices; treat t as `unique'; improve
458         doc string.
459         (gnus-select-frame-set-input-focus): Autoload.
460         (message-buffer-name): Search for the existing message buffer if
461         message-generate-new-buffers is nil or `standard'; treat the value t of
462         message-generate-new-buffers as `unique'.
463         (message-pop-to-buffer): Raise the frame already displaying the message
464         buffer; clear the echo area after querying.
465         (message-setup): Pass the `continue' argument to compose-mail.
466         (message-mail): Prefer `switch-function' if it is given; search for the
467         existing message buffer if the `continue' argument is non-nil; pass
468         continue and switch-function arguments to compose-mail by way of
469         message-setup.
470         (message-mail-other-window): Adjust argument of message-setup.
471         (message-mail-other-frame): Ditto.
472
473 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
474
475         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
476         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
477         to turn font-lock on when turning gnus-message-citation-mode on.
478
479 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
480
481         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
482         (mml-smime-function-alist): New variable; add epg as the backend.
483         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
484         mml-smime- functions instead.
485         * mm-view.el: Require smime.
486
487 2007-03-05  Didier Verna  <didier@xemacs.org>
488
489         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
490         instead of just inheritance for posting styles.
491         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
492
493 2007-02-24  Chris Moore  <dooglus@gmail.com>
494
495         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
496         * pgg-pgp.el (pgg-pgp-encrypt-region):
497         * pgg-gpg.el (pgg-gpg-encrypt-region):
498         Check pgg-encrypt-for-me if no other recipients.
499
500 2007-02-24  John Paul Wallington  <jpw@pobox.com>
501
502         * tls.el (tls-certtool-program): Fix custom type.
503
504 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
505
506         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
507         and point-at-eol instead of line-(beginning|end)-position.
508
509         * assistant.el (assistant-parse-buffer): Ditto.
510
511         * netrc.el (netrc-parse-services): Ditto.
512
513 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
514
515         * mml2015.el (mml2015-epg-find-usable-key): New function.
516         (mml2015-epg-sign): Use it.
517         (mml2015-epg-encrypt): Use it.
518
519 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
520
521         * message.el (message-make-in-reply-to): Quote name containing
522         non-ASCII characters.  It will make the RFC2047 encoder cause an error
523         if there are special characters.  Reported by NAKAJI Hiroyuki
524         <nakaji@kankyo-u.ac.jp>.
525
526 2007-02-27  Didier Verna  <didier@xemacs.org>
527
528         Include the group parameters as well as the topic ones in the
529         inheritance filter process.
530         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
531         argument GROUP-PARAMS-LIST.
532         * gnus-topic.el (gnus-group-topic-parameters): Use it.
533
534 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
535
536         * nntp.el (nntp-never-echoes-commands)
537         (nntp-open-connection-functions-never-echo-commands): New variables.
538         (nntp-send-command): Use them.
539
540 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
541
542         * mml2015.el (mml2015-epg-verify): Simplified.
543
544 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
545
546         * mml.el (mml-content-disposition-alist): New user option.
547         (mml-content-disposition): New function.
548         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
549         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
550
551 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
552
553         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
554         verification.
555
556 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
557
558         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
559         articles posted in the last 24 hours.
560
561 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
562
563         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
564
565 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
566
567         * nntp.el (nntp-send-command): Don't wait for echoes when
568         nntp-open-ssl-stream is used.
569
570 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
571
572         * gnus-cite.el (gnus-test-font-lock-add-keywords)
573         (gnus-message-add-citation-keywords)
574         (gnus-message-remove-citation-keywords): Remove.
575         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
576         directly, make the variables in font-lock-defaults buffer-local, add
577         gnus-message-citation-keywords to them and then update the value of
578         font-lock-keywords.
579
580 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
581
582         * message.el (message-cite-original-1): Don't call
583         gnus-article-highlight-citation.
584
585         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
586         citations; fix line count.
587
588 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
589
590         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
591         (gnus-message-add-citation-keywords)
592         (gnus-message-remove-citation-keywords): Use it; fix the emulating
593         versions of font-lock-add-keywords and font-lock-remove-keywords to
594         work with XEmacs correctly.
595
596 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
597
598         * gnus-cite.el (gnus-cite-face-list): Set the values of
599         gnus-message-max-citation-depth and gnus-message-citation-keywords.
600         (gnus-message-max-citation-depth): Use defvar rather than defconst.
601         (gnus-message-cite-prefix-regexp): New variable.
602         (gnus-message-search-citation-line): Use it; protect against long
603         citation prefix; fill match data with nil rather than 0 for XEmacs; set
604         the 0th match data for Emacs.
605         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
606         (gnus-message-add-citation-keywords): Append keywords rather than
607         prepending; emulate font-lock-add-keywords if it is not available.
608         (gnus-message-remove-citation-keywords): Emulate
609         font-lock-remove-keywords if it is not available.
610
611         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
612
613         * message.el (message-cite-prefix-regexp): Set the value of
614         gnus-message-cite-prefix-regexp.
615
616 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
617
618         * nnweb.el (nnweb-google-parse-1): Update parser.
619
620 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
621
622         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
623
624 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
625
626         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
627         regexp.
628
629 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
630
631         * uudecode.el (uudecode-string-to-multibyte): New function emulating
632         string-to-multibyte.
633         (uudecode-decode-region-internal): Use it.
634
635         * lpath.el: Fbind string-as-multibyte for XEmacs.
636
637 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
638
639         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
640         custom choice.
641
642         * gnus-art.el (gnus-signature-limit): Fix custom choice.
643
644 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
645
646         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
647
648         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
649         `write-region' to respect `mm-inhibit-file-name-handlers'.
650
651 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
652
653         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
654         Use gnus-home-directory instead of "~/" or "$HOME".
655
656 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
657
658         * encrypt.el (encrypt-insert-file-contents): Add better prompt
659         to mention filename.
660         Add comments at beginning regarding usage.
661         (encrypt-write-file-contents): Change interactive so a string is
662         acceptable.  If the file has no associated model, show an error instead
663         of a nonsense prompt.
664
665 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
666
667         * spam.el (spam-bsfilter-ham-switch): Fix typo.
668         Thanks to Yoshihiko Yamada for kind notification of this typo.
669
670 2007-01-12  Kenichi Handa  <handa@m17n.org>
671
672         * uudecode.el (uudecode-decode-region-internal): Make it work in a
673         multibyte buffer.
674
675 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
676
677         * gnus-score.el (gnus-score-fast-scoring): New variable.
678         (gnus-score-headers): Use it.
679
680         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
681
682         * message.el (message-cite-original-1): Call
683         gnus-article-highlight-citation if requested.
684
685         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
686
687         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
688         bugs to doc string.
689         (gnus-button-alist): Add mid\\|message-id.
690         (gnus-button-fetch-group): Extend for use in
691         `browse-url-browser-function'.
692         (gnus-button-url-regexp): Try to catch paired parentheses like in
693         Wikipedia URLs.
694
695         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
696         Suggested by Simon Krahnke <overlord@gmx.li>.
697
698 2007-01-13  Romain Francoise  <romain@orebokech.com>
699
700         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
701         Update copyright.
702
703 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
704
705         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
706
707 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
708
709         * gnus-registry.el (gnus-registry-unfollowed-groups)
710         (gnus-registry-split-fancy-with-parent): Fix documentation.
711
712 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
713
714         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
715         from nnweb groups.
716
717 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
718
719         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
720         Xref urls.  Erase buffer before requesting head.
721
722 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
723
724         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
725         customizable.
726
727 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
728
729         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
730         no signing key is found.
731         (mml2015-epg-encrypt): Ask user whether to skip or abort if
732         no encrypting and/or signing key is found.
733
734 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
735
736         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
737
738 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
739
740         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
741         headers read from disk with the ones newly found in the current search.
742         This should no longer cause problems, because the article numbers in
743         Gmane's `nov.php' output are ignored since the previous change.
744
745 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
746
747         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
748
749 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
750
751         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
752         replace-regexp-in-string; bind url-version; fbind display-images-p and
753         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
754         find-face and set-itimer-function for Emacs; bind itimer-list for
755         Emacs.
756
757         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
758
759 2007-01-01  Romain Francoise  <romain@orebokech.com>
760
761         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
762
763 2006-12-31  Steve Youngs  <steve@sxemacs.org>
764
765         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
766         `define-minor-mode' macro definition expanded properly.
767         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
768         exclude it there.
769
770         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
771         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
772         `fboundp' test.
773         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
774         This is OK to autoload in (S)XEmacs now.
775
776 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
777
778         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
779         keystroke.
780         (gnus-summary-limit-to-singletons): Fix typo.
781
782         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
783         else fails.
784
785 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
786
787         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
788         docstring.
789
790         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
791         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
792         (gnus-summary-insert-dormant-articles): Fix typo in message.
793
794 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
795
796         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
797         nil for XEmacs.
798         (gnus-message-citation-mode): Don't autoload in XEmacs.
799
800         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
801
802 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
803
804         * nnimap.el (nnimap-expunge-search-string): Mention
805         nnimap-search-uids-not-since-is-evil in docstring.
806
807 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
808
809         * spam.el: Revert to make-obsolete-variable because
810         define-obsolete-variable-alias is not supported in Emacs 21.
811
812         * spam.el (spam-ifile-path, spam-ifile-database-path)
813         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
814         make-obsolete-variable.
815         (spam-bsfilter-path, spam-bsfilter-program)
816         (spam-spamassassin-path, spam-spamassassin-program)
817         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
818         use "path" inappropriately.
819         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
820         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
821         variable names.
822
823 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
824
825         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
826         summary buffer.
827
828         * password.el (password-cache-remove): Use clear-string to burn
829         password, if available.
830
831 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
832
833         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
834
835         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
836
837         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
838         (gnus-message-highlight-citation): Move defcustom here from
839         gnus-cite.el.
840         (gnus-message-citation-mode): Autoload.
841
842         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
843         checks to make it compile with XEmacs.
844         (gnus-message-citation-mode): New minor mode.
845         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
846         (gnus-message-highlight-citation): New variables.
847         (gnus-message-search-citation-line)
848         (gnus-message-add-citation-keywords)
849         (gnus-message-remove-citation-keywords)
850         (turn-on-gnus-message-citation-mode)
851         (turn-off-gnus-message-citation-mode): New functions.
852
853 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
854
855         * gnus-cite.el: Enable highlighting of different citation levels in
856         message-mode.
857
858 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
859
860         * message.el (message-make-fqdn): Fix comment.
861         (message-bogus-system-names): Add ".local".
862
863         * spam.el (spam-ifile-path, spam-ifile-program)
864         (spam-ifile-database-path, spam-ifile-database)
865         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
866         Don't use "path" inappropriately.
867         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
868         strings.
869         (spam-check-ifile, spam-ifile-register-with-ifile)
870         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
871         new variable names.
872
873         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
874         (gnus-treat-display-smileys): Simplify using
875         gnus-image-type-available-p.
876
877         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
878         available.
879
880         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
881         `display-images-p' if available.
882
883 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
884
885         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
886         one after turning on the buffer's multibyteness instead of decoding
887         them directly in the unibyte buffer that causes unexpected conversion
888         in Emacs 23 (unicode).
889
890 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
891
892         * message.el (message-generate-hashcash): Fix custom type.
893
894 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
895
896         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
897
898 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
899
900         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
901         disconnect icons.  Add help text.
902
903 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
904
905         * spam.el (spam-extra-header-to-number): CRM114 spam score is
906         negated to be consistent with the others we handle.
907
908 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
909
910         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
911         version of gnus-summary-buffer to something, so that we can use two
912         article buffers at the same time.
913
914 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
915
916         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
917         trigger all the extra headers.
918         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
919         sorting.
920
921 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
922
923         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
924         solid groups.
925
926 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
927
928         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
929
930 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
931
932         * legacy-gnus-agent.el: Add Copyright notice.
933
934 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
935
936         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
937
938 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
939
940         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
941
942         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
943         to make it work reliably in CVS Emacs.
944         (gnus-summary-limit-strange-charsets-predicate)
945         (gnus-summary-limit-to-predicate): New functions.
946
947 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
948
949         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
950         specifying array size.
951         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
952         array if it is too small.
953         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
954         (gnus-sort-threads-loop): New function.
955
956 2006-12-06  Chris Moore  <dooglus@gmail.com>
957
958         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
959         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
960
961 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
962
963         * mm-url.el (mm-url-predefined-programs): Call curl with correct
964         options.
965
966 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
967
968         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
969         DOS-ing the recipient.
970
971         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
972         the headers when creating the mapping to avoid mismappings.
973         (nnweb-gmane-create-mapping): Always nix out old mapping.
974
975 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
976
977         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
978         and mm-verify-option to never.
979
980 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
981
982         * message.el (message-signed-or-encrypted-p): New function.
983         (message-forward-make-body): Use it.
984
985         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
986         Replace encode-coding-string with mm-encode-coding-string.
987
988 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
989
990         * nneething.el (nneething-decode-file-name): Replace
991         decode-coding-string with mm-decode-coding-string.
992
993         * gnus-int.el (gnus-open-server): Say failed server's name.
994
995 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
996
997         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
998         strings to a single string.  Quote `errors-file-name'.
999         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1000         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1001         Adjust calls.  Use `shell-quote-argument'.
1002
1003 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
1004
1005         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
1006         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
1007
1008         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
1009         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
1010         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
1011         (gnus-group-make-directory-group, gnus-group-transpose-groups):
1012         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
1013         (gnus-subscribe-newsgroup, gnus-1):
1014         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
1015         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
1016         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
1017         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
1018
1019 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1020
1021         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
1022         keystroke.
1023         (gnus-summary-limit-to-bodies): Implement headersp.
1024
1025 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1026
1027         * dns.el (query-dns): Protect against "Process dns deleted" strings.
1028
1029 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1030
1031         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
1032
1033 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1034
1035         * message.el (message-generate-hashcash): Expand range of values to
1036         include `opportunistic'.
1037         (message-send-mail): Use it.
1038
1039 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1040
1041         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
1042         and comment it.
1043
1044         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
1045
1046 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
1047
1048         * gnus-util.el (gnus-extract-address-components): Improve comment.
1049
1050 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1051
1052         * gnus-util.el (gnus-extract-address-components): Work with address in
1053         which the name portion contains @.
1054
1055         * lpath.el: Fbind custom-autoload.
1056
1057 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1058
1059         * gnus.el (gnus-start): Move custom group up.
1060         (gnus-select-method): Don't autoload, but make it available for
1061         `customize-variable'.
1062         (gnus-getenv-nntpserver): Don't autoload.
1063
1064 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
1065
1066         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
1067
1068 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1069
1070         * message.el (message-sendmail-extra-arguments): New variable.
1071         (message-send-mail-with-sendmail): Use it.
1072
1073 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1074
1075         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
1076         mm-with-unibyte-current-buffer to make string unibyte.
1077
1078         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
1079         mm-string-as-multibyte.
1080
1081 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
1082
1083         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
1084         Reported by Werner Koch <wk@gnupg.org>.
1085
1086 2006-11-14  Daiki Ueno  <ueno@p360>
1087
1088         * mml2015.el: Autoload epa-select-keys when compiling.
1089
1090 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1091
1092         * mml2015.el (mml2015-epg-sign): Save the signing keys in
1093         message-options.
1094         (mml2015-epg-encrypt): Save the recipient keys in message-options.
1095
1096 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1097
1098         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
1099         EasyPG (< 0.0.6).
1100         (mml2015-always-trust): New user option.
1101         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
1102         prompt.
1103
1104 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1105
1106         * nntp.el (nntp-authinfo-force): New variable.
1107         (nntp-send-authinfo): Use it.
1108
1109 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
1110
1111         * message.el (message-strip-subject-encoded-words): Allow _not_ to
1112         decode encoded words.  Improve prompt.  Add comment about forwarding.
1113         (message-replacement-char): Move up.
1114
1115 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1116
1117         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
1118         instead of gnus-intersection because arguments of gnus-sorted-nunion
1119         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
1120
1121 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
1122
1123         * message.el (message-strip-subject-encoded-words): Reformat prompt.
1124         (message-simplify-subject-functions): Enable
1125         message-strip-subject-encoded-words by default.
1126
1127 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1128
1129         * message.el (message-strip-subject-encoded-words): New function
1130         (message-simplify-subject-functions): New variable.
1131         (message-simplify-subject): Use it.  Fix typo in doc string.
1132         Support message-strip-subject-encoded-words.
1133
1134 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
1135
1136         * gnus-diary.el (gnus-diary-delay-format-function):
1137         * nndiary.el (nndiary-reminders):
1138         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
1139
1140 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1141
1142         * gnus-art.el (article-hide-boring-headers): Fetch date from
1143         gnus-original-article-buffer to avoid problems with localized date
1144         strings.
1145
1146 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1147
1148         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
1149
1150 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
1151
1152         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
1153         New variables.
1154         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1155         (mm-charset-synonym-alist): Move some entries to
1156         mm-codepage-iso-8859-list.
1157         (mm-charset-synonym-alist, mm-charset-override-alist): Add
1158         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1159
1160 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1161
1162         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
1163
1164 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1165
1166         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
1167         with Emacs 21 and XEmacs.
1168
1169 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1170
1171         * spam.el (spam-parse-address): New function for better parsing,
1172         catching errors, etc.
1173         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
1174
1175 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1176
1177         * mm-view.el: Add interactive arg to html2text autoload.
1178
1179 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1180
1181         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
1182
1183 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
1184
1185         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
1186         variables.
1187         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1188         (mm-charset-synonym-alist): Move some entries to
1189         mm-codepage-iso-8859-list.
1190
1191         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
1192
1193 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
1194
1195         * message.el (message-citation-line-format)
1196         (message-insert-formated-citation-line): Fix implementation of %E, %N
1197         and %n according to the doc string.
1198
1199 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
1200
1201         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1202         car-safe to avoid bad parses.
1203
1204 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1205
1206         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
1207         names.
1208
1209         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
1210
1211 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1212
1213         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
1214         header.
1215
1216         * message.el (message-draft-headers): Add Date.
1217         (message-headers-to-generate): Fix typo in docstring.
1218
1219         * nndraft.el (nndraft-required-headers): New variable.
1220         (nndraft-generate-headers): Use it.
1221
1222         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
1223
1224 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1225
1226         * gnus-registry.el (gnus-registry-wash-for-keywords)
1227         (gnus-registry-find-keywords): New functions to allow easy searching of
1228         articles that are in the registry.
1229
1230 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1231
1232         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1233         ietf-drums-parse-address instead of gnus-extract-address-components.
1234         Reported by Damien Elmes <damien@repose.cx>.
1235
1236 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1237
1238         * gnus.el (gnus-mime): Remove unused custom group.
1239
1240 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1241
1242         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
1243         "blank line" when searching for end of armor headers.
1244
1245 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1246
1247         * gmm-utils.el (gmm-write-region): Fix variable name.
1248
1249 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
1250
1251         * gmm-utils.el (gmm-write-region): New function based on compatibility
1252         code from `mm-make-temp-file'.
1253
1254         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
1255
1256         * nnmaildir.el (nnmaildir--update-nov)
1257         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
1258         Use `gmm-write-region'.
1259
1260 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1261
1262         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
1263         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1264
1265         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
1266
1267         * message.el (message-replacement-char): New variable.
1268         (message-fix-before-sending): Use it.
1269         (message-simplify-subject): New function to remove duplicate code.
1270         (message-reply, message-followup): Use it.
1271
1272         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
1273         gnus-summary-limit-to-articles.
1274
1275 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1276
1277         * gnus-util.el (gnus-with-local-quit): New macro.
1278
1279         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
1280
1281 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
1282
1283         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
1284         ignore non-string data.
1285
1286 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
1287
1288         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
1289         non-string data (needs to be done in the registry too).
1290
1291 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1292
1293         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
1294         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
1295         (gnus-registry-split-fancy-with-parent)
1296         (gnus-registry-fetch-simplified-message-subject-fast)
1297         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
1298         Remove text properties on ingress into the registry and when it's saved.
1299         (gnus-registry-clean-empty-function): Fix bug with cleaning the
1300         registry from entries with no groups.
1301
1302 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1303
1304         * gnus-util.el (gnus-string-remove-all-properties): Add utility
1305         function to remove string properties.
1306
1307 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
1308
1309         * gmm-utils.el (gmm): Adjust custom version.
1310
1311         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
1312         custom version.
1313
1314         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
1315
1316 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
1317
1318         * gnus-art.el (gnus-insert-prev-page-button)
1319         (gnus-insert-next-page-button): Simplify.  Reformat.
1320
1321 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1322
1323         * gnus-art.el (gnus-insert-prev-page-button)
1324         (gnus-insert-next-page-button): Apply gnus-article-button-face.
1325
1326 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
1327
1328         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
1329
1330 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1331
1332         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
1333         gnus-article-button-face to MIME and security buttons.
1334
1335 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
1336
1337         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
1338         readable.
1339
1340 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1341
1342         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
1343
1344 2006-09-20  Steve Youngs  <steve@sxemacs.org>
1345
1346         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
1347         `browse-url-of-file' instead of `browse-url'.
1348
1349 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1350
1351         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1352         regexp.  Articles containing quotation were cut prematurely.
1353
1354 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1355
1356         * message.el (message-cite-original-1): Use nobody by default for the
1357         value of From header.
1358         (message-reply): Ditto.
1359
1360 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
1361
1362         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
1363         to the gnus-info.  This fixes a bug of inline-PGP message verification.
1364         Reported by Michael Piotrowski <mxp@dynalabs.de>.
1365
1366 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
1367
1368         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
1369         mails in the doc string.  Add some URLs in comment.
1370         (pop3-movemail): Warn about pop3-leave-mail-on-server.
1371
1372 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1373
1374         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
1375         backslashes handling and the way to find boundaries of quoted strings.
1376
1377 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
1378
1379         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
1380         mml1991-encrypt-to-self is set and mml1991-signers is not set.
1381         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
1382         mml2015-encrypt-to-self is set and mml2015-signers is not set.
1383
1384 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
1385
1386         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
1387         doc string.
1388         (gnus-button-regexp, gnus-button-last): Remove unused variables.
1389
1390 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1391
1392         * lpath.el: Fbind epg-check-configuration.
1393
1394 2006-09-06  Simon Josefsson  <jas@extundo.com>
1395
1396         * mml2015.el (mml2015-use): Doc fix, mention epg.
1397
1398 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1399
1400         * mml2015.el (mml2015-use): Default to epg, if available.
1401
1402 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1403
1404         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
1405         message-sender.
1406         (mml1991-epg-encrypt): Ditto.
1407         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
1408         message-sender.
1409         (mml2015-epg-encrypt): Ditto.
1410
1411 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
1412
1413         * message.el (message-send-mail-with-sendmail): Look for sendmail in
1414         several common directories.
1415
1416 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
1417
1418         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
1419         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
1420
1421 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1422
1423         * gnus-art.el (article-decode-encoded-words): Make it fast.
1424
1425 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1426
1427         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
1428
1429         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
1430         in quoted string into `\'.
1431
1432 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1433
1434         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1435         Use standard-syntax-table.
1436
1437 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1438
1439         * gnus-art.el (gnus-decode-address-function): New variable.
1440         (article-decode-encoded-words): Use it to decode headers which are
1441         assumed to contain addresses.
1442         (gnus-mime-delete-part): Remove useless `or'.
1443
1444         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
1445         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
1446         (gnus-nov-parse-line): Use it to decode From header.
1447         (gnus-get-newsgroup-headers): Ditto.
1448         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
1449
1450         * mail-parse.el (mail-decode-encoded-address-region): New alias.
1451         (mail-decode-encoded-address-string): New alias.
1452
1453         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1454         New function.
1455         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
1456         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
1457         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
1458         (rfc2047-decode-string): Ditto.
1459         (rfc2047-decode-address-region): New function.
1460         (rfc2047-decode-address-string): New function.
1461
1462 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
1463
1464         * message.el (message-caesar-buffer-body): Allow rotating headers.
1465
1466         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
1467
1468         * message.el (message-insert-formated-citation-line): Fix %f.
1469         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
1470
1471 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1472
1473         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
1474         (gnus-bookmark-mouse-available-p): New macro.
1475         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
1476         (gnus-bookmark-bmenu-show-infos): Use it.
1477         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
1478         (gnus-bookmark-bmenu-hide-infos): Ditto.
1479         (gnus-bookmark-remove-properties): New function.
1480         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
1481         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
1482         (gnus-bookmark-write-file): Bind coding-system-for-write.
1483         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
1484         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
1485         group before selecting it.
1486         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
1487         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
1488         quit-window if it is not available; use gnus-mouse-2 and bind it to
1489         gnus-bookmark-bmenu-select-by-mouse.
1490         (gnus-bookmark-show-details): Remove unused variable `details-list'.
1491         (gnus-bookmark-bmenu-select-by-mouse): New function.
1492
1493 2006-08-13  Romain Francoise  <romain@orebokech.com>
1494
1495         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
1496         space.
1497
1498 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1499
1500         * compface.el (uncompface): Use binary rather than raw-text-unix.
1501
1502 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1503
1504         * compface.el (uncompface): Make sure the eol conversion doesn't take
1505         place when communicating with the external programs.  Reported by
1506         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1507
1508 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1509
1510         * nnheader.el (nnheader-insert-head): Fix typo in comment.
1511
1512 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1513
1514         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1515         Make it more robust by parsing author and date independently.
1516
1517 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1518
1519         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
1520
1521 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
1522
1523         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
1524         first matching secret key.
1525         (mml2015-epg-encrypt): Ditto.
1526
1527         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
1528         first matching secret key.
1529         (mml1991-epg-encrypt): Ditto.
1530
1531         * mml2015.el (mml2015-encrypt-to-self): New user option.
1532         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
1533         mml2015-epg-encrypt-to-self is set.
1534
1535         * mml1991.el (mml1991-encrypt-to-self): New variable.
1536         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
1537         mml1991-epg-encrypt-to-self is set.
1538
1539         * mml2015.el (mml2015-signers): New user option.
1540         (mml2015-epg-sign): Reflect the value of mml2015-signers.
1541         (mml2015-epg-encrypt): Allow to select signing keys.
1542
1543         * mml1991.el (mml1991-signers): New variable.
1544         (mml1991-epg-sign): Reflect the value of mml1991-signers.
1545         (mml1991-epg-encrypt): Allow to select signing keys.
1546
1547 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1548
1549         * nnheader.el (nnheader-insert-head): Make it work even if the file
1550         uses CRLF for the line-break code.
1551
1552 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
1553
1554         * mml2015.el: Require mml-sec instead of password.
1555         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
1556         (mml2015-cache-passphrase): Inherit the default value from
1557         mml-secure-cache-passphrase.
1558         (mml2015-passphrase-cache-expiry): Inherit the default value from
1559         mml-secure-passphrase-cache-expiry.
1560
1561         * mml1991.el: Require mml-sec instead of password.
1562         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
1563         (mml1991-cache-passphrase): Inherit the default value from
1564         mml-secure-cache-passphrase.
1565         (mml1991-passphrase-cache-expiry): Inherit the default value from
1566         mml-secure-passphrase-cache-expiry.
1567
1568         * mml-sec.el: Require password.
1569         (mml-secure-verbose): New user option.
1570         (mml-secure-cache-passphrase): New user option.
1571         (mml-secure-passphrase-cache-expiry): New user option.
1572
1573 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
1574
1575         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1576         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
1577         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
1578
1579         FIXME: Use `tiny change'?
1580
1581 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1582
1583         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
1584         workaround for the url package included with Emacs.
1585
1586         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1587
1588 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1589
1590         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
1591         correctly.  This fixes a bug caused by the 2006-05-12 change.
1592
1593 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
1594
1595         * nnmail.el (nnmail-article-group): If splitting raises an error, give
1596         some information about the error when saying that the `bogus' mail
1597         group will be used.
1598
1599 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
1600
1601         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
1602         string.
1603
1604 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
1605
1606         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
1607
1608 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1609
1610         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
1611
1612 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1613
1614         * mml1991.el (mml1991-function-alist): Add epg.
1615         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
1616         (mml1991-epg-encrypt): New functions.
1617
1618 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1619
1620         * mml2015.el (mml2015-verbose): New variable.
1621         (mml2015-cache-passphrase): Ditto.
1622         (mml2015-passphrase-cache-expiry): Ditto.
1623         (mml2015-function-alist): Add epg.
1624         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
1625         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
1626         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
1627         functions.
1628
1629 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1630
1631         * message.el (message-cite-original-1): Preserve region when removing
1632         quoted text due to X-No-Archive in order to avoid bogus attribution
1633         when citing multiple messages.
1634
1635 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1636
1637         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
1638         Kenneth Jacker <khj@be.cs.appstate.edu>.
1639
1640 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
1641
1642         * gnus-diary.el (gnus-user-format-function-d)
1643         (gnus-user-format-function-D): Autoload.
1644
1645         * imap.el (Commentary): Fix typo.
1646
1647         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
1648         2006-04-22 contribution.
1649
1650 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1651
1652         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
1653         It didn't really fix the bogosity I'm seeing with solid web groups.
1654
1655 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1656
1657         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
1658         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
1659         created using server names.  If we use the feature without declaring
1660         it, Gnus does not properly manage server and group state.
1661
1662         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
1663         bound.
1664
1665 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1666
1667         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
1668         looking up the method using GROUP's prefix before inventing a new one.
1669         It is used on killed/unknown groups in various places where returning
1670         an all-new method isn't expected by the caller.
1671
1672         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
1673         and match semantics of gnus-group-real-prefix.
1674
1675 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
1676
1677         * nnmail.el (nnmail-broken-references-mailers): New variable.
1678         (nnmail-ignore-broken-references): New function generalizing
1679         nnmail-fix-eudora-headers.
1680         (nnmail-fix-eudora-headers): Now obsolete.
1681
1682         * gnus-art.el (gnus-button-handle-custom): Support
1683         `customize-apropos*'.
1684
1685 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1686
1687         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
1688
1689         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
1690         articles.
1691
1692 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
1693
1694         * message.el (message-cite-reply-above): New variable.
1695         (message-yank-original): Use it.
1696
1697 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1698
1699         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
1700
1701 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
1702
1703         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
1704         as read.
1705
1706         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
1707
1708 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
1709
1710         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
1711         (gnus-bookmark-default-file): Use gnus-directory.
1712         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
1713         Remove "*" in doc string.
1714         (gnus-bookmark-write-file): Simplify.
1715         (gnus-bookmark-maybe-sort-alist): Use `when'.
1716         (gnus-bookmark-get-bookmark): Fix typo in doc string.
1717         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
1718         FIXME about Emacs 21 and XEmacs compatibility.
1719         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
1720         compatibility.
1721         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
1722         compatibility.
1723         (gnus-bookmark-menu-heading): Fix version.
1724
1725 2006-06-19  Bastien Guerry  <bzg@altern.org>
1726
1727         * gnus-bookmark.el: New file.
1728
1729 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1730
1731         * message.el (message-syntax-checks): Doc fix.
1732
1733 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1734
1735         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
1736         unsubscribed groups as if they were killed ones.  It causes duplicate
1737         entries in gnus-newsrc-alist.
1738
1739 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1740
1741         * message.el (message-syntax-checks): Doc fix.
1742         (message-send-mail): Add check for continuation headers.
1743         (message-check-news-header-syntax): Fix regexp used to check for
1744         continuation headers.
1745
1746 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1747
1748         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
1749
1750 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
1751
1752         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
1753
1754 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1755
1756         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
1757         default-truncate-lines.
1758
1759 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1760
1761         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
1762         to fill the utf-8 entry.
1763
1764         * lpath.el: Fbind unicode-precedence-list.
1765
1766 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1767
1768         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1769
1770 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
1771
1772         * gnus-agent.el (directory-files-and-attributes): Move all the way
1773         forward (the third and final move).
1774         (gnus-agent-read-agentview): Trap reconstruction errors due to
1775         nonexistant directory.  Handle by returning nil.
1776
1777 2006-05-30  Didier Verna  <didier@xemacs.org>
1778
1779         * message.el (message-dont-reply-to-names): Update the custom type.
1780         * message.el (message-dont-reply-to-names): New defsubst: potentially
1781         convert a list of regexps into a single one.
1782         * message.el (message-get-reply-headers): Use it.
1783         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
1784
1785 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1786
1787         * gnus-agent.el (directory-files-and-attributes): Move forward.
1788
1789 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1790
1791         * gnus-ml.el (gnus-mailing-list-subscribe)
1792         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
1793         (gnus-mailing-list-message): Fix doc strings.
1794
1795 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1796
1797         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
1798         of doing it manually.
1799
1800 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1801
1802         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
1803         comment.
1804
1805 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
1806
1807         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
1808         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
1809         (gnus-agent-read-local): All symbols allocated in my-obarray
1810         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
1811         (gnus-agent-regenerate-group): Check numeric names to see if they are
1812         messages or groups.
1813         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
1814         better way of do this...)
1815
1816         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
1817         'dummy.group' (there should be a better way of do this...)
1818
1819 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1820
1821         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
1822         (gnus-saved-headers): Ditto.
1823         (gnus-default-article-saver): Mention functions may have properties.
1824         (gnus-article-save): Override gnus-save-all-headers and
1825         gnus-saved-headers by :headers property which saver function may have.
1826         (gnus-summary-save-in-file): Add :headers property.
1827         (gnus-summary-write-to-file): Ditto.
1828
1829         * gnus-sum.el (gnus-summary-save-article): Bind
1830         gnus-prompt-before-saving to t when saving many articles in a file;
1831         always show all headers.
1832
1833         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
1834
1835 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
1836
1837         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
1838         marks.
1839
1840         * message.el (message-indent-citation): Add optional arguments to allow
1841         using it outside of message buffers.
1842
1843         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
1844         (gnus-article-treat-unfold-headers): Use it.
1845         (gnus-article-truncate-lines): New variable.
1846         (gnus-article-mode): Use it.
1847         (gnus-article-toggle-truncate-lines): New function.
1848
1849         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
1850         gnus-article-toggle-truncate-lines.
1851
1852         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
1853         coding system in XEmacs, use binary.
1854
1855 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1856
1857         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
1858         after-load-alist.
1859
1860         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
1861         this function should save decoded articles.
1862         (gnus-summary-write-to-file): Use property to specify this function
1863         should save decoded articles and specify gnus-summary-save-in-file
1864         should be used to save articles other than the first one when saving
1865         many articles.
1866         (gnus-summary-save-body-in-file): Use property to specify this
1867         function should save decoded articles.
1868         (gnus-summary-write-body-to-file): Use property to specify this
1869         function should save decoded articles and specify
1870         gnus-summary-save-body-in-file should be used to save articles other
1871         than the first one when saving many articles.
1872
1873         * gnus-sum.el (gnus-summary-save-article): Simplify.
1874
1875 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1876
1877         * gnus-art.el (gnus-default-article-saver): Add
1878         gnus-summary-write-body-to-file.
1879         (gnus-article-save-coding-system): Don't use coding system object
1880         in XEmacs.
1881         (gnus-read-save-file-name): Add optional `dir-var' argument which
1882         specifies directory in which files are saved; work even if optional
1883         `variable' argument is not specified.
1884         (gnus-summary-write-to-file): Read file name.
1885         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
1886         (gnus-summary-write-body-to-file): New function.
1887
1888         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
1889         (gnus-summary-local-variables): Add it.
1890         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
1891         (gnus-summary-save-article): Remove optional `decode' argument;
1892         determine whether to decode articles by the value of
1893         gnus-default-article-saver; when saving many files using
1894         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
1895         it first and use gnus-summary-save-in-file or
1896         gnus-summary-save-body-in-file thereafter unless
1897         gnus-prompt-before-saving is always; move point to article which
1898         will be saved.
1899         (gnus-summary-save-article-file): Revert.
1900         (gnus-summary-write-article-file): Revert.
1901         (gnus-summary-save-article-body-file): Revert.
1902         (gnus-summary-write-article-body-file): New function.
1903
1904 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1905
1906         * gnus-art.el (gnus-default-article-saver): Doc fix.
1907         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
1908         from gnus-summary-save-article-coding-system, and default to a
1909         certain coding system.
1910         (gnus-output-to-file): Add coding cookie and encode text according
1911         to gnus-article-save-coding-system; don't use mm-append-to-file.
1912
1913         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
1914         gnus-art.el and rename to gnus-article-save-coding-system.
1915         (gnus-summary-save-article): Require gnus-art; don't show all
1916         headers if it decodes articles; don't add coding cookie here;
1917         don't bind mm-text-coding-system-for-write.
1918         (gnus-summary-save-article-file): Save decoded articles.
1919         (gnus-summary-write-article-file): When saving many files, use
1920         gnus-summary-write-to-file first and gnus-summary-save-in-file
1921         thereafter unless gnus-prompt-before-saving is always.
1922         (gnus-summary-save-article-body-file): Save decoded articles.
1923
1924         * lpath.el: Fbind select-safe-coding-system for XEmacs.
1925
1926 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1927
1928         * nnrss.el (nnrss-check-group): Bind hash-index.
1929
1930 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
1931
1932         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
1933         its hash index.  Store this hash in `nnrss-group-data'.
1934         (nnrss-read-group-data): Update accordingly.
1935
1936 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1937
1938         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
1939         entry.
1940
1941         * gnus-sum.el (gnus-summary-make-menu-bar): Add
1942         gnus-article-browse-html-article.
1943
1944 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
1945
1946         * gnus-sum.el (gnus-summary-mime-map): Add
1947         gnus-article-browse-html-article.
1948
1949         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
1950
1951 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1952
1953         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
1954         suitable coding systems in customize.
1955
1956 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
1957
1958         * mail-source.el (mail-sources): Fix custom type.
1959
1960 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
1961
1962         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
1963         (gnus-summary-expire-articles-now): Shorten prompt.
1964
1965         * gmm-utils.el (wid-edit): Require.
1966         (defun-gmm): Renamed from `gmm-defun-compat'.
1967         (gmm-image-search-load-path): Use it.
1968         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
1969
1970 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1971
1972         * gnus-sum.el (gnus-summary-save-article-coding-system): New
1973         variable.
1974         (gnus-summary-save-article): Add optional `decode' argument.  If
1975         it is set and gnus-summary-save-article-coding-system is non-nil,
1976         save decoded article.
1977         (gnus-summary-write-article-file): Save decoded article if
1978         gnus-summary-save-article-coding-system is non-nil.
1979
1980         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
1981         type.
1982
1983 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1984
1985         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
1986
1987 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1988
1989         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
1990         first to test gnus-single-article-buffer which may be buffer-local.
1991
1992         * gnus-sum.el (gnus-summary-setup-buffer): Make
1993         gnus-single-article-buffer buffer-local and nil in ephemeral
1994         group; make gnus-article-buffer, gnus-article-current, and
1995         gnus-original-article-buffer always buffer-local.
1996         (gnus-summary-exit): Kill article buffer belonging to ephemeral
1997         group.
1998         (gnus-handle-ephemeral-exit): Don't move to next summary line.
1999
2000 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2001
2002         * nnml.el (nnml-request-compact-group): Compressed files might not
2003         have .gz extension.
2004
2005 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2006
2007         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
2008         (mm-copy-to-buffer): Use with-current-buffer.
2009         (mm-display-part): Simplify.
2010         (mm-inlinable-p): Add optional arg `type'.
2011
2012 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2013
2014         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
2015         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
2016         Try harder to show the attachment internally or externally using
2017         gnus-mime-view-part-as-type.
2018
2019 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2020
2021         * message.el (message-from-style, message-signature-separator)
2022         (message-user-organization-file, message-send-mail-function)
2023         (message-citation-line-function, message-yank-prefix)
2024         (message-indent-citation-function, message-signature)
2025         (message-signature-file, message-signature-insert-empty-line):
2026         Remove autoloads.
2027
2028         * gnus-art.el (gnus-buttonized-mime-types): Remove
2029         "multipart/signed".  Revert 2006-04-26 change.
2030
2031 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2032
2033         * gnus.el (gnus-version-number): Bump version.
2034
2035 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2036
2037         * gnus.el: No Gnus v0.5 is released.
2038
2039 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2040
2041         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
2042         fetching articles by message-id.
2043
2044 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2045
2046         * message.el (hashcash): Require hashcash as normal.
2047
2048         * ecomplete.el (ecomplete-highlight-match-line): Use
2049         point-at-eol.
2050         (ecomplete-highlight-match-line): Use `highlight', because that
2051         face exists in both Emacs and XEmacs.
2052
2053         * message.el (message-display-abbrev): Use point-at-bol.
2054
2055         * mail-source.el: Don't require timer/timer-funcs.
2056
2057         * gnus-async.el: Ditto.
2058
2059         * password.el: Ditto.
2060
2061         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
2062
2063         * mm-url.el: Ditto.
2064
2065         * gnus-xmas.el: Don't require timer-funcs.
2066
2067         * mm-util.el: Require timer/timer-funcs.
2068
2069 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2070
2071         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
2072         Close.
2073
2074 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2075
2076         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
2077         unibyte after clear-decrypt function runs.
2078
2079         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
2080         returns as a unibyte string.
2081
2082 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2083
2084         * lpath.el: Revert.
2085
2086         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
2087         (pgg-gpg-process-sentinel): Revert.
2088
2089         * pgg-pgp.el (pgg-pgp-process-region): Revert.
2090         (pgg-pgp-lookup-key): Revert.
2091
2092         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
2093         (pgg-pgp5-lookup-key): Revert.
2094
2095         * pgg.el (pgg-fetch-key): Revert.
2096
2097 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2098
2099         * lpath.el: Fbind string-as-multibyte for XEmacs.
2100
2101         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
2102         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
2103         (mml1991-pgg-encrypt): Ditto.
2104
2105         * pgg-gpg.el (pgg-string-to-multibyte): New function.
2106         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
2107         a multibyte buffer.
2108
2109         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
2110         (pgg-pgp-lookup-key): Ditto.
2111
2112         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2113         (pgg-pgp5-lookup-key): Ditto.
2114
2115         * pgg.el (pgg-fetch-key): Ditto.
2116
2117 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
2118
2119         * message.el (message-user-organization-file): Check several
2120         locations of the organization file.
2121
2122         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
2123         Add gnus-article-view-part-as-type.
2124
2125         * gnus-art.el (gnus-article-view-part-as-type): New function.
2126
2127         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
2128         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
2129
2130         * mml.el: Simplify autoload.
2131         (mml-mode): defvar dnd-protocol-alist instead of using
2132         symbol-value.
2133         (mml-default-directory): New variable.
2134         (mml-minibuffer-read-file): Use it.
2135         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
2136
2137         * message.el (message-citation-line-format): New variable.
2138         (message-insert-formated-citation-line): New function.
2139         (message-citation-line-function): Add
2140         `message-insert-formated-citation-line' to custom type.
2141
2142         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
2143         to doc string.
2144
2145         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
2146         depending on mm-verify-option.
2147
2148 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
2151         binding pgg-* variables; reimplement the section which prevents
2152         MIME header from being signed.
2153         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
2154         pgg-text-mode; remove a blank line at the top of body.
2155
2156         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
2157         lines at the top of body; use gnus-newsgroup-charset if there's no
2158         Charset header.
2159
2160 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2161
2162         * message.el (message-self-insert-commands): Doc fix.
2163
2164         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
2165         (mm-uu-pgp-encrypted-test): Ditto.
2166         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
2167         between header and body; return application/pgp-encrypted handle
2168         if decryption failed; decode decrypted body by charset.
2169
2170         * mm-decode.el (mm-automatic-display): Don't make application/pgp
2171         element match to application/pgp-*.
2172
2173 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2174
2175         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
2176         HTML.
2177
2178 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2179
2180         * mail-source.el (mail-source-call-script): Message the error
2181         string.
2182
2183 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2184
2185         * gnus-util.el (gnus-byte-compile): Use it.
2186
2187 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
2188
2189         * gnus-util.el (kill-empty-logs): New function.
2190
2191 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2192
2193         * message.el (message-mail-alias-type): Doc fix.
2194         (message-mail-alias-type-p): New function.
2195         (message-send): Use it.
2196         (message-mode): Ditto.
2197         (message-strip-forbidden-properties): Ditto.
2198
2199         * ecomplete.el (ecomplete-database-file-coding-system): New
2200         variable.
2201         (ecomplete-save): Use it.
2202         (ecomplete-setup): Use it.
2203
2204 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2205
2206         * message.el (message-self-insert-commands): New variable.
2207         (message-strip-forbidden-properties): Use it.
2208
2209 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2210
2211         * message.el (message-put-addresses-in-ecomplete): Use a regexp
2212         that doesn't make XEmacs choke.
2213
2214 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
2215
2216         * gnus-util.el (gnus-replace-in-string):
2217         Prefer replace-regexp-in-string over of replace-in-string.
2218
2219 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2220
2221         * gnus-util.el (gnus-select-frame-set-input-focus):
2222         Use select-frame-set-input-focus if it is available in XEmacs; use
2223         definition defined in Emacs 22 for old Emacsen.
2224
2225         * dgnushack.el: Autoload unmorse-region for XEmacs.
2226
2227         * lpath.el: Bind cursor-in-non-selected-windows and
2228         select-frame-set-input-focus for XEmacs.
2229
2230 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2231
2232         * mm-view.el (mm-inline-text): Use equal instead of equalp.
2233
2234 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2235
2236         * gnus-registry.el (gnus-registry-cache-save): Remove text
2237         properties when saving via the temp buffer.
2238
2239 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2240
2241         * message.el (message-generate-hashcash): Honor custom type.
2242
2243 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2244
2245         * message.el (message-generate-hashcash): Default to non-nil when
2246         hashcash is found.
2247
2248         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
2249         (gnus-refer-thread-limit): Increase default to 500.
2250
2251         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
2252
2253         * flow-fill.el (fill-flowed): Allow delete-space.
2254
2255 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2256
2257         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
2258         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
2259         Remove autoloads.
2260
2261 2006-04-18  Simon Josefsson  <jas@extundo.com>
2262
2263         * message.el (message-generate-hashcash): Default to.
2264
2265 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2266
2267         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
2268         concatenating segments rather than before concatenating them.
2269
2270 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2271
2272         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
2273
2274 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2275
2276         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
2277
2278         * message.el (message-forward-make-body-plain): Allow
2279         message-forward-ignored-headers to be a list.
2280         (message-remove-ignored-headers): Factor out into function.
2281         (message-forward-make-body-mml): Use it.
2282
2283         * imap.el (imap-quote-specials): New function.
2284         (imap-login-auth): Quote specials.
2285
2286         * rfc2231.el (rfc2231-parse-string): Remove dead code.
2287         (rfc2231-parse-string): Allow concatanation of parameters that
2288         aren't contiguous.  The test case is
2289           (mail-header-parse-content-type "message/external-body;
2290             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
2291             access-type=LOCAL-FILE;
2292             name*1*=plugh%2fhello-sailor%2fbing.pdf")
2293
2294 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2295
2296         * nntp.el (nntp-accept-process-output): Return the value of
2297         `nnheader-accept-process-output'.
2298
2299 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2300
2301         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
2302         (gnus-button-alist): Recognize more diff formats.
2303         (gnus-button-patch): Strip directory.
2304
2305 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2306
2307         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
2308         Emacs 22 when setting focus.
2309
2310 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2311
2312         * gnus-art.el (gnus-article-treat-types): Do treatment of
2313         text/x-verbatim parts.
2314         (gnus-button-patch): New command.
2315
2316         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
2317         addresses that contain invalid characters.
2318
2319 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2320
2321         * message.el (message-put-addresses-in-ecomplete): Use
2322         gnus-replace-in-string.
2323         (message-is-yours-p): Use the more correct
2324         mail-header-parse-address instead of
2325         mail-extract-address-components.
2326         (message-put-addresses-in-ecomplete): Fix typo.
2327
2328         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
2329         keystroke.
2330
2331         * gnus-art.el (gnus-treatment-function-alist): Change order of
2332         newsgroups/generic header folding to avoid double-folding.
2333
2334         * message.el (message-hidden-headers): Add X-Draft-From.
2335
2336         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
2337         command.
2338         (gnus-summary-repeat-search-article-backward): New command.
2339
2340         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
2341         groups in the parent topic.
2342
2343 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
2344
2345         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
2346         (spam-extra-header-to-number): Return the CRM114 number as a
2347         number instead of a string.
2348
2349 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2350
2351         * gnus-art.el (gnus-face-properties-alist): Moved here from
2352         gnus-fun.
2353
2354         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
2355
2356 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2357
2358         * message.el (message-strip-forbidden-properties): Only display on
2359         self-insert-command.
2360
2361         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
2362         reindent.
2363         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
2364
2365 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
2366
2367         * smiley.el (smiley-style): Fix typo.
2368
2369 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2370
2371         * hashcash.el (hashcash-insert-payment-async-2): Use
2372         message-goto-eoh instead of doing it manually.
2373         (mail-add-payment): Use message-narrow-to-header instead of trying
2374         to do the same itself.
2375
2376         * message.el (message-hidden-headers): Add Face.
2377
2378         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
2379         reparenting code.
2380         (gnus-summary-reparent-children): Refactored out code.
2381         (gnus-summary-thread-map): New keystroke.
2382         (gnus-summary-reparent-children): Make into command.
2383
2384         * smiley.el (smiley-style): Default to `medium' if using a large
2385         font.
2386
2387         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
2388         does it itself.
2389
2390         * message.el (message-point-in-header-p): Simplify definition.
2391
2392 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2393
2394         * nnagent.el (nnagent-request-set-mark): Silence log file
2395         writing.
2396         (nnagent-request-set-mark): Use write-region instead of
2397         append-to-file.
2398
2399         * gnus-sum.el (gnus-read-header): Fudge article number if using a
2400         strange select method.
2401
2402         * ecomplete.el (ecomplete-display-matches): Get highlightling
2403         right.
2404         (ecomplete-display-matches): Use literals.
2405         (ecomplete-display-matches): Disable message logging.
2406
2407         * message.el (message-display-abbrev): Small optimization.
2408
2409         * ecomplete.el (ecomplete-display-matches): Allow automatic
2410         display.
2411
2412         * message.el (message-strip-forbidden-properties): Display
2413         abbrevs.
2414         (message-display-abbrev): Get automatic display right.
2415
2416         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
2417         keystrokes.
2418
2419 2006-04-13  Romain Francoise  <romain@orebokech.com>
2420
2421         TODO: Backport to v5-10!
2422
2423         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
2424         Moved here (and renamed) from gnus-registry.el.
2425
2426         * gnus-registry.el: Require gnus-util.
2427         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
2428
2429 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2430
2431         * gnus-group.el (gnus-group-catchup-current): Change
2432         if-then-else-if-then-else into cond.
2433         (gnus-group-catchup): Indent.
2434         (group-name-at-point): New function.
2435         (gnus-fetch-group): Provide default from thing at point.
2436
2437 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2438
2439         * message.el (message-display-abbrev): Fix regexp.
2440
2441         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
2442         choosing.
2443         (ecomplete-highlight-match-line): Fix up code rewrite, remove
2444         dead variables.
2445
2446         * message.el (message-newline-and-indent): Remove debugging.
2447         (message-display-abbrev): Use new implementation.
2448
2449 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2450
2451         * gnus-art.el (gnus-article-mode): Set
2452         cursor-in-non-selected-windows to nil.
2453
2454         * smiley.el: Revert previous change.
2455         (smiley-data-directory): defvar it before using it in the
2456         defcustom of `smiley-style'.
2457
2458 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2459
2460         * message.el (message-newline-and-indent): New function.
2461
2462         * ecomplete.el: Implement more bits.
2463
2464         * message.el (message-put-addresses-in-ecomplete): Clean up the
2465         string.
2466
2467         * ecomplete.el (ecomplete-add-item): Chop off decimals.
2468
2469         * gnus-sum.el (gnus-summary-save-parts): Bind
2470         gnus-summary-save-parts-counter and use it to make unique file
2471         names.
2472
2473         * gnus-art.el (gnus-ignored-headers): Add some more headers.
2474
2475         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
2476         parameter to say whether to actually parse the individual
2477         addresses.
2478
2479         * message.el (message-put-addresses-in-ecomplete): New function.
2480         (ecomplete): Require.
2481         (message-mail-alias-type): Add ecomplete as an option.
2482
2483 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
2484
2485         * flow-fill.el (fill-flowed): Remove trailing space from blank
2486         quoted lines.
2487
2488 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2489
2490         * smiley.el (smiley-style): Move definition later to avoid a
2491         compilation warning.
2492
2493 2006-04-12  Kenichi Handa  <handa@m17n.org>
2494
2495         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
2496         buffer and then decode the buffer text if necessary.
2497         (rfc2231-encode-string): Be sure to work on multibyte buffer at
2498         first, and after mm-encode-body, change the buffer to unibyte.
2499         Use mm-disable-multibyte instead of set-buffer-multibyte.
2500
2501 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2502
2503         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
2504         Content-Type header instead of Content-Disposition header.
2505         (gnus-mime-inline-part): Ditto.
2506         (gnus-mime-view-part-as-charset): Ignore charset that the part
2507         specifies.
2508
2509         * mm-decode.el (mm-display-part): Work with external parts and
2510         usual parts similarly.
2511
2512         * mm-extern.el (mm-inline-external-body): Use mm-display-part
2513         instead of gnus-display-mime.
2514
2515         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
2516         instead of with-temp-buffer.
2517
2518         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
2519         tag to summarized topics part in order to encode non-ASCII text.
2520
2521 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2522
2523         * smiley.el (smiley-style): New variable.
2524         (smiley-directory): New function.
2525         (smiley-data-directory): Derive from `smiley-style' using
2526         `smiley-directory'.
2527         (smiley-regexp-alist): Add new entries.
2528
2529         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
2530         (gnus-article-browse-delete-temp): Add :version.
2531
2532 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2533
2534         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
2535         the sieve region.
2536
2537 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2538
2539         * gnus.el (gnus-version-number): Bump version.
2540
2541 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2542
2543         * gnus.el: No Gnus v0.4 is released.
2544
2545 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2546
2547         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
2548         layout.
2549
2550         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
2551         unknown charset.
2552
2553         * message.el (message-header-synonyms): Add Original-To to the
2554         default.
2555
2556         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
2557         optional parameter.
2558
2559 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
2560
2561         * gnus-fun.el (gnus): Require it for gnus-directory.
2562
2563 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2564
2565         * gnus-fun.el (gnus-face-properties-alist): Add :version.
2566
2567 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2568
2569         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
2570
2571 2006-04-05  Simon Josefsson  <jas@extundo.com>
2572
2573         * password.el (password-reset): New function.
2574
2575 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2576
2577         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
2578         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2579
2580 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2581
2582         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2583         Some whitespace was matched into the url, which broke browsing hits
2584         > 100 when mm-url-use-external was nil.
2585
2586 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
2587
2588         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
2589         gnus-extra-headers for 'Newsgroups.
2590
2591         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
2592         bound.
2593
2594 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
2595
2596         * pgg-gpg.el: Clean up process buffers every time gpg processes
2597         complete.
2598
2599 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
2600
2601         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
2602         doc string.
2603
2604 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
2605
2606         * pgg-gpg.el (pgg-gpg-process-filter)
2607         (pgg-gpg-wait-for-completion): Check if buffer is alive.
2608
2609         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
2610         lines, temporary fix.
2611
2612 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2613
2614         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
2615
2616 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
2617
2618         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2619         default-enable-multibyte-characters.  This reverts the change from
2620         revision 6.17 which is no longer necessary because the passphrase
2621         is sent separately now.  GnuPG messages are unreadable under
2622         multibyte locales with default-enable-multibyte-characters set to
2623         nil.
2624
2625 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
2626
2627         * message.el (message-tool-bar-gnome): Move "spell".
2628
2629 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
2630
2631         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
2632         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
2633         instead.
2634
2635 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
2636
2637         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
2638         newsgroups handling for NNTP overviews which don't include
2639         Newsgroups.
2640
2641 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2642
2643         * message.el (message-resend): Bind message-generate-hashcash to nil.
2644
2645 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2646
2647         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
2648         when searching for already-paid recipients.
2649
2650 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
2651
2652         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
2653         passphrases when it is not needed.
2654         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
2655         passphrase stuff from gpg, should only be necessary when you use
2656         gpg with a smartcard.
2657
2658 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2659
2660         * mml.el (mml-insert-mime): Ignore cached contents of
2661         message/external-body part.
2662
2663         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
2664         (mm-insert-part): Ditto.
2665
2666 2006-03-23  Simon Josefsson  <jas@extundo.com>
2667
2668         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
2669         Reiner.
2670         (pgg-gpg-use-agent-p): Use it again.
2671
2672 2006-03-23  Simon Josefsson  <jas@extundo.com>
2673
2674         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
2675         older emacsen.
2676         (pgg-gpg-use-agent-p): Don't use it.
2677
2678 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
2679
2680         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
2681         if we can.
2682
2683 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
2684
2685         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2686         (pgg-gpg-update-agent): New function.
2687         (pgg-gpg-use-agent-p): New function.
2688         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2689         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2690         (pgg-gpg-sign-region): Use it.
2691
2692 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2693
2694         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
2695         Reported by Ralf Wachinger <rwachinger@gmx.de>.
2696
2697 2006-03-21  Simon Josefsson  <jas@extundo.com>
2698
2699         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
2700         <wilde@sha-bang.de>.
2701         (pgg-gpg-use-agent): New variable.
2702         (pgg-gpg-process-region): Use it.
2703         (pgg-gpg-encrypt-region): Likewise.
2704         (pgg-gpg-encrypt-symmetric-region): Likewise.
2705         (pgg-gpg-decrypt-region): Likewise.
2706         (pgg-gpg-sign-region): Likewise.
2707         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
2708
2709 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2710
2711         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
2712
2713         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
2714         Add comment on version.
2715
2716 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2717
2718         * smiley.el: Add missing test smiley.
2719
2720 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2721
2722         * mm-decode.el (mm-with-part): New macro.
2723         (mm-get-part): Use it; work with message/external-body as well.
2724         (mm-save-part): Treat name and filename equally.
2725
2726         * mm-extern.el (mm-extern-cache-contents): New function.
2727         (mm-inline-external-body): Use it; force the part to be displayed;
2728         move undisplayer added to the cached handle to the parent.
2729
2730         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
2731         (gnus-mime-view-part-as-type): Work with message/external-body.
2732
2733         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
2734
2735 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2736
2737         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
2738         images in image-load-path.  [Sync with image.el, revision 1.60, in
2739         Emacs.]
2740
2741 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2742
2743         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
2744         path rather than symbol.  Always return list of directories.
2745         Guarantee that image directory comes first.  [Sync with image.el,
2746         revision 1.59, in Emacs.]
2747
2748         * message.el (message-make-tool-bar): Adjust to new API of
2749         `gmm-image-load-path-for-library'.
2750
2751         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2752
2753         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2754
2755 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2756
2757         * gnus-art.el (gnus-article-only-boring-p):
2758         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
2759         intangible text.
2760         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
2761
2762 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
2763
2764         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
2765         `defun' instead of `gmm-defun-compat'.
2766
2767 2006-03-14  Simon Josefsson  <jas@extundo.com>
2768
2769         * message.el (message-unique-id): Don't use message-number-base36
2770         if (user-uid) is a float.
2771         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
2772
2773 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2774
2775         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
2776
2777         * gnus-art.el (gnus-mime-display-single): Make sure there is an
2778         empty line between a part and a message part.
2779
2780 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
2781
2782         * smiley.el: Add more test smileys.
2783         (smiley-data-directory, smiley-regexp-alist)
2784         (gnus-smiley-file-types): Fix doc strings.
2785         (smiley-update-cache): Clear smiley-cached-regexp-alist before
2786         adding new elements.
2787         (smiley-mouse-map): Unused code.  Make it a comment.
2788
2789 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2790
2791         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
2792         scan latest NoCeM messages instead of old ones.
2793         (gnus-nocem-check-article): Fix regexps so as to match to PGP
2794         delimiters that are recently used.
2795         (gnus-nocem-load-cache): Add autoload cookie.
2796
2797         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
2798
2799         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
2800         level which is larger than gnus-use-nocem is specified.
2801
2802         * gnus-group.el (gnus-group-get-new-news): Ditto.
2803
2804 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2805
2806         * gnus-util.el (gnus-tool-bar-update): New function.
2807
2808         * gnus-group.el (gnus-group-update-tool-bar): New variable.
2809         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
2810
2811         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
2812
2813         * gnus-group.el (gnus-group-redraw-when-idle)
2814         (gnus-group-redraw-check): Remove.
2815         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
2816
2817 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2818
2819         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
2820         if optional last element is specified in splits (FIELD VALUE...).
2821
2822 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
2823
2824         * message.el (message-make-tool-bar): Rename gmm-image-load-path
2825         to gmm-image-load-path-for-library.  Call with no-error argument.
2826         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
2827
2828         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2829
2830         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2831
2832         * gmm-utils.el (gmm-image-load-path): Remove alias.
2833
2834 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
2835
2836         * gmm-utils.el (gmm-image-load-path): Add alias.
2837
2838         * nnml.el (nnml-generate-nov-databases-directory): Rename from
2839         nnml-generate-nov-databases-1.
2840         (nnml-generate-nov-databases): Use it.
2841         (nnml-generate-nov-databases-directory): Document no-active
2842         argument.
2843
2844         * gmm-utils.el (gmm-image-load-path-for-library): Return single
2845         directory if path is t.  Add no-error.
2846
2847         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
2848         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2849
2850         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
2851         resetting gnus-article-browse-html-temp-list.
2852
2853         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
2854         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
2855         Add example to docstring.  Rename local variables.  Move error
2856         checks to default case in cond and simplify.
2857
2858 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2859
2860         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
2861         handle is multipart when calling it recursively.
2862         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
2863
2864 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
2865
2866         * nnimap.el (nnimap-request-update-info-internal): Optimize.
2867         Don't `gnus-uncompress-range' to avoid excessive memory usage.
2868
2869 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2870
2871         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
2872         is loaded.
2873
2874         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
2875         loaded.
2876
2877 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2878
2879         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
2880         to "Emacs 23 (unicode)" in doc string.
2881
2882         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
2883         "Emacs 23 (unicode)" in comment.
2884
2885 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2886
2887         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
2888
2889         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
2890         characters 160 through 255 in Emacs 23.
2891
2892 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2893
2894         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
2895         gnus-article-browse-html-temp.
2896         (gnus-article-browse-delete-temp): Make it customizable.  Add
2897         `file'.  Adjust doc string.
2898         (gnus-article-browse-delete-temp-files): Add argument.  Allow
2899         query for each file.  Adjust doc string.
2900         (gnus-article-browse-html-parts): Add
2901         `gnus-article-browse-delete-temp-files' to
2902         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
2903
2904 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
2905
2906         * gnus-art.el (gnus-article-browse-html-temp)
2907         (gnus-article-browse-delete-temp): New variables.
2908         (gnus-article-browse-delete-temp-files): New function.
2909         (gnus-article-browse-html-parts): Use it.
2910
2911 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2912
2913         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
2914
2915         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
2916         string.
2917
2918         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
2919         gnus-summary-insert-new-articles when unplugged.  Remove
2920         gnus-summary-search-article-forward.
2921
2922         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
2923         display-visual-class instead of display-color-cells.
2924
2925 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2926
2927         * dgnushack.el: Autoload customize-group for XEmacs.
2928
2929         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
2930         message/* containing non-ASCII text properly.
2931
2932 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2933
2934         * message.el: Require gmm-utils, remove autoloads.
2935         (message-tool-bar): Set default based on
2936         gmm-tool-bar-style.
2937         (message-tool-bar-gnome): Add gmm-customize-mode.
2938
2939         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
2940         gmm-tool-bar-style.
2941         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
2942
2943         * gnus-group.el (gnus-group-tool-bar): Set default based on
2944         gmm-tool-bar-style.
2945         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
2946
2947         * gmm-utils.el (gmm-image-directory): Rename variable from
2948         gmm-image-load-path.
2949         (gmm-image-load-path): Use gmm-image-directory.
2950         (gmm-customize-mode): New function.
2951         (gmm-tool-bar-style): New variable.
2952
2953         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
2954         gnus-group-redraw-line-number.
2955         (gnus-group-redraw-check): Simplify.
2956         (gnus-group-tool-bar-update): Remove redraw check.
2957         (gnus-group-make-tool-bar): Add redraw check.
2958
2959 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
2960
2961         * gnus-art.el (gnus-button): Add missing parentheses.
2962
2963 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2964
2965         * lpath.el: Fbind line-number-at-pos.
2966
2967 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2968
2969         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
2970
2971 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2972
2973         * gnus-art.el (gnus-button): New face.
2974         (gnus-article-button-face): Use it.
2975
2976         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
2977         gnus-summary-next-page.  Re-order.
2978
2979         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
2980         next-node are now included.
2981         (gnus-group-redraw-line-number): New internal variable.
2982         (gnus-group-redraw-check): Helper function for updating the tool
2983         bar.
2984         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
2985
2986         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
2987
2988         * spam.el (spam-spamassassin-score-regexp): New internal variable.
2989         (spam-extra-header-to-number, spam-check-spamassassin-headers):
2990         Use it to match format of Spamassassin 3.0 and later.  Reported by
2991         IRIE Tetsuya <irie@t.email.ne.jp>.
2992         (spam-check-bogofilter)
2993         (spam-bogofilter-register-with-bogofilter): Fix args of
2994         `gnus-error' calls.
2995
2996 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2997
2998         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
2999         unnecessary interaction when sending queued mails.  Reported by
3000         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3001
3002 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3003
3004         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
3005         first or last are nil.
3006
3007 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3008
3009         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3010
3011 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3012
3013         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3014
3015 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3016
3017         * dns.el (query-dns): Protect more against buggy tcp output.
3018
3019 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3020
3021         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
3022         nov.php.
3023
3024 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3025
3026         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
3027         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
3028         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
3029         output on the server side.
3030         (nnweb-google-create-mapping): Update regexps and add some
3031         progress indication.
3032
3033 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
3034
3035         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
3036         gnus-agent-toggle-plugged.  Re-order icons.
3037         (gnus-group-tool-bar-gnome): Add
3038         gnus-group-{prev,next}-unread-group.
3039         (gnus-group-tool-bar-gnome): Re-order icons.
3040
3041         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
3042         gnus-summary-insert-new-articles.
3043
3044         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
3045         comments.
3046
3047         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
3048         also available in Emacs 21.3.
3049
3050         * message.el (message-fix-before-sending): Change "Emacs 22" to
3051         "Emacs 23 (unicode)" in comment.
3052
3053         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
3054         "Emacs 23 (unicode)" in comment.
3055
3056         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
3057         comment.
3058         (mm-coding-system-p): Add comment about no-MULE XEmacs.
3059
3060         * mm-view.el (mm-fill-flowed): Add :version.
3061
3062 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3063
3064         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
3065         and load-path.
3066
3067 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
3068
3069         * message.el: Autoload gmm-image-load-path.
3070         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
3071         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
3072         consitency.
3073
3074         * gmm-utils.el (gmm-image-load-path): Also search in
3075         "../etc/images".  Don't set gmm-image-load-path if we don't find
3076         the image.
3077
3078 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3079
3080         * gmm-utils.el (gmm-image-load-path): Don't make
3081         `gmm-image-load-path' include subdirectories which the second arg
3082         `image' might specify.
3083
3084         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
3085         subdirectory to icon file names.
3086
3087         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
3088
3089 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
3090
3091         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
3092         gmm-image-load-path calls.
3093
3094         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3095
3096         * message.el (message-make-tool-bar): Ditto.
3097
3098         * mml.el (mml-preview): Added comment concerning tool bar icons.
3099
3100         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
3101         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
3102
3103         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
3104         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
3105
3106         * message.el (message-tool-bar-gnome): Use new icon names.
3107         (message-make-tool-bar): Use `gmm-image-load-path'.
3108
3109         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
3110         functions from MH-E.
3111         (gmm-image-load-path): New variable from MH-E.
3112         (gmm-image-load-path): New function from MH-E.  Added arguments
3113         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
3114         *-image-load-path-called-flag.
3115
3116 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
3117
3118         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
3119
3120 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
3121
3122         * nnimap.el (nnimap-request-move-article): Change folder back to
3123         source group before deleting.
3124
3125 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3126
3127         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
3128
3129         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
3130         mm-url.
3131
3132         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
3133
3134 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3135
3136         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
3137         coding system which mm-charset-to-coding-system returns for a
3138         given charset is valid.
3139
3140 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
3141
3142         * html2text.el (html2text-remove-tag-list):
3143         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
3144
3145 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
3146
3147         * gnus-cus.el: Revert 2005-10-17 change.
3148
3149 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3150
3151         * gnus-art.el (article-strip-banner): Call
3152         article-really-strip-banner only when the regexp match is made.
3153
3154 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3155
3156         * gnus-art.el (article-strip-banner): Use
3157         gnus-extract-address-components instead of
3158         mail-header-parse-addresses to make it work with non-ASCII text;
3159         remove mail-encode-encoded-word-string.
3160
3161         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
3162         values which are surrounded with \"...\"; make it never cause a
3163         Lisp error; give up parsing of parameters if it failed in
3164         extracting type.
3165
3166 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3167
3168         * smime.el (smime-cert-by-ldap-1): Fix bug where
3169         `smime-ldap-search' returns results without userCertificates.
3170
3171 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3172
3173         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
3174
3175 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3176
3177         * spam.el (spam-check-spamassassin-headers): Adapt format for
3178         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
3179         <ari@mbf.ocn.ne.jp>.
3180         (spam-list-of-processors): Add spam-use-gmane.
3181
3182 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3183
3184         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
3185         make-temp-file; make it work with XEmacs as well.
3186
3187         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
3188         mm-make-temp-file.
3189
3190         * mm-decode.el (mm-display-external): Use the 3rd arg of
3191         mm-make-temp-file.
3192         (mm-create-image-xemacs): Ditto.
3193
3194 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3195
3196         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
3197         with message-narrow-to-headers.
3198         (gnus-draft-setup): Narrow to header to run message-fetch-field.
3199         (gnus-draft-check-draft-articles): New function.
3200         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
3201
3202 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3203
3204         * gnus-art.el (gnus-article-browse-html-parts):
3205         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
3206         Don't use suffix argument for mm-make-temp-file for Emacs 21
3207         compatibility.  Remove useless `format'.
3208
3209 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3210
3211         * nnweb.el (nnweb-google-wash-article): Update regexps.
3212         (nnweb-group-alist): Use defvoo instead of defvar.
3213
3214 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3215
3216         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
3217         re-loading nn* modules.
3218
3219 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3220
3221         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
3222         for `tool-bar-mode' and don't check it's default-value.
3223
3224         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3225
3226         * message.el (message-make-tool-bar): Ditto.
3227
3228         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
3229         `substring'.  Shorten tmp-file name.
3230
3231         * gnus.el: Remove bogus comment.
3232
3233 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
3234
3235         * gnus-art.el (gnus-article-browse-html-parts): New function.
3236         (gnus-article-browse-html-article): New function for viewing html
3237         articles with a browser.
3238
3239 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
3240
3241         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
3242         in elisp.
3243         (pgg-gpg-encrypt-symmetric-region): Ditto.
3244         (pgg-gpg-sign-region): Ditto.
3245
3246         * pgg-def.el (pgg-text-mode): New variable.
3247
3248         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
3249         (mml2015-pgg-encrypt): Ditto.
3250
3251         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
3252         (mml1991-pgg-encrypt): Ditto.
3253
3254 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3255
3256         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
3257         message-make-date instead of current-time-string.
3258
3259         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
3260         to gnus-decoded which mm-uu might set.
3261
3262 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3263
3264         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
3265         don't decode quoted parameters; remove misimported Emacs code.
3266         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3267         (rfc2231-decode-encoded-string): Don't use split-string which
3268         behaves differently according to Emacs version; use
3269         mm-decode-coding-region to convert charset to coding-system.
3270         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3271         (rfc2231-encode-string): Remove misimported Emacs code.
3272
3273 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3274
3275         * gnus-art.el (article-decode-charset): Don't use ignore-errors
3276         when calling mail-header-parse-content-type.
3277         (article-de-quoted-unreadable): Ditto.
3278         (article-de-base64-unreadable): Ditto.
3279         (article-wash-html): Ditto.
3280
3281         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
3282         calling mail-header-parse-content-type and
3283         mail-header-parse-content-disposition.
3284         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
3285         mail-header-parse-content-type.
3286
3287         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
3288         insert charset and format parameters; encode description after
3289         inserting it to buffer.
3290         (mml-insert-parameter): Fold lines properly even if a parameter is
3291         segmented into two or more lines; change the max column to 76.
3292
3293         * rfc1843.el (rfc1843-decode-article-body): Don't use
3294         ignore-errors when calling mail-header-parse-content-type.
3295
3296         * rfc2231.el (rfc2231-parse-string): Return at least type if
3297         possible; don't cause an error even if it fails in parsing of
3298         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3299         (rfc2231-encode-string): Don't break lines at the beginning, leave
3300         it to mml-insert-parameter.
3301
3302         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
3303         calling mail-header-parse-content-type.
3304
3305 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
3306
3307         * spam-report.el (spam-report-gmane-use-article-number):
3308         Improve doc string.
3309         (spam-report-gmane-internal): Check if a suitable header was found
3310         in the article.
3311
3312 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3313
3314         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
3315         (rfc2231-encode-string): Make param*=value always begin with LWSP.
3316
3317 2006-02-05  Romain Francoise  <romain@orebokech.com>
3318
3319         Update copyright notices of all files in the gnus directory.
3320
3321 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3322
3323         * nnweb.el (nnweb-request-group): Avoid growing overview files.
3324
3325 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3326
3327         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
3328         segmented lines of parameter value to cope with Thunderbird 1.5
3329         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
3330         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3331         (rfc2231-encode-string): Don't make lines exceeding 76 column.
3332
3333 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
3334
3335         * mml.el (mml-generate-mime-1): Correct the order of inline signed
3336         parts.
3337
3338 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3339
3340         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
3341         there's only one active file for all servers.
3342         (nnweb-request-scan): Make sure nnweb-articles is initialized on
3343         solid groups.  Gnus might have used a FAST request to select the group.
3344         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
3345         and nnweb-search redundantly in the active file.
3346         (nnweb-request-list): Don't list bogus groups.  There can only be one.
3347         (nnweb-request-create-group): Don't use ARGS.
3348         (nnweb-possibly-change-server, nnweb-request-group): Remove some
3349         initialisations.  Let nnoo do the work.
3350
3351 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
3354         Say the part has been decoded.
3355
3356         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
3357
3358 2006-01-31  Kevin Ryde  <user42@zip.com.au>
3359
3360         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
3361         mailcap-viewer-test-cache when there's no 'test clause, since that
3362         will invert the meaning of a "nil" test previously determined by
3363         mailcap-mailcap-entry-passes-test.
3364
3365 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3366
3367         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
3368         compiling.
3369
3370         * gnus-sum.el: Ditto.
3371
3372         * message.el: Don't bind tool-bar-map when compiling.
3373
3374 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
3375
3376         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
3377
3378 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3379
3380         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
3381         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
3382         current Google Groups.
3383
3384 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
3385
3386         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
3387         and tool-bar-mode.
3388
3389         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
3390         and tool-bar-mode.
3391
3392         * message.el (message-tool-bar-update): Simplify.
3393         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
3394
3395         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
3396         gnus-summary-buffer.
3397         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
3398         gnus-summary-reply.
3399
3400         * gmm-utils.el (gmm): Add :version.
3401
3402 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3403
3404         * Makefile.in (clean): New rule.
3405         (distclean): Use it.
3406
3407 2006-01-26  Steve Youngs  <steve@sxemacs.org>
3408
3409         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
3410         autoload.
3411
3412 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3413
3414         * gmm-utils.el (gmm-verbose): Add :group.
3415
3416 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
3417
3418         * message.el: Change some comments WRT tool-bars.
3419
3420         * gnus-sum.el (gnus-summary-tool-bar)
3421         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
3422         (gnus-summary-tool-bar-zap-list): New variables.
3423         (gnus-summary-make-tool-bar): Complete rewrite using
3424         `gmm-tool-bar-from-list'.
3425
3426         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
3427         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
3428         variables.
3429         (gnus-group-make-tool-bar): Complete rewrite using
3430         `gmm-tool-bar-from-list'.
3431         (gnus-group-tool-bar-update): New function.
3432
3433         * message.el (message-mode-field-menu): Add "Show hidden Headers".
3434
3435 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3436
3437         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
3438         is dissected into a single part of which the type is the same as
3439         the given one; decode charset.
3440
3441 2006-01-21  Kevin Ryde  <user42@zip.com.au>
3442
3443         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
3444         into alists as symbol not string, since that's what
3445         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
3446         look for.
3447
3448 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
3449
3450         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
3451         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
3452
3453         * message.el (message-tool-bar-gnome): Use gmm-ignore.
3454
3455 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3456
3457         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
3458         (gnus-xmas-mime-security-button-menu): New function.
3459
3460         * gnus-art.el (gnus-mime-security-button-commands): New variable.
3461         (gnus-mime-security-button-menu): New definition.
3462         (gnus-mime-security-button-map): Use them.
3463         (gnus-mime-security-button-menu): New function.
3464         (gnus-insert-mime-security-button): Addition to help echo.
3465         (gnus-mime-security-run-function, gnus-mime-security-save-part)
3466         (gnus-mime-security-pipe-part): New functions.
3467
3468         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
3469         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
3470
3471         * mm-decode.el (mm-handle-set-disposition): Remove.
3472         (mm-handle-set-description): Remove.
3473
3474 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3475
3476         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
3477         (mm-w3m-standalone-supports-m17n-p): New function.
3478         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
3479         w3m usage.
3480
3481         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
3482         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
3483
3484 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3485
3486         * message.el (message-tool-bar-zap-list): Use
3487         gmm-tool-bar-zap-list as custom type.
3488         (message-tool-bar-update): New function.
3489         (message-tool-bar, message-tool-bar-gnome)
3490         (message-tool-bar-retro): Add message-tool-bar-update.
3491         (message-tool-bar-gnome): Add flyspell-buffer.
3492
3493         * gnus-util.el (gnus-error): Describe `args'.
3494
3495         * gmm-utils.el (gmm-error): Describe `args'.
3496         (gmm-tool-bar-zap-list): New widget.
3497         (gmm-tool-bar-from-list): Improve description of `zap-list'.
3498
3499 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3500
3501         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
3502         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
3503         the number of recursive calls.
3504
3505         * mm-decode.el (mm-handle-set-disposition): New macro.
3506         (mm-handle-set-description): New macro.
3507
3508 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3509
3510         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
3511         encoding.
3512
3513 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3514
3515         * message.el (message-tool-bar-zap-list, message-tool-bar)
3516         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
3517         (message-tool-bar-local-item-from-menu): Remove.
3518         (message-tool-bar-map): Replace by `message-make-tool-bar'.
3519         (message-make-tool-bar): New function.
3520         (message-mode): Use `message-make-tool-bar'.
3521
3522         * gmm-utils.el: New file.
3523         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
3524         (gmm-lazy): New widget copied from `nnmail.el'.
3525         (gmm-tool-bar-from-list): New function for creating customizable
3526         tool bars.
3527         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
3528         output.
3529         (gmm): Add :prefix to defgroup.
3530
3531 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
3532
3533         * gmm-utils.el (gmm-widget-p): New function.
3534
3535 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3536
3537         * mml.el (mml-attach-file): Describe `description' in doc string.
3538         (mml-menu): Add Emacs MIME manual and PGG manual.
3539
3540 2006-01-20  Richard M. Stallman  <rms@gnu.org>
3541
3542         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
3543
3544 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
3545
3546         * nntp.el (nntp-end-of-line): Doc fix.
3547
3548 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
3549
3550         * imap.el (imap-open): Handle case where buffer is a buffer
3551         object.
3552
3553 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3554
3555         * gnus-delay.el (gnus-delay): Don't autoload.
3556         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3557         to be re-loaded when customizing the `gnus-delay' group.
3558
3559 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
3560
3561         * message.el (message-insert-citation-line): Use newlines.
3562
3563 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3564
3565         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3566         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
3567         these routines, so the passphrase can be managed externally and
3568         passed in to the system.
3569         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3570         pgg-add-passphrase-to-cache function.
3571
3572         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3573         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
3574         these routines, so the passphrase can be managed externally and
3575         passed in to the system.
3576         (pgg-pgp5-sign-region): Use new name of
3577         pgg-add-passphrase-to-cache function.
3578
3579 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3580
3581         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3582         part of the decoded armor to find the key-identifier.
3583         (pgg-gpg-lookup-key-owner): New function to return the
3584         human-readable identifier of a key owner.
3585         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
3586         itself.
3587         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
3588         the key value) if we have a key and can match it against a secret
3589         key.  Also, added a note pointing out fact that the prompt only
3590         indicates the first matching key.
3591
3592         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
3593         pgg-decrypt-region.
3594         (pgg-add-passphrase-to-cache): Rename from
3595         `pgg-add-passphrase-cache' to reduce confusion (all callers
3596         changed).
3597         (pgg-remove-passphrase-from-cache): Rename from
3598         `pgg-remove-passphrase-cache' to reduce confusion (all callers
3599         changed).
3600         (pgg-read-passphrase, pgg-add-passphrase-cache)
3601         (pgg-remove-passphrase-cache): Add informative docstrings.
3602         (pgg-decrypt): Convey provided passphrase in subordinate call to
3603         pgg-decrypt-region.
3604
3605 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
3606
3607         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
3608         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
3609         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
3610         'passphrase' argument, so the passphrase can be managed externally
3611         and then passed in to the system.
3612
3613         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
3614         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
3615         so the passphrase cache can be used reliably with identifiers
3616         besides a pgp packet's key id.
3617
3618         * pgg-gpg.el (pgg-gpg-encrypt-region)
3619         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3620         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
3621         these routines, so the passphrase can be managed externally and
3622         passed in to the system.
3623
3624         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
3625         'notruncate' argument, so the passphrase cache can be used
3626         reliably with identifiers besides a pgp packet's key id.
3627
3628 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
3629
3630         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
3631         symmetric encryption.
3632         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
3633         encrypted session key.
3634         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
3635         message ask for the passphrase in a proper way.
3636
3637         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
3638         New user commands for symmetric encryption.
3639
3640 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3641
3642         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
3643
3644         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
3645
3646 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
3647
3648         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
3649
3650 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3651
3652         * mm-decode.el (mm-inlined-types): Add application/pgp.
3653         (mm-automatic-display): Ditto.
3654
3655         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
3656         part as text.
3657
3658 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3659
3660         * nnrss.el: Update copyright.
3661         (nnrss-opml-import): Query whether to subscribe to each entry.
3662
3663         * gnus-art.el:
3664         * gnus-sum.el:
3665         * gnus-xmas.el:
3666         * messagexmas.el:
3667         * mm-uu.el:
3668         * mm-view.el: Update copyright.
3669
3670 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
3671
3672         * message.el (message-info): New function.
3673         (message-mode-menu): Add it.
3674         Update copyright.
3675
3676         * ChangeLog: Fix and update copyright.
3677
3678 2006-01-13  Romain Francoise  <romain@orebokech.com>
3679
3680         * message.el (message-forward-subject-name-subject): Prefer the
3681         address to 'nowhere' if the sender has no name.
3682         Fix typo.  Update copyright year.
3683
3684 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3685
3686         * gnus-art.el (article-wash-html): Use
3687         gnus-summary-show-article-charset-alist if a numeric arg is given.
3688         (gnus-article-wash-html-with-w3m-standalone): New function.
3689
3690         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
3691         mm-inline-text-html-render-with-w3m-standalone.
3692         (mm-text-html-washer-alist): Map w3m-standalone to
3693         gnus-article-wash-html-with-w3m-standalone.
3694         (mm-inline-text-html-render-with-w3m-standalone): New function.
3695
3696 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3697
3698         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
3699         Improve LaTeX.
3700
3701 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3702
3703         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
3704         (nnrss-request-article): Render text/plain parts as HTML.
3705
3706         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
3707         the buffer.
3708
3709 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3710
3711         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
3712         custom definition of `gnus-posting-styles'.
3713
3714         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
3715         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
3716
3717 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3718
3719         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
3720         Use nntp for bug archive.
3721
3722 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3723
3724         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
3725         parts.
3726         (nnrss-normalize-date): New function converts ISO 8601 date into
3727         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3728         (nnrss-check-group): Use it.
3729
3730 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3731
3732         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
3733
3734         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
3735         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3736         (nnrss-insert-w3): Ditto.
3737
3738 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3739
3740         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
3741         the articles to be forwarded including the case where neither a
3742         number of articles nor a region is specified.
3743
3744 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3745
3746         * nnrss.el (nnrss-request-article): Fix last change; fill
3747         text/plain parts.
3748
3749 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3750
3751         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
3752         in text/plain part.
3753         (nnrss-check-group): Don't add excessive newline to dc:subject.
3754
3755 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
3756
3757         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
3758         article.
3759
3760 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3761
3762         * nnml.el: Don't require gnus-bcklg.  Autoload it.
3763         (nnml-use-compressed-files, nnml-save-mail): Support other
3764         comression programs such as bzip2.
3765
3766 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3767
3768         * dns.el (query-dns): Make sure we check the buffer size before
3769         removing tcp headers.
3770
3771 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3772
3773         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
3774         remove MIME buttons associated with multipart/alternative parts.
3775         (gnus-mime-display-alternative): Tag buttons using `article-type'
3776         text property.
3777
3778         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
3779         associated with multipart/alternative parts.
3780
3781         * gnus-art.el (gnus-signature-separator): Fix custom type.
3782
3783         * mm-decode.el (mm-inlined-types): Fix custom type.
3784         (mm-keep-viewer-alive-types): Ditto.
3785         (mm-automatic-display): Ditto.
3786         (mm-attachment-override-types): Ditto.
3787         (mm-inline-override-types): Ditto.
3788         (mm-automatic-external-display): Ditto.
3789
3790 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3791
3792         * spam-report.el (spam-report-user-mail-address)
3793         (spam-report-user-agent): New variables.
3794         (spam-report-url-ping-plain): Use spam-report-user-agent.
3795
3796 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
3797
3798         * gnus-art.el (gnus-button-handle-custom): Do not just use
3799         `customize-apropos' for any "M-x customize-*" button but the
3800         function called for.  Accept both the function name and its
3801         argument in order to achieve this.
3802         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
3803         function name to `gnus-button-handle-custom' in case of "M-x
3804         customize-*" buttons.
3805
3806 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3807
3808         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
3809         multipart/alternative and add xref to mm-discouraged-alternatives
3810         in doc string.
3811
3812         * mm-decode.el (mm-discouraged-alternatives): Add xref to
3813         gnus-buttonized-mime-types in doc string.
3814
3815 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
3816
3817         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
3818         Suggest image/.* in the doc string.
3819
3820 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3821
3822         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
3823         message-marks (Debian bug #342521).
3824
3825 2005-12-12  Simon Josefsson  <jas@extundo.com>
3826
3827         * password.el (password-read-from-cache): Add.
3828         (password-read): Use it.
3829
3830 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3831
3832         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
3833         us-ascii as a MIME charset.
3834
3835         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
3836         against the case where the 2nd arg TYPE is nil.
3837
3838 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3839
3840         * pop3.el (pop3-stream-type): Fix custom version.
3841
3842         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
3843
3844 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3845
3846         * mm-decode.el (mm-display-external): Add missing cdr.
3847
3848 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3849
3850         * mm-decode.el (mm-display-external): Use nametemplate (defined in
3851         RFC1524) if it is in mailcap or add a suffix according to
3852         mailcap-mime-extensions when generating a temp filename; postpone
3853         deleting a temp file for 2 seconds for some wrappers, shell
3854         scripts, and so on, which might exit right after having started a
3855         viewer command as a background job.
3856
3857 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3858
3859         * nntp.el (nntp-marks-directory): Fix custom group.
3860
3861         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
3862         steps when < 10.
3863
3864         * gnus-start.el (gnus-no-server-1): Mention
3865         `gnus-level-default-subscribed' in doc string.
3866
3867 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3868
3869         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
3870         parens.
3871
3872 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3873
3874         * gnus-xmas.el (gnus-use-toolbar): Revert.
3875         (gnus-xmas-setup-toolbar): Use global default-toolbar if
3876         gnus-use-toolbar is default.
3877
3878         * messagexmas.el (message-use-toolbar): Revert.
3879         (message-setup-toolbar): Use global default-toolbar if
3880         message-use-toolbar is default.
3881
3882 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3883
3884         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
3885         according to default-toolbar-visible-p.
3886
3887         * messagexmas.el (message-use-toolbar): Ditto.
3888
3889 2005-11-26  Dave Love  <fx@gnu.org>
3890
3891         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
3892         (tls-program, tls-success): Provide openssl alternative.
3893
3894         * starttls.el: Doc fixes.
3895         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
3896         SERVICE to PORT.
3897
3898         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
3899         port null or service name.
3900         (starttls-negotiate): Autoload.
3901
3902 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3903
3904         * message.el (message-kill-to-signature): Fix interactive spec.
3905
3906 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3907
3908         * pop3.el (pop3-open-server): Recognize a string as a service name.
3909
3910 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
3911
3912         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3913
3914 2005-11-23  Dave Love  <fx@gnu.org>
3915
3916         Add pop3s, pop3/starttls.
3917
3918         * pop3.el (pop3-authentication-scheme): Clarify doc.
3919         (open-tls-stream, starttls-open-stream): Autoload.
3920         (pop3-stream-type): New.
3921         (pop3-open-server): Use it.
3922
3923         * mail-source.el (mail-sources): Fix some :types.  Add stream type
3924         for POP.
3925         (mail-source-keyword-map): Add :stream for POP.
3926         (mail-source-fetch-pop): Use pop3-stream-type.
3927
3928 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3929
3930         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
3931         of current-time-string.
3932
3933 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
3934
3935         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
3936         date header.
3937
3938 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3939
3940         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
3941         it can seriously impact performance as it bypasses the agent's
3942         local caches.
3943
3944 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3945
3946         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
3947         must be explicitly online rather than "not explicitly offline" for
3948         its flags to be synchronized.
3949
3950         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
3951         that gnus-uu-unmark-thread will function correctly.
3952
3953         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
3954         1024K is instead displayed as 1M.
3955
3956 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3957
3958         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
3959
3960 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
3961
3962         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
3963
3964 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
3965
3966         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
3967         error message to display actual error condition.
3968         (gnus-agent-save-local): Avoid saving symbols that are bound to
3969         nil as they simply result in a warning message in
3970         gnus-agent-read-local.
3971
3972 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3973
3974         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
3975         rather than make-variable-buffer-local for file-precious-flag.
3976
3977 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3978
3979         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
3980         for duplicates which are removed.  The invalid sort check then
3981         triggers a rescan after the sort as sorting may have moved
3982         duplicate entries such that they can be cheaply detected.
3983
3984 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3985
3986         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
3987
3988 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3989
3990         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
3991         internal variable to a custom variable.  Changed default value
3992         from compressed(2) to uncompressed(1).
3993         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
3994         support for uncompressed agentview files.  Taken together, reading
3995         the agentview file should now be 6-7 times faster.
3996
3997 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3998
3999         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
4000         as a buffer-local variable.  This avoids creating truncated
4001         dribble files as a result of a hang up, eg.
4002
4003 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
4004
4005         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
4006         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
4007         XEmacs.
4008
4009 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4010
4011         * gnus-start.el (gnus-start-draft-setup): Enforce
4012         `gnus-draft-mode' for nndraft:drafts at startup.
4013
4014         * gnus.el (gnus-splash): Change custom group.
4015         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
4016         allow-list argument.
4017
4018         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
4019         string.
4020
4021 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4022
4023         * gnus-art.el (gnus-default-article-saver): Add user-defined
4024         `function' to custom type.
4025
4026 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4027
4028         * imap.el (imap-open): Handle case where buffer is a buffer
4029         object.
4030
4031 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4032
4033         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
4034         long lines.
4035         (gnus-cache-delete-group): Wrap doc strings.
4036
4037         * gnus-agent.el (gnus-agent-rename-group)
4038         (gnus-agent-delete-group): Wrap doc strings.
4039
4040
4041 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * messagexmas.el (message-use-toolbar): Change the valid values
4044         into default, top, bottom, left, and right.
4045         (message-toolbar-thickness): New variable.
4046         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
4047         well.
4048         (message-setup-toolbar): Make it work.
4049
4050         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
4051         (gnus-use-toolbar): Change the valid values into default, top,
4052         bottom, left, and right.
4053         (gnus-toolbar-thickness): New variable.
4054         (gnus-xmas-setup-toolbar): New function.
4055         (gnus-xmas-setup-group-toolbar): Use it.
4056         (gnus-xmas-setup-summary-toolbar): Use it.
4057
4058 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4059
4060         * gnus-start.el (gnus-1): Add "native" to
4061         gnus-predefined-server-alist.
4062
4063         * gnus.el (gnus-method-to-server): Don't add "native" to the
4064         lists here, because that leads to problems when
4065         gnus-select-method is bound.
4066
4067 2005-11-09  Simon Josefsson  <jas@extundo.com>
4068
4069         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
4070         use (not sort-by-date) instead.
4071
4072 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4073
4074         * gnus-delay.el (gnus-delay-group): Don't autoload.
4075         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4076         to be re-loaded when customizing the `gnus-delay' group.
4077
4078 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
4079
4080         * message.el: Revert last changes.
4081         (message-insert-citation-line): Use newlines.
4082
4083 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4084
4085         * message.el (message-courtesy-message)
4086         (message-mark-insert-begin, message-mark-insert-end)
4087         (message-elide-ellipsis, message-cancel-message)
4088         (message-add-header, message-change-subject)
4089         (message-cross-post-followup-to-header)
4090         (message-cross-post-insert-note, message-reduce-to-to-cc)
4091         (message-widen-reply, message-delete-not-region)
4092         (message-kill-to-signature, message-insert-signature)
4093         (message-insert-importance-high, message-insert-importance-low)
4094         (message-insert-or-toggle-importance)
4095         (message-insert-disposition-notification-to)
4096         (message-indent-citation, message-yank-original)
4097         (message-cite-original-without-signature, message-cite-original)
4098         (message-insert-citation-line, message-position-on-field)
4099         (message-fix-before-sending, message-send-mail-partially)
4100         (message-send-mail, message-send-mail-with-sendmail)
4101         (message-send-mail-with-qmail, message-send-news)
4102         (message-check-news-header-syntax, message-generate-headers)
4103         (message-insert-courtesy-copy, message-fill-address)
4104         (message-fill-header, message-shorten-references)
4105         (message-setup-1, message-cancel-news)
4106         (message-forward-make-body-plain, message-forward-make-body-mime)
4107         (message-forward-make-body-mml, message-encode-message-body)
4108         (message-forward-make-body-digest-plain)
4109         (message-forward-make-body-digest-mime)
4110         (message-use-alternative-email-as-from): Insert `hard-newline'
4111         instead of ordinary newlines.
4112
4113 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4114
4115         * message.el (message-generate-headers): Downcase the argument
4116         given to message-check-element.
4117
4118 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
4119
4120         * nntp.el (nntp-authinfo-rejected): New error condition.
4121         (nntp-wait-for): Use new error condition to signal authentication
4122         error.
4123         (nntp-retrieve-data): Rethrow new error condition to break out of
4124         recursive call to nntp-send-authinfo.
4125
4126 2005-11-08  Romain Francoise  <romain@orebokech.com>
4127
4128         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
4129         (gnus-summary-exit-map): Bind to `Z p'.
4130         (gnus-summary-make-menu-bar): Add menu item.
4131
4132 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
4133
4134         * gnus-art.el (gnus-article-treat-custom): Add `first'.
4135         (gnus-treat-*): Add `first' in all doc strings.
4136
4137         * gnus-group.el (gnus-group-compact-group): Fix typo.
4138
4139 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4140
4141         * gnus.el (gnus-parameters-case-fold-search): New variable.
4142         (gnus-parameters-get-parameter): Use it.
4143
4144         * gnus-score.el (gnus-home-score-file): Doc fix.
4145
4146 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
4147
4148         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
4149
4150 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4151
4152         * mm-util.el (mm-special-display-p): New function.
4153
4154         * mml.el (mml-preview): Use it; doc fix.
4155
4156 2005-10-29  Romain Francoise  <romain@orebokech.com>
4157
4158         * message.el (message-fix-before-sending): Fix comment.
4159
4160 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4161
4162         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
4163
4164 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4165
4166         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
4167         Used in gnus-score.el.
4168
4169 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4170
4171         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
4172
4173 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4174
4175         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
4176         whitespace removed in revision 7.8.  Use concatenated string to
4177         protect trailing whitespace.
4178
4179 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
4180
4181         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
4182         (nnimap-request-expire-articles): Use it to avoid sending 'UID
4183         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
4184         Courier IMAP ("some version from 2004").  Mostly based on similar
4185         code in the same function.
4186
4187 2005-10-26  Didier Verna  <didier@xemacs.org>
4188
4189         * gnus-group.el (gnus-group-compact-group): invalidate original
4190         article buffer.
4191         * gnus-srvr.el (gnus-server-compact-server): ditto.
4192         * nnml.el (nnml-request-compact-group): handle self Xref: field in
4193         NOV database and in article itself.
4194         Invalidate article backlog.
4195
4196 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4197
4198         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
4199
4200 2005-10-26  Simon Josefsson  <jas@extundo.com>
4201
4202         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
4203         part of 2004-07-25 change.
4204
4205 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4206
4207         * message.el (message-display-completion-list): New function.
4208         (message-expand-group): Use it; make sure the Completions buffer
4209         is modifiable.
4210
4211 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4212
4213         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
4214         user-mail-name is an empty string.
4215
4216 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4217
4218         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
4219         depending on gnus-score-decay-constant.
4220
4221         * encrypt.el (encrypt-insert-file-contents)
4222         (encrypt-write-file-contents): Don't use `gnus-message'.
4223
4224         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
4225         arguments.
4226         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
4227         arguments to mm-uu-verbatim-marks-extract.
4228         (mm-uu-hide-markers): New variable.
4229         (mm-uu-extract): Use face similar to `gnus-cite-3'.
4230
4231         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4232         (gnus-convert-image-to-face-command): Use "convert" by default to
4233         allow other input image formats.
4234         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
4235         accordingly.
4236
4237 2005-10-23  Simon Josefsson  <jas@extundo.com>
4238
4239         * imap.el (imap-gssapi-program): Align command line parameters
4240         with latest GNU SASL.
4241         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
4242
4243 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4244
4245         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
4246         HTML.
4247         (nnslashdot-request-article): Ditto.
4248
4249         * lpath.el (featurep): Add nobreak-char-display.
4250
4251 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4252
4253         * mail-source.el (mail-source-fetch-pop): Require pop3.
4254         (mail-source-check-pop): Ditto.
4255
4256 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4257
4258         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
4259         errors.
4260
4261 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4262
4263         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
4264         (gnus-treat-strip-leading-blank-lines): Improve doc string.
4265
4266         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
4267
4268         * mm-bodies.el (mm-decode-string): Call
4269         `mm-charset-to-coding-system' with allow-override argument.
4270
4271 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4272
4273         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
4274         (rfc2047-charset-to-coding-system): New function.
4275         (rfc2047-decode-encoded-words): New function.
4276         (rfc2047-decode-region): Use them.
4277         (rfc2047-decode-cte): Remove.
4278         (rfc2047-parse-and-decode): Remove.
4279         (rfc2047-decode): Remove.
4280
4281 2005-10-15  Kenichi Handa  <handa@m17n.org>
4282
4283         * rfc2047.el (rfc2047-decode-cte): New function.
4284         (rfc2047-decode-region): Change the way to decode successive
4285         encoded-words: decode B- or Q-encoding in each encoded-word,
4286         concatenate them, and decode it as charset.
4287
4288 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4289
4290         * lpath.el: Fbind codepage-setup for XEmacs.
4291
4292 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
4293
4294         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
4295         widget-move-and-invoke.
4296         (gnus-custom-mode): Use gnus-custom-map.
4297
4298 2005-10-15  Bill Wohler  <wohler@newt.com>
4299
4300         * message.el (message-tool-bar-map): Renamed image file from
4301         mail_send to mail/send.
4302
4303 2005-10-16  Masatake YAMATO  <jet@gyve.org>
4304
4305         * message.el (message-expand-group): Pass the common
4306         prefix substring of completion to `display-completion-list'.
4307
4308 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
4309
4310         * mml-sec.el (mml-secure-method): New internal variable.
4311         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
4312         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
4313         functions using mml-secure-method.
4314
4315         * mml.el (mml-mode-map): Add key bindings for those functions.
4316         (mml-menu): Simplify security menu entries.  Suggested by Jesper
4317         Harder <harder@myrealbox.com>.
4318         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
4319         end of message if point is the headers of the message.
4320
4321         * message.el (message-in-body-p): New function.
4322
4323         * assistant.el: Autoload gnus-util and netrc.
4324
4325         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
4326         Use `mm-charset-override-alist' only when decoding.
4327
4328         * mm-bodies.el (mm-decode-body): Call
4329         `mm-charset-to-coding-system' with allow-override argument.
4330
4331         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
4332         `filename' from Content-Disposition if Content-Type doesn't
4333         provide `name'.
4334         (gnus-mime-view-part-as-type): Set default instead of
4335         initial-input.
4336
4337 2005-10-09  Daniel Brockman  <daniel@brockman.se>
4338
4339         * format-spec.el (format-spec): Propagate text properties of % spec.
4340
4341 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
4342
4343         * gnus-art.el (gnus-treat-predicate): Add `first'.
4344
4345 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
4346
4347         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
4348         (mm-charset-override-alist): New variable.
4349         (mm-charset-to-coding-system): Use it.
4350         (mm-codepage-setup): New helper function.
4351         (mm-charset-eval-alist): New variable.
4352         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
4353         about unknown charsets.
4354
4355         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
4356
4357 2005-10-04  David Hansen  <david.hansen@gmx.net>
4358
4359         * nnrss.el (nnrss-request-article): Add support for the comments tag.
4360         (nnrss-check-group): Ditto.
4361
4362 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4363
4364         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
4365         Rename x-gnus-verbatim to x-verbatim.
4366         (mm-uu-type-alist): Fix regexp for verbatim-marks.
4367
4368         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
4369         x-verbatim.
4370
4371         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
4372
4373         * gnus-util.el (gnus-remove-duplicates): Remove.
4374
4375         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
4376         instead of gnus-remove-duplicates.
4377
4378         * message.el (message-remove-duplicates): Remove.
4379         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
4380         message-remove-duplicates.
4381
4382         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
4383         available, else use implementation from `delete-dups'.
4384
4385         * message.el (message-insert-expires): New function.
4386         (message-mode-map): Add key binding.
4387         (message-mode-field-menu): Add menu entry.
4388         (message-mode): Document it.
4389         (message-make-expires-date): Use `message-make-date'.
4390
4391 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
4392
4393         * message.el (message-make-expires-date): New function.
4394
4395 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4396
4397         * Makefile.in (list-installed-shadows): New entry.
4398         (install): Use it.
4399         (remove-installed-shadows): New entry.
4400
4401         * dgnushack.el (dgnushack-default-load-path): New variable.
4402         (dgnushack-find-lisp-shadows): New function.
4403         (dgnushack-remove-lisp-shadows): New function.
4404
4405 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4406
4407         * Makefile.in (install-el-elc): New entry.
4408         (install): Use it so that .el files are necessarily installed.
4409
4410 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4411
4412         * time-date.el: Autoload parse-time-string, XEmacs needs it.
4413
4414 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4415
4416         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
4417         function rather than the diff-mode.el package.
4418         (mm-display-external): Use with-current-buffer.
4419         (mm-viewer-completion-map, mm-viewer-completion-map):
4420         Move initialization inside declaration.
4421
4422 2005-09-29  Simon Josefsson  <jas@extundo.com>
4423
4424         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
4425         autoload mail-check-payment.
4426         (spam-check-hashcash): Define unconditionally, since hashcash.el
4427         is part of Gnus now.  Ignore errors from payment checking.
4428
4429 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4430
4431         * message.el (message-bold-region, message-unbold-region): Rename
4432         from `bold-region' and `unbold-region'.
4433
4434         * message.el: Remove useless autoloads.
4435
4436 2005-09-28  Simon Josefsson  <jas@extundo.com>
4437
4438         * message.el (message-use-idna): Default to t.
4439         (message-use-idna): Test whether encoding works too.  Doc fix.
4440
4441 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4442
4443         * nntp.el (nntp-warn-about-losing-connection): Remove.
4444
4445 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4446
4447         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
4448         customizable.  Change default value.
4449         (mm-uu-diff-groups-regexp): Change default value.
4450         (mm-uu-type-alist): Add doc string.
4451         (mm-uu-configure): Add doc string.  Make it interactive.
4452         (mm-uu-tex-groups-regexp): New variable.
4453         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
4454         (mm-uu-type-alist): Add LaTeX documents.
4455         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
4456         of "text/verbatim".
4457         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
4458
4459         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
4460         instead of "text/verbatim".
4461
4462         * message.el (message-mark-inserted-region)
4463         (message-mark-insert-file): Use slrn style marks when called with
4464         prefix argument.
4465
4466 2005-09-27  Simon Josefsson  <jas@extundo.com>
4467
4468         * message.el (message-idna-to-ascii-rhs-1): Reformat.
4469
4470 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4471
4472         * message.el (message-remove-duplicates): New function.
4473         Implementation borrowed from `gnus-remove-duplicates'.
4474         (message-idna-to-ascii-rhs): Also encode idna addresses in
4475         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4476         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
4477         only ask about the same idna domain once per header and also tell
4478         in what header to replace the idna domain.
4479
4480         * gnus-art.el (article-decode-idna-rhs): Also decode idna
4481         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4482         (article-decode-idna-rhs): Fix regexp so that all idna-address in
4483         a header is decoded and not just the last one.
4484
4485 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4486
4487         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
4488         has been decoded.
4489
4490         * mm-decode.el (mm-automatic-display): Add text/verbatim.
4491         (mm-insert-part): Don't modify text if it has been decoded.
4492
4493         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
4494         decoded.
4495
4496         * mm-view.el (mm-inline-text): Don't strip text props unless
4497         decoding enriched or richtext parts.
4498
4499 2005-09-25  Romain Francoise  <romain@orebokech.com>
4500
4501         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
4502         * gnus-start.el (gnus-subscribe-interactively):
4503         * gnus-uu.el (gnus-uu-grab-articles):
4504         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
4505         space.
4506
4507 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
4508
4509         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4510         * mm-view.el (mm-view-pkcs7-decrypt):
4511         * gnus-sum.el (gnus-summary-limit-to-extra)
4512         (gnus-summary-respool-article, gnus-read-move-group-name):
4513         * gnus-score.el (gnus-summary-increase-score):
4514         * gnus-util.el (gnus-completing-read-with-default):
4515         * gnus-art.el (gnus-read-save-file-name)
4516         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
4517         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
4518         * message.el (message-check-news-header-syntax):
4519         Follow convention for reading with the minibuffer.
4520
4521 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
4522
4523         * spam-report.el (spam-report-url-ping-plain):
4524         Use gnus-extended-version as User-Agent.
4525
4526         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
4527         default value is nil.
4528
4529         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
4530         (mm-uu-verbatim-marks-extract): New function.
4531         (mm-uu-extract): New face.
4532         (mm-uu-copy-to-buffer): Use it.
4533
4534         * spam-report.el (spam-report-gmane-ham): Renamed from
4535         `spam-report-gmane-unspam'.
4536         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
4537         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
4538
4539         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
4540         Autoload.
4541         (spam-report-gmane-unregister-routine): Renamed
4542         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
4543
4544 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
4545
4546         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
4547         (spam-report-gmane-unregister-routine): Add support for gmane
4548         unregistration.
4549
4550         * spam-report.el (spam-report-gmane-unspam)
4551         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
4552         (spam-report-gmane): Change to take a single article and do unspam
4553         registration.
4554
4555 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4556
4557         * mm-url.el (mm-url-decode-entities): Fix regexp.
4558
4559 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4560
4561         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
4562         default to nil, to be able to use Gnus at all.  If the default
4563         switches to something else, then the function should be fixed not
4564         be exceedingly slow.
4565
4566 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
4567
4568         * gnus-start.el (gnus-activate-group): If the server is nil, don't
4569         fail hard.
4570
4571         * spam-report.el: Add better Keywords line.
4572
4573         * spam.el: Add Maintainer and better Keywords line.
4574
4575 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4576
4577         * gnus-art.el (gnus-article-replace-part)
4578         (gnus-mime-replace-part): New functions.
4579         (gnus-mime-action-alist, gnus-mime-button-commands)
4580         (gnus-mime-save-part-and-strip): Added file argument.
4581         (gnus-article-part-wrapper): Added interactive argument.
4582
4583         * gnus-sum.el (gnus-summary-mime-map): Add
4584         `gnus-article-replace-part'.
4585
4586 2005-09-19  Didier Verna  <didier@xemacs.org>
4587
4588         The nnml compaction feature:
4589         * nnml.el (nnml-request-compact-group): New function.
4590         * nnml.el (nnml-request-compact): New function.
4591         * gnus-int.el (gnus-request-compact-group): New function.
4592         * gnus-int.el (gnus-request-compact): New function.
4593         * gnus-group.el (gnus-group-compact-group): New function.
4594         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
4595         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
4596         * gnus-srvr.el (gnus-server-compact-server): New function.
4597         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
4598         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
4599
4600 2005-09-18  Deepak Goel  <deego@gnufans.org>
4601
4602         * sieve.el (sieve-help): Fix `message' call: first arg should be a
4603         format spec.
4604
4605 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4606
4607         * gnus.el (gnus-group-startup-message): Bind image-load-path.
4608
4609 2005-09-15  Romain Francoise  <romain@orebokech.com>
4610
4611         * message.el (message-fill-paragraph): Clarify docstring.
4612
4613 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4614
4615         * gnus-art.el (gnus-mime-display-part): Protect against broken
4616         MIME messages.
4617
4618 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4619
4620         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
4621         before parsing header.
4622
4623 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
4624
4625         * html2text.el: (html2text-replace-list): Add new entities.
4626
4627 2005-09-11  Romain Francoise  <romain@orebokech.com>
4628
4629         * message.el (message-alternative-emails): Improve docstring.
4630         (message-setup-1): Call `message-use-alternative-email-as-from'
4631         after `message-setup-hook' to give it precedence over posting
4632         styles, etc.
4633         (message-use-alternative-email-as-from): Add docstring.  Remove
4634         the original From header if present.
4635
4636         * nnml.el (nnml-compressed-files-size-threshold): New variable.
4637         (nnml-save-mail): Use it.
4638
4639         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
4640         articles.  Add new argument `silent'.
4641         (gnus-uu-mark-all): Report the total number of marked articles.
4642
4643 2005-09-10  Romain Francoise  <romain@orebokech.com>
4644
4645         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
4646         (gnus-uu-mark-series): Likewise.
4647
4648 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
4649
4650         * spam-report.el (spam-report-gmane): Fix generation of spam
4651         report URL.
4652
4653 2005-09-10  Simon Josefsson  <jas@extundo.com>
4654
4655         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
4656         t, based on discussion on the ding list with Robert Epprecht
4657         <epprecht@solnet.ch>.
4658
4659 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
4660
4661         * spam-report.el (spam-report-gmane): Make it work without
4662         X-Report-Spam header.  Gmane now only provides Archived-At.
4663         This is only used if `spam-report-gmane-use-article-number' is nil.
4664         (spam-report-gmane-spam-header): Remove.  Not used anymore.
4665
4666         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
4667         make `gnus-summary-sort-by-recipient' work with threading.
4668
4669         * nnweb.el (nnweb-google-wash-article): Print a message if article
4670         is not available.
4671
4672 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4673
4674         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
4675         change.  Decode text/* parts content before displaying.
4676
4677 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4678
4679         * mml-smime.el: Remove defvar of gnus-extract-address-components.
4680
4681 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4682
4683         * mm-view.el (mm-display-inline-fontify): Disable support modes.
4684
4685         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
4686         url-package-name, url-package-version,
4687         w3m-cid-retrieve-function-alist, w3m-current-buffer,
4688         w3m-display-inline-images, and w3m-minor-mode-map.
4689
4690 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
4691
4692         * message.el (message-tab-body-function): Fixed mismatched custom
4693         type.
4694
4695         * gnus.el (gnus-group-change-level-function): Ditto.
4696
4697         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
4698
4699         * gnus-art.el (gnus-signature-limit)
4700         (gnus-article-mime-part-function): Ditto.
4701
4702 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4703
4704         * mml.el (mml-mode): Silence the byte compiler.
4705
4706         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
4707         using `(sit-for 0)' before moving the point to the specified part;
4708         skip unbuttonized parts.
4709         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
4710         return to the summary window if gnus-auto-select-part is non-nil.
4711
4712 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
4713
4714         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
4715         variables.
4716         (mml-dnd-attach-file, mml-mode): Use them.
4717
4718         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
4719         Make fetching article by MID work again for Google Groups.  Added
4720         FIXME concerning gnus-group-make-web-group.
4721
4722         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
4723         Don't depend on Gnus by using mail-extract-address-components if
4724         gnus-extract-address-components is not bound.
4725
4726 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4727
4728         * gnus-art.el (gnus-mime-display-security): Don't display the
4729         signature, but only the signed part.
4730
4731 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4732
4733         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
4734
4735         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
4736         list, not listp.
4737
4738 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
4739
4740         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
4741         when encoding.
4742
4743         * mm-bodies.el (mm-decode-content-transfer-encoding):
4744         De-canonicalize CRLF for all text content types, not just
4745         text/plain.
4746
4747 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4748
4749         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
4750         valid article; point arrow and cursor at the MIME button.
4751
4752 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4753
4754         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
4755         Suggested by Dan Christensen <jdc@uwo.ca>.
4756
4757         * mm-decode.el (mm-save-part): Enable change of prompt.
4758
4759 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
4760
4761         * gnus-msg.el (gnus-inews-add-send-actions): Made
4762         `message-post-method' lambda parameter ARG `&optional'.
4763
4764 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4765
4766         * gnus-sum.el (gnus-summary-mime-map): Added
4767         gnus-article-save-part-and-strip, gnus-article-delete-part and
4768         gnus-article-jump-to-part.
4769
4770         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
4771         (gnus-article-edit-part): Use it.
4772         (gnus-article-part-wrapper): Added no-handle argument.
4773         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
4774         functions.
4775
4776 2005-08-29  Romain Francoise  <romain@orebokech.com>
4777
4778         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4779         docstring.
4780         (gnus-face-from-file): Likewise.
4781
4782 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4783
4784         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
4785         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
4786         non-nil.
4787         (gnus-auto-select-part): New variable.
4788         (gnus-article-jump-to-part): New function.
4789         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
4790         (gnus-mime-delete-part): Allow selecting specified part after
4791         deleting or stripping parts.
4792         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
4793         part if argument is bogus.
4794
4795 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
4796
4797         * gnus-art.el (w3m-minor-mode-map):
4798         * gnus-spec.el (gnus-newsrc-file-version):
4799         * gnus-util.el (nnmail-active-file-coding-system)
4800         (gnus-original-article-buffer, gnus-user-agent):
4801         * gnus.el (gnus-ham-process-destinations)
4802         (gnus-parameter-ham-marks-alist)
4803         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
4804         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
4805         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
4806         * mm-decode.el (gnus-current-window-configuration):
4807         * mm-extern.el (gnus-article-mime-handles):
4808         * mm-url.el (url-current-object, url-package-name)
4809         (url-package-version):
4810         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
4811         (smime-keys, w3m-cid-retrieve-function-alist)
4812         (w3m-current-buffer, w3m-display-inline-images)
4813         (w3m-minor-mode-map):
4814         * mml-smime.el (gnus-extract-address-components):
4815         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
4816         (gnus-newsrc-hashtb, message-default-charset)
4817         (message-deletable-headers, message-options)
4818         (message-posting-charset, message-required-mail-headers)
4819         (message-required-news-headers):
4820         * mml1991.el (mc-pgp-always-sign):
4821         * mml2015.el (mc-pgp-always-sign):
4822         * nnheader.el (nnmail-extra-headers):
4823         * rfc1843.el (gnus-decode-encoded-word-function)
4824         (gnus-decode-header-function, gnus-newsgroup-name):
4825         * spam-stat.el (gnus-original-article-buffer): Add defvars.
4826
4827 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
4828
4829         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
4830         the end of the date treatments.
4831
4832 2005-08-15  Simon Josefsson  <jas@extundo.com>
4833
4834         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
4835         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
4836         Capello and Romain Francoise.
4837         (pgg-fetch-key-function): Removed, not used?
4838         (pgg-insert-url-with-w3): Require url, to get
4839         url-insert-file-contents regardless of where it is defined.
4840
4841 2005-08-13  Romain Francoise  <romain@orebokech.com>
4842
4843         * message.el (message-cite-original-1): New function.
4844         (message-cite-original): Use it.
4845         (message-cite-original-without-signature): Ditto.
4846
4847 2005-08-08  Romain Francoise  <romain@orebokech.com>
4848
4849         * message.el (message-yank-empty-prefix): New variable.
4850         (message-indent-citation): Use it.
4851         (message-cite-original-without-signature): Respect X-No-Archive.
4852
4853 2005-08-08  Simon Josefsson  <jas@extundo.com>
4854
4855         * pgg.el: Autoload url-insert-file-contents instead of loading
4856         w3/url.
4857         (pgg-insert-url-with-w3): Don't load url here.
4858
4859 2005-08-07  Jesper Harder  <harder@phys.au.dk>
4860
4861         * message.el (message-kill-to-signature): Don't insert newline at
4862         bol.
4863         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
4864
4865 2005-08-06  Romain Francoise  <romain@orebokech.com>
4866
4867         * message.el (message-user-fqdn): Fix typo in docstring.
4868
4869 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
4870
4871         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
4872
4873         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
4874
4875 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * mm-bodies.el (mm-encode-body): Use coding system rather than
4878         charset to encode text.
4879
4880         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
4881         number of charsets if utf-8 is available (XEmacs).
4882
4883 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
4884
4885         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
4886         taken from `gnus-button-mid-or-mail-regexp'.
4887         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
4888         (gnus-button-alist): Improve regexp for domain part of the MIDs
4889         for news:localpart@domain buttons.
4890         (gnus-button-ctan-directory-regexp): Update.
4891
4892 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4893
4894         * sieve-manage.el (sieve-manage-interactive-login): Use
4895         make-local-variable rather than make-variable-buffer-local.
4896         (sieve-manage-open): Ditto.
4897         (sieve-manage-authenticate): Ditto.
4898
4899         * mml.el (mml-generate-mime-1): Make the content type default to
4900         text/plain if the filename is not specified.
4901
4902 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4903
4904         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
4905         instead of insert-buffer.
4906
4907         * message.el (message-yank-original): Ditto; set the mark at the
4908         end of the yanked message.
4909
4910 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4911
4912         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
4913         lines to scroll rather than to stop it.
4914
4915         * mml.el (mml-generate-default-type): Add doc string.
4916         (mml-generate-mime-1): Use mm-default-file-encoding or make it
4917         default to application/octet-stream when determining the content
4918         type if it is not specified for the part or the mml contents; add
4919         a comment about mml-generate-default-type.
4920
4921 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
4922
4923         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
4924         make it default to application/octet-stream when determining the
4925         content type if it is not specified for the external contents.
4926
4927 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4928
4929         * rfc2231.el (rfc2231-parse-string): Take care that not only a
4930         segmented parameter but also other parameters might be there.
4931
4932 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4933
4934         * mm-decode.el (mm-display-external): Delete temp file, directory
4935         and buffer immediately if the external process is exited.
4936
4937 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4938
4939         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
4940         fewer lines than that of scroll-margin.
4941         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
4942
4943 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4944
4945         * gnus-art.el (gnus-article-next-page): Revert.
4946         (gnus-article-beginning-of-window): New macro.
4947         (gnus-article-next-page-1): Use it.
4948         (gnus-article-prev-page): Ditto.
4949         (gnus-article-edit-part): Use insert-buffer-substring instead of
4950         insert-buffer.
4951         (gnus-article-edit-exit): Ditto.
4952
4953         * gnus-util.el (gnus-beginning-of-window): Remove.
4954         (gnus-end-of-window): Remove.
4955
4956         * lpath.el: Don't bind header-line-format and scroll-margin.
4957
4958 2005-07-25  Simon Josefsson  <jas@extundo.com>
4959
4960         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
4961         to have the url package without w3.  Reported by Daiki Ueno
4962         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
4963
4964 2005-07-20  Didier Verna  <didier@xemacs.org>
4965
4966         * gnus-diary.el: Remove the description comment (nndiary is now
4967         properly documented in the Gnus manual).
4968         Fix the spelling of "Back End".
4969         * nndiary.el: Ditto.
4970         Fix the copyright notice.
4971
4972 2005-07-18  Romain Francoise  <romain@orebokech.com>
4973
4974         * gnus-sum.el (gnus-summary-to-prefix,
4975         gnus-summary-newsgroup-prefix): New variables.
4976         (gnus-summary-from-or-to-or-newsgroups): Use them.
4977
4978 2005-07-17  Romain Francoise  <romain@orebokech.com>
4979
4980         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
4981         space as it's generally not especially interesting to the user.
4982
4983 2005-07-16  Romain Francoise  <romain@orebokech.com>
4984
4985         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
4986         nil to avoid prompting and file modification if one of the
4987         messages at the top of the nnfolder file contains a copyright
4988         notice.
4989         Update copyright notice.
4990
4991         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
4992         instead of `current-time-string' as the latter creates a time
4993         string that is not RFC 2822 compliant (it lacks the zone).
4994         Update copyright notice.
4995
4996 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4997
4998         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
4999         for text/rtf.  Display default in prompt.  Pass default for M-n.
5000
5001         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
5002
5003 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5004
5005         * gnus-msg.el (gnus-button-mailto): Remove
5006         save-selected-window-window hackery because it relies on
5007         save-selected-window internals.
5008
5009 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5010
5011         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
5012         (gnus-article-next-page-1): Use gnus-beginning-of-window.
5013         (gnus-article-prev-page): Ditto.
5014
5015         * gnus-util.el (gnus-beginning-of-window): New function.
5016         (gnus-end-of-window): New function.
5017
5018         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
5019
5020 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5021
5022         * gnus-score.el (gnus-score-edit-all-score): Set
5023         gnus-score-edit-exit-function to gnus-score-edit-done and call
5024         gnus-message.
5025
5026 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5027
5028         * gnus-msg.el (gnus-button-mailto): Remove
5029         save-selected-window-window hackery because it relies on
5030         save-selected-window internals.
5031
5032 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5033
5034         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
5035         add-minor-mode.
5036         (gnus-binary-mode): Ditto.
5037
5038         * gnus-topic.el (gnus-topic-mode): Ditto.
5039
5040 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
5041
5042         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
5043         (gnus-article-prev-page): Take scroll-margin into consideration.
5044
5045 2005-07-04  Lute Kamstra  <lute@gnu.org>
5046
5047         Update FSF's address in GPL notices.
5048
5049 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
5050
5051         * gnus.el (gnus-exit):
5052         * gnus-group.el (gnus-group-icons):
5053         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
5054
5055         * gnus-nocem.el (gnus-nocem):
5056         * message.el (message-various, message-buffers, message-sending)
5057         (message-interface, message-forwarding, message-insertion)
5058         (message-headers, message-news, message-mail):
5059         * pgg-gpg.el (pgg-gpg):
5060         * pgg-parse.el (pgg-parse):
5061         * pgg-pgp.el (pgg-pgp):
5062         * pgg-pgp5.el (pgg-pgp5):
5063         * pop3.el (pop3): Finish `defgroup' description with period.
5064
5065 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5066
5067         * gnus-art.el (article-display-face): Improve the efficiency.
5068         (article-display-x-face): Ditto; remove grey x-face stuff.
5069
5070 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5071
5072         * gnus-art.el (article-display-face): Correct the position in
5073         which Faces are inserted.
5074
5075 2005-06-29  Didier Verna  <didier@xemacs.org>
5076
5077         * gnus-art.el (article-display-face): Display faces in correct
5078         order.
5079
5080 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5081
5082         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
5083         (gnus-fill-real-hashtb): Use hash table instead of obarray.
5084         (gnus-nocem-check-article): Fetch the Type header.
5085         (gnus-nocem-message-wanted-p): Fix the way to examine types.
5086         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
5087         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
5088         make sure gnus-nocem-hashtb is initialized.
5089         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
5090         (gnus-nocem-unwanted-article-p): Ditto.
5091
5092         * pgg.el (pgg-verify): Return the verification result.
5093
5094 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5095
5096         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
5097         is ascii.
5098
5099 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
5100
5101         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
5102         `show-nonbreak-escape'.
5103
5104 2005-06-23  Lute Kamstra  <lute@gnu.org>
5105
5106         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
5107
5108         * dig.el (dig-mode):
5109         * smime.el (smime-mode): Use gnus-run-mode-hooks.
5110
5111 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
5112
5113         * nnimap.el (nnimap-split-download-body): Fix spellings.
5114
5115 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
5116
5117         * gnus-art.el (gnus-article-encrypt-body):
5118         * gnus-cus.el (gnus-score-customize):
5119         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
5120         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
5121
5122 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5123
5124         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
5125         header by looking for magic "MII" at the beginnig.
5126
5127 2005-06-16  Miles Bader  <miles@gnu.org>
5128
5129         * gnus-xmas.el (gnus-xmas-group-startup-message):
5130         Use renamed gnus-splash face.
5131
5132         * assistant.el (assistant-field): Remove "-face" suffix from face name.
5133         (assistant-field-face): New backward-compatibility alias for renamed
5134         face.
5135         (assistant-render-text): Use renamed assistant-field face.
5136
5137         * spam.el (spam): Remove "-face" suffix from face name.
5138         (spam-face): New backward-compatibility alias for renamed face.
5139         (spam-face, spam-initialize): Use renamed spam face.
5140
5141         * message.el (message-header-to, message-header-cc)
5142         (message-header-subject, message-header-newsgroups)
5143         (message-header-other, message-header-name)
5144         (message-header-xheader, message-separator, message-cited-text)
5145         (message-mml): Remove "-face" suffix from face names.
5146         (message-header-to-face, message-header-cc-face)
5147         (message-header-subject-face, message-header-newsgroups-face)
5148         (message-header-other-face, message-header-name-face)
5149         (message-header-xheader-face, message-separator-face)
5150         (message-cited-text-face, message-mml-face):
5151         New backward-compatibility aliases for renamed faces.
5152         (message-font-lock-keywords): Use renamed message faces.
5153
5154         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
5155         (sieve-test-commands, sieve-tagged-arguments):
5156         Remove "-face" suffix from face names.
5157         (sieve-control-commands-face, sieve-action-commands-face)
5158         (sieve-test-commands-face, sieve-tagged-arguments-face):
5159         New backward-compatibility aliases for renamed faces.
5160         (sieve-control-commands-face, sieve-action-commands-face)
5161         (sieve-test-commands-face, sieve-tagged-arguments-face):
5162         Use renamed sieve faces.
5163
5164         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
5165         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
5166         (gnus-group-news-3-empty, gnus-group-news-4)
5167         (gnus-group-news-4-empty, gnus-group-news-5)
5168         (gnus-group-news-5-empty, gnus-group-news-6)
5169         (gnus-group-news-6-empty, gnus-group-news-low)
5170         (gnus-group-news-low-empty, gnus-group-mail-1)
5171         (gnus-group-mail-1-empty, gnus-group-mail-2)
5172         (gnus-group-mail-2-empty, gnus-group-mail-3)
5173         (gnus-group-mail-3-empty, gnus-group-mail-low)
5174         (gnus-group-mail-low-empty, gnus-summary-selected)
5175         (gnus-summary-cancelled, gnus-summary-high-ticked)
5176         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
5177         (gnus-summary-high-ancient, gnus-summary-low-ancient)
5178         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
5179         (gnus-summary-low-undownloaded)
5180         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
5181         (gnus-summary-low-unread, gnus-summary-normal-unread)
5182         (gnus-summary-high-read, gnus-summary-low-read)
5183         (gnus-summary-normal-read, gnus-splash):
5184         Remove "-face" suffix from face names.
5185         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5186         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5187         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5188         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5189         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5190         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5191         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5192         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5193         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5194         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5195         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5196         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5197         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5198         (gnus-summary-normal-ticked-face)
5199         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
5200         (gnus-summary-normal-ancient-face)
5201         (gnus-summary-high-undownloaded-face)
5202         (gnus-summary-low-undownloaded-face)
5203         (gnus-summary-normal-undownloaded-face)
5204         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5205         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5206         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5207         (gnus-splash-face):
5208         New backward-compatibility aliases for renamed faces.
5209         (gnus-group-startup-message): Use renamed gnus faces.
5210
5211         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
5212         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
5213         (gnus-server-agent): Remove "-face" suffix from face names.
5214         (gnus-server-agent-face, gnus-server-opened-face)
5215         (gnus-server-closed-face, gnus-server-denied-face)
5216         (gnus-server-offline-face):
5217         New backward-compatibility aliases for renamed faces.
5218         (gnus-server-agent-face, gnus-server-opened-face)
5219         (gnus-server-closed-face, gnus-server-denied-face)
5220         (gnus-server-offline-face): Use renamed gnus faces.
5221
5222         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
5223         Remove "-face" suffix from face names.
5224         (gnus-picon-xbm-face, gnus-picon-face):
5225         New backward-compatibility aliases for renamed faces.
5226
5227         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
5228         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
5229         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
5230         (gnus-cite-11): Remove "-face" suffix from face names.
5231         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
5232         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
5233         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
5234         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
5235         New backward-compatibility aliases for renamed faces.
5236         (gnus-cite-attribution-face, gnus-cite-face-list)
5237         (gnus-article-boring-faces): Use renamed gnus faces.
5238
5239         * gnus-art.el (gnus-signature, gnus-header-from)
5240         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
5241         (gnus-header-content): Remove "-face" suffix from face names.
5242         (gnus-signature-face, gnus-header-from-face)
5243         (gnus-header-subject-face, gnus-header-newsgroups-face)
5244         (gnus-header-name-face, gnus-header-content-face):
5245         New backward-compatibility aliases for renamed faces.
5246         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
5247
5248         * gnus-sum.el (gnus-summary-selected-face)
5249         (gnus-summary-highlight): Use renamed gnus faces.
5250         * gnus-group.el (gnus-group-highlight): Likewise.
5251
5252 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
5253
5254         * gnus-sieve.el (gnus-sieve-article-add-rule):
5255         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
5256         * spam-stat.el (spam-stat-buffer-change-to-spam)
5257         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
5258
5259         * message.el (message-is-yours-p):
5260         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
5261
5262 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5263
5264         * mm-view.el (mm-inline-text): Withdraw the last change.
5265
5266 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5267
5268         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
5269         executing enriched-decode.
5270
5271 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5272
5273         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
5274         charset of tar files.
5275
5276 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
5277
5278         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
5279
5280 2005-06-04  Lute Kamstra  <lute@gnu.org>
5281
5282         * nnfolder.el (nnfolder-read-folder): Make sure that undo
5283         information is never recorded.
5284
5285 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5286
5287         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
5288
5289 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5290
5291         * pop3.el (pop3-apop): Run md5 in the binary mode.
5292
5293         * starttls.el (starttls-set-process-query-on-exit-flag):
5294         Use eval-and-compile.
5295
5296 2005-05-31  Simon Josefsson  <jas@extundo.com>
5297
5298         * smime.el (smime-replace-in-string): Define.
5299         (smime-cert-by-ldap-1): Use it.
5300
5301 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5302
5303         * gnus-art.el (article-display-x-face): Replace
5304         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5305
5306         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
5307         set-process-query-on-exit-flag or process-kill-without-query.
5308
5309         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
5310         loop instead of replace-regexp.
5311
5312         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
5313         instead of process-kill-without-query if it is available.
5314
5315         * lpath.el: Fbind ldap-search-entries.
5316
5317         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
5318         instead of find-file-hooks if it is available.
5319
5320         * mml1991.el: Bind pgg-default-user-id when compiling.
5321
5322         * mml2015.el: Bind pgg-default-user-id when compiling.
5323
5324         * nndraft.el (nndraft-request-associate-buffer):
5325         Use write-contents-functions instead of write-contents-hooks if it is
5326         available.
5327
5328         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
5329         instead of find-file-hooks if it is available.
5330
5331         * nntp.el (nntp-open-connection): Replace
5332         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5333         (nntp-open-ssl-stream): Ditto.
5334         (nntp-open-tls-stream): Ditto.
5335
5336         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
5337         set-process-query-on-exit-flag or process-kill-without-query.
5338         (starttls-open-stream-gnutls): Use it instead of
5339         process-kill-without-query.
5340         (starttls-open-stream): Ditto.
5341
5342 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
5343
5344         * smime.el (smime-cert-by-ldap-1): Don't use
5345         replace-regexp-in-string.
5346
5347 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5348
5349         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
5350
5351         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
5352         in PEM format. Adjust to the XEmacs compability.
5353
5354 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
5355
5356         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
5357         by `string-to-number'.
5358         * gnus-agent.el (gnus-agent-regenerate-group)
5359         (gnus-agent-fetch-articles): Ditto.
5360         * gnus-art.el (gnus-button-fetch-group): Ditto.
5361         * gnus-cache.el (gnus-cache-generate-active)
5362         (gnus-cache-articles-in-group): Ditto.
5363         * gnus-group.el (gnus-group-set-current-level)
5364         (gnus-group-insert-group-line): Ditto.
5365         * gnus-score.el (gnus-score-set-expunge-below)
5366         (gnus-score-set-mark-below, gnus-summary-score-effect)
5367         (gnus-summary-score-entry): Ditto.
5368         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
5369         (gnus-soup-pack): Ditto.
5370         * gnus-spec.el (gnus-xmas-format): Ditto.
5371         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
5372         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
5373         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
5374         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
5375         * nndb.el (nndb-get-remote-expire-response): Ditto.
5376         * nndiary.el (nndiary-parse-schedule-value)
5377         (nndiary-string-to-number, nndiary-request-replace-article)
5378         (nndiary-request-article): Ditto.
5379         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
5380         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
5381         * nneething.el (nneething-make-head): Ditto.
5382         * nnfolder.el (nnfolder-request-article)
5383         (nnfolder-retrieve-headers): Ditto.
5384         * nnheader.el (nnheader-file-to-number): Ditto.
5385         * nnkiboze.el (nnkiboze-request-article): Ditto.
5386         * nnmail.el (nnmail-process-unix-mail-format)
5387         (nnmail-process-babyl-mail-format): Ditto.
5388         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
5389         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
5390         (nnmh-request-create-group, nnmh-request-list-1)
5391         (nnmh-request-group, nnmh-request-article): Ditto.
5392         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
5393         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
5394         * nnsoup.el (nnsoup-make-active): Ditto.
5395         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
5396         * nntp.el (nntp-find-group-and-number)
5397         (nntp-retrieve-headers-with-xover): Ditto.
5398         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
5399         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
5400         (pgg-format-key-identifier): Ditto.
5401         * pop3.el (pop3-last, pop3-stat): Ditto.
5402         * qp.el (quoted-printable-decode-region): Ditto.
5403
5404         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
5405         of concat.
5406
5407 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
5410
5411         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
5412
5413         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
5414
5415         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
5416
5417         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
5418
5419         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
5420
5421         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
5422         (gnus-carpal-mode): Ditto.
5423
5424         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
5425         (gnus-browse-mode): Ditto.
5426
5427         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
5428
5429         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
5430
5431 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5432
5433         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
5434
5435 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * gnus-util.el (gnus-run-mode-hooks): New function.
5438
5439         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
5440
5441         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
5442         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
5443
5444 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
5445
5446         * gnus-agent.el (gnus-agent-make-mode-line-string):
5447         Use mode-line-highlight as mouse-face.
5448
5449 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5450
5451         * canlock.el (canlock): Change the parent group to news.
5452
5453         * deuglify.el (gnus-outlook-deuglify): Add :group.
5454
5455         * dig.el (dig): Add :group.
5456
5457         * dns-mode.el (dns-mode): Add :group.
5458
5459         * encrypt.el (encrypt): Add :group.
5460
5461         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
5462         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
5463         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
5464         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
5465         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
5466
5467         * gnus-diary.el (gnus-diary): Add :group.
5468
5469         * gnus.el (gnus-group-news-1-face): Add :group.
5470         (gnus-group-news-1-empty-face): Ditto.
5471         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
5472         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
5473         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
5474         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
5475         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
5476         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
5477         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
5478         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
5479         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
5480         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
5481         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
5482         (gnus-summary-high-ticked-face): Ditto.
5483         (gnus-summary-low-ticked-face): Ditto.
5484         (gnus-summary-normal-ticked-face): Ditto.
5485         (gnus-summary-high-ancient-face): Ditto.
5486         (gnus-summary-low-ancient-face): Ditto.
5487         (gnus-summary-normal-ancient-face): Ditto.
5488         (gnus-summary-high-undownloaded-face): Ditto.
5489         (gnus-summary-low-undownloaded-face): Ditto.
5490         (gnus-summary-normal-undownloaded-face): Ditto.
5491         (gnus-summary-high-unread-face): Ditto.
5492         (gnus-summary-low-unread-face): Ditto.
5493         (gnus-summary-normal-unread-face): Ditto.
5494         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
5495         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
5496
5497         * hashcash.el (hashcash): New custom group.
5498         (hashcash-default-payment): Add :group.
5499         (hashcash-payment-alist): Ditto.
5500         (hashcash-default-accept-payment): Ditto.
5501         (hashcash-accept-resources): Ditto.
5502         (hashcash-path): Ditto.
5503         (hashcash-extra-generate-parameters): Ditto.
5504         (hashcash-double-spend-database): Ditto.
5505         (hashcash-in-news): Ditto.
5506
5507         * message.el (message-minibuffer-local-map): Add :group.
5508
5509         * netrc.el (netrc): Add :group.
5510
5511         * sieve-manage.el (sieve-manage-log): Add :group.
5512         (sieve-manage-default-user): Diito.
5513         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
5514         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
5515         (sieve-manage-authenticators): Ditto.
5516         (sieve-manage-authenticator-alist): Ditto.
5517         (sieve-manage-default-port): Ditto.
5518
5519         * sieve-mode.el (sieve-control-commands-face): Add :group.
5520         (sieve-action-commands-face): Ditto.
5521         (sieve-test-commands-face): Ditto.
5522         (sieve-tagged-arguments-face): Ditto.
5523
5524         * smime.el (smime): Add :group.
5525
5526         * spam-report.el (spam-report): Add :group.
5527
5528         * spam.el (spam, spam-face): Add :group.
5529
5530 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5531
5532         * nntp.el (nntp-next-result-arrived-p): Some news servers may
5533         return \n.\n.\n at the end of articles.  Protect against that.
5534         (nntp-with-open-group): Allow debugging.
5535
5536         * nnheader.el (mail-header-set-extra): Make into a function
5537         because I just could't understand how to quote the list properly.
5538
5539         * dns.el (query-dns-cached): New function.
5540
5541 2005-05-26  Lute Kamstra  <lute@gnu.org>
5542
5543         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
5544
5545 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5546
5547         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
5548
5549         * gnus-art.el: Don't autoload mail-extract-address-components.
5550
5551         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
5552         eval-and-compile to evaluate it.
5553
5554         * hashcash.el: Don't autoload executable-find.
5555
5556         * nndb.el: Don't declare the nndb back end two or more times; don't
5557         autoload news-reply-mode, news-setup, cancel-timer and telnet.
5558
5559         * nntp.el: Autoload format-spec instead of format; use
5560         eval-and-compile to evaluate autoload forms.
5561
5562 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
5563
5564         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
5565
5566 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5567
5568         * gnus.el (gnus-version-number): Bump version.
5569
5570 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5571
5572         * gnus.el: No Gnus v0.3 is released.
5573
5574 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5575
5576         * lpath.el (featurep): Bind show-nonbreak-escape.
5577
5578 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5579
5580         * gnus-art.el (gnus-article-edit-part): Disable undo.
5581
5582 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5583
5584         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
5585         gnus-article-date-lapsed-new-header is t if date timer is active;
5586         skip headers in which the original date value is empty.
5587         (gnus-article-save-original-date): Redefine it as a macro.
5588         (gnus-display-mime): Use it.
5589
5590 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * gnus-art.el (article-date-ut): Support converting date in
5593         forwarded parts as well.
5594         (gnus-article-save-original-date): New function.
5595         (gnus-display-mime): Use it.
5596
5597 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
5598
5599         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
5600         enclosure element of <item>.
5601
5602 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
5603
5604         * message.el (message-kill-buffer-query): Renamed from
5605         `message-kill-buffer-query-if-modified'.  Added :version.
5606
5607 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5608
5609         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
5610         window layout.
5611
5612 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5613
5614         * mml.el: Autoload dnd when compiling.
5615
5616 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5617
5618         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
5619         x-dnd-*.
5620
5621 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5622
5623         * qp.el (quoted-printable-encode-region): Save excursion.
5624
5625 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5626
5627         * message.el (message-kill-buffer-query-if-modified): Add new variable
5628         so the user can kill a modified message buffer quickly.
5629         (message-kill-buffer): Use it.
5630
5631 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5632
5633         * lpath.el: Fbind display-time-event-handler; don't fbind
5634         string-to-multibyte.
5635
5636         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
5637
5638 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5639
5640         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
5641         contained in text because xml.el decodes entities) with LFs.
5642
5643 2005-04-11  Lute Kamstra  <lute@gnu.org>
5644
5645         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
5646         differently.
5647
5648 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5649
5650         * mm-util.el (mm-detect-coding-region): Typo.
5651
5652 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5653
5654         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
5655
5656 2005-04-06  D Goel  <deego@gnufans.org>
5657
5658         * spam-stat.el (spam-stat-score-buffer): Add a call to a
5659         user-function allow user modifications of the scores.
5660         (spam-stat-score-buffer-user): New function, to allow
5661         user-computed modifications to the score.
5662         (spam-stat-score-buffer-user-functions): list of additional
5663         scoring functions
5664         (spam-stat-error-holder): global temporary error holder
5665         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
5666         variable
5667
5668 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5669
5670         * gnus-registry.el (gnus-registry-clean-empty-function)
5671         (gnus-registry-trim, gnus-registry-fetch-groups)
5672         (gnus-registry-delete-group): Groups that match
5673         `gnus-registry-ignored-groups' are removed from the registry
5674         entries, not just ignored for splitting.  This helps clean up the
5675         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
5676         to get all the groups a message ID is in.
5677
5678         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
5679         (spam-stat-split-fancy): Change "threshhold" to "threshold"
5680         (spam-stat-score-buffer-user-functions): Add :number custom type.
5681
5682 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5683
5684         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
5685         argument in XEmacs.
5686
5687         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
5688         (nnrss-request-group): Decode group name first.
5689         (nnrss-request-article): Make a text/plain article if mml-to-mime
5690         failed.
5691         (nnrss-get-encoding): Return a compatible encoding according to
5692         nnrss-compatible-encoding-alist.
5693         (nnrss-find-el): Use consp instead of listp.
5694         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
5695
5696 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5697
5698         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
5699         which Emacs 20 doesn't support.
5700         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
5701
5702 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5703
5704         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
5705         silence the byte compiler inside the defun
5706
5707         * gnus-demon.el (parse-time-string): Add autoload.
5708
5709         * gnus-delay.el (parse-time-string): Add autoload.
5710
5711         * gnus-art.el (parse-time-string): Add autoload.
5712
5713         * nnultimate.el (parse-time): Require for `parse-time-string'.
5714
5715 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5716
5717         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
5718
5719         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
5720
5721         * smime.el (smime-ldap-host-list): Add :version.
5722
5723 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5724
5725         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
5726         pass it to `gnus-browse-read-group'.
5727         (gnus-browse-read-group): Add NUMBER argument and pass it to
5728         `gnus-group-read-ephemeral-group'.
5729
5730         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
5731         argument and pass it to `gnus-group-read-group'.
5732
5733 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
5734
5735         * mm-util.el (mm-xemacs-find-mime-charset): Only call
5736         mm-xemacs-find-mime-charset-1 if we have the mule feature
5737         available at runtime.
5738
5739 2005-03-25  Werner Lemberg  <wl@gnu.org>
5740
5741         * nnmaildir.el: Replace `illegal' with `invalid'.
5742
5743 2005-03-23  Lute Kamstra  <lute@gnu.org>
5744
5745         * time-date.el: Add comment on time value formats.
5746         Don't require parse-time.
5747         (with-decoded-time-value): New macro.
5748         (encode-time-value): New function.
5749         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5750         (days-to-time): Return a valid time value when arg is huge.
5751         (time-since): Use time-subtract.
5752         (time-to-number-of-days): Use time-to-seconds.
5753
5754 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5755
5756         * gnus-start.el (gnus-display-time-event-handler):
5757         Check display-time-timer at runtime rather than only at load time
5758         in case display-time-mode is turned off in the mean time.
5759
5760 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5761
5762         * nnimap.el (nnimap-open-connection): Print which authinfo file is
5763         used.
5764
5765         * nneething.el (nneething-map-file-directory): Derive from
5766         `gnus-directory'.
5767
5768         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
5769         the To/Cc button.
5770
5771 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5772
5773         * nnmaildir.el (nnmaildir-request-accept-article):
5774         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
5775
5776 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5777
5778         * gnus-async.el: Require timer-funcs at compile time when in
5779         XEmacs for `run-with-idle-timer'.
5780
5781 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5782
5783         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
5784         autoloaded function.
5785
5786 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5787
5788         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
5789
5790 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
5791
5792         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
5793
5794 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5795
5796         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
5797         gnus-expert-user to default.
5798
5799 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
5800
5801         * nnimap.el (nnimap-open-server): Ditto.
5802
5803         * imap.el (imap-authenticate): Fix typo.
5804
5805 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
5806
5807         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
5808         buffer (since IMAP server might return FETCH response out of
5809         order, and the nntp buffer must be sorted).
5810
5811 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
5812
5813         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
5814         comparison on string.
5815
5816         * gnus-agent.el (gnus-agent-long-article,
5817         gnus-agent-short-article, gnus-agent-score): Renamed category
5818         keywords to match gnus-cus.
5819         (gnus-agent-summary-fetch-series): Modified to protect against
5820         gnus-agent-summary-fetch-group clearing processable flags.
5821         (gnus-agent-synchronize-group-flags): Update live group buffer as
5822         synchronization may occur due to the user toggle the plugged
5823         status.
5824         (gnus-agent-fetch-group-1): Clear downloadable flag when article
5825         successfully downloaded.
5826         (gnus-agent-expire-group-1): Avoid using markers when the overview
5827         is in ascending order; greatly improves performance.
5828         (gnus-agent-regenerate-group): Use
5829         gnus-agent-synchronize-group-flags to reset read status in both
5830         gnus and server.
5831         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
5832
5833 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5834
5835         * message.el: Don't autoload former message-utils variables.
5836         (message-strip-subject-trailing-was): Change doc string.
5837
5838         * nnweb.el: Fixes for `gnus-group-make-web-group'.
5839         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
5840         (nnweb-google-search): Add "hl=en" here.
5841         (nnweb-google-parse-1, nnweb-google-create-mapping):
5842         Don't hardcode URL.
5843
5844 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5845
5846         * message.el (message-get-reply-headers, message-followup):
5847         Mention related variables `message-use-followup-to' and
5848         `message-use-mail-followup-to', in the information buffer.
5849
5850         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
5851         of broken groups(-beta).google.com.
5852
5853 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5854
5855         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
5856         parameter to invoked gnus-request-move-article; remove the
5857         redundant gnus-sum-hint-move-is-internal variable; apply the marks
5858         all at once instead of once per article.
5859         (gnus-summary-remove-process-mark): Accept a list of articles as
5860         well as a single article for processing.
5861
5862         * gnus-int.el (gnus-request-move-article): Add move-is-internal
5863         parameter.
5864
5865         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
5866
5867         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
5868
5869         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
5870         parameter.
5871
5872         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
5873         parameter.
5874
5875         * nnimap.el (nnimap-request-move-article): Add move-is-internal
5876         parameter and remove the gnus-sum-hint-move-is-internal variable.
5877
5878         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
5879         parameter.
5880
5881         * nndraft.el (nndraft-request-move-article): Add move-is-internal
5882         parameter.
5883
5884         * nndiary.el (nndiary-request-move-article): Add move-is-internal
5885         parameter.
5886
5887         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
5888
5889         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
5890         parameter.
5891
5892         * nnagent.el (nnagent-request-move-article): Add move-is-internal
5893         parameter.
5894
5895 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5896
5897         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
5898         a more conservative way.
5899
5900 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5901
5902         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
5903         buffer, so it moves the window's cursor.
5904
5905 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5906
5907         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
5908         `mm-dissect-multipart' and receive the from field as an (optional)
5909         argument from `mm-dissect-multipart'.
5910         (mm-dissect-multipart): Receive the from field as an argument and
5911         pass it on when we call `mm-dissect-buffer' on MIME parts.
5912         Fixes verification/decryption of signed/encrypted MIME parts.
5913
5914 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5915
5916         * gnus-sum.el (gnus-summary-move-article): Set
5917         gnus-sum-hint-move-is-internal for gnus-request-move-article and
5918         whatever it calls (right now, only nnimap-request-move article
5919         respects it).
5920
5921         * nnimap.el (nnimap-request-move-article): When
5922         gnus-sum-hint-move-is-internal is set, don't do the extra
5923         nnimap-request-article.
5924
5925 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5926
5927         * nnheader.el (nnheader-find-file-noselect): Add doc string.
5928
5929         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
5930         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
5931
5932         * gnus-sum.el (gnus-summary-caesar-message):
5933         Apply `gnus-treat-article' after rotation.
5934
5935         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
5936         doc string.
5937
5938 2005-02-22  Simon Josefsson  <jas@extundo.com>
5939
5940         * encrypt.el (encrypt-password-cache-expiry): Remove (use
5941         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
5942         <arne@arnested.dk>.
5943         (encrypt): Add password-cache and password-cache-expiry as group
5944         members.
5945
5946 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5947
5948         * smime.el (smime-ldap-host-list): Doc fix.
5949         (smime-ask-passphrase): Use `password-read-and-add' to read (and
5950         cache) password.
5951         (smime-sign-region): Use it.
5952         (smime-decrypt-region): Use it.
5953         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
5954         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
5955         fails.
5956         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
5957         certificate from DER to PEM format rather than calling openssl.
5958
5959         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
5960
5961         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
5962         for signing/encryption.
5963
5964         * mml.el (mml-parse-1): Use them.
5965
5966 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5967
5968         * nnrss.el (nnrss-verbose): Removed.
5969         (nnrss-request-group): Use `nnheader-message' instead.
5970
5971 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
5972
5973         * nnrss.el (nnrss-verbose): New variable.
5974         (nnrss-request-group): Make it say nnrss is requesting a group.
5975
5976 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5977
5978         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
5979         Handle news URL with given port correctly.
5980
5981 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5982
5983         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
5984         containing special characters.
5985
5986         * gnus-sum.el (gnus-summary-edit-article): Ditto.
5987
5988         * mml.el (mime-to-mml): Ditto.
5989
5990         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
5991         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
5992         (rfc2047-decode-region): Quote decoded words containing special
5993         characters when rfc2047-quote-decoded-words-containing-tspecials
5994         is non-nil.
5995
5996 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5997
5998         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
5999
6000         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
6001
6002 2005-02-15  Simon Josefsson  <jas@extundo.com>
6003
6004         * nnimap.el (nnimap-debug): Doc fix.
6005
6006         * imap.el (imap-debug): Doc fix.
6007
6008 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6009
6010         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
6011
6012 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6013
6014         * gnus.el (spam-contents): Improve docs for spam-contents
6015         parameter in its variable incarnation.
6016
6017 2005-02-14  Simon Josefsson  <jas@extundo.com>
6018
6019         * smime-ldap.el: Use require instead of load-library for ldap.
6020         (smime-ldap-search): Indent.
6021         (smime-ldap-search-internal): Shorten line.
6022
6023         * smime.el (smime-cert-by-dns): Add doc-string.
6024         (smime-cert-by-ldap-1): Indent.
6025
6026         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
6027         mml-smime-get-dns-ldap.
6028         (mml-smime-encrypt-query): Use new function.  Default to ldap.
6029
6030 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6031
6032         * smime.el: Require smime-ldap.
6033         (smime-ldap-host-list): New variable.
6034         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
6035
6036         * mml-smime.el (mml-smime-encrypt-query): New function.
6037         (mml-smime-encrypt-query): Use it.
6038
6039         * smime-ldap.el: New file.
6040
6041 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6042
6043         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
6044
6045 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6046
6047         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
6048         argument in doc string.  Make query for type more clear.
6049
6050 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6051
6052         * gnus.el (gnus-group-startup-message): Search for gnus images in
6053         etc/images/gnus.
6054         * mm-util.el (mm-image-load-path): Likewise.
6055         * smiley.el (smiley-data-directory): Search for smilies in
6056         etc/images/smilies.
6057
6058 2005-02-09  Kim F. Storm  <storm@cua.dk>
6059
6060         Change Emacs release version from 21.4 to 22.1 throughout.
6061         Change Emacs development version from 21.3.50 to 22.0.50.
6062
6063 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6064
6065         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
6066
6067         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
6068         non-Mule XEmacs as well.
6069         (mm-decompress-buffer): Signal an error intentionally if it does
6070         not decompress compressed data because auto-compression-mode is
6071         disabled.
6072
6073 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
6074
6075         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
6076         an ID in the registry even if it has no groups.
6077
6078 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
6081         merge it into mm-decompress-buffer.
6082         (gnus-mime-copy-part): Use the MIME part charset, the value which
6083         a user specified or gnus-newsgroup-charset for decoding, like
6084         gnus-mime-inline-part does; set buffer-file-coding-system to tell
6085         save-buffer what was used.  Suggested by Kevin Ryde
6086         <user42@zip.com.au>.
6087         (gnus-mime-inline-part): Allow the name parameter as well as the
6088         filename parameter; force decompressing of compressed data; always
6089         display contents being not decoded as unibyte.
6090
6091         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
6092         as well as the filename parameter.
6093
6094         * mm-util.el (mm-decompress-buffer): Merge
6095         gnus-mime-jka-compr-maybe-uncompress.
6096         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
6097         of compressed data.
6098
6099 2005-02-08  Simon Josefsson  <jas@extundo.com>
6100
6101         * imap.el (imap-log): Doc fix.
6102
6103 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6104
6105         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
6106         the coding cookies; decompress compressed parts.
6107
6108         * mml.el (mml-generate-mime-1): Add the charaset parameter according
6109         to the value which a user specified manually or the coding cookie.
6110
6111         * mm-util.el (mm-string-to-multibyte): New function.
6112         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
6113         (mm-coding-system-to-mime-charset): New function.
6114         (mm-decompress-buffer): New function.
6115         (mm-find-buffer-file-coding-system): New function.
6116
6117         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
6118         (mm-display-inline-fontify): Rewrite for decoding and decompressing
6119         parts.
6120
6121 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6122
6123         * mm-view.el (mm-display-inline-fontify): Decode a part according
6124         to the charset parameter.
6125
6126 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6127
6128         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
6129         prefix arg is neither nil nor a number, as info specifies.
6130
6131 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6132
6133         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
6134         timestamps.
6135
6136 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
6137
6138         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
6139         groups error checking and notify user.
6140
6141 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
6142
6143         * message.el (message-send-mail-function): Check existence of
6144         sendmail-program first before using default value
6145         `message-send-mail-with-sendmail'.  Otherwise use more generic
6146         `smtpmail-send-it'.
6147
6148 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6149
6150         * nntp.el (nntp-request-update-info): Always return nil.
6151
6152 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6153
6154         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
6155
6156 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6157
6158         * message.el (message-beginning-of-line): Change the behavior when
6159         invoked between BOL and : so that it first moves backward.
6160
6161 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6162
6163         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
6164         article buffer when editing of the article is discarded.
6165         (gnus-article-prepare): Revert.
6166
6167 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6168
6169         * gnus-art.el (gnus-article-prepare):
6170         Remove message-strip-forbidden-properties from the local hook.
6171
6172 2005-01-27  Simon Josefsson  <jas@extundo.com>
6173
6174         * password.el (password-cache-add): Only start one timer per key.
6175         Reported by Derek Atkins <warlord@MIT.EDU>.
6176
6177 2005-01-26  Steve Youngs  <steve@sxemacs.org>
6178
6179         * run-at-time.el: Removed.  It is no longer needed as
6180         timer-funcs.el in the xemacs-base package has a working version of
6181         `run-at-time'.
6182
6183         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
6184
6185         * password.el: Require timer-funcs instead of run-at-time in
6186         XEmacs.
6187         Remove `password-run-at-time' macro.
6188         (password-cache-add): Use `run-at-time' instead of
6189         `password-run-at-time'.
6190
6191         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
6192         Remove `nnheader-cancel-function-timers' alias,
6193         `cancel-function-timers' exists in XEmacs in timer-funcs.
6194
6195         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
6196         for `run-with-idle-timer'.
6197
6198         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
6199         for `run-at-time'.
6200
6201         * mm-url.el: Require timer-funcs at compile time when in XEmacs
6202         for `with-timeout'.
6203
6204         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
6205         the same as for XEmacs 21.4.
6206         No need to ignore `run-with-idle-timer', this function exists in
6207         XEmacs now in timer-funcs.el in the xemacs-base package.
6208         (dgnushack-compile): No need to delete
6209         run-at-time.el from the list of files to compile because it
6210         doesn't exist anymore.
6211
6212 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6213
6214         * mml.el (mml-generate-mime-1): Convert string into unibyte when
6215         inserting " *mml*" buffer's contents into a unibyte temp buffer.
6216
6217 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
6218
6219         * mail-source.el (mail-source-fetch-imap): Search for ^From case
6220         sensitively.
6221
6222 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
6223
6224         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
6225
6226 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6227
6228         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
6229         which will be inserted according to the multibyteness of a buffer
6230         rather than the type of contents.  Suggested by ARISAWA Akihiro
6231         <ari@mbf.ocn.ne.jp>.
6232
6233         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
6234         of string which old xml.el may return rather than a string.
6235
6236 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6237
6238         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
6239
6240 2005-01-16  Simon Josefsson  <jas@extundo.com>
6241
6242         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
6243         idn/idna.el isn't available.
6244         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
6245         <michael@waxrat.com>.
6246
6247         * hashcash.el: Remove non-FSF copyright header.
6248
6249         * hashcash.el (hashcash-extra-generate-parameters): New variable.
6250         (hashcash-generate-payment): Use it.
6251         (hashcash-generate-payment-async): Use it.
6252
6253 2005-01-15  Simon Josefsson  <jas@extundo.com>
6254
6255         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
6256         Suggested by Raymond Scholz <ray-2005@zonix.de>.
6257
6258         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
6259         gnus-summary-idna-message.
6260         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
6261         (gnus-summary-idna-message): New function.
6262
6263 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6264
6265         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
6266         gnus-novice-user.
6267
6268 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6269
6270         * nnrss.el (nnrss-request-delete-group): Delete entries in
6271         nnrss-group-alist as well.
6272         (nnrss-save-server-data): Insert newline.
6273
6274 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
6275
6276         * gnus.el (gnus-user-agent): Use list of symbols instead of
6277         symbols.  Display full version number for (S)XEmacs.  Optionally
6278         display (S)XEmacs codename.
6279
6280         * gnus-util.el (gnus-emacs-version): Update for new
6281         `gnus-user-agent'.
6282
6283         * gnus-msg.el (gnus-extended-version): Make it possible to omit
6284         Gnus version.
6285
6286 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6287
6288         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
6289         which is unreadable in some setups.
6290
6291 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * gnus-spec.el (gnus-update-format-specifications): Flush the
6294         group format spec cache if it doesn't support decoded group names.
6295
6296 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6297
6298         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
6299         to apply decay on score files matching a regexp.
6300
6301 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6302
6303         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
6304         compatibility in %g and %c.
6305
6306 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6307
6308         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
6309         name for only %g and %c.
6310         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
6311         of gnus-tmp-group to decoded group name.
6312         (gnus-group-make-rss-group): Exclude `/'s from group names.
6313
6314 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6315
6316         * nnrss.el (nnrss-get-encoding): Fix regexp.
6317
6318 2004-12-27  Simon Josefsson  <jas@extundo.com>
6319
6320         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
6321         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
6322         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
6323
6324 2004-12-17  Kim F. Storm  <storm@cua.dk>
6325
6326         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
6327
6328         * gnus-sum.el (gnus-summary-mode-map): Likewise.
6329
6330 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6331
6332         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
6333
6334 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6335
6336         * nnrss.el: Require rfc2047 and mml.
6337         (nnrss-file-coding-system): New variable.
6338         (nnrss-format-string): Redefine it as an inline function.
6339         (nnrss-decode-group-name): New function.
6340         (nnrss-string-as-multibyte): Remove.
6341         (nnrss-retrieve-headers): Decode group name; don't use
6342         nnrss-format-string.
6343         (nnrss-request-group): Decode group name.
6344         (nnrss-request-article): Decode group name; allow a Message-ID as
6345         well as an article number; don't use nnrss-format-string; encode a
6346         Message-ID string which may contain non-ASCII characters; use
6347         mml-to-mime to compose a MIME article.
6348         (nnrss-request-expire-articles): Decode group name.
6349         (nnrss-request-delete-group): Decode group name.
6350         (nnrss-fetch): Clarify error message.
6351         (nnrss-read-server-data): Use insert-file-contents instead of load;
6352         bind file-name-coding-system; use multibyte buffer.
6353         (nnrss-save-server-data): Bind coding-system-for-write to the
6354         value of nnrss-file-coding-system; bind file-name-coding-system;
6355         add coding cookie.
6356         (nnrss-read-group-data): Use insert-file-contents instead of load;
6357         bind file-name-coding-system; use multibyte buffer.
6358         (nnrss-save-group-data): Bind coding-system-for-write to the
6359         value of nnrss-file-coding-system; bind file-name-coding-system.
6360         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
6361         make it work with non-ASCII text.
6362         (nnrss-find-el): Make it work with old xml.el as well.
6363
6364 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6365
6366         * nnrss.el (nnrss-get-encoding): New function.
6367         (nnrss-fetch): Use unibyte buffer initially; bind
6368         coding-system-for-read while performing mm-url-insert; remove ^Ms;
6369         decode contents according to the encoding attribute.
6370         (nnrss-save-group-data): Add coding cookie.
6371         (nnrss-mime-encode-string): New function.
6372         (nnrss-check-group): Use it to encode subject and author.
6373
6374 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
6375
6376         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
6377         imaginary variable.
6378
6379 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6380
6381         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
6382         correctly even if there are wide characters.
6383
6384 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6385
6386         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
6387         downcased symbol names; make a new cache instead of reusing
6388         bbdb-hashtable.
6389
6390 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6391
6392         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6393         concatenating segments rather than before concatenating them.
6394         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6395
6396         * message.el (message-get-reply-headers): Bind `extra'.
6397
6398 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6399
6400         * message.el (message-extra-wide-headers): New variable.
6401         (message-get-reply-headers): Use it.
6402
6403 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6404
6405         * gnus-agent.el (gnus-agent-group-path): Decode group name.
6406         (gnus-agent-group-pathname): Ditto.
6407
6408         * gnus-cache.el (gnus-cache-file-name): Decode group name.
6409
6410         * gnus-group.el (gnus-group-make-group): Decode group name.
6411         (gnus-group-make-rss-group): Register the group data after opening
6412         the nnrss group.
6413
6414 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
6415
6416         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
6417         by expiry now get marked as read.
6418
6419 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6420
6421         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
6422
6423 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
6424
6425         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
6426         unify Latin characters in XEmacs.
6427         (mm-find-mime-charset-region): Use it.
6428
6429 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6430
6431         * gnus-util.el (gnus-delete-directory): New function.
6432
6433         * gnus-agent.el (gnus-agent-delete-group): Use it.
6434
6435         * gnus-cache.el (gnus-cache-delete-group): Use it.
6436
6437 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6438
6439         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
6440         names.
6441
6442 2004-12-16  Simon Josefsson  <jas@extundo.com>
6443
6444         * hashcash.el (hashcash-payment-alist): Fix custom :type.
6445
6446 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6447
6448         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
6449
6450         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
6451         (gnus-group-set-current-level): Decode group name.
6452
6453 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
6454
6455         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
6456         failed.
6457
6458 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6459
6460         * gnus-group.el (gnus-group-delete-group): Decode group name.
6461         (gnus-group-make-rss-group): Encode group name.
6462         (gnus-group-catchup-current): Decode group name.
6463         (gnus-group-kill-group): Decode group name.
6464
6465 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6466
6467         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
6468
6469 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6470
6471         * gnus-group.el (gnus-group-make-rss-group):
6472         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
6473
6474         * gnus-start.el (gnus-setup-news): Honor user's setting to
6475         gnus-message-archive-method.  Suggested by Lute Kamstra
6476         <lute@gnu.org>.
6477
6478 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
6479
6480         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
6481         global counterparts of the buffer-local variables.
6482
6483 2004-11-16  Romain Francoise  <romain@orebokech.com>
6484
6485         * gnus-sum.el (gnus-summary-exit): Don't clear the global
6486         counterparts of the buffer-local variables.
6487
6488 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6489
6490         * message.el (message-forbidden-properties): Fixed typo in doc
6491         string.
6492
6493 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6494
6495         * gnus-util.el (gnus-replace-in-string): Added doc string.
6496
6497         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
6498         to avoid problems when splitting mails with many recipients.
6499
6500 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6501
6502         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
6503         pop-to-buffer, covered by the subsequent gnus-configure-windows.
6504
6505 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
6506
6507         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
6508         if there is no hashtable in memory or file modification time is
6509         newer than cached timestamp.
6510
6511 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6512
6513         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
6514         not-matching option.
6515
6516 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
6517
6518         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
6519         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
6520         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6521         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
6522         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
6523         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
6524
6525 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6526
6527         * message.el (message-forward-make-body-mml): Remove headers
6528         according to message-forward-ignored-headers if a message is decoded.
6529
6530 2004-12-02  Romain Francoise  <romain@orebokech.com>
6531
6532         * message.el (message-forward-make-body-plain): Always remove
6533         headers according to message-forward-ignored-headers.
6534
6535 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6536
6537         * spam.el (spam-summary-prepare-exit): Remove the
6538         gnus-summary-limit pop for now, it has problems with ham marks for
6539         me.
6540
6541 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
6542
6543         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
6544         correctly.
6545
6546 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
6547
6548         * format-spec.el (format-spec): Message the char.
6549
6550 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
6551
6552         * gnus-art.el (gnus-split-methods): Reformat comments.
6553
6554         * spam.el (spam-summary-prepare-exit): Remove article limits
6555         before exiting the summary buffer.
6556
6557 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * lpath.el: Remove bbdb-create-internal, bbdb-records,
6560         spam-BBDB-register-routine and spam-enter-ham-BBDB.
6561
6562         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
6563         order to silence the byte compiler.
6564
6565         * spam.el: Fix the way to silence the byte compiler, which
6566         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
6567         bbdb-search-simple, spam-BBDB-register-routine,
6568         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
6569         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
6570         spam-stat-buffer-is-spam, spam-stat-load,
6571         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
6572         spam-stat-save and spam-stat-split-fancy.
6573
6574 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6575
6576         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
6577         which may confuse users.
6578         (canlock-password-for-verify): Ditto.
6579
6580         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
6581
6582         * gnus-art.el (gnus-emphasis-alist): Ditto.
6583
6584         * gnus-registry.el (gnus-registry-max-entries): Ditto.
6585
6586         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
6587
6588         * gnus-start.el (gnus-save-killed-list): Ditto.
6589
6590         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
6591         (gnus-sum-thread-tree-root): Ditto.
6592         (gnus-sum-thread-tree-false-root): Ditto.
6593         (gnus-sum-thread-tree-single-indent): Ditto.
6594
6595         * message.el (message-courtesy-message): Ditto.
6596         (message-archive-note): Ditto.
6597         (message-subscribed-address-file): Ditto.
6598         (message-user-fqdn): Ditto.
6599
6600         * spam-report.el (spam-report-gmane-regex): Ditto.
6601
6602         * spam.el (spam-blackhole-good-server-regex): Ditto.
6603
6604 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6605
6606         * mml.el (mml-preview): Widen the message buffer before copying
6607         the contents to the preview buffer; sort headers before previewing.
6608
6609         * message.el (message-hidden-headers): Fix the way to avoid a bug
6610         in the `repeat' widget in Emacs 21.3 or earlier.
6611
6612 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6613
6614         * message.el (message-hidden-headers): Default to "^References:".
6615         Improve customization type.  Suggested by Reiner Steib
6616         <Reiner.Steib@gmx.de>.
6617
6618 2004-11-25  Romain Francoise  <romain@orebokech.com>
6619
6620         * message.el (message-strip-forbidden-properties): Remove check for
6621         obsolete `message-hidden' text property, hidden headers are not
6622         accessible in the buffer anymore.
6623
6624 2004-11-22  Romain Francoise  <romain@orebokech.com>
6625
6626         * message.el (message-header-format-alist): Add `From' in list
6627         so that it can be sorted.
6628         (message-fix-before-sending): Widen and sort headers before
6629         sending.
6630         (message-hide-headers): Use narrowing to hide headers by moving
6631         them to the top of the buffer and narrowing to the region
6632         underneath.
6633
6634 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6635
6636         * message.el (message-strip-forbidden-properties): Bind
6637         buffer-read-only (etc) to nil.
6638
6639 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6640
6641         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
6642         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6643
6644 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
6645
6646         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
6647
6648 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6649
6650         * dns.el (query-dns): Use sit-for to time instead of
6651         accept-process-output, since that doesn't seem to work on udp
6652         sockets.
6653
6654 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6655
6656         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
6657
6658 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
6659
6660         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
6661         doc string.  Improve doc string.
6662
6663 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * nntp.el (nntp-request-update-info): Return nil if
6666         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
6667         may not call gnus-activate-group which uselessly issues the GROUP
6668         commands for all nntp groups and wastes time.  Reported by Romain
6669         Francoise <romain@orebokech.com>.
6670
6671         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
6672
6673 2004-11-15  Simon Josefsson  <jas@extundo.com>
6674
6675         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
6676         headers separately.
6677         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
6678         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
6679
6680 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6681
6682         * gnus-start.el (gnus-convert-old-newsrc):
6683         Assign legacy-gnus-agent to 5.10.7.
6684
6685 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6686
6687         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
6688         start of the lines.
6689
6690 2004-11-14  Magnus Henoch  <mange@freemail.hu>
6691
6692         * hashcash.el (hashcash-default-payment): Change default to 20
6693         (hashcash-default-accept-payment): Change default to 20
6694         (hashcash-process-alist): New variable
6695         (hashcash-generate-payment-async): Add
6696         (hashcash-already-paid-p): Add
6697         (hashcash-insert-payment): Don't generate payments twice
6698         (hashcash-insert-payment-async): Add
6699         (hashcash-insert-payment-async-2): Add
6700         (hashcash-cancel-async): Add
6701         (hashcash-wait-async): Add
6702         (hashcash-processes-running-p): Add
6703         (hashcash-wait-or-cancel): Add
6704         (mail-add-payment): New optional argument.  Conditionally start
6705         asynchronous calculation.
6706         (mail-add-payment-async): Add
6707
6708         * message.el (message-send-mail): Wait for asynchronous hashcash
6709         results.  Don't clobber existing X-Hashcash headers.
6710         (message-setup-1): Call mail-add-payment-async when
6711         message-generate-hashcash is non-nil.
6712
6713 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6714
6715         * message.el (message-use-alternative-email-as-from): Examine the
6716         From header as well; use message-make-from in order to include a
6717         user's full name.
6718
6719 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6720
6721         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
6722         default; improve customization type.
6723         (gnus-emphasis-custom-with-format): New macro.
6724         (gnus-emphasis-custom-value-to-external): New function.
6725         (gnus-emphasis-custom-value-to-internal): New function.
6726
6727 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6728
6729         * dns.el (query-dns): Resolve reverse addresses.
6730
6731 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6732
6733         * gnus-group.el (gnus-group-get-new-news): Use it.
6734
6735         * gnus-start.el (gnus-check-reasonable-setup): New function.
6736
6737 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6738
6739         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
6740         "Args out of range" error.  Reported by Arnaud Giersch
6741         <arnaud.giersch@free.fr>.
6742
6743 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
6744
6745         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
6746
6747 2004-11-04  Richard M. Stallman  <rms@gnu.org>
6748
6749         * spam.el (spam group): Add :version.
6750
6751         * pgg-def.el (pgg group): Add :version.
6752
6753 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6754
6755         * gnus-art.el (gnus-article-edit-article): Don't associate the
6756         article buffer with a draft file.  This is a temporary measure
6757         against the 2004-08-22 change to gnus-article-edit-mode.
6758
6759 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6760
6761         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
6762         (html2text-format-tags): Remove unused variable `attr'.
6763
6764 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6765
6766         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
6767
6768         * tls.el (tls-process-connection-type, tls-success)
6769         (tls-certtool-program): Add :version.
6770
6771         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
6772         (starttls-extra-arguments, starttls-process-connection-type)
6773         (starttls-connect, starttls-failure, starttls-success):
6774
6775         * spam-stat.el (spam-stat): Add :version.
6776
6777         * sieve.el (sieve): Add :version.
6778
6779         * sha1.el (sha1): Add :version.
6780         (sha1-use-external): Remove redundant version.
6781
6782         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
6783         (nnmail-cache-ignore-groups, nnmail-spool-hook)
6784         (nnmail-split-fancy-match-partial-words)
6785         (nnmail-split-lowercase-expanded): Add :version.
6786
6787         * nndiary.el (nndiary): Add :version.
6788
6789         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
6790
6791         * mml-sec.el (mml-default-sign-method)
6792         (mml-default-encrypt-method, mml-signencrypt-style-alist):
6793         Add :version.
6794
6795         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
6796
6797         * mm-url.el (mm-url-use-external, mm-url-program)
6798         (mm-url-arguments): Add :version.
6799
6800         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
6801         (mm-attachment-file-modes, mm-decrypt-option)
6802         (mm-w3m-safe-url-regexp): Add :version.
6803
6804         * message.el (message-cite-prefix-regexp)
6805         (message-sendmail-envelope-from, message-minibuffer-local-map)
6806         (message-user-fqdn, message-completion-alist): Add :version.
6807
6808         * gnus-win.el (gnus-configure-windows-hook)
6809         (gnus-use-frames-on-any-display): Add :version.
6810
6811         * gnus-art.el (gnus-article-address-banner-alist)
6812         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
6813         (gnus-treat-from-picon, gnus-treat-mail-picon)
6814         (gnus-treat-x-pgp-sig): Add :version.
6815
6816         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
6817         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
6818         (gnus-summary-article-delete-hook)
6819         (gnus-summary-display-while-building): Add :version.
6820
6821         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
6822         (gnus-get-top-new-news-hook):Add :version.
6823
6824         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6825         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
6826
6827         * gnus-registry.el (gnus-registry): Add :version.
6828
6829         * gnus-spec.el (gnus-use-correct-string-widths)
6830         (gnus-make-format-preserve-properties): Add :version.
6831
6832         * gnus.el (gnus-group-charter-alist)
6833         (gnus-group-fetch-control-use-browse-url)
6834         (gnus-install-group-spam-parameters): Add :version.
6835
6836         * gnus-diary.el (gnus-diary): Add :version.
6837
6838         * gnus-delay.el (gnus-delay): Add :version.
6839
6840         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
6841         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
6842         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
6843         Add :version.
6844
6845         * gnus-agent.el (gnus-agent-max-fetch-size)
6846         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
6847         (gnus-agent-prompt-send-queue): Add :version.
6848
6849         * deuglify.el (gnus-outlook-deuglify): Add :version.
6850
6851         * html2text.el: Beautify code.  Improve doc strings.  Some
6852         checkdoc cleanup.
6853         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
6854
6855 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
6856
6857         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
6858
6859 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
6860
6861         * gnus-registry.el (gnus-registry-hashtb): Create the registry
6862         when package is loaded.
6863
6864         * spam.el (spam-summary-score-preferred-header): Add global preference
6865         for people who want to override the default SpamAssassin over
6866         Bogofilter preference (when both are set).
6867         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
6868         (spam-user-format-function-S): Check
6869         spam-summary-score-preferred-header.
6870         (spam-extra-header-to-number): Add X-Bogosity header parsing.
6871         (spam-user-format-function-S): Format the score correctly.
6872
6873 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6874
6875         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
6876         signature file.  Suggested by Manoj Srivastava
6877         <srivasta@golden-gryphon.com>.
6878
6879         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
6880         iso-2022-jp even in the Japanese language environment.
6881         Suggested by Jason Rumney <jasonr@gnu.org>.
6882
6883 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6884
6885         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
6886         use the same characters as the dummy marks; make it free from
6887         getting affected by the language environment.
6888         (gnus-summary-read-group-1): Update mark positions only when the
6889         format spec is updated.
6890
6891         * gnus-spec.el (gnus-update-format-specifications): Return a list
6892         of updated types.
6893
6894 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
6897         of boundp to check if display-warning is available.
6898
6899 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
6900
6901         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
6902
6903 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6904
6905         * nnspool.el (nnspool-spool-directory): Use news-path if the
6906         news-directory variable is not bound.
6907
6908         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
6909         function instead of display-warning if it is not available.
6910
6911 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6912
6913         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
6914         v5-10: Use `point-at-bol'.
6915
6916 2004-10-26  Simon Josefsson  <jas@extundo.com>
6917
6918         * hashcash.el: Fix URL in comment, reported by Cheng Gao
6919         <chenggao@gmail.com>.
6920
6921 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6922
6923         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
6924         instead.
6925
6926 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
6927
6928         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
6929         to remove a server from the nnimap-server-buffer-alist.
6930         (nnimap-open-connection, nnimap-close-server): Use it.
6931
6932         * gnus-encrypt.el: Remove file in favor of encrypt.el.
6933
6934 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
6937         running the major-mode function.
6938
6939 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6940
6941         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
6942         dummy marks in the right way.
6943
6944 2004-10-18  David Edmondson  <dme@dme.org>
6945
6946         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
6947         excessively.
6948
6949 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
6950
6951         * gnus-util.el (gnus-split-references): Accept a nil references
6952         string and go on blissfully.
6953
6954         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
6955         cases where the references string is non-nil but has no references.
6956
6957         * encrypt.el: Add autoload tags.
6958
6959         * spam.el (spam-resolve-registrations-routine): Remove article
6960         from unregistration list too.  Reported by David Hanak
6961         <dhanak@isis.vanderbilt.edu>
6962
6963 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
6964
6965         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
6966         nil.  Changed custom type.
6967
6968 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
6969
6970         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
6971
6972         * gnus-sum.el (gnus-summary-move-article): Use it.
6973
6974 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
6975
6976         * encrypt.el: Add autoload cookies.
6977
6978         * spam.el (spam-backend-article-list-property)
6979         (spam-backend-get-article-todo-list)
6980         (spam-backend-put-article-todo-list, )
6981         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
6982         Resolve registrations separately.
6983         (spam-register-routine): Format comments.
6984         (spam-unregister-routine, spam-register-routine): Always call with
6985         specific-articles, no default list.
6986         (spam-summary-prepare-exit): Use the spam-classifications function.
6987
6988         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
6989         gnus-encrypt.el.
6990
6991         * encrypt.el: copied from gnus-encrypt.el
6992
6993         * gnus-encrypt.el: commented that it's obsolete
6994
6995 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6996
6997         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
6998         (gnus-score-save): Use it.
6999
7000         * message.el (message-bury): Use `window-dedicated-p'.
7001
7002 2004-10-15  Simon Josefsson  <jas@extundo.com>
7003
7004         * pop3.el (top-level): Don't require nnheader.
7005         (pop3-read-timeout): Add.
7006         (pop3-accept-process-output): Add.
7007         (pop3-read-response, pop3-retr): Use it.
7008
7009 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
7010
7011         * spam.el (spam-register-routine): Move comment.
7012         (spam-verify-bogofilter): Use 'unknown for the initial
7013         spam-bogofilter-valid state, not 'never.
7014
7015         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
7016         for netrc-machine.
7017
7018         * nnimap.el (nnimap-open-connection): Use
7019         netrc-machine-user-or-password.
7020
7021 2004-10-17  Richard M. Stallman  <rms@gnu.org>
7022
7023         * gnus-registry.el (gnus-registry-unload-hook):
7024         Set as a variable with add-hook.
7025
7026         * nnspool.el (nnspool-spool-directory): Use news-directory instead
7027         of news-path.
7028
7029         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
7030
7031         * spam.el: Delete duplicate `provide'.
7032         (spam-unload-hook): Set as a variable with add-hook.
7033
7034 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7035
7036         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
7037         in the doc string.
7038
7039         * message.el (message-ignored-news-headers)
7040         (message-ignored-supersedes-headers)
7041         (message-ignored-resent-headers)
7042         (message-forward-ignored-headers): Improve custom type.
7043
7044 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * message.el (message-tokenize-header): Fix 2004-09-06 change
7047         which used point-min in the wrong place.
7048
7049 2004-10-12  Simon Josefsson  <jas@extundo.com>
7050
7051         * tls.el (tls-certtool-program): New variable.
7052         (tls-certificate-information): New function, based on
7053         ssl-certificate-information.
7054
7055 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7056
7057         * compface.el: Move the version of ELisp-based uncompface program
7058         to the contrib directory because of the copyright problem.
7059
7060 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7061
7062         * message.el (message-kill-buffer): Raise the current frame.
7063
7064 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7065
7066         * gnus-sum.el: Mention that multibyte characters don't work as marks.
7067
7068         * gnus.el (message-y-or-n-p): Autoload.
7069
7070         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
7071         (pop3-password-required, pop3-authentication-scheme)
7072         (pop3-leave-mail-on-server): Made customizable.
7073         (pop3): New custom group.
7074         (pop3-retr): Remove `sleep-for' statements.
7075         Suggested by Dave Love <fx@gnu.org>.
7076
7077         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
7078         Windows/DOS.
7079
7080         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
7081         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
7082         Dave Love <fx@gnu.org>.
7083
7084         * mml.el (mml-minibuffer-read-disposition): Require match.
7085         Suggested by Dave Love <fx@gnu.org>.
7086
7087 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7088
7089         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
7090         doc string.
7091
7092 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7093
7094         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
7095
7096 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7097
7098         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
7099         instead of calling `mm-insert-inline', to decode text/* parts
7100         before displaying them.
7101
7102 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7103
7104         * mm-uu.el (mm-uu-text-plain-type): New variable.
7105         (mm-uu-pgp-signed-extract-1): Use it.
7106         (mm-uu-pgp-encrypted-extract-1): Use it.
7107         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
7108         bind mm-uu-text-plain-type with that value.
7109         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
7110         mm-uu-dissect.
7111
7112 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7113
7114         * gnus-group.el (gnus-update-group-mark-positions):
7115         * gnus-sum.el (gnus-update-summary-mark-positions):
7116         * message.el (message-check-news-body-syntax):
7117         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
7118         of string-as-multibyte.
7119
7120 2004-10-05  Juri Linkov  <juri@jurta.org>
7121
7122         * gnus-group.el (gnus-update-group-mark-positions):
7123         * gnus-sum.el (gnus-update-summary-mark-positions):
7124         * message.el (message-check-news-body-syntax):
7125         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
7126         8-bit unibyte values to a multibyte string for search functions.
7127
7128 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7129
7130         * mm-uu.el (mm-uu-dissect): Allow optional arg.
7131         (mm-uu-dissect-text-parts): New function.
7132
7133         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
7134         dissect text parts.
7135
7136         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
7137         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
7138
7139         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
7140
7141         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
7142         gnus-current-topics instead of gnus-current-topic.
7143
7144 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
7145
7146         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
7147
7148 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
7149
7150         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
7151         where approriate.
7152
7153         * nnml.el (nnml-generate-active-info): do.
7154
7155         * nndiary.el (nndiary-generate-active-info): do.
7156
7157         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
7158         (gnus-topic-move): do.
7159
7160         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
7161         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
7162
7163         * gnus-srvr.el (gnus-server-prepare)
7164         (gnus-server-open-all-servers): do.
7165
7166         * gnus-msg.el (gnus-summary-cancel-article)
7167         (gnus-summary-resend-message)
7168         (gnus-summary-mail-crosspost-complaint): do.
7169
7170         * gnus-move.el (gnus-change-server): do.
7171
7172         * gnus-group.el (gnus-group-unmark-all-groups)
7173         (gnus-group-set-current-level): do.
7174
7175 2004-10-04  Simon Josefsson  <jas@extundo.com>
7176
7177         * message.el (message-generate-hashcash): Doc fix.
7178
7179 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
7180
7181         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
7182         avoid infinite recursion via gnus-get-function.
7183
7184 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
7185
7186         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
7187
7188         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
7189
7190         * nnmail.el (nnmail-split-history): do.
7191
7192         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
7193         (nnml-request-delete-group): do.
7194
7195         * nnslashdot.el (nnslashdot-read-groups): do.
7196
7197         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
7198         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
7199
7200         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
7201         (nnspool-sift-nov-with-sed): Use last
7202         (nnspool-retrieve-headers-with-nov): Use mapc.
7203         (nnspool-request-newgroups): Use dolist.
7204         (nnspool-request-group): Use last.
7205
7206         * nntp.el (nntp-read-server-type): Use dolist.
7207
7208         * nnvirtual.el (nnvirtual-create-mapping)
7209         (nnvirtual-update-read-and-marked): Use dolist.
7210         (nnvirtual-convert-headers): Simplify.
7211
7212 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7213
7214         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
7215         support for sync'ing tick marks.
7216
7217 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
7220         there's no visible header.
7221
7222 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7223
7224         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
7225         necessary, pass full group name to gnus-request-set-marks.
7226
7227 2004-10-01  Simon Josefsson  <jas@extundo.com>
7228
7229         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
7230         acroread.
7231
7232 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7233
7234         * spam-report.el (spam-report-gmane): Fix interactive.
7235
7236         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
7237
7238         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
7239         when writing file.
7240         (gnus-agent-synchronize-flags): Don't default to being
7241         interactive.
7242
7243 2004-09-30  Simon Josefsson  <jas@extundo.com>
7244
7245         * message.el (message-generate-hashcash): Add.
7246         (message-send-mail): Use it, call mail-add-payment.
7247
7248 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7249
7250         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
7251
7252 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
7253
7254         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
7255         gnus-requst-update-info with explicit code to sync the in-memory
7256         info read flags with the marks being sync'd to the backend.
7257
7258         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
7259
7260 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7261
7262         * spam.el (spam-verify-bogofilter): Add new function.
7263         (spam-check-bogofilter)
7264         (spam-bogofilter-register-with-bogofilter): Use it.
7265         (spam-verify-bogofilter): Add small fixes.
7266
7267 2004-09-28  Simon Josefsson  <jas@extundo.com>
7268
7269         * hashcash.el (hashcash-generate-payment): Revert.
7270
7271 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7272
7273         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
7274         gnus-extract-references instead of gnus-split-references.
7275
7276         * gnus-util.el (gnus-extract-references): Add new function, analogous
7277         to gnus-split-references but extracts only the message-ID without
7278         anything extra.
7279
7280         * hashcash.el (hashcash-generate-payment)
7281         (hashcash-check-payment): Do the right thing if hashcash-path is
7282         nil (because the hashcash program could not be found).
7283
7284         * spam.el (spam-use-hashcash): Remove comment.
7285
7286 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
7287
7288         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
7289         (gnus-cache-enter-article, gnus-cache-remove-article)
7290         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
7291
7292         * gnus-async.el (gnus-async-prefetch-remove-group): do.
7293
7294         * gnus-art.el (article-hide-boring-headers)
7295         (article-translate-strings, article-display-face)
7296         (gnus-article-mime-match-handle-first)
7297         (gnus-article-highlight-headers)
7298         (gnus-article-add-buttons-to-head): do.
7299
7300 2004-09-27  Simon Josefsson  <jas@extundo.com>
7301
7302         * hashcash.el: New version, from
7303         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
7304         ../contrib/.
7305
7306 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7307
7308         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
7309
7310 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
7311
7312         * gnus-dup.el (gnus-dup-open): Use mapc.
7313         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
7314
7315         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
7316         Reported by Stefan Wiens <s.wi@gmx.net>.
7317
7318         * gnus.el (gnus-shutdown): Use dolist.
7319
7320         * gnus-undo.el (gnus-undo): Use mapc.
7321
7322         * nnrss.el (nnrss-generate-active): do.
7323
7324         * message.el (message-cite-original-without-signature)
7325         (message-cite-original): Use mapc.
7326         (message-do-actions, message-make-forward-subject): Use dolist.
7327
7328 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7329
7330         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
7331         deletion to remove entire duplicate line.  Fixes merged article
7332         number bug.
7333
7334 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7335
7336         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
7337         servers that are offline.  Avoids having gnus-agent-toggle-plugged
7338         first ask if you want to open a server and then, even when you
7339         responded with no, asking if you want to synchronize the server's
7340         flags.
7341         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
7342         multi-line expressions.
7343         (gnus-agent-synchronize-group-flags): New internal function.
7344         Updates marks in memory (in the info structure) AND in the
7345         backend.
7346
7347         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
7348
7349         * nnagent.el (nnagent-request-set-mark): Use
7350         gnus-agent-synchronize-group-flags, not backend's request-set-mark
7351         method, to ensure that synchronization updates marks in the
7352         backend and in the info (in memory) structure.
7353
7354 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7355
7356         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
7357         convention fully; don't miss the root article of a thread; make
7358         the X-Draft-From header with correct article numbers.
7359
7360 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
7361
7362         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
7363         unless plugged.  Disable the agent so that an open failure causes
7364         an error.
7365
7366         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
7367         Reverted 2004-09-21 change.  The backend must be opened while
7368         synchronizing flags even when the backend stores the flags
7369         locally.
7370
7371 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
7372
7373         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
7374         in `header' match.  Reported by Svend Tollak Munkejord.
7375
7376         * message.el (message-cite-original): Fix use of
7377         `message-cite-articles-with-x-no-archive'.
7378
7379 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7380
7381         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
7382         (gnus-window-to-buffer): Ditto.
7383
7384         * mml.el (mml-preview-buffer): New variable.
7385         (mml-preview): Manage window layout with gnus-buffer-configuration.
7386
7387         * gnus-msg.el (gnus-setup-message): Put article numbers into the
7388         X-Draft-From header even if those articles aren't quoted.
7389
7390 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
7391
7392         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
7393         (gnus-request-set-mark, gnus-request-update-mark): Use new
7394         g-s-t-u-l-m to decide to use backend even when unplugged.
7395
7396 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7397
7398         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
7399         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
7400
7401 2004-09-20  Simon Josefsson  <jas@extundo.com>
7402
7403         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
7404         "utf-16-le".
7405
7406 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7407
7408         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
7409
7410 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7411
7412         * uudecode.el (uudecode-use-external): Add :version.
7413
7414         * smime.el (smime-CA-file, smime-encrypt-cipher)
7415         (smime-dns-server): Add :version.
7416
7417         * smiley.el (gnus-smiley-file-types): Add :version.
7418
7419         * sha1.el (sha1-use-external): Add :version.
7420
7421         * pgg-def.el (pgg-query-keyserver): Add :version.
7422
7423         * nnmail.el (nnmail-fancy-expiry-targets)
7424         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
7425         Add :version.
7426
7427         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
7428         (nnimap-retrieve-groups-asynchronous): Add :version.
7429         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
7430
7431         * mml.el (mml-content-disposition-parameters)
7432         (mml-insert-mime-headers-always): Add :version.
7433
7434         * mm-util.el (mm-coding-system-priorities): Add :version.
7435
7436         * mm-decode.el (mm-inline-text-html-with-images)
7437         (mm-keep-viewer-alive-types, mm-external-terminal-program)
7438         (mm-verify-option): Add :version.
7439         (mm-text-html-renderer): Change :version.
7440
7441         * message.el (message-fcc-externalize-attachments)
7442         (message-required-headers, message-draft-headers)
7443         (message-subject-trailing-was-query)
7444         (message-subject-trailing-was-ask-regexp)
7445         (message-subject-trailing-was-regexp, message-mark-insert-begin)
7446         (message-mark-insert-end, message-archive-header)
7447         (message-archive-note, message-cross-post-default)
7448         (message-cross-post-note, message-followup-to-note)
7449         (message-cross-post-note-function, message-use-mail-followup-to)
7450         (message-subscribed-address-functions)
7451         (message-subscribed-address-file, message-subscribed-addresses)
7452         (message-subscribed-regexps, message-allow-no-recipients)
7453         (message-yank-cited-prefix, message-signature-insert-empty-line)
7454         (message-hidden-headers, message-hierarchical-addresses)
7455         (message-mail-user-agent, message-use-idna)
7456         (message-valid-fqdn-regexp)
7457         (message-strip-special-text-properties, message-header-synonyms)
7458         (message-beginning-of-line, message-tab-body-function): Add :version.
7459         (message-insert-canlock, message-wide-reply-confirm-recipients):
7460         Change :version.
7461
7462         * mail-source.el (mail-source-ignore-errors): Add :group, :type
7463         and :version.
7464         (mail-source-delete-old-incoming-confirm)
7465         (mail-source-movemail-program): Add :version.
7466
7467         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
7468         (gnus-agent-cache, gnus-agent): Change :version.
7469
7470         * gnus-util.el (gnus-use-byte-compile): Change :version.
7471
7472         * gnus-sum.el (gnus-summary-make-false-root-always)
7473         (gnus-summary-default-high-score)
7474         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
7475         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
7476         (gnus-read-all-available-headers, gnus-article-emulate-mime)
7477         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
7478         (gnus-sum-thread-tree-single-indent)
7479         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7480         (gnus-sum-thread-tree-leaf-with-other)
7481         (gnus-sum-thread-tree-single-leaf): Add :version.
7482         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
7483         (gnus-article-loose-mime): Change :version.
7484
7485         * gnus-start.el (gnus-backup-startup-file)
7486         (gnus-save-startup-file-via-temp-buffer): Add :version.
7487
7488         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
7489         (gnus-server-offline-face): Add :version.
7490
7491         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
7492
7493         * gnus-msg.el (gnus-gcc-externalize-attachments)
7494         (gnus-debug-files, gnus-debug-exclude-variables)
7495         (gnus-discouraged-post-methods): Change :version.
7496         (gnus-confirm-mail-reply-to-news)
7497         (gnus-confirm-treat-mail-like-news): Add :version.
7498
7499         * gnus-int.el (gnus-server-unopen-status): Add :version.
7500
7501         * gnus-group.el (gnus-group-jump-to-group-prompt)
7502         (gnus-large-ephemeral-newsgroup)
7503         (gnus-fetch-old-ephemeral-headers): Add :version.
7504
7505         * gnus-fun.el (gnus-x-face-directory)
7506         (gnus-convert-pbm-to-x-face-command)
7507         (gnus-convert-image-to-x-face-command)
7508         (gnus-convert-image-to-face-command): Add :version.
7509
7510         * gnus-delay.el (gnus-delay-default-hour): Add :version.
7511
7512         * gnus-cite.el (gnus-cite-blank-line-after-header)
7513         (gnus-article-boring-faces): Add :version.
7514
7515         * gnus-art.el (gnus-buttonized-mime-types)
7516         (gnus-inhibit-mime-unbuttonizing)
7517         (gnus-treat-display-face)
7518         (gnus-treat-body-boundary): Change :version.
7519         (gnus-body-boundary-delimiter, gnus-picon-databases)
7520         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
7521         (gnus-treat-date-english, gnus-treat-fold-headers)
7522         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
7523         (gnus-treat-mail-picon, gnus-treat-wash-html)
7524         (gnus-article-encrypt-protocol)
7525         (gnus-use-idna, gnus-article-over-scroll)
7526         (gnus-mime-display-multipart-alternative-as-mixed)
7527         (gnus-mime-display-multipart-related-as-mixed)
7528         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
7529         (gnus-ctan-url, gnus-button-ctan-handler)
7530         (gnus-button-handle-ctan-bogus-regexp)
7531         (gnus-button-ctan-directory-regexp)
7532         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
7533         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
7534         (gnus-button-man-level, gnus-button-emacs-level)
7535         (gnus-button-message-level, gnus-button-browse-level): Add :version.
7536
7537         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
7538         (gnus-agent-go-online): Change :version.
7539         (gnus-agent-expire-unagentized-dirs)
7540         (gnus-agent-auto-agentize-methods): Add :version.
7541
7542         * flow-fill.el (fill-flowed-display-column)
7543         (fill-flowed-encode-column): Add :version.
7544
7545         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7546         (gnus-outlook-deuglify-unwrap-max)
7547         (gnus-outlook-deuglify-cite-marks)
7548         (gnus-outlook-deuglify-unwrap-stop-chars)
7549         (gnus-outlook-deuglify-no-wrap-chars)
7550         (gnus-outlook-deuglify-attrib-cut-regexp)
7551         (gnus-outlook-deuglify-attrib-verb-regexp)
7552         (gnus-outlook-deuglify-attrib-end-regexp)
7553         (gnus-outlook-display-hook): Add :version.
7554
7555         * binhex.el (binhex-use-external): Add :version.
7556
7557 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
7558
7559         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
7560         and `invisible'.
7561
7562 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7563
7564         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
7565         in gnus-registry-trim.
7566
7567 2004-09-13  Simon Josefsson  <jas@extundo.com>
7568
7569         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
7570
7571         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
7572
7573         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
7574         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7575         <yamaoka@jpl.org>.
7576         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
7577         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7578         <yamaoka@jpl.org>.
7579
7580         * sieve.el (sieve-manage-mode): Ditto.
7581
7582 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
7583
7584         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
7585
7586 2004-09-11  Simon Josefsson  <jas@extundo.com>
7587
7588         * dns-mode.el: Add.
7589
7590         * mm-view.el (mm-display-dns-inline): Add.
7591
7592         * mm-decode.el (mm-inline-media-tests): Add text/dns.
7593         (mm-automatic-display): Ditto.
7594
7595         * mailcap.el (mailcap-mime-data): Add text/dns.
7596         (mailcap-mime-extensions): Map .soa to text/dns.
7597
7598 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
7599
7600         * gnus-art.el (article-decode-mime-words, article-babel)
7601         (gnus-article-highlight-signature, gnus-article-add-buttons)
7602         (gnus-signature-toggle): Remove unnecessary bindings of
7603         `inhibit-read-only' inherited from v5.10 merge.
7604
7605 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
7606
7607         * nntp.el (nntp): New customization group.
7608         (nntp-authinfo-file): Add customization group.
7609
7610         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
7611
7612         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
7613
7614         * gnus.el (to-address, to-list, subscribed)
7615         (large-newsgroup-initial): Ditto.
7616
7617         * flow-fill.el (fill-flowed-display-column)
7618         (fill-flowed-encode-column): Ditto.
7619
7620 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
7621
7622         * message.el (message-tokenize-header, message-send-mail-with-qmail):
7623         Use point-min rather than 1.
7624         (message-send-mail): Use buffer-size rather than point-max.
7625
7626         * gnus-sum.el (gnus-summary-search-article-forward):
7627         Signal a specific `search-failed' rather than a generic `error'.
7628
7629         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
7630         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
7631         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
7632
7633 2004-09-10  Simon Josefsson  <jas@extundo.com>
7634
7635         * nndb.el (require): Remove tcp and duplicate cl.
7636
7637 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7638
7639         * gnus-agent.el (directory-files-and-attributes): Move forward.
7640
7641 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7642
7643         * gnus-agent.el (directory-files-and-attributes): Optionally
7644         defined to support XEmacs.
7645
7646 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7647
7648         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
7649         to avoid run-time CL dependencies.
7650         (gnus-agent-unfetch-articles): New function.
7651         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
7652         article numbers even when local .overview file is missing.
7653         (gnus-agent-read-article-number): New function. Only accepts
7654         27-bit article numbers.
7655         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
7656         gnus-agent-read-article-number.
7657         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
7658         from backend while recognizing that article numbers in .overview
7659         must be valid.
7660         (gnus-agent-update-files-total-fetched-for): Use
7661         directory-files-and-attributes to improve performance.
7662         * gnus-int.el (gnus-request-move-article): Use
7663         gnus-agent-unfetch-articles in place of gnus-agent-expire to
7664         improve performance.
7665
7666         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
7667         some users confused by references to .newsrc when they only have a
7668         .newsrc.eld file.
7669         (gnus-convert-mark-converter-prompt,
7670         gnus-convert-converter-needs-prompt): Fixed use of property list.
7671         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
7672         New function. Used internally to only display 'gnus converting
7673         files' message when actually necessary.
7674
7675         * gnus-sum.el (): Removed (require 'gnus-agent) as required
7676         methods now autoloaded.
7677
7678 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7679
7680         * gnus-sum.el (gnus-summary-insert-subject): Remove list
7681         identifiers.
7682
7683 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
7684
7685         * gnus-picon.el: Fix indentation and closing parenthesis.
7686
7687 2004-09-01  Simon Josefsson  <jas@extundo.com>
7688
7689         * message.el (message-canlock-generate): Require sha1, not
7690         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
7691         to require within a function.  Sadly, if sha1.el isn't loaded, the
7692         let binding in m-c-g will hide the defcustom definition, which is
7693         bad.)
7694
7695         * canlock.el: Require sha1, not sha1-el.
7696
7697         * message.el: Don't autoload sha1 (there is a autoload cookie in
7698         sha1.el).
7699
7700         * sha1-el.el: Renamed to sha1.el.
7701
7702 2004-08-30  Juanma Barranquero  <lektu@terra.es>
7703
7704         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
7705
7706 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7707
7708         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
7709
7710 2004-08-30  Kim F. Storm  <storm@cua.dk>
7711
7712         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
7713
7714         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
7715         Add :group 'nnimap.
7716
7717 2004-08-30  Andreas Schwab  <schwab@suse.de>
7718
7719         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
7720         ?* and ?\;.
7721
7722         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
7723         and ?\' to symbol instead of whitespace.
7724
7725 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7726
7727         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
7728
7729         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
7730         instead of re-search-forward.
7731
7732         * gnus-uu.el (gnus-uu-save-article): Ditto.
7733         (gnus-uu-post-encode-uuencode): Ditto.
7734
7735         * html2text.el (html2text-clean-list-items): Ditto.
7736         (html2text-clean-dtdd): Ditto.
7737         (html2text-format-tags): Ditto.
7738
7739         * message.el (message-send-mail-with-sendmail): Fix regexp.
7740         (message-fill-field-general): Use search-forward instead of
7741         re-search-forward.
7742         (unbold-region): Ditto.
7743
7744         * nnrss.el (nnrss-request-article): Ditto.
7745
7746         * nnslashdot.el (nnslashdot-request-article): Ditto.
7747
7748         * nnweb.el (nnweb-gmane-wash-article): Ditto.
7749
7750         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
7751         "Unrecognized menu descriptor" error in XEmacs.
7752
7753 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7754
7755         * gnus-sum.el (gnus-read-header): Don't remove a header for the
7756         parent article of a sparse article in the thread hashtb.
7757
7758 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
7759
7760         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
7761         (nnmail-expand-newtext): Lowercase expanded entries if
7762         nnmail-split-lowercase-expanded is non-nil.
7763
7764 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
7767         entry.
7768
7769         * gnus-group.el (gnus-group-line-format-alist): Convert the value
7770         of gnus-tmp-news-method into string under XEmacs.  It will be
7771         passed to gnus-correct-length which takes only a string argument.
7772
7773 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7774
7775         * gnus-util.el (gnus-bind-print-variables): New macro.
7776         (gnus-prin1): Use it.
7777         (gnus-prin1-to-string): Use it.
7778         (gnus-pp): New function.
7779         (gnus-pp-to-string): New function.
7780
7781         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
7782         pp-to-string with gnus-pp-to-string.
7783         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
7784         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
7785         * gnus-msg.el (gnus-debug): Ditto.
7786         * gnus-score.el (gnus-score-save): Ditto.
7787         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
7788         gnus-pp-to-string.
7789         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
7790         with gnus-pp.
7791         * score-mode.el (gnus-score-pretty-print): Ditto.
7792         * webmail.el (webmail-debug): Ditto.
7793
7794 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7795
7796         * gnus-art.el (article-display-face, article-display-x-face): Use
7797         buffer-read-only.
7798
7799 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7800
7801         * gnus-art.el (article-hide-list-identifiers): Bind
7802         inhibit-read-only as t.
7803
7804 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
7805
7806         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
7807
7808 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7809
7810         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
7811         (gnus-narrow-to-page): Don't assume point-min == 1.
7812         (gnus-article-edit-mode): Derive from message-mode.
7813
7814         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
7815         point-min == 1.
7816
7817         * imap.el (imap-parse-address-list, imap-parse-body-ext):
7818         Disable incorrect use of `assert'.
7819
7820         * message.el (message-mode): Set comment-start-skip.
7821
7822
7823 2004-08-22  Sam Steingold  <sds@gnu.org>
7824
7825         * pop3.el (pop3-leave-mail-on-server): New user variable.
7826         (pop3-movemail): Delete mail only when it is nil.
7827
7828 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
7829
7830         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
7831
7832         * mml.el (mml-preview): Use `pop-to-buffer'.
7833
7834         * message.el (message-goto-mail-followup-to): Insert after "To".
7835         (message-carefully-insert-headers): Add comment.
7836
7837         * gnus.el: Remove unused variable `gnus-article-check-size'.
7838
7839         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
7840
7841         * gnus-art.el (gnus-button-alist): Improve
7842         `gnus-button-handle-library' entry.
7843
7844 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
7845
7846         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
7847         downcase, since XEmacs capitalizes error messages differently.
7848
7849 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
7850
7851         * nntp.el: Add (require 'gnus) due to reference to
7852         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
7853
7854 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
7855
7856         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
7857         `mm-fill-flowed'.
7858
7859         * mm-decode.el (mm-dissect-singlepart): Check it.
7860
7861 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
7862
7863         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
7864         'imap' for netrc parsing.
7865
7866 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
7867
7868         * mailcap.el (mailcap-mime-data): Mark as risky.
7869
7870 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7871
7872         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
7873         may be included in the encoded word.
7874         (rfc2047-encode): Don't append a space if the encoded word
7875         includes close parenthesis.
7876
7877 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7878
7879         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
7880         of text within parentheses.
7881
7882 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
7883
7884         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
7885         (gnus-encrypt-write-file-contents): Make the password key the file
7886         name PLUS the cipher, not just the cipher.  Also remove failed
7887         passwords from the cache.
7888
7889 2004-08-06  Simon Josefsson  <jas@extundo.com>
7890
7891         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
7892         fix.
7893
7894 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7895
7896         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
7897         LWSP.
7898
7899 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
7900
7901         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
7902         to append in-reply-to: data to the references: header.
7903
7904         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
7905         (netrc-parse): Use gnus-encrypt.el functions.
7906
7907         * gnus-encrypt.el: Add new file for encryption support; currently
7908         does only a few GPG ciphers and an internal XOR cipher.
7909
7910         * password.el: Add comments on using password-read-and-add.
7911         (password-read-and-add): Add function to read and add the
7912         password to the cache at once.
7913
7914 2004-07-28  Simon Josefsson  <jas@extundo.com>
7915
7916         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
7917         parameter (but don't use it, for now).
7918
7919         * imap.el (imap-ssl-open): Use imap-process-connection-type,
7920         instead of hard coding to nil.
7921
7922 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7923
7924         * mm-view.el (mm-inline-image-emacs): Open lines under an image
7925         as mm-inline-image-xemacs does.
7926
7927 2004-07-26  Simon Josefsson  <jas@extundo.com>
7928
7929         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
7930         Revert part of 2004-07-17 change below.
7931
7932 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7933
7934         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
7935         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7936
7937 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7938
7939         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
7940         quotes that actually start with ">" at the beginning of the
7941         lines.
7942
7943 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7944
7945         * rfc2047.el (rfc2047-encode-region): Fix last change.
7946         (rfc2047-encode-parameter): Remove useless concat.
7947
7948 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7949
7950         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
7951         encode special characters; fix some kind of misconfigured headers;
7952         signal a real error if debug-on-quit or debug-on-error is non-nil.
7953         (rfc2047-encode-max-chars): New variable.
7954         (rfc2047-encode-1): Use it.
7955         (rfc2047-encode-parameter): New function.
7956
7957         * mml.el (mml-insert-parameter): Remove an excessive space.
7958
7959 2004-07-17  Simon Josefsson  <jas@extundo.com>
7960
7961         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
7962         Kai Grossjohann <kai@emptydomain.de>.
7963         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
7964         (gnus-group-make-menu-bar): Ditto.
7965
7966         * gnus-util.el (gnus-group-server): Add.
7967
7968 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
7969
7970         * message.el (message-clone-locals): Clone sendmail and smtp
7971         variables.
7972
7973 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7974
7975         * rfc2047.el (rfc2047-encode-region): Fix last change.
7976
7977 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7978
7979         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
7980         characters as non-special.
7981
7982 2004-07-09  Simon Josefsson  <jas@extundo.com>
7983
7984         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
7985         Users will lose all flag changes made while unplugged with
7986         e.g. nntp unless flag synchronization happens, thus `nil' is not a
7987         good default.  See numerous reports on ding mailing list.
7988
7989 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7990
7991         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
7992         add generate-head-function and generate-article-function to the
7993         rfc822-forward entry.
7994         (nndoc-rfc822-forward-generate-article): New function.
7995         (nndoc-rfc822-forward-generate-head): New function.
7996
7997         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
7998
7999 2004-07-06  Dan Christensen  <jdc@uwo.ca>
8000
8001         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
8002         respect display group parameter and gnus-summary-expunge-below.
8003         (gnus-articles-to-read): Remove unused reference to display group
8004         parameter.
8005
8006 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8007
8008         * nnheader.el (nnheader-uniquify-message-id): New experimental
8009         variable.
8010         (nnheader-nov-read-message-id): Use it.
8011
8012         * spam-report.el (spam-report-gmane): Add interactive.
8013
8014 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8015
8016         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
8017         qp-or-base64 for the application/* types.
8018
8019 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
8020
8021         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
8022
8023 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
8024
8025         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
8026         trim value.
8027
8028 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8029
8030         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
8031         New macro and function.
8032         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
8033
8034 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8035
8036         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
8037         after-load-alist.
8038
8039 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8040
8041         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
8042         update info that isn't there.
8043
8044 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
8045
8046         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
8047         entry.
8048
8049 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * mm-view.el (mm-inline-render-with-function): Use multibyte
8052         buffer; decode html source by charset.
8053
8054         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
8055
8056         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
8057         Mule-UCS is loaded under XEmacs.
8058         (mm-mime-mule-charset-alist): Avoid duplicated entries.
8059
8060 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
8061
8062         * nnheader.el (nnheader-max-head-length): Increase to 8192.
8063
8064 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8065
8066         * mm-util.el (mm-coding-system-p): Return a coding-system.
8067         (mm-mime-mule-charset-alist): Use shift_jis instead of
8068         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
8069         entries for the mime charsets iso-2022-jp-3 and shift_jis.
8070         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
8071         instead of japanese-shift-jis and iso-latin-1 respectively in
8072         order to share the default value with both Emacs and XEmacs-mule.
8073         (mm-mule-charset-to-mime-charset): Make
8074         mm-coding-system-priorities effective.
8075         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
8076         while predicating of candidates upon the priorities.
8077
8078 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
8079
8080         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8081         gnus-uu-invert-processable.
8082
8083         * gnus.el: Autoload gnus-uu-invert-processable.
8084
8085 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8086
8087         * mm-util.el (mm-with-multibyte-buffer): New macro.
8088
8089         * rfc2047.el (rfc2047-encode-string): Use it.
8090         (rfc2047-encode-region): Move point to the end of the region after
8091         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
8092
8093 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8094
8095         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
8096         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
8097
8098 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8099
8100         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
8101         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
8102         Karl Chen <quarl@nospam.quarl.org>.
8103
8104 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
8105
8106         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
8107         invalid addresses.
8108
8109 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
8110
8111         * spam.el: Change section markers, revise TODO list.
8112         (spam-backends): Make new master list of all installed backends.
8113         (spam-summary-exit-behavior): Add new variable to determine how
8114         messages moves are done at summary exit.
8115         (spam-move-spam-nonspam-groups-only)
8116         (spam-process-ham-in-nonham-groups)
8117         (spam-process-ham-in-spam-groups): Remove variables, the
8118         spam-summary-exit-behavior variable should be used to manage this
8119         behavior.
8120         (spam-old-ham-articles, spam-old-spam-articles): Remove.
8121         (spam-old-articles): Add variable, replacing spam-old-ham-articles
8122         and spam-old-spam-articles.
8123         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
8124         Add empty variables, placeholders for the backends they represent.
8125         (spam-set-difference): Move, unchanged.
8126         (spam-list-of-processors): Declare OBSOLETE, not used anymore
8127         unless the user has a processor variable.
8128         (spam-classifications, spam-classification-valid-p)
8129         (spam-backend-properties, spam-backend-property-valid-p)
8130         (spam-backend-function-type-valid-p)
8131         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
8132         (spam-report-articles-gmane, spam-report-articles-resend):
8133         Remove functions, they are not needed.
8134         (spam-install-backend-super, spam-backend-list)
8135         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
8136         (spam-backend-function, spam-backend-ham-registration-function)
8137         (spam-backend-spam-registration-function)
8138         (spam-backend-ham-unregistration-function)
8139         (spam-backend-spam-unregistration-function)
8140         (spam-backend-statistical-p, spam-backend-mover-p)
8141         (spam-install-backend-alias, spam-install-checkonly-backend)
8142         (spam-install-mover-backend, spam-install-nocheck-backend)
8143         (spam-install-backend, spam-install-statistical-backend)
8144         (spam-install-statistical-checkonly-backend): Add backend installation
8145         support.
8146         (spam-summary-prepare-exit): Rewrite to use the new backend code.
8147         (spam-group-processor-p): Use the new backend code and respect the
8148         summary exit behavior.
8149         (spam-mark-spam-as-expired-and-move-routine): Remove.
8150         (spam-summary-prepare): Change to use the new spam-old-articles
8151         variable.
8152         (spam-copy-or-move-routine, spam-copy-spam-routine)
8153         (spam-move-spam-routine, spam-copy-ham-routine)
8154         (spam-move-ham-routine): Add code to copy/move ham or spam.
8155         (spam-fetch-field-fast): Improve doc and code, plus allow the
8156         'number request.
8157         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
8158         variables.
8159         (spam-split, spam-find-spam): Use the new backend code.
8160         (spam-registration-functions): Remove variable.
8161         (spam-unregister-routine): Add convenience wrapper.
8162         (spam-log-undo-registration, spam-register-routine)
8163         (spam-log-processing-to-registry)
8164         (spam-log-unregistration-needed-p): Rename "check" to "backend"
8165         where possible.
8166         (spam-check-gmane-xref, spam-check-regex-headers)
8167         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
8168         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
8169         (spam-check-bogofilter-headers, spam-check-spamoracle)
8170         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
8171         (spam-check-crm114-headers): Use the spam-split-group that
8172         spam-split prepares, no need to determine it every time.
8173
8174         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
8175         to the nnheader-parse-naked-head call.
8176
8177         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
8178
8179         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
8180         the nnheader-nov-read-message-id call.
8181
8182 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8183
8184         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
8185         gnus-activate-group twice.  Suggested by Markus Peter
8186         <warp@spin.de>.
8187
8188 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * gnus-art.el (gnus-article-time-format): Exchange the order of
8191         day and month in the default value; fix customization type.
8192         (article-date-ut): Use add-text-properties.
8193         (article-make-date-line): Use message-make-date instead of
8194         current-time-string.
8195
8196         * message.el (message-fetch-field): Don't use set-text-properties.
8197         (message-make-date): Simplify.
8198
8199         * messagexmas.el (message-xmas-make-date): New function.
8200         (message-xmas-redefine): Defalias message-make-date to it.
8201
8202 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8203
8204         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
8205         (rfc2047-encode-region): Treat text within parentheses as special;
8206         show the original text when error has occurred.
8207
8208         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
8209         already-computed method to gnus-activate-group.
8210
8211         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
8212         same select-methods identical Lisp objects.
8213
8214         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
8215         object when modifying the info.
8216
8217 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8218
8219         * gnus-srvr.el (gnus-server-set-info): Remove the server from
8220         gnus-opened-servers since it has never been opened with the new
8221         configuration yet.
8222
8223 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8224
8225         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
8226         arg to nnheader-generate-fake-message-id.
8227
8228 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
8229
8230         * nnheader.el (nnheader-generate-fake-message-id): Accept a
8231         number and build a fake message ID localized to a group and
8232         article number (so it's repeatable from that point on).
8233         (nnheader-fake-message-id-p): Change regex to accomodate new fake
8234         ID format.
8235
8236         * gnus-sum.el (gnus-get-newsgroup-headers): Call
8237         nnheader-generate-fake-message-id with the article number.
8238
8239 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
8240
8241         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
8242         end-of-buffer.
8243
8244 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8245
8246         * message.el (message-ignored-supersedes-headers): Add Approved.
8247
8248 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8249
8250         * rfc2047.el (rfc2047-encode-message-header): Remove useless
8251         goto-char.
8252         (rfc2047-encode): Fold the line before encoding.
8253
8254 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8255
8256         * rfc2047.el (rfc2047-encode-message-header): Disabled header
8257         folding -- not all headers can be folded, and this should be done
8258         by the message composition mode.  Probably.  I think.
8259
8260 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8261
8262         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
8263         fast.
8264
8265         * gnus-ems.el (gnus-remove-image): Don't use
8266         message-text-with-property; remove only the image found first.
8267
8268         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
8269         found first.
8270
8271 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
8272
8273         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
8274
8275 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8276
8277         * message.el (message-text-with-property): Make it fast and accept
8278         optional arguments.
8279         (message-strip-forbidden-properties): Use it.
8280         (message-fix-before-sending): Follow the m-t-w-p change.
8281
8282         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
8283
8284 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8285
8286         * gnus-art.el (article-hide-headers): Don't change the buffer
8287         mistakenly when performing mml-preview even if
8288         gnus-single-article-buffer is nil.
8289
8290 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
8291
8292         * message.el (message-expand-name-databases): New user option.
8293         (message-expand-name): Use it.
8294
8295 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
8296
8297         * spam.el (spam-report-articles-resend)
8298         (spam-report-resend-register-routine): Allow ham reporting.
8299         (spam-report-resend-register-ham-routine): Add wrapper.
8300         (spam-registration-functions): Add ham resending functions.
8301         (spam-list-of-processors): Add ham resend processor.
8302
8303         * gnus.el (ham-resend-to): Add new group parameter.
8304         (spam-process): Add ham resend option.
8305
8306         * spam-report.el (spam-report-resend): Allow reporting ham.
8307         (spam-report-resend-ham): Add wrapper.
8308
8309 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8310
8311         * message.el (message-cite-articles-with-x-no-archive): New
8312         variable.
8313         (message-cite-original): Use it.
8314
8315 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8316
8317         * message.el (message-cite-original): Respect X-No-Archive.
8318
8319 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8320
8321         * gnus-art.el (article-hide-headers): Refer to the values for
8322         gnus-ignored-headers and gnus-visible-headers in the summary
8323         buffer since a user may have set them as group parameters.
8324
8325 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
8326
8327         * assistant.el (assistant-node-name): Add convenience function.
8328         (assistant-render-text, assistant-render-node): Add error handling,
8329         plus handle multiple next nodes.
8330         (assistant-find-next-node): Comment out for now.
8331         (assistant-find-next-nodes): Add function, returns list of next
8332         nodes.
8333
8334 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
8335
8336         * mail-source.el (mail-source-directory): Fix doc-string.
8337
8338 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
8339
8340         * assistant.el (assistant-render-text, assistant-eval): Add :set
8341         widget type, which is different because it takes and returns a
8342         list.  Much hilarity ensues.
8343
8344 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
8345
8346         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
8347
8348         * gnus-group.el (gnus-group-get-new-news-this-group): Added
8349         doc-string.
8350
8351         * gnus-start.el (gnus-activate-group): Added doc-string.
8352
8353 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8354
8355         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
8356
8357 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
8358
8359         * assistant.el (assistant-render-text): Try to add a :set
8360         widget, more to come.
8361
8362         * spam.el (spam-group-spam-contents-p): Handle empty groupname
8363         strings.
8364         (spam-report-articles-resend)
8365         (spam-register-routine): Do registration iff any articles warrant
8366         it.
8367         (spam-summary-prepare-exit): Change log message for nil group
8368         destinations.
8369
8370 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
8371
8372         * spam.el (spam-report-resend-register-routine): Allow
8373         spam-report-resend-to to be a group parameter or a global value.
8374
8375 2004-05-26  Simon Josefsson  <jas@extundo.com>
8376
8377         * starttls.el: Merge with my GNUTLS based starttls.el.
8378         (starttls-gnutls-program, starttls-use-gnutls)
8379         (starttls-extra-arguments, starttls-process-connection-type)
8380         (starttls-connect, starttls-failure, starttls-success): New
8381         variables.
8382         (starttls-program, starttls-extra-args): Doc fix.
8383         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
8384         functions.
8385         (starttls-negotiate, starttls-open-stream): Check
8386         `starttls-use-gnutls' and pass on to corresponding *-gnutls
8387         function if it is set.
8388
8389 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8390
8391         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
8392         structured fields.
8393
8394 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8395
8396         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
8397
8398 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
8399
8400         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
8401         variable.
8402         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
8403         assigning the spam-mark to new messages.
8404
8405 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
8406
8407         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
8408
8409 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8410
8411         * dgnushack.el: Autoload customize-set-variable for XEmacs.
8412
8413         * rfc2047.el (rfc2047-encodable-p): Don't move point.
8414         (rfc2047-decode): Treat the ascii coding-system as raw-text by
8415         default.
8416
8417 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
8418
8419         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
8420         correct data.
8421
8422 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
8423
8424         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
8425         (spam-group-processor-p): Fix function.
8426         (spam-group-processor-multiple-p)
8427         (spam-group-spam-processor-report-gmane-p)
8428         (spam-group-spam-processor-report-resend-p)
8429         (spam-group-spam-processor-bogofilter-p)
8430         (spam-group-spam-processor-blacklist-p)
8431         (spam-group-spam-processor-ifile-p)
8432         (spam-group-ham-processor-ifile-p)
8433         (spam-group-spam-processor-spamoracle-p)
8434         (spam-group-spam-processor-crm114-p)
8435         (spam-group-ham-processor-bogofilter-p)
8436         (spam-group-spam-processor-stat-p)
8437         (spam-group-ham-processor-stat-p)
8438         (spam-group-ham-processor-whitelist-p)
8439         (spam-group-ham-processor-BBDB-p)
8440         (spam-group-ham-processor-spamoracle-p)
8441         (spam-group-ham-processor-copy-p): Remove functions with some
8442         prejudice against unneeded code.
8443         (spam-report-articles-resend)
8444         (spam-report-resend-register-routine): Allow the group/topic
8445         spam-resend-to value to override spam-report-resend-to.
8446         (spam-summary-prepare-exit): Invoke spam-group-processor-p
8447         properly now.
8448
8449         * gnus.el (spam-resend-to): Add group/topic parameter.
8450         (spam-process): Move the OBSOLETE processors to the end of the
8451         choices.
8452
8453 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
8454
8455         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
8456         with resend-to set to nil, and then ask the user if necessary.
8457         (spam-report-resend): spam-report-resend takes a list of articles, not
8458         separate article numbers.
8459
8460 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8461
8462         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
8463         addition to emacs-w3m.
8464
8465 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8466
8467         * assistant.el (assistant-authinfo-data): New function.
8468         (assistant-eval): Eval for entire assistant.
8469
8470         * netrc.el (netrc-services-file): New variable.
8471         (netrc-parse-services): New function.
8472         (netrc-find-service-name): New function.
8473         (netrc-find-service-number): New function.
8474         (netrc-port-equal): New function.
8475         (netrc-machine): Use it.
8476
8477         * nnimap.el (nnimap-open-connection): Use netrc.
8478
8479         * gnus-util.el (gnus-netrc-get): Remove aliases.
8480
8481         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
8482
8483         * assistant.el (wid-edit): Fix compilation.
8484
8485         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
8486
8487 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
8488
8489         * gnus-util.el (gnus-set-file-modes): New function.  (small
8490         patch).
8491
8492 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8493
8494         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
8495
8496         * assistant.el (assistant-render-node): Fix up rendering and
8497         read-only text.
8498         (assistant-render-node): Reset.
8499         (assistant-make-read-only): Not sticky.
8500
8501 2004-05-20  Danny Siu  <dsiu@adobe.com>
8502
8503         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
8504         centered even when gnus-auto-center-summary is t
8505
8506 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8507
8508         * dns.el (dns-get-txt-answer): New function.
8509         (dns-read-txt): Ditto.
8510         (query-dns): Use it.
8511
8512 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8513
8514         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
8515         active for foreign groups even if the group level is higher than
8516         the specified value.
8517
8518 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8519
8520         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
8521         non-active groups.
8522
8523         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
8524
8525 2004-05-20  Magnus Henoch  <mange@freemail.hu>
8526
8527         * dns.el (dns-read-type): Add support for SVR.  (small patch)
8528
8529 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8530
8531         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
8532         (spam-crm114-header, spam-crm114-spam-switch)
8533         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
8534         (spam-crm114-positive-spam-header)
8535         (spam-crm114-database-directory, spam-list-of-processors)
8536         (spam-group-spam-processor-crm114-p)
8537         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
8538         (spam-generic-score, spam-list-of-checks)
8539         (spam-list-of-statistical-checks, spam-registration-functions)
8540         (spam-check-crm114-headers, spam-crm114-score)
8541         (spam-check-crm114, spam-crm114-register-with-crm114)
8542         (spam-crm114-register-spam-routine)
8543         (spam-crm114-unregister-spam-routine)
8544         (spam-crm114-register-ham-routine)
8545         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
8546         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
8547
8548         * gnus.el: Add spam-use-crm114.
8549
8550         * spam.el (spam-list-of-processors, spam-registration-functions):
8551         Add spam-use-resend.
8552         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
8553         (spam-report-articles-gmane): Add doc fix.
8554         (spam-report-articles-resend,
8555         spam-report-resend-register-routine): Add wrappers around
8556         spam-report-resend-to.
8557
8558         * spam-report.el (spam-report-resend-to, spam-report-resend):
8559         Add support for resending spam.
8560         (spam-report-gmane): Fix line length >80.
8561
8562         * gnus.el (spam-process): Add spam-use-resend.
8563
8564 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8565
8566         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
8567         number of processed spam messages.
8568         (spam-ham-copy-or-move-routine): Return the number of processed
8569         ham messages.
8570         (spam-summary-prepare-exit): Use the above values to decide
8571         whether status messages shouled be displayed.
8572
8573 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8574
8575         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
8576         `rfc2047-encoding-function-alist' in order to avoid conflicting
8577         with the old version.
8578         (rfc2047-encode-region): Concatenate words containing non-ASCII
8579         characters in structured fields; don't encode space-delimited
8580         ASCII words even in unstructured fields; don't break words at
8581         char-category boundaries.
8582         (rfc2047-encode-1): New function.
8583         (rfc2047-encode): Use it; encode text so that it occupies the
8584         maximum width within 76-column; work correctly on Q encoding for
8585         iso-2022-* charsets.
8586         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
8587         sure not to break a line just after the header name.
8588         (rfc2047-b-encode-region): Removed.
8589         (rfc2047-b-encode-string): New function.
8590         (rfc2047-q-encode-region): Removed.
8591         (rfc2047-q-encode-string): New function.
8592
8593         * mm-util.el (mm-replace-in-string): New function.
8594
8595 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8596
8597         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
8598         get it right.
8599         (gnus-inews-make-draft): Really.
8600
8601 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
8602
8603         * nnmh.el (nnmh-request-list-1): Don't check the link count
8604         before descending.  (small patch)
8605
8606 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8607
8608         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
8609         stuff.
8610
8611         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
8612         on real group name.
8613
8614         * gnus-art.el (gnus-signature-limit): Doc fix.
8615
8616         * gnus-msg.el (gnus-inews-make-draft): Quote list.
8617
8618         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
8619
8620 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
8621
8622         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
8623         isn't a string.
8624
8625 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8626
8627         * gnus-draft.el (gnus-draft-send): Bind
8628         rfc2047-encode-encoded-words.
8629
8630         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
8631         (rfc2047-encodable-p): Say that =? needs encoding.
8632         (rfc2047-encode-encoded-words): New variable.
8633
8634         * gnus-group.el (gnus-group-select-group): Doc fix.
8635
8636         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
8637
8638         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
8639         to nil.
8640
8641         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
8642
8643         * nnheader.el (nnheader-get-lines-and-char): New function.
8644
8645 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
8646
8647         * gnus-msg.el (gnus-summary-followup-with-original): Document
8648         yanking of region when active.
8649
8650 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8651
8652         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
8653         groups if the group level is higher than the specified value.
8654
8655 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8656
8657         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
8658         (gnus-group-jump-to-group): Added prefix argument using
8659         `gnus-group-jump-to-group-prompt'.  Query before jumping to
8660         non-active group.
8661
8662         * compface.el (uncompface): Be verbose when changing
8663         `uncompface-use-external'.
8664
8665         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
8666         handle manual section.
8667
8668 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8669
8670         * gnus-art.el (gnus-button-alist): Revert previous change.
8671
8672 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8673
8674         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
8675
8676 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8677
8678         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
8679         whether backend can accept message.
8680
8681         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
8682
8683 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
8684
8685         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
8686         Avoid creating directory when nntp-marks-is-evil is true.
8687         Reported by Reiner Steib.
8688
8689 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8690
8691         * gnus-picon.el (gnus-picon-style): New variable.
8692         (gnus-picon-insert-glyph): Added optional `nostring' argument.
8693         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
8694         Jesper Harder <harder@ifa.au.dk>.
8695
8696 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8697
8698         * message.el (message-fill-field): Return point.
8699         (message-generate-headers): Go to end of field.
8700
8701         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
8702         stuff for non-living groups.
8703
8704 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
8705
8706         * gnus-art.el (gnus-article-followup-with-original)
8707         (gnus-article-reply-with-original): gnus-mark-active-p ->
8708         gnus-region-active-p.
8709
8710 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
8711
8712         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
8713         only when there is spam or ham to be processed.
8714
8715 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8716
8717         * mail-source.el (mail-source-delete-crash-box): Refactor.
8718         (mail-source-fetch): Use it.
8719         (mail-source-fetch-file): Ditto.
8720         (mail-source-fetch-directory): Run postscript in loop.
8721         (mail-source-fetch-pop): Delete.
8722         (mail-source-fetch-maildir): Ditto.
8723         (mail-source-fetch-imap): Ditto.
8724
8725         * imap.el (imap-authenticators): Comment out sasl.
8726
8727         * message.el (message-skip-to-next-address): New function.
8728         (message-fill-header-address): Refactor.
8729         (message-fill-address): Use it.
8730         (message-delete-address): Use it.
8731         (message-fill-header-general): Refactor.
8732         (message-fill-field-address): Rename.
8733         (message-narrow-to-field): Find the start of the header.
8734         (message-header-format-alist): Don't pre-fill.
8735         (message-fill-header): Removed.
8736         (message-insert-header): New function.
8737         (message-shorten-references): Use it.
8738
8739         * rfc2047.el (rfc2047-field-value): Strip props.
8740
8741         * mail-parse.el (mail-header-make-address): New alias.
8742
8743         * ietf-drums.el (ietf-drums-make-address): New function.
8744
8745         * imap.el: Add compiler directives.
8746
8747         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
8748
8749         * gnus-art.el (article-decode-idna-rhs): Don't use
8750         message-idna-inside-rhs-p.
8751
8752 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8753
8754         * message.el (message-idna-inside-rhs-p): Removed.
8755         (message-idna-to-ascii-rhs-1): Use proper address parsing.
8756
8757         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
8758         false positives.
8759
8760 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
8761
8762         * imap.el (imap-sasl-make-mechanisms): Use sasl.
8763
8764 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8765
8766         * nneething.el (nneething-file-name): Don't create spurions
8767         files.
8768
8769         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
8770         (gnus-inews-do-gcc): Remove sleep.
8771
8772         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
8773         part under point.
8774
8775         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
8776         (gnus-agent-regenerate-group): Using nil messages aren't valid.
8777
8778 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
8779
8780         * spam.el (spam-summary-prepare-exit): Fixed (length).
8781
8782 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8783
8784         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
8785         as expired without moving it" message when there are spam
8786         messages left.
8787
8788 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
8789
8790         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
8791         header is not nil.
8792
8793 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
8794
8795         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
8796         nntp-possibly-create-directory, not nntp-possibly-change-group.
8797         (nntp-marks-changed-p): New arg SERVER.
8798         (nntp-request-update-info): Adjust caller.
8799
8800 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
8801
8802         * nntp.el (nntp-save-marks): Pass missing arg.
8803
8804 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
8805
8806         * nntp.el: Support marks.
8807         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
8808         (nntp-marks-modtime, nntp-marks-directory): New variables.
8809         (nntp-request-set-mark, nntp-request-update-info)
8810         (nntp-possibly-create-directory, nntp-marks-changed-p)
8811         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
8812         functions.
8813
8814 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
8815
8816         * gnus-xmas.el (gnus-xmas-select-lowest-window)
8817         (gnus-xmas-redefine): Rename.
8818
8819         * gnus-score.el (gnus-score-insert-help): Use
8820         gnus-select-lowest-window.
8821
8822         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
8823         appt-select-lowest-window and rename to gnus-select-lowest-window.
8824
8825         * gnus.el: do.
8826
8827 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8828
8829         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
8830         encodings of MIME-encoded words, in order to improve
8831         interoperability with several broken MUAs.
8832
8833 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8834
8835         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
8836         tags, only when charsets are not specified in headers.
8837         (mm-inline-text-html-render-with-w3m): Ditto.
8838
8839         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
8840         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
8841
8842 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8843
8844         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
8845         instead of MIME-decoded from fields when checking
8846         `gnus-article-address-banner-alist'.
8847
8848 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
8849
8850         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
8851         description rather than subject.
8852
8853 2004-05-02  Steve Youngs  <steve@youngs.au.com>
8854
8855         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
8856
8857 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8858
8859         * gnus.el (gnus-version-number): Bump.
8860
8861 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8862
8863         * gnus.el: No Gnus v0.2 is released.
8864
8865 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8866
8867         * gnus-agent.el (gnus-agent-read-agentview): Inline
8868         gnus-uncompress-range.
8869
8870 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8871
8872         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
8873         `exec-installed-p'.
8874
8875 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8876
8877         * gnus.el (spam-process, spam-autodetect-methods): Add
8878         bsfilter and bsfilter-headers.
8879
8880         * spam.el (spam-bsfilter): New customize group.
8881         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
8882         (spam-bsfilter-header, spam-bsfilter-probability-header)
8883         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
8884         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
8885         (spam-bsfilter-database-directory): New options.
8886         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
8887         (spam-list-of-statistical-checks, spam-registration-functions):
8888         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
8889         (spam-bsfilter-score): New command.
8890         (spam-check-bsfilter-headers, spam-check-bsfilter)
8891         (spam-bsfilter-register-with-bsfilter)
8892         (spam-bsfilter-register-spam-routine)
8893         (spam-bsfilter-unregister-spam-routine)
8894         (spam-bsfilter-register-ham-routine)
8895         (spam-bsfilter-unregister-ham-routine): New functions.
8896         (spam-generic-score): Support bsfilter; Accept an optional argument
8897         to recalcurate spam score even if scoring header has already been
8898         added.
8899         (spam-bogofilter-score, spam-spamassassin-score): Accept an
8900         optional argument to recalcurate spam score even if scoring header
8901         has already been added.
8902
8903 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
8904
8905         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
8906         strings!  Reported by David D. Smith <davidsmith@acm.org>.
8907         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
8908         link is missing.
8909
8910 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
8911
8912         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
8913         (html2text-get-attr): Rewrite.
8914
8915         * message.el (message-setup-1): Remove redundant put-text-property
8916         on mail-header-separator.
8917
8918 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
8919
8920         * gnus-registry.el (gnus-registry-cache-whitespace)
8921         (gnus-registry-action, gnus-registry-spool-action)
8922         (gnus-registry-split-fancy-with-parent): Change message levels
8923         from 5 to 3 or 7, as needed.
8924
8925         * spam.el (spam-summary-prepare-exit)
8926         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
8927         (spam-split, spam-find-spam, spam-log-undo-registration)
8928         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
8929         level from 5 to 6.
8930
8931 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8932
8933         * gnus-ems.el: Autoload appt-select-lowest-window (revert
8934         2004-03-04 change).
8935
8936 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
8937
8938         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
8939         Use mapc when appropriate.
8940
8941         * sieve-manage.el (sieve-manage-open): do.
8942
8943         * nnweb.el (nnweb-insert-html): do.
8944
8945         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
8946         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
8947
8948         * nnspool.el (nnspool-request-group): do.
8949
8950         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
8951         do.
8952
8953         * nnml.el (nnml-request-update-info): do.
8954
8955         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
8956         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
8957
8958         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
8959         (nnimap-request-set-mark): do.
8960
8961         * nnfolder.el (nnfolder-request-update-info): do.
8962
8963         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
8964         do.
8965
8966         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
8967
8968         * gnus-uu.el (gnus-uu-find-articles-matching): do.
8969
8970         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
8971         do.
8972
8973         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
8974         do.
8975
8976         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
8977
8978         * gnus-nocem.el (gnus-nocem-scan-groups): do.
8979
8980         * gnus-int.el (gnus-start-news-server): do.
8981
8982         * gnus-group.el (gnus-group-make-kiboze-group)
8983         (gnus-group-browse-foreign-server): do.
8984
8985 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
8986
8987         FIXME: Make separate entries for each person.
8988
8989         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
8990         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
8991         <shields@msrl.com>:
8992
8993         * spam.el (spam-necessary-extra-headers): Get the extra headers we
8994         may need for spam sorting and scoring.
8995         (spam-user-format-function-S): Add user format function suitable for
8996         general use.
8997         (spam-article-sort-by-spam-status): Add sorting function for summary
8998         sorting.
8999         (spam-extra-header-to-number): Add function to get a score from a
9000         header.
9001         (spam-summary-score): Add function to  get a numeric score from the
9002         headers.
9003         (spam-generic-score): Fixed function doc, was in wrong place.
9004         (spam-initialize): Take symbols when it's run, and install the
9005         extra headers that spam-necessary-extra-headers thinks we need.
9006
9007 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
9008
9009         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
9010         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9011
9012 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
9013
9014         * gnus-sum.el (gnus-set-global-variables)
9015         (gnus-build-all-threads, gnus-get-newsgroup-headers)
9016         (gnus-article-get-xrefs, gnus-summary-best-group)
9017         (gnus-summary-next-article, gnus-summary-enter-digest-group)
9018         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
9019         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
9020         with-current-buffer.
9021
9022 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
9023
9024         * spam.el (spam-summary-prepare-exit): Simplify logic.
9025         (spam-fetch-article-header): Read the article header if it's not
9026         available.
9027         (spam-list-articles): Simplify logic.
9028         (spam-filelist-register-routine): Fix bug with unregister-list.
9029
9030         * gnus-registry.el: Fix comments at beginning.
9031
9032 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
9033
9034         * message.el (message-cater-to-broken-inn): Remove.
9035         (message-shorten-references): Make sure the total folded length of
9036         References is shorter than 998 characters to cater to a bug in INN
9037         2.3.  Also, don't pretend that references aren't folded -- this
9038         hasn't worked for a while.
9039
9040 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9041
9042         * gnus-agent.el (gnus-agentize):
9043         gnus-agent-send-mail-real-function no longer set to current value
9044         of message-send-mail-function but rather a lambda that calls
9045         message-send-mail-function.  The change makes the agent real-time
9046         responsive to user changes to message-send-mail-function.
9047
9048 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9049
9050         * legacy-gnus-agent.el
9051         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
9052         help from Florian Weimer <fw@deneb.enyo.de>
9053
9054 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * nnmail.el (nnmail-cache-insert): Revert last change.
9057
9058 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9059
9060         * nnmail.el (nnmail-cache-insert): Always check whether
9061         nnmail-cache-ignore-groups matches a group name.
9062
9063 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
9064
9065         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
9066         (spam-find-spam, spam-log-processing-to-registry)
9067         (spam-log-registered-p, spam-log-unregistration-needed-p)
9068         (spam-log-undo-registration): Use gnus-message instead of
9069         gnus-error, none of these errors are fatal.
9070
9071         * gnus-registry.el (gnus-registry-clean-empty-function)
9072         (gnus-registry-clean-empty): Remove only empty entries without
9073         extra data.
9074
9075 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
9076
9077         * spam-stat.el (spam-stat-buffer-change-to-spam)
9078         (spam-stat-buffer-change-to-non-spam): Change (error) to
9079         (gnus-message 8) invocation.
9080
9081 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9082
9083         * nntp.el (nntp-via-netcat-command): New variable.
9084         (nntp-via-netcat-switches): New variable.
9085         (nntp-open-via-rlogin-and-netcat): New function.
9086         (nntp-open-connection-function): Doc fix.
9087         (nntp-telnet-command): Doc fix.
9088         (nntp-end-of-line): Doc fix.
9089         (nntp-via-rlogin-command): Doc fix.
9090         (nntp-via-user-name): Doc fix.
9091         (nntp-via-address): Doc fix.
9092
9093 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9094
9095         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
9096         error in Emacs 21.1.
9097
9098 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
9099
9100         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
9101
9102 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9103         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
9104         (gnus-agent-with-refreshed-group): New macro.
9105         (gnus-agent-rename-group): New function.
9106         (gnus-agent-delete-group): New function.
9107         (gnus-agent-save-group-info): Use gnus-command-method when
9108         `method' parameter is nil.  Don't write nil entries into the
9109         active file.
9110         (gnus-agent-get-group-info): New function.
9111         (gnus-agent-fetch-articles): Use
9112         gnus-agent-update-files-total-fetched-for to increment disk space
9113         used.
9114         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
9115         gnus-agent-update-view-total-fetched-for to increment disk space
9116         used.
9117         (gnus-agent-get-local): Added optional parameters to avoid calling
9118         gnus-group-real-name and gnus-find-method-for-group.
9119         (gnus-agent-set-local): Delete stored entry if either min, or max,
9120         are nil.
9121         (gnus-agent-fetch-session): Reworded error/quit messages.  On
9122         quit, use gnus-agent-regenerate-group to record existance of any
9123         articles fetched to disk before the quit occurred.
9124         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
9125         gnus-agent-update-view-total-fetched-for, and
9126         gnus-agent-update-files-total-fetched-for to decrement disk space
9127         used.
9128         (gnus-agent-retrieve-headers): Use
9129         gnus-agent-update-view-total-fetched-for to increment disk space
9130         used.
9131         (gnus-agent-regenerate-group): Replace gnus-group-update-group
9132         with gnus-agent-update-files-total-fetched-for to decrement disk
9133         space and fresh group buffer.
9134         (gnus-agent-inhibit-update-total-fetched-for): New variable.
9135         (gnus-agent-need-update-total-fetched-for): New variable.
9136         (gnus-agent-update-files-total-fetched-for): New function.
9137         (gnus-agent-update-view-total-fetched-for): New function.
9138         (gnus-agent-total-fetched-for): New function.
9139
9140         * gnus-cache.el (gnus-cache-save-buffers): Use
9141         gnus-cache-update-overview-total-fetched-for to change disk space
9142         used by this group.
9143         (gnus-cache-possibly-enter-article): Use
9144         gnus-cache-update-file-total-fetched-for to increment disk space
9145         used by this group.
9146         (gnus-cache-possibly-remove-article): Use
9147         gnus-cache-update-file-total-fetched-for to decrement disk space
9148         used by this group.
9149         (gnus-cache-generate-nov-databases): Purge total fetched cache.
9150         (gnus-cache-rename-group): New function.
9151         (gnus-cache-delete-group): New function.
9152         (gnus-cache-inhibit-update-total-fetched-for): New variable.
9153         (gnus-cache-need-update-total-fetched-for): New variable.
9154         (gnus-cache-with-refreshed-group): New macro.
9155         (gnus-cache-update-file-total-fetched-for): New function.
9156         (gnus-cache-update-overview-total-fetched-for): New function.
9157         (gnus-cache-rename-group-total-fetched-for): New function.
9158         (gnus-cache-delete-group-total-fetched-for): New function.
9159         (gnus-cache-total-fetched-for): New function.
9160
9161         * gnus-group.el: Require gnus-sum and autoload functions to
9162         resolve warnings when gnus-group.el compiled alone.
9163         (gnus-group-line-format): Documented new %F
9164         (size of Fetched data) group line format; identifies disk space
9165         used by agent and cache.
9166         (gnus-group-line-format-alist): Defined new F format.
9167         (gnus-total-fetched-for): New function.
9168         (gnus-group-delete-group): No longer update
9169         gnus-cache-active-altered as gnus-request-delete-group now keeps
9170         the cache in sync.
9171         (gnus-group-list-active): Let the agent store a server's active
9172         list if currently plugged.
9173
9174         * gnus-int.el (gnus-request-delete-group): Use
9175         gnus-cache-delete-group and gnus-agent-delete-group to keep the
9176         local disk in sync with the server.
9177          (gnus-request-rename-group): Use
9178         gnus-cache-rename-group and gnus-agent-rename-group to keep the
9179         local disk in sync with the server.
9180
9181         * gnus-start.el (gnus-get-unread-articles): Cosmetic
9182         simplification to logic.
9183
9184         * gnus-util.el (gnus-rename-file): New function.
9185
9186 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
9187
9188         * mm-util.el (mm-image-load-path): Handle nil in load-path.
9189
9190 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
9191
9192         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
9193         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
9194
9195 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
9196
9197         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
9198         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
9199
9200 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
9201
9202         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
9203
9204 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
9205
9206         * spam.el (spam-set-difference): Add function to replace
9207         gnus-set-difference in spam.el.
9208         (spam-summary-prepare-exit): Use spam-set-difference.
9209
9210 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9211
9212         * gnus-registry.el (gnus-registry-cache-file): Update to use
9213         gnus-dribble-directory OR gnus-home-directory OR ~.
9214         (gnus-registry-split-fancy-with-parent): Fix doc.
9215
9216 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9217
9218         * message.el (message-exchange-point-and-mark): Use
9219         message-mark-active-p.  Suggested by Jesper Harder
9220         <harder@ifa.au.dk>.
9221
9222 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9223
9224         * message.el (message-exchange-point-and-mark): Don't activate
9225         region if it was inactive.  Suggested by Hiroshi Fujishima
9226         <pooh@nature.tsukuba.ac.jp>.
9227
9228 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9229
9230         * gnus-art.el (article-display-face): Display Faces in the same
9231         order as X-Faces.
9232
9233 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9234
9235         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
9236
9237 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9238
9239         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
9240         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
9241         (gnus-article-mime-hierarchy): Remove.
9242         (gnus-article-mime-hierarchy-next): Remove.
9243         (gnus-article-mode): Revert 2004-03-19 change.
9244         (gnus-article-setup-buffer): Revert 2004-03-19 change.
9245         (gnus-insert-mime-button): Revert 2004-03-19 change.
9246         (gnus-mime-accumulate-hierarchy): Remove.
9247         (gnus-mime-enter-multipart): Remove.
9248         (gnus-mime-leave-multipart): Remove,
9249         (gnus-mime-display-part): Revert 2004-03-19 change.
9250         (gnus-mime-display-alternative): Revert 2004-03-19 change.
9251
9252         * mml.el (mml-preview): Revert 2004-03-19 change.
9253
9254 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
9255
9256         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
9257
9258 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9259
9260         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
9261         t while entering a file name using the mm-with-multibyte macro.
9262         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9263
9264         * mm-util.el (mm-with-multibyte): New macro.
9265
9266 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
9269         user option.
9270         (gnus-mime-multipart-functions): Doc and customization fix.
9271         (gnus-article-mime-hierarchy): New variable.
9272         (gnus-article-mime-hierarchy-next): New variable.
9273         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
9274         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
9275         gnus-article-mime-hierarchy-next to nil.
9276         (gnus-insert-mime-button): Show hierarchy numbers.
9277         (gnus-mime-accumulate-hierarchy): New function.
9278         (gnus-mime-enter-multipart): New function.
9279         (gnus-mime-leave-multipart): New function.
9280         (gnus-mime-display-part): Recompute hierarchical MIME structure.
9281         (gnus-mime-display-alternative): Show hierarchy numbers.
9282
9283         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
9284         gnus-article-mime-hierarchy-next to nil.
9285
9286 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
9287
9288         * dns.el: Don't require gnus-xmas.
9289
9290 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
9291
9292         * mml.el (mml-generate-mime-1): Don't use format=flowed with
9293         inline PGP.
9294         (mml-menu): Disable mml-quote-region if mark is inactive.
9295
9296 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9297
9298         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
9299         when the group's active is not available.
9300
9301 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9302
9303         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
9304         error.
9305
9306 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
9307
9308         * imap.el (imap-store-password): New variable.
9309         (imap-interactive-login): Use it.
9310         Suggested by Mark Plaksin <happy@mcplaksin.org>.
9311
9312 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9313
9314         * gnus-art.el (gnus-article-read-summary-keys): Restore new
9315         window-start and hscroll to summary window.
9316
9317 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9318
9319         * gnus-start.el (gnus-convert-old-newsrc): Only write the
9320         conversion message to newsrc-dribble when an actual conversion is
9321         performed.
9322
9323 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
9324
9325         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
9326
9327 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9328
9329         * mm-decode.el (mm-complicated-handles): New function reviving
9330         former definition of mm-multiple-handles.
9331
9332         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
9333         (gnus-mime-delete-part): Use it.
9334
9335 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9336
9337         * gnus-agent.el (gnus-agent-read-local): Bind
9338         nnheader-file-coding-system to gnus-agent-file-coding-system to
9339         avoid the implicit assumption that they will always be equal.
9340         (gnus-agent-save-local): Bind buffer-file-coding-system, not
9341         coding-system-for-write, as the with-temp-file macro first prints
9342         to a buffer then saves the buffer.
9343
9344 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9345
9346         * gnus-art.el (gnus-article-edit-part): New function.
9347         (gnus-mime-save-part-and-strip): Use it; do query instead of
9348         signaling an error; don't use mm-multiple-handles.
9349         (gnus-mime-delete-part): Ditto.
9350
9351 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9352
9353         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
9354         old file versions.
9355         (gnus-group-prepare-hook): Removed function that converted list
9356         form of gnus-agent-expire-days to group properties.
9357
9358         * gnus-int.el: Autoload gnus-agent-regenerate-group.
9359         (gnus-request-accept-article): Re-indented.
9360
9361         * gnus-start.el (gnus-convert-old-newsrc): Registered new
9362         converters to handle old agent file formats.  Added logic for a
9363         "backup before upgrading warning".
9364         (gnus-convert-mark-converter-prompt): Developers can mark
9365         functions as needing (default), or not needing,
9366         gnus-convert-old-newsrc's "backup before upgrading warning".
9367         (gnus-convert-converter-needs-prompt): Tests whether the user
9368         should be protected from potentially irreversable changes by the
9369         function.
9370
9371         * legacy-gnus-agent.el (): New. Provides converters that are only
9372         loaded when gnus-convert-old-newsrc needs to call them.
9373
9374 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9375
9376         * mail-source.el (mail-source-touch-pop): Doc fix.
9377
9378         * message.el (message-smtpmail-send-it): Doc fix.
9379
9380 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
9381
9382         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
9383
9384         * nnmail.el (nnmail-split-fancy): do.
9385
9386         * gnus-kill.el (gnus-kill, gnus-execute): do.
9387
9388 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9389
9390         * gnus-sum.el (gnus-widget-reversible-match)
9391         (gnus-widget-reversible-to-internal)
9392         (gnus-widget-reversible-to-external): New functions.
9393         (gnus-widget-reversible): New widget.
9394         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
9395
9396 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
9397
9398         * gnus-sum.el (gnus-thread-sort-functions)
9399         (gnus-article-sort-functions): Document `(not F)' items.
9400
9401 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9402
9403         * spam.el (spam-use-gmane-xref): Add new backend.
9404         (spam-gmane-xref-spam-group): Add variable to control the name of the
9405         Gmane spam group.
9406         (spam-blackhole-servers, spam-blackhole-good-server-regex)
9407         (spam-regex-headers-spam, spam-regex-headers-ham)
9408         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
9409         (spam-list-of-checks): Add spam-use-gmane-xref to list of
9410         backends and checks.
9411         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
9412
9413         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
9414         an autodetect method.
9415
9416 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9417
9418         * gnus-int.el (gnus-request-accept-article): Inform the agent that
9419         articles are being added to a group.
9420         (gnus-request-replace-article): Inform the agent that articles
9421         need to be uncached as the cached contents are no longer valid.
9422
9423 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9424
9425         * binhex.el: Don't autoload executable-find.
9426
9427         * canlock.el: Don't autoload mail-fetch-field.
9428
9429         * dgnushack.el: Autoload c-mode for XEmacs.
9430
9431         * gnus-ems.el: Don't autoload appt-select-lowest-window.
9432
9433         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
9434         rmail-dont-reply-to and rmail-output.
9435
9436         * gnus-score.el: Don't autoload ffap-string-at-point.
9437
9438         * gnus-setup.el: Don't autoload sc-cite-original.
9439
9440         * imap.el: Don't autoload base64-decode-string,
9441         base64-encode-string and md5.
9442
9443         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
9444         and rmail-msg-restore-non-pruned-header.
9445
9446         * mm-decode.el: Don't autoload executable-find.
9447
9448         * mm-url.el: Don't autoload executable-find.
9449
9450         * mm-view.el: Don't autoload diff-mode.
9451
9452         * nndb.el: Don't autoload news-reply-mode, news-setup,
9453         cancel-timer and telnet.
9454
9455         * password.el: Don't autoload run-at-time for Emacs.
9456
9457         * sha1-el.el: Don't autoload executable-find.
9458
9459         * sieve-mode.el: Don't autoload c-mode.
9460
9461         * uudecode.el: Don't autoload executable-find.
9462
9463 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9464
9465         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
9466         (gnus-agent-possibly-alter-active): Avoid null in numeric
9467         comparison.
9468         (gnus-agent-set-local): Refuse to save null in local object table.
9469         (gnus-agent-regenerate-group): The REREAD parameter can now be a
9470         list of articles that will be marked as unread.
9471
9472 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9473
9474         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
9475
9476 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
9477
9478         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
9479         language tags.
9480
9481 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9482
9483         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
9484         Don't bind "obarray".
9485
9486         * gnus-sum.el (gnus-thread-sort-functions): Added
9487         `gnus-thread-sort-by-most-recent-number' and
9488         `gnus-thread-sort-by-most-recent-date'.
9489         Reported by Kai Grossjohann <kai@emptydomain.de>.
9490
9491 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9492
9493         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
9494
9495 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9496
9497         * gnus-cus.el (gnus-agent-customize-category): Removed
9498         ignore-errors macro reference that required cl to be loaded at
9499         run-time.
9500
9501         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
9502         single-interval range of the form (min . max).  Previously the
9503         range had to look like ((min . max)).  Likewise, return
9504         (min . max) rather than ((min . max)).
9505         (gnus-range-map): Use gnus-range-normalize to accept
9506         single-interval range.
9507
9508         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
9509         the cache, but not the agent, now appear with their usual face.
9510
9511         * dgnushack.el (loaddir): New variable that is bound to the
9512         directory containing the dgnushack.el file. Use loaddir, rather
9513         than srcdir, to update load-path. Change lets dgnushack compile
9514         code in directories other than GNUS/lisp.
9515
9516 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * lpath.el: Don't bind w3m-safe-url-regexp.
9519
9520         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
9521         w3m-safe-url-regexp variable buffer-local.
9522
9523         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9524
9525 2004-02-27  Simon Josefsson  <jas@extundo.com>
9526
9527         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
9528         gnus-group-real-prefix.
9529         (gnus-summary-move-article): Use it, instead of
9530         gnus-group-real-prefix.
9531
9532 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9533
9534         * lpath.el: Bind w3m-safe-url-regexp.
9535
9536         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
9537         w3m-safe-url-regexp variable buffer-local and set it as the value
9538         of mm-w3m-safe-url-regexp.
9539
9540         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9541
9542         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
9543         parsing gnus-posting-styles when the message is not for replying.
9544
9545         * dgnushack.el: Autoload sgml-mode for XEmacs.
9546
9547         * nnrss.el (nnrss-opml-export): Use
9548         mm-set-buffer-file-coding-system instead of
9549         set-buffer-file-coding-system.
9550
9551 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
9552
9553         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
9554         of checkdoc.el).
9555         * nnrss.el: do.
9556         * gnus-mlspl.el: do.
9557         * gnus-ml.el: do.
9558         * gnus-srvr.el: do.
9559
9560         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
9561
9562 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9563
9564         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
9565         Corrections to custom-manual links.
9566
9567         * gnus-art.el (gnus-article): Ditto.
9568
9569         * mm-decode.el (mime-display, mime-security): Ditto.
9570
9571 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9572
9573         * flow-fill.el: Typo.
9574
9575 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
9576
9577         * spam-wash.el: New file.
9578
9579 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
9580
9581         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
9582
9583 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9584
9585         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
9586         to be run with new-articles as LIST1, not LIST2.
9587         (spam-registration-functions): Add spam-use-ham-copy as a nil
9588         registration backend.
9589
9590 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9591
9592         * spam-stat.el (spam-stat-washing-hook): New option.
9593         (spam-stat-buffer-words): Use it.
9594         (spam-stat-process-directory, spam-stat-test-directory): Use
9595         insert-file-contents-literally.
9596         (spam-stat-coding-system): New variable.
9597         (spam-stat-load, spam-stat-save): Use it.
9598
9599 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9600
9601         * spam-report.el (spam-report-plug-agent): Quote
9602         spam-report-url-to-file and spam-report-url-ping-plain.
9603
9604 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
9605
9606         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
9607         / in mailto URLs.
9608
9609 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9610
9611         * spam-report.el (spam-report-process-queue): Fix interactive use.
9612         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
9613         (spam-report-unplug-agent): Doc fixes.
9614         (spam-report-url-ping-mm-url, spam-report-url-to-file)
9615         (spam-report-agentize, spam-report-deagentize): Autoload
9616
9617 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9618
9619         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
9620
9621         * message.el (message-setup-fill-variables): Add mml tags to
9622         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
9623         <ajk@iu.edu>.
9624         (message-mode): Don't modify paragraph-separate there.
9625
9626 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9627
9628         * compface.el (uncompface-use-external): Default to undecided.
9629         (uncompface-use-external-threshold): New variable.
9630         (uncompface-float-time): New macro.
9631         (uncompface): Determine whether to use the external decoder if
9632         uncompface-use-external is undecided.
9633
9634 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9635
9636         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
9637         after images.
9638
9639         * gnus-art.el (gnus-mime-display-single): Remove dead code.
9640
9641 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
9642
9643         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
9644
9645         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
9646
9647         * gnus-sum.el (gnus-summary-limit-to-age)
9648         (gnus-summary-limit-children): do.
9649
9650         * gnus-int.el (gnus-request-scan): do.
9651
9652         * gnus-group.el (gnus-group-suspend): do.
9653
9654         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
9655
9656         * gnus-cite.el (gnus-cite-parse-attributions): do.
9657
9658         * gnus-agent.el (gnus-summary-set-agent-mark)
9659         (gnus-agent-regenerate-group): do.
9660
9661         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
9662
9663         * binhex.el (binhex-decode-region-internal): do.
9664
9665 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9666
9667         * gnus-fun.el (gnus-face-properties-alist): New user option.
9668         (gnus-display-x-face-in-from): Use it.
9669
9670         * gnus-art.el (article-display-face): Ditto.
9671
9672         * compface.el (uncompface-use-external): Default to nil.
9673
9674 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
9675
9676         * nntp.el (nntp-erase-buffer): New function.
9677         (nntp-retrieve-data, nntp-send-command)
9678         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
9679         (nntp-possibly-change-group): Use it.
9680
9681         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
9682         with-current-buffer.
9683
9684 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
9685
9686         * compface.el: Merge the ELisp-based uncompface program.
9687         (compface): New customization group.
9688         (uncompface-use-external): New user option.
9689         (uncompface): Call uncompface-internal if uncompface-use-external
9690         is nil.
9691         (uncompface-internal): New function.  Note that there are also
9692         some other functions and variables added for this function.
9693
9694 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
9695
9696         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
9697         if necessary.
9698
9699 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
9700
9701         * spam-report.el (spam-report-unplug-agent)
9702         (spam-report-plug-agent, spam-report-deagentize)
9703         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
9704         Add support for the Agent in spam-report: when unplugged, report to a
9705         file; when plugged, submit all the requests.
9706
9707         * spam.el (spam-register-routine): Fix message about
9708         registration.
9709
9710 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
9711
9712         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
9713         dependencies.
9714         (rfc2047-encode): Use it.
9715
9716         * gnus-art.el (gnus-button-marker-list): Move before first
9717         reference.
9718
9719         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9720         (imap-parse-body): Fix format string mismatch.
9721
9722         * gnus-score.el (gnus-summary-increase-score): do.
9723
9724         * nnrss.el (nnrss-close): New function.
9725
9726 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
9727
9728         * nnrss.el (nnrss-make-filename): New function.
9729         (nnrss-request-delete-group, nnrss-read-server-data)
9730         (nnrss-save-server-data, nnrss-read-group-data)
9731         (nnrss-save-group-data): Use it.
9732         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
9733         (nnrss-read-server-data, nnrss-read-group-data): Use load.
9734         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
9735
9736 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
9737
9738         * mml.el (mml-compute-boundary-1): Don't uncompress files.
9739
9740 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
9741
9742         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
9743         files.
9744
9745         * message.el (message-generate-headers-first): Don't quote nil
9746         and t in docstrings.
9747
9748         * imap.el (imap-id): do.
9749
9750         * gnus-agent.el (gnus-agent-consider-all-articles)
9751         (gnus-agent-queue-mail): do.
9752
9753 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
9754
9755         * spam-report.el (spam-report-process-queue): New function.
9756         Process requests from `spam-report-requests-file'.
9757         (spam-report-process-queue): Doc fix.
9758
9759 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
9760
9761         * spam.el (spam-register-routine)
9762         (spam-log-processing-to-registry, spam-log-registered-p)
9763         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9764         Change "check" to "spam-check" for semi-clarity.
9765
9766 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
9767
9768         * pop3.el: Require nnheader.
9769
9770         * mml-smime.el: Require cl.  Autoload message-fetch-field.
9771
9772         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
9773
9774         * gnus-picon.el: Require cl.
9775
9776         * gnus-fun.el: Require gnus-ems and gnus-util.
9777
9778         * gnus.el (gnus-method-to-server): Move defsubst before first use.
9779
9780         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
9781
9782         * gnus-art.el (gnus-article-edit-mode): Define before first
9783         reference.
9784
9785 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
9786
9787         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
9788         (gnus-uu-post-encoded): Use point-at-bol.
9789
9790         * gnus-topic.el (gnus-group-active-topic-p): do.
9791
9792         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
9793
9794         * gnus-group.el (gnus-group-kill-region): do.
9795
9796         * gnus-art.el (article-date-ut): do.
9797
9798         * message.el (message-fetch-field): Remove redundant
9799         case-fold-search binding.
9800         (message-narrow-to-field): Simplify.
9801
9802 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9803
9804         * spam.el (spam-directory): Derive from `gnus-directory'.
9805
9806         * spam-report.el (spam-report-url-to-file)
9807         (spam-report-requests-file): New function and variable for offline
9808         reporting.
9809         (spam-report-url-ping-function): Add `spam-report-url-to-file'
9810         and user defined function.
9811         (spam-report-url-ping-mm-url): Remove doubled slash.
9812
9813 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
9814
9815         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
9816
9817 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
9818
9819         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
9820         format string mismatch.
9821
9822         * sieve.el (sieve-deactivate-all): do.
9823
9824         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
9825
9826         * nnlistserv.el (nnlistserv-kk-wash-article): do.
9827
9828         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
9829
9830         * mm-bodies.el (mm-7bit-chars): Don't include \r.
9831
9832 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
9833
9834         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
9835         the list of checks.
9836
9837 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
9838
9839         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
9840         padding.
9841
9842 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
9843
9844         * mm-view.el (mm-fill-flowed): New variable.
9845         (mm-inline-text): Use it.
9846
9847 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
9848
9849         * spam.el (spam-spamassassin-register-ham-routine)
9850         (spam-spamassassin-register-spam-routine): Fix function names.
9851
9852 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * gnus.el (gnus-tmp-grouplens): Remove.
9855         (gnus-summary-line-format): Remove grouplens.
9856
9857         * gnus-group.el (gnus-group-line-format): Ditto.
9858
9859         * gnus-spec.el (gnus-format-specs): Ditto.
9860         (gnus-update-format-specifications): Flush the group format spec
9861         cache if there's the grouplens stuff.
9862         (gnus-parse-simple-format): Replace %l with the empty string.
9863
9864 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
9865
9866         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
9867         omission.
9868
9869 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9870
9871         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
9872         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9873
9874 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
9875
9876         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
9877         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
9878         New macros and functions.
9879         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
9880         Handle > NLINK_MAX messages.
9881         * nnmaildir.el (nnmaildir-request-set-mark): Use
9882         nnmaildir--emlink-p and nnmaildir--eexist-p.
9883
9884 2004-01-25  Alex Schroeder  <alex@gnu.org>
9885
9886         * spam-stat.el (spam-stat-process-directory-age): New option.
9887         (spam-stat-process-directory): Use it.
9888
9889 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
9890
9891         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
9892         (spam-stat-save): Accept prefix argument.
9893
9894 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
9895
9896         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
9897         links" error.
9898
9899 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9900
9901         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
9902         the rest of the and/or forms.
9903
9904 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9905
9906         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
9907         compatibility with old .newsrc.eld files.
9908
9909         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
9910
9911         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
9912
9913         * gnus-start.el (gnus-1): do.
9914
9915         * gnus-group.el (gnus-group-line-format-alist): do.
9916
9917         * gnus.el (gnus-use-grouplens, gnus-visual): do.
9918
9919         * gnus-gl.el: Remove.
9920
9921 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9922
9923         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
9924         marks consisting of a single range {for example, (3 . 5)} rather
9925         than a list of a single range { ((3 . 5)) }.
9926
9927 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9928
9929         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
9930         with-current-buffer.
9931         (spam-stat-store-current-buffer): Use insert-buffer-substring to
9932         avoid consing a string.
9933
9934         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
9935         Remove obsolete entries for big5 and gb2312.
9936
9937 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9938
9939         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
9940         uncompressed list.
9941
9942 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
9943
9944         * spam-stat.el (spam-stat-strip-xref): New function.
9945         (spam-stat-process-directory): Use it.
9946
9947         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
9948         here -- it's done in message-fetch-field.
9949
9950 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9951
9952         * gnus-agent.el (gnus-agent-queue-mail,
9953         gnus-agent-prompt-send-queue): New variables.
9954         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
9955         * gnus-draft.el (gnus-group-send-queue): Pass the group name
9956         "nndraft:queue" along to gnus-draft-send.  Use
9957         gnus-agent-prompt-send-queue.
9958         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
9959         is "nndraft:queue".  Suggested by Gaute Strokkenes
9960         <gs234@srcf.ucam.org>
9961
9962         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
9963         (agent-enable-undownloaded-faces): Added
9964         (gnus-agent-cat-groups): Use eval-and-compile, not
9965         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
9966         method of gnus-agent-cat-groups even when the buffer has been
9967         evaled.
9968         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
9969         delete gnus-agent-save-active-1.
9970         (gnus-agent-save-groups): Deleted. Identical to
9971         gnus-agent-save-active.
9972         (gnus-agent-write-active): No longer adjust agent's copy of active
9973         file as agent's adjustments are now stored in their own
9974         file. Removed optional parameter.
9975         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
9976         servers.  Add use of min/max range limits from server's local
9977         file.
9978         (gnus-agent-save-alist): Removed unused optional argument.
9979         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
9980         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
9981         (gnus-agent-set-local): A per-server file that keeps min/max range
9982         limits for articles known to the agent.  Provides a fast mechanism
9983         for altering many active ranges.
9984         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
9985         active file (local makes it unnecessary).
9986         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
9987
9988         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
9989         (agent-enable-undownloaded-faces): Added
9990
9991         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
9992         disable it when sending to "nndraft:queue".
9993         (gnus-group-send-queue): Add safety check to avoid sending queue
9994         when unplugged.
9995
9996         * gnus-group.el (gnus-group-catchup): Use new
9997         gnus-sequence-of-unread-articles, not
9998         gnus-list-of-unread-articles, to avoid exhausting memory with huge
9999         numbers of articles.  Use gnus-range-map to avoid having to
10000         uncompress the unread list.
10001         (gnus-group-archive-directory,
10002         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
10003         reference.
10004
10005         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
10006         (gnus-sorted-range-intersection): Intersection of two ranges
10007         without requiring that they first be uncompressed.
10008
10009         * gnus-start.el (gnus-activate-group): Unless blocked by the
10010         caller, possibly expand the active range to include both cached
10011         and agentized articles.
10012         (gnus-convert-old-newsrc): Rewrote in anticipation of having
10013         multiple version-dependent converters.
10014         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
10015         gnus-agent-save-active.
10016         (gnus-save-newsrc-file): Save dirty agent range limits.
10017
10018         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
10019         gnus-agent-possibly-alter-active.
10020         (gnus-adjust-marked-articles): Faster handling of simple lists
10021
10022 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
10023
10024         * spam-stat.el (spam-stat-test-directory): New optional argument
10025         displays a list of files detected.  Suggested by Andrew Cohen
10026         <cohen@andy.bu.edu>.
10027         (spam-stat-buffer-words-with-scores): Don't narrow and change
10028         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
10029
10030 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
10031
10032         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
10033         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
10034         (spam-spamassassin-arguments)
10035         (spam-spamassassin-spam-flag-header)
10036         (spam-spamassassin-positive-spam-flag-header)
10037         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
10038         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
10039         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10040         (spam-list-of-processors, spam-list-of-checks)
10041         (spam-list-of-statistical-checks, spam-registration-functions)
10042         (spam-check-spamassassin-headers, spam-check-spamassassin)
10043         (spam-spamassassin-score)
10044         (spam-spamassassin-register-with-sa-learn)
10045         (spam-spamassassin-register-spam-routine)
10046         (spam-spamassassin-register-ham-routine)
10047         (spam-assassin-register-spam-routine)
10048         (spam-assassin-register-ham-routine): add SpamAssassin support
10049         (spam-bogofilter-score): fix to show article before scoring
10050
10051 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
10052
10053         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
10054         default scoring function.
10055         (spam-generic-score): Call spam-spamassassin-score if
10056         spam-use-spamassassin or spam-use-spamassassin-headers is on;
10057         spam-bogofilter-score otherwise.
10058
10059         * gnus.el (spam-process, spam-autodetect-methods): Add
10060         spamassassin and spamassassin-headers.
10061
10062 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
10063
10064         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10065         Suppress unnecessary messages.
10066
10067 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
10068
10069         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
10070         make-hash-table.
10071
10072 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10073
10074         * canlock.el (base64-encode-string): Don't autoload it.
10075
10076 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10077
10078         * run-at-time.el: Remove useless (require 'itimer),
10079         eval-and-compile and (featurep 'xemacs).
10080
10081 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
10082
10083         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
10084         GROUP is a virtual group.
10085
10086 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
10087
10088         * gnus.el: Autoload `message-y-or-n-p'.
10089
10090 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
10091
10092         * pgg-parse.el: Remove unnecessary (require 'custom).
10093
10094         * pgg-def.el: do.
10095
10096         * nnmail.el: do.
10097
10098         * gnus-undo.el: do.
10099
10100         * gnus-picon.el: do.
10101
10102         * gnus-util.el: do.
10103
10104 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
10105
10106         * gnus-sum.el (gnus-pick-line-number): Add autoload.
10107
10108 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10109
10110         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
10111         handle, as well as a list.
10112
10113         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
10114         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
10115         (mm-w3m-cid-retrieve): Simplify.
10116
10117 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
10118
10119         * message.el (message-kill-to-signature): Allow prefix arg to
10120         specify number of lines to keep before signature.
10121
10122 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
10123
10124         (message-kill-to-signature): Change docstring.
10125
10126 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10127
10128         * canlock.el: Always require sha1-el.
10129         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
10130
10131         * message.el: Autoload sha1 only when compiling.
10132
10133         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
10134         eudc-expand-inline for XEmacs.
10135
10136 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10137
10138         * message.el (message-canlock-generate): Require sha1-el.
10139
10140 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
10141
10142         * message.el (message-expand-name): Silence the byte compiler.
10143
10144         * lpath.el: Add detect-coding-system.
10145
10146         * dgnushack.el (dgnushack-compile): Remove obsolete check for
10147         cus-edit.
10148
10149 2004-01-13  Simon Josefsson  <jas@extundo.com>
10150
10151         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
10152         Invoke gnus-score-mode.  Reported by
10153         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10154
10155         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
10156         Jim Blandy <jimb@redhat.com> (tiny change).
10157
10158 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10159
10160         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
10161
10162 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
10163
10164         * spam.el (spam-get-article-as-string): Update to use
10165         gnus-request-article-this-buffer, much simpler.
10166         (spam-get-article-as-buffer): Remove.
10167
10168 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
10169
10170         * message.el (message-expand-name): Use EUDC if the user uses
10171         that.
10172
10173 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10174
10175         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
10176         character for the encoding to avoid consing a string.
10177
10178         * rfc2047.el (rfc2047-decode-string): Don't cons a string
10179         unnecessarily.
10180
10181         * mm-util.el (mm-replace-chars-in-string): Remove.
10182
10183         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
10184         of mm-replace-chars-in-string.
10185
10186 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
10187
10188         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
10189         strings.
10190
10191         * mm-util.el (mm-subst-char-in-string): Support inplace.
10192
10193         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
10194         a new string in every iteration.  Use shy groups.
10195
10196 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
10197
10198         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
10199         (gnus-group-change-level, gnus-kill-newsgroup)
10200         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
10201         (gnus-get-unread-articles, gnus-make-articles-unread)
10202         (gnus-make-ascending-articles-unread): Use accessor
10203         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
10204         to get group information for improved readability.
10205
10206         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
10207
10208         * gnus-soup.el (gnus-soup-group-brew): do.
10209
10210         * gnus-msg.el (gnus-put-message): do.
10211
10212         * gnus-move.el (gnus-group-move-group-to-server): do.
10213
10214         * gnus-kill.el (gnus-batch-score): do.
10215
10216         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
10217         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
10218         (gnus-group-update-group, gnus-group-read-group)
10219         (gnus-group-make-group, gnus-group-make-help-group)
10220         (gnus-group-make-archive-group, gnus-group-make-directory-group)
10221         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
10222         (gnus-group-sort-by-unread, gnus-group-catchup)
10223         (gnus-group-unsubscribe-group, gnus-group-kill-group)
10224         (gnus-group-yank-group, gnus-group-set-info)
10225         (gnus-group-list-groups): do.
10226
10227         * gnus.el (gnus-generate-new-group-name): do.
10228
10229         * gnus-delay.el (gnus-delay-send-queue): do.
10230
10231         * nnvirtual.el (nnvirtual-catchup-group): do.
10232
10233         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
10234         do.
10235
10236         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
10237         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
10238
10239         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
10240         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
10241         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
10242         (gnus-group-make-articles-read): do.
10243
10244 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10245
10246         * gnus-art.el (article-decode-mime-words, article-babel)
10247         (gnus-article-highlight-signature, gnus-article-add-buttons)
10248         (gnus-signature-toggle): Use gnus-with-article-buffer.
10249
10250         * gnus-art.el (gnus-article-highlight-headers)
10251         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
10252
10253         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
10254         (gnus-article-set-globals, gnus-request-article-this-buffer)
10255         (gnus-button-message-id, gnus-article-maybe-hide-headers)
10256         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
10257         (gnus-mime-display-alternative): Use with-current-buffer.
10258
10259 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10260
10261         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
10262         also under 80 char limit, and call gnus-error if needed.
10263         (spam-fetch-article-header): Fix - it was a
10264         buffer-local variable (gnus-newsgroup-data).
10265         (spam-find-spam): Use spam-generate-fake-headers, forget about
10266         spam-insert-fake-headers.
10267         (spam-insert-fake-headers): Remove.
10268
10269 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10270
10271         * deuglify.el (gnus-article-outlook-unwrap-lines)
10272         (gnus-outlook-rearrange-article)
10273         (gnus-outlook-repair-attribution-outlook)
10274         (gnus-outlook-repair-attribution-block)
10275         (gnus-outlook-repair-attribution-other): Remove redundant
10276         save-excursion.
10277
10278 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10279
10280         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
10281         (spam-fetch-field-subject-fast)
10282         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
10283         (spam-fetch-article-header): Add functions to deal with Gnus
10284         internals for fast retrieval of article header data.
10285         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
10286
10287 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10288
10289         * pop3.el (pop3-md5): Remove.
10290         (pop3-apop): Replace pop3-md5 with md5.
10291
10292         * mm-bodies.el: base64 is always built-in.
10293
10294         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
10295         with-current-buffer.
10296
10297 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10298
10299         * canlock.el (canlock-insert-header): Remove excessive grouping in
10300         regexp.
10301
10302         * gnus-sum.el (gnus-summary-read-document): Ditto.
10303
10304         * gnus-uu.el (gnus-uu-part-number): Ditto.
10305
10306         * html2text.el (html2text-remove-tags): Ditto.
10307         (html2text-format-tags): Ditto.
10308         (html2text-format-single-elements): Ditto.
10309
10310         * mml.el (mml-parse-1): Ditto.
10311
10312 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10313
10314         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
10315
10316         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
10317
10318         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
10319
10320         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
10321
10322 2003-11-15  Simon Josefsson  <jas@extundo.com>
10323
10324         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
10325         (pgg-gpg-lookup-key): Use regexp match instead of
10326         split-string (split-string is different between emacs 21.2 and
10327         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
10328
10329 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10330
10331         * gnus-art.el (gnus-mime-view-all-parts)
10332         (gnus-article-part-wrapper, gnus-article-view-part): Use
10333         with-current-buffer.
10334
10335 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10336
10337         * spam.el (spam-disable-spam-split-during-ham-respool)
10338         (spam-spamoracle-database, spam-cache-lookups)
10339         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
10340         (spam-group-ham-mark-p, spam-group-spam-mark-p)
10341         (spam-group-ham-marks, spam-group-spam-marks)
10342         (spam-group-spam-contents-p, spam-group-ham-contents-p)
10343         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
10344         also add spam-use-blackholes to the statistical checks.
10345         (spam-fetch-field-fast): Add interface to fetching fields, may
10346         become a macro.
10347         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
10348         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
10349         (spam-insert-fake-headers): Fake an article when needed.
10350         (spam-find-spam): Fake article when possible.
10351         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
10352         (spam-check-bogofilter-headers): Use message-fetch-field instead
10353         of nnmail-fetch-field.
10354
10355 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10356
10357         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
10358
10359 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10360
10361         * spam.el (spam-split): Do not require spam-use-CHECK to be
10362         enabled if that check is passed to spam-split explicitly; also
10363         fix so 'spam doesn't get converted to spam-split-group when
10364         spam-split-symbolic-return is t.
10365         (spam-find-spam): Find registrations of the article and use those
10366         instead of re-running spam-split to find the spam/ham
10367         classification of the article.
10368         (spam-log-processing-to-registry, spam-log-registered-p)
10369         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10370         Use gnus-error instead of gnus-message.
10371         (spam-log-registration-type): Add function to determine the
10372         classification of a message based on registry entries; will
10373         return nil if both 'spam and 'ham are found.
10374         (spam-check-BBDB): Expand all the BBDB macros here so we can have
10375         a reasonably fast local cache without the loading errors.
10376         (spam-cache-lookups): Set to t by default.
10377         (spam-find-spam): Don't try to guess spam-cache-lookups.
10378         (spam-enter-whitelist, spam-enter-blacklist): Clear the
10379         spam-caches entry.
10380         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
10381         caching of whitelist/blacklist entries.
10382         (spam-check-whitelist, spam-check-blacklist): Invoke
10383         spam-from-listed-p with a type, not a cache variable.
10384         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
10385
10386 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10387
10388         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
10389
10390         * nnmail.el (nnmail-split-fancy): do.
10391
10392         * mml.el (mml-parse): do.
10393
10394         * gnus-score.el (gnus-enter-score-words-into-hashtb)
10395         (gnus-score-adaptive): do.
10396
10397 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10398
10399         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
10400         (gnus-mime-button-map): Don't set keymap parent.
10401         (gnus-button-ctan-directory-regexp): Use shy grouping.
10402         (gnus-prev-page-map): Don't set keymap parent.
10403         (gnus-prev-page-map): Remove duplicated one.
10404         (gnus-next-page-map): Don't set keymap parent.
10405         (gnus-mime-security-button-map): Ditto.
10406
10407         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
10408         version number.
10409
10410         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
10411
10412 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10413
10414         * canlock.el (canlock-sha1-function): Remove.
10415         (canlock-sha1-function-for-verify): Remove.
10416         (canlock-openssl-program): Remove.
10417         (canlock-openssl-args): Remove.
10418         (canlock-ignore-errors): Remove.
10419         (canlock-sha1-with-openssl): Remove.
10420         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
10421         (canlock-verify): Don't use canlock-ignore-errors.
10422
10423         * sha1-el.el (sha1-string-external): Make it can return a string
10424         in binary form.
10425         (sha1-region-external): Ditto.
10426         (sha1-string-internal): Ditto.
10427         (sha1-region-internal): Ditto.
10428         (sha1-region): Ditto.
10429         (sha1-string): Ditto.
10430         (sha1): Ditto.
10431
10432 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10433
10434         * spam.el (spam-report-articles-gmane): New command.
10435
10436 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10437
10438         * gnus.el: Don't make unnecessary *Group* buffer when loading.
10439
10440         * run-at-time.el (run-at-time-saved): Remove.
10441         (run-at-time): Doc fix.
10442
10443 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10444
10445         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
10446         (gnus-summary-limit-map): Add it.
10447         (gnus-summary-make-menu-bar): do.
10448
10449 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
10450
10451         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
10452         Make attempt at some caching support (done for BBDB only now).
10453         (spam-find-spam): Set spam-cache-lookups if there are more than 2
10454         addresses to be checked.
10455         (spam-clear-cache-BBDB): Add function, to be invoked by
10456         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
10457         (spam-check-BBDB): Check and use the caches, if
10458         spam-cache-lookups is on, remove superfluous (provide).
10459
10460 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10461
10462         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
10463
10464 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
10465
10466         * run-at-time.el (run-at-time-saved): Move to after the definition
10467         of `run-at-time'.
10468
10469         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
10470
10471 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10472
10473         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
10474         mm-w3m-local-map-property.
10475
10476         * mm-view.el (mm-w3m-mode-map): Remove.
10477         (mm-w3m-local-map-property): Remove.
10478         (mm-inline-text-html-render-with-w3m): Don't use
10479         mm-w3m-local-map-property.
10480
10481 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10482
10483         * run-at-time.el: New file.
10484
10485         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
10486         under Emacs.
10487
10488         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
10489         of gnus-set-text-properties.
10490
10491         * gnus-uu.el (gnus-uu-save-article): Ditto.
10492
10493         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
10494
10495         * gnus-cite.el (gnus-cite-parse): Ditto.
10496
10497         * gnus-art.el (gnus-button-push): Use set-text-properties instead
10498         of gnus-.
10499
10500         * gnus-xmas.el (run-at-time): Require run-at-time.
10501
10502         * gnus.el: Changed calls to nnheader-run-at-time and
10503         password-run-at-time throughout to use run-at-time directly.
10504
10505         * password.el: Removed definition of run-at-time.
10506
10507         * nnheaderxm.el: Remove definition of run-at-time.
10508
10509 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
10510
10511         * mml.el (mml-minibuffer-read-disposition): Show attachment type
10512         in prompt.
10513
10514 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10515
10516         * messagexmas.el (message-xmas-redefine): Alias
10517         `message-make-caesar-translation-table' to
10518         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
10519         version.
10520
10521         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
10522         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
10523         `gnus-xmas-set-text-properties'.
10524         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
10525         `gnus-xmas-completing-read'.
10526         (gnus-xmas-completing-read): Removed.
10527         (gnus-xmas-open-network-stream): Removed.
10528
10529         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
10530         XEmacs version.
10531
10532         * dns.el (dns-make-network-process): Use `open-network-stream'
10533         instead of `gnus-xmas-open-network-stream'.
10534
10535         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
10536
10537         * .cvsignore: Add auto-autoloads.el, custom-load.el.
10538
10539 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10540
10541         * gnus-art.el (gnus-mime-display-alternative)
10542         (gnus-insert-mime-button, gnus-insert-mime-security-button)
10543         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
10544         Don't use gnus-local-map-property.
10545
10546         * gnus-util.el (gnus-local-map-property): Remove.
10547
10548         * mm-view.el (mm-view-pkcs7-decrypt): Replace
10549         gnus-completing-read-maybe-default with completing-read.
10550
10551         * gnus-util.el (gnus-completing-read): do.
10552         (gnus-completing-read-maybe-default): Remove.
10553
10554 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10555
10556         * password.el: Only autoload `run-at-time' if not XEmacs.
10557         Only autoload the itimer functions if XEmacs.
10558
10559 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10560
10561         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
10562         XEmacsen.
10563
10564         * dgnushack.el: Autoload executable-find for XEmacs.
10565
10566 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10567
10568         * gnus-art.el (gnus-read-string): Remove.
10569         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
10570         read-string.
10571
10572 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
10573
10574         * netrc.el: Autoload password-read.
10575         (netrc): Add configuration group.
10576         (netrc-encoding-method, netrc-openssl-path): Add
10577         variables for encoding and decoding of files with symmetric
10578         ciphers.
10579         (netrc-encode): Add assistant function to encode a file with
10580         netrc-encoding-method.
10581         (netrc-parse): Add interactive parameter, added optional
10582         decoding if netrc-encoding-method is non-nil but otherwise
10583         behavior is standard.
10584         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
10585         Do s/encode/encrypt/ everywhere.
10586
10587         * spam.el: Remove executable-find autoload.
10588
10589 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10590
10591         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
10592
10593         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
10594
10595 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10596
10597         * gnus-art.el (gnus-treat-ansi-sequences,
10598         article-treat-ansi-sequences): New variable and function.
10599         Suggested by Dan Jacobson <jidanni@jidanni.org>.
10600
10601         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10602         Use it.
10603
10604 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10605
10606         * mm-util.el (mm-quote-arg): Remove.
10607
10608         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
10609         shell-quote-argument.
10610
10611         * gnus-uu.el (gnus-uu-command): do.
10612
10613         * gnus-sum.el (gnus-summary-insert-pseudos): do.
10614
10615         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
10616         with make-char.
10617
10618         * mm-util.el (mm-make-char): Remove.
10619
10620         * mml.el (mml-mode): Replace gnus-add-minor-mode with
10621         add-minor-mode.
10622
10623         * gnus-undo.el (gnus-undo-mode): do.
10624
10625         * gnus-topic.el (gnus-topic-mode): do.
10626
10627         * gnus-sum.el (gnus-dead-summary-mode): do.
10628
10629         * gnus-start.el (gnus-slave-mode): do.
10630
10631         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
10632
10633         * gnus-ml.el (gnus-mailing-list-mode): do.
10634
10635         * gnus-gl.el (gnus-grouplens-mode): do.
10636
10637         * gnus-draft.el (gnus-draft-mode): do.
10638
10639         * gnus-dired.el (gnus-dired-mode): do.
10640
10641         * gnus-ems.el (gnus-add-minor-mode): Remove.
10642
10643         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10644         Replace gnus-char-width with char-width.
10645
10646         * gnus-ems.el (gnus-char-width): Remove.
10647
10648         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10649         Replace gnus-char-width with char-width.
10650
10651         * gnus-ems.el (gnus-char-width): Remove.
10652
10653         * spam-stat.el (with-syntax-table): Remove with-syntax-table
10654         definition.
10655         Remove Emacs 20 hash table compatibility code.
10656
10657         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
10658         20 compatibility code.
10659
10660         * spam.el (spam-point-at-eol): Replace with point-at-eol.
10661
10662         * smime.el (smime-point-at-eol): Replace with point-at-eol.
10663
10664         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
10665         with point-at-{eol,bol}.
10666
10667         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
10668
10669         * imap.el (imap-point-at-eol): Replace with point-at-eol.
10670
10671         * flow-fill.el (fill-flowed-point-at-bol,
10672         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
10673
10674         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
10675         Replace with point-at-{eol,bol} throughout all files.
10676
10677 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10678
10679         * ntlm.el (ntlm-string-as-unibyte): New macro.
10680         (ntlm-build-auth-response): Use it.
10681
10682         Remove Emacs 20 stuff:
10683         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
10684         (butlast, mapc, remove): Remove the compiler macros.
10685         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
10686         of delq and copy-sequence.
10687         * gnus-art.el (popup-menu): Remove the compiler macro.
10688         * nnmail.el (nnmail-split-fancy): Don't support customizing with
10689         Emacs 20.
10690
10691 2004-01-05  Simon Josefsson  <jas@extundo.com>
10692
10693         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
10694         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
10695         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
10696         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
10697         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
10698         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
10699         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
10700         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
10701         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
10702         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
10703         ntlm-string-permute, string-lshift into ntlm-string-lshift,
10704         string-xor into ntlm-string-xor.  Suggested by
10705         Jesper Harder <harder@myrealbox.com>.
10706
10707         * ntlm.el: Don't include poem.
10708
10709         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
10710         Jesper Harder <harder@myrealbox.com>.
10711
10712         * sasl-ntlm.el, ntlm.el, md4.el: New files.
10713
10714         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
10715         probably breaks emacs with DL patch, but do we care? Is anyone
10716         still using the DL stuff?)
10717
10718         * sieve-manage.el: Use the password package.
10719         (sieve-manage-read-passwd): Remove.
10720         (sieve-manage-interactive-login): Use password.  Re-add
10721         condition-case around loop.
10722
10723         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
10724         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
10725         the password package.
10726
10727 2003-02-19  Simon Josefsson  <jas@extundo.com>
10728
10729         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
10730         token.
10731
10732 2002-08-07  Simon Josefsson  <jas@extundo.com>
10733
10734         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
10735         (sieve-manage-authenticators):
10736         (sieve-manage-authenticator-alist): Add some SASL mechs.
10737         (sieve-sasl-auth): New function.
10738         (sieve-manage-cram-md5-auth):
10739         (sieve-manage-plain-auth): Rewrite using SASL library.
10740         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
10741         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
10742         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
10743         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
10744
10745 2004-01-05  Simon Josefsson  <jas@extundo.com>
10746
10747         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
10748         New files.
10749
10750 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10751
10752         * gnus-group.el (gnus-no-groups-message): Update.
10753
10754         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
10755
10756 2003-11-09  Simon Josefsson  <jas@extundo.com>
10757
10758         * imap.el: Support for ID IMAP extension (RFC 2971).
10759         (imap-local-variables): Add imap-id.
10760         (imap-id): New variable.
10761         (imap-id): New function.
10762         (imap-parse-response): Parse untagged ID response.
10763         * nnimap.el (nnimap-id): New variable.
10764         (nnimap-open-connection): Use it.
10765
10766 2003-12-28  Simon Josefsson  <jas@extundo.com>
10767
10768         * gnus-score.el (gnus-score-edit-all-score): New.
10769         * gnus-group.el (gnus-group-score-map): Bind it to W e.
10770
10771 2004-01-04  Simon Josefsson  <jas@extundo.com>
10772
10773         * password.el: Add.
10774
10775 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
10776
10777         * dns.el: Add support for AAAA records (see RFC 3596)
10778
10779         * Fix typo PRT -> PTR
10780
10781         * Parse MX, PTR and SOA replies (see RFC 1035)
10782
10783 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10784
10785         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
10786
10787         * Moved to Changelog.2.
10788
10789 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10790
10791         * gnus.el (gnus-version-number): Bump version.
10792
10793 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10794
10795         * gnus.el: No Gnus v0.1 is released.
10796
10797 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10798
10799         * gnus.el: No Gnus v0.0 is released.
10800
10801 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10802
10803         * gnus.el (gnus-version-number): Bump.
10804         (gnus-version): No.
10805
10806 See ChangeLog.2 for earlier changes.
10807
10808     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
10809
10810   This file is part of GNU Emacs.
10811
10812   GNU Emacs is free software; you can redistribute it and/or modify
10813   it under the terms of the GNU General Public License as published by
10814   the Free Software Foundation; either version 2, or (at your option)
10815   any later version.
10816
10817   GNU Emacs is distributed in the hope that it will be useful,
10818   but WITHOUT ANY WARRANTY; without even the implied warranty of
10819   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10820   GNU General Public License for more details.
10821
10822   You should have received a copy of the GNU General Public License
10823   along with GNU Emacs; see the file COPYING.  If not, write to the
10824   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
10825   Boston, MA 02110-1301, USA.
10826
10827 ;; Local Variables:
10828 ;; coding: iso-2022-7bit
10829 ;; fill-column: 79
10830 ;; add-log-time-zone-rule: t
10831 ;; End:
10832
10833 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4