(mml-attach-file): Strip text properties from file name.
[gnus] / lisp / ChangeLog
1 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * mml.el (mml-attach-file): Strip text properties from file name.
4
5 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6
7         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8         knows since the charset specified might be a bogus alias that
9         mm-charset-synonym-alist provides.
10
11 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12
13         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14         "ISO_8859-1".
15
16         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
17
18 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19
20         * mm-util.el (mm-charset-eval-alist):
21         Define it before mm-charset-to-coding-system.
22         (mm-charset-to-coding-system): Add optional argument `silent';
23         define it before mm-charset-override-alist.
24         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
25         default value if it can be used in Emacs currently running;
26         silence mm-charset-to-coding-system.
27
28 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
29
30         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
31         `allow-override' which says whether to use `mm-charset-override-alist'.
32         (rfc2047-decode-encoded-words): Use it.
33
34         * mm-util.el (mm-charset-override-alist): Fix custom type;
35         add `(gb2312 . gbk)' to choices.
36
37 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
38
39         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
40         fast.
41
42         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
43
44         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
45
46 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
47
48         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
49         on links.
50
51         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
52
53 2008-12-03  Lute Kamstra  <lute@gnu.org>
54
55         * sha1.el: Remove leading * from docstrings of defcustoms,
56         deffaces, defconsts and defuns.
57
58 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
59
60         * message.el (message-idna-to-ascii-rhs-1): Protect against local
61         users' addresses that don't have domain parts.
62         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
63         rather than message-narrow-to-head since there will be the message
64         header separator.
65
66 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
67
68         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
69         since the result is inserted in a unibyte buffer anyway.
70         (nnimap-demule-use-string-to-multibyte): Remove.
71         (nnimap-demule): Alias it to mm-string-to-multibyte.
72
73 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
74
75         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
76         variable for debugging bug#464 and bug#1174.
77         (nnimap-demule): Use it.
78
79 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
80
81         * gnus-score.el (gnus-score-find-trace): Handle default score in total
82         score calculation correctly.
83
84 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
85
86         * message.el (message-send-mail): Just set the buffer to unibyte
87         rather than use mm-with-unibyte-current-buffer which does a lot more.
88         (message-send-mail-partially): Don't bother with
89         mm-with-unibyte-current-buffer since it's already been made unibyte by
90         message-send-mail.
91
92 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
93
94         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
95
96 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
97
98         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
99
100 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
101
102         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
103         require itself and to remove `with-no-warnings'.
104
105 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
106
107         * starttls.el (starttls-any-program-available): Get the name of the
108         available TLS layer program.
109         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
110         well as the host name in the "opening" message.
111
112         * auth-source.el (auth-source-cache, auth-source-do-cache)
113         (auth-source-user-or-password): Cache passwords and logins by default,
114         allow override with `auth-source-do-cache'.
115         (auth-source-forget-user-or-password): Allow users to remove cache
116         entries if needed.
117
118 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
119
120         * md4.el (md4-buffer): Fix typo in docstring.
121         (md4, md4-64): Doc fixes.
122         (md4-pack-int32): Reflow docstring.
123
124 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
125
126         * ietf-drums.el (ietf-drums-remove-comments): Localize second
127         condition-case to only the forward-sexp call.
128
129 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
130
131         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
132         quotes contained.  Make it more robust regardless by an extra
133         condition-case wrapper.
134
135 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * lpath.el: No need to fbind codepage-setup for Emacs 23.
138
139 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
140
141         * nnml.el (nnml-request-expire-articles): Check if the function set to
142         `nnmail-expiry-target' returns the symbol `delete'.
143
144         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
145
146         * nnmail.el (nnmail-expiry-target): Fix custom type.
147
148 2008-10-02  Glenn Morris  <rgm@gnu.org>
149
150         * mm-util.el (mm-codepage-setup): Tweak codepage error.
151         Silence compiler warning.
152
153 2008-10-01  Magnus Henoch  <mange@freemail.hu>
154
155         * tls.el (open-tls-stream): Show the actual command being
156         executed, instead of the format string.
157
158 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
159
160         * lpath.el: Fbind codepage-setup for Emacs 23.
161
162 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
163
164         * mml.el (mml-menu): Don't assume mml2015 is bound.
165
166 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
167
168         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
169         exists.
170
171 2008-09-27  Glenn Morris  <rgm@gnu.org>
172
173         * gnus-util.el (mail-header-remove-comments): Autoload it.
174
175 2008-09-27  Andreas Schwab  <schwab@suse.de>
176
177         * gnus-util.el (gnus-split-references): Strip comments.
178         (gnus-parent-id): Likewise.
179
180 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
181
182         * message.el (message-confirm-send): Fix version.
183
184 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
185
186         * message.el (message-idna-to-ascii-rhs-1): Use
187         mail-extract-address-components rather than mail-header-parse-addresses
188         that is an alias by default to ietf-drums-parse-addresses that does not
189         support non-ASCII names in headers' contents.
190
191 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
192
193         * message.el (message-confirm-send): Fixed variable documentation to
194         avoid the "y/n" wording.
195
196 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
197
198         * message.el (message-set-auto-save-file-name): Save to a different
199         filename so multiple messages (especially drafts) can be recovered.
200
201 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
202
203         * message.el (message-confirm-send): Add appropriate version.
204
205 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
206
207         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
208         defvar.
209
210 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
211
212         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
213         (mm-pkcs7-enveloped-magic): Ditto.
214
215 2008-09-17  Simon Josefsson  <simon@josefsson.org>
216
217         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
218         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
219
220 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
221
222         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
223         default, it's better.
224
225 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
226
227         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
228         summary line gnus-number property and ignore them (with a warning
229         message).
230
231 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
232
233         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
234         macro caddr in the interactive form since it won't be expanded.
235
236 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
237
238         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
239         `charset'; fix name of function called recursively.
240         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
241
242 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
243
244         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
245         (gnus-mime-set-charset-parameters): New function.
246         (gnus-mime-view-part-as-charset): Use it to correctly display part
247         specifying wrong charset.
248
249 2008-09-08  David Engster  <dengste@eml.cc>
250
251         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
252         in completing-read for back end server.
253
254 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
255
256         * message.el (message-confirm-send): New variable to confirm sending a
257         message.
258         (message-send): Use it.
259
260 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
261
262         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
263
264 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
265
266         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
267
268 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
269
270         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
271         prevent tracking too many groups.
272         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
273         Use it.
274
275 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
276
277         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
278         moving point to the bottom of the window in order to avoid recentering.
279
280 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
281
282         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
283
284         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
285         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
286         (gnus-article-beginning-of-window): Fix calculation.
287
288 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
289
290         * gnus-msg.el (gnus-summary-supersede-article)
291         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
292         value of gnus-newsgroup-charset to decode non-MIME encoded text in
293         message header.
294
295 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
296
297         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
298         pending output coming after the status change.
299
300 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
301
302         * message.el:
303         * gnus-start.el:
304         * gnus-registry.el: Remove VMS support.
305
306 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
307
308         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
309         macro.
310         (rfc2104-hash): Use it.
311
312 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
313
314         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
315         (gnus-summary-sort-by-most-recent-date): New commands.
316         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
317         and menu entries.
318
319 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
320
321         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
322         don't redisplay article for raw contents; remove plural articles stuff.
323
324         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
325         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
326         on gnus-summary-save-article; display results properly.
327
328 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
329
330         * lpath.el: No need to fbind ns-focus-frame.
331
332 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
333
334         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
335
336 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
337
338         * gnus-art.el (gnus-summary-save-in-pipe): Consider
339         gnus-save-all-headers.
340
341 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
342
343         * gnus-util.el (ns-focus-frame): Remove declaration.
344         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
345         like x.
346
347 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
348
349         * rfc2104.el (rfc2104-zero): Delete defconst.
350         (rfc2104-hex-alist): Likewise.
351         (rfc2104-hex-to-int): Delete func.
352         (rfc2104-hexstring-to-bitstring): Likewise.
353         (rfc2104-nybbles): New defconst.
354         (rfc2104-hash): Rewrite for speed.
355
356 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
357
358         * tls.el (open-tls-stream): Make it work with the 2nd argument
359         BUFFER that is a string but does not exist as a buffer object, as
360         mentioned in the doc-string.
361
362 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
363
364         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
365         SXEmacs.
366
367 2008-07-16  Glenn Morris  <rgm@gnu.org>
368
369         * gnus-util.el (ns-focus-frame): Declare for compiler.
370
371 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
372
373         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
374         set as a group parameter.
375         (gnus-summary-save-in-pipe): Work when it is called independently.
376         (gnus-summary-pipe-to-muttprint): Don't modify
377         gnus-summary-pipe-output-default-command.
378
379 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
380
381         * message.el (message-send-mail-with-sendmail):
382         Display the error message.
383
384 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
385
386         * gnus-art.el (gnus-default-article-saver):
387         Add gnus-summary-save-in-pipe to choices.
388         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
389         gnus-summary-pipe-output-default-command as the default command.
390         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
391         instead of gnus-last-shell-command.
392
393         * gnus-sum.el (gnus-summary-pipe-output-default-command):
394         New user option.
395         (gnus-summary-muttprint-program): Mention the value will be changed.
396         (gnus-summary-save-article): Force showing of all headers.
397         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
398
399 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
400
401         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
402
403 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
404
405         * nnimap.el (nnimap-id):
406         * sieve-manage.el (sieve-manage-open): Doc fixes.
407
408 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
409
410         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
411         if available.
412
413 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
414
415         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
416
417         * nnkiboze.el (nnkiboze-generate-group):
418         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
419
420         * nnmairix.el: Require CL.
421
422 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
423
424         * dgnushack.el: Autoload get-display-table and put-display-table for
425         XEmacs 21.5.
426
427         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
428         21.4 and SXEmacs.
429
430 2008-06-15  David Engster  <dengste@eml.cc>
431
432         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
433
434 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
435
436         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
437         New macros that expand to an `aset'/`aref' call under Emacs, and to a
438         runtime choice under XEmacs.
439
440         * gnus-sum.el (gnus-summary-set-display-table):
441         Use `gnus-put-display-table', `gnus-get-display-table',
442         `gnus-set-display-table' for the display table, instead of `aset'.
443
444         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
445         Use `gnus-put-display-table', `gnus-get-display-table',
446         `gnus-set-display-table' for the display table.
447
448 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
449
450         * nnmairix.el: Add autoloads.
451
452 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
453
454         * nnmairix.el (nnmairix-delete-recreate-group)
455         (nnmairix-update-and-clear-marks): Fix error messages.
456
457 2008-06-14  David Engster  <dengste@eml.cc>
458
459         * nnmairix.el: Upgrade to version 0.6.
460         (nnmairix-group-toggle-propmarks-this-group)
461         (nnmairix-group-toggle-readmarks-this-group)
462         (nnmairix-group-delete-recreate-this-group)
463         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
464         (nnmairix-remove-tick-mark-original-article): New commands.
465         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
466         (nnmairix-propagate-marks-to-nnmairix-groups)
467         (nnmairix-only-use-registry, nnmairix-allowfast-default)
468         (nnmairix-marks-cache, nnmairix-version-output): New variables.
469         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
470         functions needed for marks propagation and manipulation of read marks.
471         (nnmairix-update-groups): New function.
472         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
473         (nnmairix-determine-original-group-from-registry)
474         (nnmairix-determine-original-group-from-path)
475         (nnmairix-get-group-from-file-path, nnmairix-map-range)
476         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
477         New helper functions.
478         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
479         keystrokes for new commands.
480         (nnmairix-delete-and-create-on-change): Doc string cleanup.
481         (nnmairix-request-group): Check allow-fast group parameter.
482         (nnmairix-request-create-group): Set allow-fast group parameter if
483         nnmairix-allowfast-default is set.
484         (nnmairix-close-group): Propagate marks upon closing if needed.
485         (nnmairix-group-toggle-threads-this-group): Use new.
486         nnmairix-group-toggle-parameter helper function.
487         (nnmairix-search): Better check for empty search result.
488         (nnmairix-goto-original-article): Use new helper functions for
489         determining original article.
490         (nnmairix-show-original-article): Make sure message-id is in brackets.
491         (nnmairix-call-mairix-binary): Change variable name.
492         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
493         helper function.
494         (nnmairix-widget-toggle-activate): Fix doc string.
495
496 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
497
498         * nnir.el: Require edmacro when compiling with XEmacs.
499         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
500         available in Emacs 21.
501
502 2008-06-11  Glenn Morris  <rgm@gnu.org>
503
504         * gnus-util.el (x-focus-frame):
505         * gnus.el (image-size):
506         * mm-decode.el (image-size): Declare.
507
508         * gnus-picon.el (declare-function): Add compat definition.
509         (image-size): Declare.
510
511         * gnus-group.el (tool-bar-map):
512         * gnus-sum.el (tool-bar-map): Define for compiler.
513
514         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
515
516         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
517
518         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
519         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
520         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
521         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
522         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
523         * sieve-manage.el, spam-report.el, spam.el:
524         Remove unnecessary eval-and-compile of autoloads.
525
526 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
527
528         * auth-source.el: Precise Tramp doc.
529
530 2008-06-07  Glenn Morris  <rgm@gnu.org>
531
532         * nnmairix.el: Remove unnecessary eval-when-compile.
533
534 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
535
536         * lpath.el: Fbind propertize for XEmacs 21.4.
537
538 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
539
540         * nnir.el: Move here from ../contrib.
541
542 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
543
544         * gnus-util.el (gnus-read-shell-command): New function.
545         * mm-decode.el (mm-pipe-part):
546         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
547
548 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
549
550         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
551
552 2008-06-03  Glenn Morris  <rgm@gnu.org>
553
554        * pop3.el (nnheader-accept-process-output): Autoload it.
555
556 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
557
558         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
559         are not 2-digit hexadecimal characters that follow `%'s.
560
561 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
562
563         * message.el (message-bogus-recipient-p): Fix type in doc string.
564         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
565         (message-bogus-addresses): Rename from message-bogus-address-regexp.
566         Improve custom options.
567         (message-bogus-recipient-p): Adjust accordingly.
568
569 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
570
571         * parse-time.el (parse-time-months, parse-time-weekdays): Add
572         long-form month and day names.
573
574 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
575
576         * dgnushack.el: Autoload debug, eudc-expand-inline and
577         pgg-snarf-keys-region for XEmacs.
578
579         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
580
581         * nnmairix.el: Require edmacro when compiling with XEmacs.
582
583 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
584
585         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
586         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
587
588 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
589
590         * auth-source.el: Add more docs.
591
592         * netrc.el (netrc-machine): Always match if the port is not given.
593
594 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
595
596         * nnheader.el (nnheader-read-timeout): Change the default timeout from
597         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
598         retrieval faster in some cases, but might make CPU usage larger.  If
599         this has any bad side effects, we might revert this change.
600
601         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
602         seems to make mail retrieval much, much faster.
603         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
604         unconditionally.
605
606         * gnus-draft.el (gnus-group-send-queue): Bind
607         message-send-mail-partially-limit to nil to avoid being prompted.
608
609 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
610
611         * mml.el (mml-attach-buffer): Prompt for `disposition'.
612
613         * message.el (message-bogus-address-regexp): Fix and improve custom
614         type.
615         (message-setup-hook): Add message-check-recipients as custom option.
616
617 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
618
619         * message.el (message-cite-function): Remove bogus autoload which crept
620         in during merge from v5-10.
621
622 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
623
624         * nnimap.el (nnimap-open-connection): Fix login/password bug.
625
626         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
627
628         * auth-source.el: Preliminary Tramp docs.
629         (auth-sources): Change the default auth-sources to use
630         EPA .gpg files.
631
632 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
633
634         * nntp.el: Autoload `auth-source-user-or-password'.
635         (nntp-send-authinfo): Use it.
636
637         * nnimap.el: Autoload `auth-source-user-or-password'.
638         (nnimap-open-connection): Use it.
639
640         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
641         for the gnus-message function.
642         (auth-source-user-or-password): Use it.
643
644 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
645
646         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
647         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
648         (rfc2104-hash): Use it.
649
650 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
651
652         * gnus-art.el (gnus-article-toggle-truncate-lines):
653         Don't use `iff' in docstring.
654
655 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
656
657         * gnus-registry.el: Adjusted copyright dates and added a keyword.
658
659         * gnus-util.el (gnus-extract-address-component-name)
660         (gnus-extract-address-component-email): Convenience functions around
661         `gnus-extract-address-components'.
662
663         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
664         Use `gnus-extract-address-component-email' to fix bug of comparing full
665         sender name to `user-mail-address'.
666
667 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
668
669         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
670         catch/throw to optimize.
671         (gnus-registry-find-keywords): Just use member to find a keyword.
672
673 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
674
675         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
676         is current before calling gnus-server-prepare.
677         (gnus-server-setup-buffer, gnus-server-update-server)
678         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
679
680 2008-05-04  Juri Linkov  <juri@jurta.org>
681
682         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
683         (mailcap-file-default-commands): Use mailcap-replace-in-string
684         instead of replace-regexp-in-string, and mailcap-delete-duplicates
685         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
686
687 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
688
689         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
690
691 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
692
693         * gnus.el: Bump version to 0.11
694
695 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
696
697         * gnus.el: No Gnus v0.10 is released.
698
699 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
700
701         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
702         hooks.
703         (gnus-update-read-articles): Speed up non-marks-using users.
704         (gnus-use-marks): Define gnus-use-marks.
705         (gnus-propagate-marks): Rename variable to something more sensible.
706
707 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
708
709         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
710         (gmm-image-load-path-for-library): Fix typos in docstrings.
711         (gmm-message): Reflow docstring.
712
713 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
714
715         * mail-source.el (mail-source-set-1, mail-source-bind):
716         Move auth-source code out of the macro to clean it up and fix bugs.
717
718 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
719
720         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
721         by sender if it's equal to user-mail-address, it's likely to be
722         useless.
723
724         * mail-source.el (mail-source-bind): Don't use user or password if they
725         are not bound.  Unintern them if they are nil.  Don't use server unless
726         it's bound, and default it to empty string otherwise.
727
728 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
729
730         * mail-source.el: Load auth-source.el.
731         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
732         get user name or password, if auth-sources is set up.
733
734         * gnus-registry.el (gnus-registry-split-strategy): New variable for
735         strategy of splitting with parent.
736         (gnus-registry-split-fancy-with-parent)
737         (gnus-registry-post-process-groups): Use it and fix prior
738         bug (returning a list as the split result).
739
740         * auth-source.el (auth-sources): Remove server parameter.
741         (auth-source-pick, auth-source-user-or-password)
742         (auth-source-user-or-password-imap)
743         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
744         (auth-source-user-or-password-sftp)
745         (auth-source-user-or-password-smtp): Remove server parameter.
746
747 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
748
749         * smime.el (smime-sign-region, smime-encrypt-region)
750         (smime-decrypt-region):
751         Remove redundant calls to `generate-new-buffer-name'.
752
753 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
754
755         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
756         Don't use QP for message/rfc822.
757         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
758
759 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
760
761         * sieve-manage.el (sieve-string-bytes): Remove.
762         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
763         correct byte-length only if the process's coding-system is the same as
764         the one used internally by Emacs to represent strings.
765
766 2008-04-22  Juri Linkov  <juri@jurta.org>
767
768         * mailcap.el (mailcap-file-default-commands): New function.
769
770 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
771
772         * message.el (message-signature-separator, message-cite-function):
773         Change custom version.
774
775 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
776
777         * tls.el (tls-program): Add -ign_eof argument to call the openssl
778         commands.
779         (tls-checktrust): Ditto.
780
781 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
782
783         * mm-decode.el (mm-display-external): Make temp file read-only.
784
785 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
786
787         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
788         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
789         `C-c C-f d'.
790
791 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
792
793         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
794
795 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
796
797         * gnus.el: Bump version to 0.9.
798
799 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
800
801         * gnus.el: No Gnus v0.8 is released.
802
803 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
804
805         * mail-source.el (mail-source-value):
806         Prefer fboundp to functionp so it works with macros as well.
807
808 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
809
810         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
811         Fix last change in case the element is not even a symbol.
812
813 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
814
815         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
816         Prefer fboundp to functionp so it works with macros as well.
817
818 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
819
820         * auth-source.el: Added docs.
821         (auth-sources): Modify format to support server.
822         (auth-source-pick, auth-source-user-or-password)
823         (auth-source-user-or-password-imap)
824         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
825         (auth-source-user-or-password-sftp)
826         (auth-source-user-or-password-smtp): Add server parameter.
827
828 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
829
830         * gnus-registry.el: Initialize the registry when gnus-registry-install
831         is t.
832
833 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
834
835         * compface.el (uncompface): Make buffer unibyte.
836
837 2008-04-05  Glenn Morris  <rgm@gnu.org>
838
839         * gnus-ems.el (mm-disable-multibyte): Autoload it.
840
841 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
842
843         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
844         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
845
846         * nnheader.el (nnheader-init-server-buffer): Change buffer's
847         multibyteness after rather than before erasing it.
848
849         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
850         mm-with-multibyte.
851         (gnus-request-article-this-buffer): Make sure the proper decoding is
852         used if gnus-original-article-buffer happens to be unibyte.
853
854         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
855         default-enable-multibyte-characters.
856
857         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
858         default-enable-multibyte-characters.
859
860         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
861
862         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
863
864 2008-04-02  Simon Josefsson  <simon@josefsson.org>
865
866         * imap.el (imap-enable-exchange-bug-workaround): New variable.
867         (imap-message-copyuid-1): Use it.
868         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
869         J. Williams in
870         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
871
872         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
873         imap-enable-exchange-bug-workaround.
874         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
875
876 2008-04-01  Simon Josefsson  <simon@josefsson.org>
877
878         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
879         a 100 byte status-checks into a 2-3MB transfer for each group.
880         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
881         to enable bug workaround or not.
882         (nnimap-find-minmax-uid): Only enable workaround conditionally.
883
884 2008-03-31  Glenn Morris  <rgm@gnu.org>
885
886         * message.el (mml2015-use): Declare for compiler.
887         (message-info): Require mml2015 when appropriate.
888
889 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
890
891         * Makefile.in (EMACS_COMP): Quote directory name that might contain
892         whitespace.
893
894 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
895
896         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
897         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
898         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
899         (nntp-service-to-port): New function.
900         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
901         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
902         (nntp-open-netcat-stream): New function.
903         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
904
905 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
906
907         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
908
909 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
910
911         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
912
913 2008-03-28  Magnus Henoch  <mange@freemail.hu>
914
915         * dns.el (dns-write): Use set-buffer-multibyte.
916
917 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
918
919         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
920
921 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
922
923         * message.el (message-signature-separator): Change default.
924         Improve custom type.
925         (message-cite-function): Change default to
926         message-cite-original-without-signature.
927
928         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
929         toggle.
930
931         * message.el (message-check-news-body-syntax): Fix signature check.
932         (message-setup-1): Mark buffer as unmodified _after_ running
933         message-setup-hook and handling message-alternative-emails.
934         (message-shorten-references): Be more strict when building list of
935         valid references to comply with GNKSA.
936
937         * gnus-group.el (gnus-read-ephemeral-bug-group)
938         (gnus-read-ephemeral-debian-bug-group)
939         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
940
941         * message.el (message-info): Don't use booleanp which isn't supported
942         in Emacs 21 and XEmacs.
943
944 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
945
946         * gnus-group.el (gnus-gmane-group-download-format): Rename from
947         gnus-group-gmane-group-download-format.
948         (gnus-group-read-ephemeral-gmane-group): Rename from
949         gnus-group-read-ephemeral-gmane-group.
950         (gnus-read-ephemeral-gmane-group-url): Rename from
951         gnus-group-read-ephemeral-gmane-group-url.
952         (gnus-bug-group-download-format-alist): New variable.
953         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
954         (gnus-read-ephemeral-emacs-bug-group): New commands.
955
956 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
957
958         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
959         (gnus-visible-headers): Improve custom type.
960
961 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
962
963         * mml.el (mml-menu): Add workarounds for XEmacs.
964
965         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
966         X-Boundary header.
967
968         * message.el (message-simplify-recipients): Fix previous commit.
969
970 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
971
972         * mm-util.el (mm-set-buffer-multibyte): New function.
973         * mm-decode.el (mm-copy-to-buffer): Use it.
974
975 2008-03-19  Glenn Morris  <rgm@gnu.org>
976
977         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
978         Accidentally removed in the sync process with Emacs.
979
980 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
981
982         * message.el (message-alter-recipients-discard-bogus-full-name):
983         New function.
984         (message-alter-recipients-function): New variable.
985         (message-get-reply-headers): Use it.
986         (message-replace-header): New helper function.
987         (message-recipients-without-full-name): New variable.
988         (message-simplify-recipients): New command.
989
990         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
991
992         * message.el (message-info): Handle EasyPG manual.
993
994         * mml.el (mml-menu): Add entry for EasyPG.
995
996 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
997
998         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
999         parameter.
1000
1001         * message.el (message-disassociate-draft): Specify drafts group name
1002         fully.
1003
1004 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
1005
1006         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
1007         unnecessary duplicates from the match list.
1008
1009 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1010
1011         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
1012
1013         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
1014
1015         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
1016         args of `how-many' of which the XEmacs version doesn't take; declare
1017         Info-index-next as function.
1018
1019 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1020
1021         * gnus-score.el (gnus-score-headers): Fix handling of
1022         gnus-inhibit-slow-scoring.
1023
1024         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
1025         string.
1026         (gnus-button-url-regexp): Improve handling of parenthesis.
1027         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
1028         (gnus-button-handle-info-keystrokes): Handle index entries.
1029
1030 2008-03-15  Glenn Morris  <rgm@gnu.org>
1031
1032         * parse-time.el (parse-time-string): Simplify.
1033
1034 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1035
1036         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
1037         Incoming* files.
1038
1039 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1040
1041         * auth-source.el (auth-sources): Renamed from auth-source-choices.
1042         (auth-source-pick): Use it.
1043
1044 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1045
1046         * binhex.el (binhex-decode-region-internal):
1047         * uudecode.el (uudecode-decode-region-internal):
1048         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
1049         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
1050         setting default-enable-multibyte-characters.
1051
1052 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1053
1054         * auth-source.el (auth-source-protocols)
1055         (auth-source-protocols-customize, auth-source-choices): Added and
1056         modified variable customizations and defaults.
1057         (auth-source-pick, auth-source-user-or-password)
1058         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1059         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1060         (auth-source-user-or-password-sftp)
1061         (auth-source-user-or-password-smtp): Use new variables and provide an
1062         interface to netrc.el.
1063
1064 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1065
1066         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
1067         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
1068         Make sure the nntp port to specify is a string.
1069
1070 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1071
1072         * nntp.el: Use with-current-buffer.
1073         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
1074         dubious mm-with-unibyte-current-buffer.
1075         (nntp-with-open-group-function): New function extracted from
1076         nntp-with-open-group macro.
1077         (nntp-with-open-group): Use the function, so it's easier to debug.
1078         Add indentation and debugging info.
1079         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
1080         the use of the netcat alternatives.
1081
1082         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
1083         Avoid mm-string-as-multibyte as well.
1084
1085         * nnweb.el (nnweb-insert-html):
1086         Remove use of nnheader-string-as-multibyte.
1087
1088         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
1089         (nnheader-string-as-multibyte): Remove.
1090
1091         * mm-view.el: Use inhibit-read-only.
1092         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
1093         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
1094         or unibyte-string.
1095
1096         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
1097         (mm-uu-yenc-extract): Use with-current-buffer.
1098
1099         * gnus-soup.el (gnus-soup-send-packet): Don't use
1100         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
1101
1102         * nnmh.el: Use with-current-buffer.
1103         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
1104         mm-string-as-multibyte on the output of mm-encode-coding-string.
1105
1106         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
1107         (nnimap-request-move-article): Use with-current-buffer.
1108
1109         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
1110         inserting the handle-buffer's text, so the implicit multibyte->unibyte
1111         conversion uses string-make-unibyte rather than string-as-unibyte.
1112
1113         * gnus-msg.el: Use with-current-buffer.
1114
1115         * message.el (message-ignored-resent-headers): Add "Delivered-To".
1116
1117 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
1118
1119         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
1120         string for caching if it is 'PIN.
1121
1122 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1123
1124         * lpath.el: Consider the case without Emacs/W3.
1125
1126 2008-03-08  Glenn Morris  <rgm@gnu.org>
1127
1128         * time-date.el (date-to-time, time-subtract, time-add)
1129         (safe-date-to-time): Doc fixes.
1130
1131 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1132
1133         * mail-source.el (mail-source-delete-old-incoming-confirm):
1134         Change default to nil.
1135         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
1136
1137 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1138
1139         * lpath.el: Rearrange.
1140
1141         * gnus-art.el (gnus-narrow-to-page): Position point properly.
1142         (gnus-article-goto-prev-page): Work for articles having ^L's.
1143
1144         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
1145
1146         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
1147
1148 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
1149
1150         * gnus-bookmark.el: Adjust for renames in bookmark.el.
1151         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
1152         (gnus-bookmark-jump): Adjust some variable names.
1153
1154 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1155
1156         * auth-source.el: New package.
1157         (auth-source-choices): Add customization entry point variable.
1158
1159         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
1160         bug.
1161
1162 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
1163
1164         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
1165         (gnus-registry-initialize, gnus-registry-install-p): Use it.
1166         (gnus-registry-install-shortcuts): Rename from
1167         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
1168         the `gnus-registry-mark-map' keymap dynamically from
1169         `gnus-registry-marks'.  The generated functions update the summary line
1170         when a registry mark is added or deleted, and will call
1171         `gnus-registry-install-p' (see the comments in the code).
1172         (gnus-registry-user-format-function-M): Use concat intelligently.
1173
1174         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
1175         the registry mark functions.
1176
1177 2008-03-05  Glenn Morris  <rgm@gnu.org>
1178
1179         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
1180         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
1181         gnus-art.
1182         (top-level): No need to load own source when compiling.
1183
1184 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
1185
1186         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
1187         Suggested by <chris.anderton@zetnet.co.uk>.
1188
1189 2008-03-04  Glenn Morris  <rgm@gnu.org>
1190
1191         * gnus-sum.el (top-level): No need to require gnus when compiling,
1192         since unconditionally required near start of file.
1193         (gnus-summary-display-while-building): Move definition before use.
1194
1195 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
1196
1197         * gnus-registry.el (gnus-registry-user-format-function-M): Add
1198         formatting function.
1199
1200 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
1201
1202         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1203         with plists.
1204         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1205         Use new format.
1206
1207 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1208
1209         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1210         `where-is-internal' that returns a range of key sequences.
1211
1212 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1213
1214         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1215
1216         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1217         (gnus-summary-jump-to-group): Consider windows on other displayed
1218         frames as well.  Similar changes might be needed elsewhere, but that's
1219         the one I've bumped into during my use.
1220
1221         * nndoc.el (nndoc-oe-dbx-type-p):
1222         * gnus-msg.el (gnus-debug):
1223         * gnus-group.el (gnus-update-group-mark-positions):
1224         Use mm-string-to-multibyte.
1225
1226 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1227
1228         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1229         doesn't handle NotDashEscaped.
1230
1231         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
1232         (mml-dnd-attach-options): Fix typo in custom choice.
1233
1234         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1235         nndoc-article-type to mbox.
1236         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1237
1238         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
1239         to nil, instead of html2text.
1240
1241         * imap.el (imap-debug): Add `imap-ping-server'.
1242
1243         * gnus-bookmark.el: Add FIXMEs.
1244
1245         * message.el (message-form-letter-separator)
1246         (message-send-form-letter-delay): New variables.
1247         (message-send-form-letter): Use them.  New command to send form
1248         letters.  Requested by Uwe Siart.
1249         (message-send-mail-function): Doc fix.  Add "Other" custom option.
1250
1251 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1252
1253         * Update copyright years.
1254
1255 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1256
1257         Sync from EMACS_22_BASE.
1258
1259         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
1260
1261 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
1262
1263         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1264         empty author.
1265
1266 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
1267
1268         * gnus-registry.el (gnus-registry-marks): Add variable for
1269         customization of marks and their appearance.
1270         (gnus-registry-read-mark): Use it.
1271         (gnus-registry-do-marks): Add utility function to loop through
1272         `gnus-registry-marks'.
1273         (gnus-registry-install-shortcuts-and-menus): Add function to install
1274         shortcuts and menus.
1275         (gnus-registry-initialize): Use it.
1276         (gnus-registry-default-mark): Clarify documentation.
1277
1278 2008-02-29  Glenn Morris  <rgm@gnu.org>
1279
1280         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1281         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1282         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1283         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1284         Change defcustom :version from 23.0 to 23.1.
1285
1286 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1287
1288         * gnus-registry.el (gnus-registry-follow-group-p)
1289         (gnus-registry-post-process-groups): Add functions to aid registry
1290         splitting and improve logging.  Clarify behavior in function
1291         documentation.
1292         (gnus-registry-split-fancy-with-parent): Use them.
1293
1294 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1295
1296         * gnus-art.el: Use with-current-buffer.
1297
1298 2008-02-27  David Engster  <dengste@eml.cc>
1299
1300         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1301         Express real group name in the response.
1302
1303 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1304
1305         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1306         (nnmairix-last-server, nnmairix-current-server): Defvar them.
1307         (nnmairix-goto-original-article): Defvar gnus-registry-install and
1308         autoload gnus-registry-fetch-group when compiling.
1309         (nnmairix-request-group-with-article-number-correction): Remove
1310         unreferenced argument passed to nnmairix-call-backend.
1311
1312 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1313
1314         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1315         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
1316         Wilde.
1317
1318 2008-02-27  Glenn Morris  <rgm@gnu.org>
1319
1320         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1321         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1322         variables to defconsts.  Convert comments to doc-strings.
1323         (nnmairix-last-server, nnmairix-current-server): Convert from free
1324         variables to defvars.  Convert comments to doc-strings.
1325         (gnus-registry-fetch-group): Autoload.
1326         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1327         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1328         (nnmairix-widget-build-editable-fields): Use car cddr rather than
1329         caddr.
1330         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1331         nnmairix-request-group-with-article-number-correction call.
1332         (nnmairix-fast, nnmairix-group): New, less general names, for free
1333         variables passed from nnmairix-request-group to
1334         nnmairix-request-group-with-article-number-correction.  Declare.
1335         (nnmairix-request-group-with-article-number-correction):
1336         Use nnmairix-fast, nnmairix-group rather than fast, group.
1337
1338 2008-02-26  David Engster  <dengste@eml.cc>
1339
1340         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
1341         version 0.5.
1342
1343 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1344
1345         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1346         instead of making an extra function call.  Don't add the current group
1347         to articles only when they have the group.  Use
1348         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1349         Reported by David <de_bb@arcor.de>.
1350
1351 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1352
1353         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
1354         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
1355
1356 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
1357
1358         * mail-source.el (mail-source-delete-incoming): Change default.
1359         Supplement doc string.
1360
1361         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1362
1363 2008-02-14  Glenn Morris  <rgm@gnu.org>
1364
1365         * time-date.el (format-seconds): New function.
1366
1367 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1368
1369         * nnmail.el (nnmail-message-id-cache-file): Derive from
1370         `gnus-home-directory'.
1371
1372 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
1373
1374         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1375         Document negative prefix.
1376
1377         * gnus-group.el (gnus-group-read-group): Document negative prefix.
1378
1379 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1380
1381         * message.el (message-unsent-separator): Add the Exim bounce
1382         separator.
1383
1384 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
1385
1386         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1387         list.
1388         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1389         recipient/signer list.
1390
1391 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1392
1393         * Makefile.in (datarootdir): Define.
1394         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
1395         name that might contain whitespace.
1396
1397 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1398
1399         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1400         fbound (Emacs 23 unicode), signal an error.
1401
1402 2008-02-08  Glenn Morris  <rgm@gnu.org>
1403
1404         * gnus-art.el (pgg-display-output-buffer): Declare as function.
1405
1406 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
1407
1408         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1409         ports to the calls to `netrc-machine-user-or-password' in addition to
1410         "imap" and "imaps".
1411
1412 2008-02-01  Zhang Wei  <id.brep@gmail.com>
1413
1414         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1415
1416         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1417
1418 2008-02-01  Kenichi Handa  <handa@m17n.org>
1419
1420         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1421         rfc2104-hexstring-to-bitstring and changed to return a byte list.
1422         (rfc2104-hash): Convert the result of concat to unibyte string.
1423
1424 2008-02-01  Dave Love  <fx@gnu.org>
1425
1426         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1427         coding-system-for-read.
1428         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1429
1430 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
1431
1432         * gnus.el (gnus-group-startup-message): Add `find-image' call before
1433         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
1434         <hanche@math.ntnu.no>.
1435
1436 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1437
1438         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1439
1440         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1441
1442 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
1443
1444         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1445         * message.el (message-beginning-of-line): Use featurep instead of bound
1446         tests in order to resolve conditionals at compile time.
1447
1448 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
1449
1450         * mail-source.el (mail-sources): Add `group' choice.
1451
1452         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1453         parameter `in-group' to control into which group the articles go.
1454         Add treatment of `group' mail-source.
1455
1456 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1457
1458         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1459
1460         * mm-decode.el (mm-dissect-buffer): Decode description.
1461
1462         * mml.el (mml-to-mime): Encode message header first.
1463
1464 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1465
1466         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1467         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1468
1469         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
1470         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
1471
1472 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
1473
1474         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1475
1476 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1477
1478         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1479         prefix keys.
1480         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1481         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1482         gnus-xmas.el.
1483
1484         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
1485         (gnus-xmas-article-describe-bindings): New function.
1486         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
1487         gnus-xmas-article-describe-bindings.
1488
1489         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
1490
1491 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1492
1493         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1494         Add new variables for article mark management.
1495         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1496         list of extra data entries which, when present, will indicate that the
1497         article ID should not be trimmed from the registry.
1498         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1499         functions.
1500         (gnus-registry-read-mark): New function to read a mark name from the
1501         user.
1502         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1503         (gnus-registry-set-article-mark-internal): New functions to add and
1504         remove marks.
1505         (gnus-registry-get-article-marks): New function to show the marks for
1506         an article, or retrieve them for further use.
1507
1508 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1509
1510         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1511         keys when no argument is given.
1512
1513 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1514
1515         * imap.el (imap-ping-server): New variable.
1516         (imap-opened): On add extra ping if imap-ping-server is non-nil.
1517         (imap-ping-server): Minor doc string fixes.
1518
1519 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1520
1521         * imap.el (imap-ping-server): New function.
1522         (imap-opened): Call imap-ping-server.
1523
1524 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1525
1526         * gnus-sum.el (gnus-article-sort-by-random)
1527         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
1528         jidanni@jidanni.org.
1529
1530 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1531
1532         * gnus-art.el (gnus-article-describe-bindings): New function.
1533         (gnus-article-read-summary-keys): Use it.
1534         (gnus-article-mode-map): Bind `C-h b' to it.
1535
1536 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1537
1538         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1539         XEmacs.
1540         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1541         against non-character events.
1542
1543         * lpath.el: Fbind map-keymap for Emacs 21.
1544
1545 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
1546
1547         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1548         command.
1549         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1550         instead of END.  Change name of the temp file.
1551         (gnus-group-gmane-group-download-format): Add doc string.  Make it
1552         customizable.
1553
1554 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1555
1556         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1557         bind `S W' to gnus-article-wide-reply-with-original; set default
1558         binding to gnus-article-read-summary-send-keys.
1559         (gnus-article-read-summary-keys): Fix the order of keys; display
1560         continuation keys correctly in the echo area; describe bindings
1561         correctly when keys end with `C-h'.
1562         (gnus-article-read-summary-send-keys): New function.
1563         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1564         for gnus-article-read-summary-send-keys; display continuation keys
1565         correctly in the echo area.
1566         (gnus-article-reply-with-original): Ignore prefix argument.
1567         (gnus-article-wide-reply-with-original): New function.
1568
1569         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
1570         Emacs 21.
1571
1572 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1573
1574         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1575         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1576
1577 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
1578
1579         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1580         (gnus-group-read-ephemeral-gmane-group): New command.
1581
1582 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1583
1584         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1585
1586 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1587
1588         * message.el (message-send-mail-function): Increase custom version.
1589
1590         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1591         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
1592
1593 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
1594
1595         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
1596         for the cases where imap-authenticate is called with a nil buffer
1597         parameter.
1598
1599 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1600
1601         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1602         html parts correctly; support forwarded messages.
1603         (gnus-article-browse-html-article): Remove work buffers.
1604
1605         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1606         compiling.
1607         (netrc-bound-and-true-p): New macro.
1608         (netrc-parse): Use it instead of bound-and-true-p that is not available
1609         in XEmacs 21.4.
1610
1611 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1612
1613         * gnus-registry.el (gnus-registry-mark-article)
1614         (gnus-registry-article-marks): Add functionality to mark articles
1615         through the Gnus registry.
1616
1617         * encrypt.el: Clarify documentation for the new pgg method.
1618         (encrypt-file-alist): Add PGG option.
1619         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
1620         functionality.  Abstract password key and messaging to external
1621         functions.
1622         (encrypt-password-key, encrypt-get-passphrase-if-needed)
1623         (encrypt-message-method-and-cipher): Add new convenience external
1624         functions.
1625         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
1626         (encrypt-pgg-process-buffer): Add PGG functionality glue.
1627
1628         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1629         (netrc-parse): Use encrypt-file-alist to determine if
1630         encrypt-find-model or encrypt-insert-file-contents should be used.
1631
1632         * encrypt.el: Clarify documentation.  Load password-cache or
1633         password, whichever one is found first, instead of autoloading.
1634
1635 2007-12-19  Glenn Morris  <rgm@gnu.org>
1636
1637         * mml.el (message-options-set, message-narrow-to-head)
1638         (message-in-body-p, message-mail-p, message-encode-message-body):
1639         Autoload.
1640         (message-remove-header, message-narrow-to-headers-or-head)
1641         (message-subscribed-p, message-make-mail-followup-to)
1642         (message-position-on-field, message-news-p)
1643         (message-options-set-recipient, message-generate-headers)
1644         (message-sort-headers): Declare as functions.
1645
1646 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1647
1648         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1649         convention in doc string.
1650
1651 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1652
1653         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1654         title to html parts.
1655         (gnus-article-browse-html-article): Pass message header to it.
1656
1657         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1658
1659 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1660
1661         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1662         or password compatible with XEmacs.
1663
1664 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1665
1666         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1667         format document.
1668         (gnus-mime-delete-part): Don't write description line if empty.
1669         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1670
1671 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1672
1673         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1674         (gnus-summary-mark-read-and-unread-as-read)
1675         (gnus-summary-mark-current-read-and-unread-as-read)
1676         (gnus-summary-mark-unread-as-ticked): Doc fix.
1677         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1678
1679 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1680
1681         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1682         Christoph Conrad <christoph.conrad@gmx.de>.
1683
1684 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1685
1686         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1687         yes-or-no-p.
1688
1689 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1690
1691         * mm-decode.el (mm-add-meta-html-tag): New function.
1692         (mm-save-part-to-file, mm-pipe-part): Use it.
1693
1694         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1695         gnus-y-or-n-p instead of y-or-n-p.
1696         (gnus-article-browse-html-parts): Work with message/external-body; use
1697         mm-add-meta-html-tag.
1698
1699 2007-12-11  Glenn Morris  <rgm@gnu.org>
1700
1701         * gnus-cache.el: Require gnus-sum not just when compiling.
1702
1703         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1704
1705         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1706         definitions before use.
1707
1708         * mm-decode.el: Require gnus-util.
1709         (mm-remove-part): Only call delete-annotation on XEmacs.
1710
1711         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1712
1713         * nnmail.el: Require gnus-int.
1714
1715         * spam.el: Move `require's before `eval-when-compile's.
1716
1717         * gnus-ems.el (gnus-alive-p):
1718         * gnus-fun.el (message-goto-eoh):
1719         * gnus-util.el (gnus-group-name-decode):
1720         * mail-source.el (gnus-compress-sequence):
1721         * message.el (Info-goto-node, format-spec):
1722         * mm-bodies.el (message-options-get):
1723         * mm-decode.el (mm-view-pkcs7):
1724         * mm-util.el (gmm-write-region):
1725         * mml-smime.el (mml-compute-boundary)
1726         (gnus-completing-read-with-default):
1727         * mml.el (widget-button-press, gnus-make-hashtable):
1728         * mml1991.el (mm-decode-content-transfer-encoding)
1729         (mm-encode-content-transfer-encoding)
1730         (message-options-get, message-options-set):
1731         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1732         * nnfolder.el (gnus-request-group):
1733         * nnheader.el (ietf-drums-unfold-fws):
1734         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1735         * smime.el (gnus-run-mode-hooks):
1736         * spam-stat.el (gnus-message): Autoload.
1737
1738         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1739         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1740         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1741         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1742         Add declare-function compatibility definition.
1743
1744         * gnus-cache.el (nnvirtual-find-group-art):
1745         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1746         (gnus-add-image, gnus-add-wash-type):
1747         * gnus-group.el (nnkiboze-score-file):
1748         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1749         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1750         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1751         (message-tokenize-header, gnus-get-buffer-create)
1752         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1753         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1754         * gnus.el (gnus-group-decoded-name):
1755         * mail-source.el (imap-capability):
1756         * mm-bodies.el (message-options-set):
1757         * mm-decode.el (gnus-configure-windows):
1758         * mm-extern.el (message-goto-body):
1759         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1760         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1761         (epg-sub-key-validity, message-options-set):
1762         * mml.el (widget-event-point, gnus-configure-windows):
1763         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1764         * mml2015.el (epg-check-configuration, epg-configuration)
1765         (message-options-set):
1766         * nndb.el (nndb-request-article):
1767         * nnfolder.el (gnus-request-create-group):
1768         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1769         * nnmaildir.el (gnus-group-mark-article-read):
1770         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1771         * rfc1843.el (message-fetch-field):
1772         * spam.el (gnus-extract-address-components):
1773         Declare as functions.
1774
1775 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1776
1777         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1778
1779         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1780
1781         * lpath.el: Fbind run-mode-hooks for Emacs 21;
1782         bind show-trailing-whitespace for XEmacs.
1783
1784 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1785
1786         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
1787         new no-op macro for backward compatibility.
1788
1789         * imap.el (imap-string-to-integer): New function.
1790
1791 2007-12-09  Glenn Morris  <rgm@gnu.org>
1792
1793         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1794
1795         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1796         * message.el, mm-view.el, sieve-manage.el, smime.el:
1797         Add declare-function compatibility definition.
1798
1799         * gnus-art.el (w3-region, w3m-region, Info-menu):
1800         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1801         * gnus-sum.el (gnus-get-predicate):
1802         * gnus-util.el (mm-append-to-file, w32-focus-frame):
1803         * message.el (mail-abbrev-in-expansion-header-p):
1804         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1805         (w3m-detect-meta-charset, w3m-region):
1806         * sieve-manage.el (password-read, password-cache-add)
1807         (password-cache-remove):
1808         * smime.el (password-read-and-add): Declare as functions.
1809
1810 2007-12-08  David Kastrup  <dak@gnu.org>
1811
1812         * gnus-sum.el (gnus-summary-simplify-subject-query):
1813         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1814         `message'.
1815
1816 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1817
1818         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
1819         it to bind idna-program, installation-directory, defined-colors, and
1820         face-attribute for XEmacs of the version that compiles defcustom forms.
1821
1822 2007-12-07  Glenn Morris  <rgm@gnu.org>
1823
1824         * gnus-art.el (article-make-date-line): Revert previous change.
1825
1826 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1827
1828         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1829
1830 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
1831
1832         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1833         Call gnus-add-to-range ranges only once with a prepared article-list.
1834
1835 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
1836
1837         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1838         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1839         group names with backslashes.  Reported by Tassilo Horn
1840         <tassilo@member.fsf.org>.
1841
1842 2007-12-06  D. Goel  <deego3@gmail.com>
1843
1844         * gnus-art.el (article-make-date-line):
1845         * gnus-start.el (gnus-load):
1846         * pop3.el (pop3-read-response): Fix buggy call to `error'.
1847
1848 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1849
1850         * gnus-art.el (gnus-use-idna)
1851         * gnus-start.el (gnus-site-init-file)
1852         * message.el (message-use-idna)
1853         * mm-uu.el (mm-uu-hide-markers)
1854         * smiley.el (smiley-style): Revert changes that suppress warnings.
1855
1856 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1857
1858         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1859         specify charset to html source.  Reported by Christoph Conrad
1860         <christoph.conrad@gmx.de>.
1861
1862 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1863
1864         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1865         idna-program in order to suppress byte compile warning issued by XEmacs
1866         that came to byte compile the default value section of defcustom forms
1867         recently.
1868
1869         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1870         value of installation-directory.
1871
1872         * message.el (message-use-idna): Don't directly refer to the value of
1873         idna-program.
1874
1875         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1876
1877         * smiley.el (smiley-style): Don't directly call face-attribute.
1878
1879 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
1880
1881         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1882
1883         * gnus-dired.el: Reduce Gnus dependencies.
1884         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1885         require.  Use autoloads instead.
1886         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1887         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1888         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1889         (gnus-dired-mode): Adjust doc string.
1890         (gnus-dired-mail-mode): New variable.
1891         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1892         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1893         (gnus-dired-mail-buffers): New function.  Return mail or message
1894         composition buffers.
1895         (gnus-dired-attach): Use it.
1896         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1897         NO-DECODE.
1898         (gnus-dired-print): Use `gnus-print-buffer' depending on
1899         `gnus-dired-mail-mode'.
1900
1901 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1902
1903         * rfc2047.el (rfc2047-encoded-word-regexp)
1904         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1905         explaining what regexp patterns are for.
1906
1907 2007-12-04  Glenn Morris  <rgm@gnu.org>
1908
1909         * password.el: Move to password-cache.el.
1910
1911         * mml1991.el (password-read, password-cache-add, password-cache-remove):
1912         * mml2015.el (password-read, password-cache-add, password-cache-remove):
1913         * mml-smime.el (password-read, password-cache-add)
1914         (password-cache-remove):
1915         No need to autoload, since mml-sec requires password.
1916
1917         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1918         * message.el (gnus-extract-address-components):
1919         * mml-smime.el (gnus-extract-address-components): Define for compiler.
1920
1921         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1922         password.
1923
1924 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
1925
1926         * mailcap.el: Reduce dependencies.
1927         (mail-header-parse-content-type): Autoload.
1928         (mailcap-delete-duplicates): New alias.
1929         (mailcap-mime-info): Add optional argument NO-DECODE.
1930         (mailcap-mime-types): Use mailcap-delete-duplicates.
1931
1932         * message.el (message-ignored-supersedes-headers): Add "X-ID".
1933
1934 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
1935
1936         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
1937         (imap-parse-status): Upcase status-att for servers that sends them
1938         lower-case (e.g., MS Exchange 2007).
1939
1940 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1941
1942         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1943         function.
1944
1945         * gnus-uu.el (gnus-uu-decode-yenc): New command.
1946         (gnus-uu-yenc-article): New function.
1947
1948         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1949
1950         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1951         buffer.
1952
1953 2007-12-02  Glenn Morris  <rgm@gnu.org>
1954
1955         * binhex.el (binhex): New custom group.
1956         (binhex-decoder-program, binhex-decoder-switches)
1957         (binhex-use-external): Move to the binhex custom group.
1958
1959         * uudecode.el (uudecode): New custom group.
1960         (uudecode-decoder-program, uudecode-decoder-switches)
1961         (uudecode-use-external): Move to the uudecode custom group.
1962
1963         * netrc.el (top-level): Don't load `encrypt' features.
1964         (netrc-parse): Don't use encrypt.
1965         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
1966
1967         * encrypt.el: Remove file.
1968
1969 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1970
1971         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1972         matches on patches.
1973
1974         * gnus-art.el (gnus-article-browse-html-article): Mention
1975         `mm-text-html-renderer' in the doc string.
1976
1977         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1978         string.  Add comments.
1979
1980         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1981         if rhs is ASCII.
1982
1983 2007-12-01  Glenn Morris  <rgm@gnu.org>
1984
1985         * mail-source.el (top-level): Require format-spec before
1986         eval-when-compile.
1987
1988 2007-11-30  Glenn Morris  <rgm@gnu.org>
1989
1990         * encrypt.el: Require password, rather than autoloading password-read.
1991
1992 2007-11-29  Glenn Morris  <rgm@gnu.org>
1993
1994         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
1995         (sasl-make-client, sasl-next-step, sasl-step-data)
1996         (sasl-step-set-data): Declare as functions.
1997
1998 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
1999
2000         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
2001
2002 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
2003
2004         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
2005         certs should be verified and what is to be done in the event of a
2006         verification failure.
2007
2008         * gnus.el (gnus-method-to-server): Add an optional parameter so the
2009         caller can indicate whether the cache should be disregarded for this
2010         call.  This way the result of the call is reproducible at all times and
2011         can be considered a canonical server name for the supplied method.
2012         (gnus-agent-method-p): Canonicalize server names by pushing their
2013         method through `gnus-method-to-server' using the no-cache argument.
2014
2015         * gnus-srvr.el (gnus-server-insert-server-line): Call
2016         `gnus-method-to-server' with `no-cache' argument.
2017
2018         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
2019         gnus-agent-possibly-synchronize-flags as this should be called when the
2020         server is actually being opened.
2021         (gnus-agent-possibly-synchronize-flags)
2022         (gnus-agent-possibly-synchronize-flags-server): Move check for the
2023         flags file of an agentized server to the latter function.
2024
2025         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
2026         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
2027         after a connection has been established successfully.
2028
2029 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2030
2031         * gnus-art.el (article-display-face): Force to display face if called
2032         interactively; check if gnus-article-x-face-too-ugly matches author.
2033         (article-display-x-face): Display face even if From header is missing
2034         as article-display-face does.
2035
2036 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
2037
2038         * hashcash.el (message-narrow-to-headers-or-head)
2039         (message-fetch-field, message-goto-eoh)
2040         (message-narrow-to-headers): Declare as functions.
2041
2042 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
2043
2044         * mail-source.el (mail-sources): Default to fetch from file for
2045         compatibility with default of nnmail-spool-file.
2046
2047 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2048
2049         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
2050         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
2051         to look for encoded word that should be encoded again.
2052         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
2053         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
2054         encoding pattern.
2055         (rfc2047-decode-region): Switch strict regexp and loose one according
2056         to rfc2047-allow-irregular-q-encoded-words.
2057
2058 2007-11-25  Romain Francoise  <romain@orebokech.com>
2059
2060         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
2061
2062 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
2063
2064         * tls.el (tls-program): Provide more custom choices from
2065         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
2066         (tls-process-connection-type, tls-success): Remove "*" in doc string.
2067
2068 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2069
2070         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
2071         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
2072
2073         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
2074         `nnmail-spool-file'.
2075
2076         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
2077         `nnmail-spool-file'.
2078
2079         * gnus-move.el (gnus-change-server): Ditto.
2080
2081         * gnus-kill.el (gnus-batch-score): Ditto.
2082
2083         * gnus-cache.el (gnus-jog-cache): Ditto.
2084
2085         * gnus-msg.el (gnus-summary-reply):
2086         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
2087
2088 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2089
2090         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
2091         version.  Minor improvement to doc strings.
2092         (tls-program): Add comment.
2093
2094 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
2095
2096         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
2097         (tls-checktrust): New variable.  Check if GNU TLS complained about a
2098         mismatch between the hostname provided in the certificate and the name
2099         of the host connnecting to.
2100         (open-tls-stream): Use them.  Check certificates against trusted root
2101         certificates.
2102
2103 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2104
2105         * gnus-cache.el (gnus-cache-generate-nov-databases):
2106         Use nnml-generate-nov-databases-directory instead of
2107         nnml-generate-nov-databases-1.
2108
2109 2007-11-24  Glenn Morris  <rgm@gnu.org>
2110
2111         * message.el (message-tool-bar-retro): Update for rename
2112         mail_send.xpm->mail-send.xpm.
2113
2114 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
2115
2116         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2117         `smime-ldap-search' for Emacs 22 and up.
2118
2119 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2120
2121         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
2122
2123         * message.el (message-send-mail-function): Fix error convention.
2124         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
2125         (message-widen-reply, message-send-mail, message-talkative-question)
2126         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
2127         (message-clone-locals, message-send-news): Use with-current-buffer.
2128         (message-insert-or-toggle-importance): Remove unused var `valid'.
2129         (message-make-references): Remove unused var `new-references'.
2130         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2131
2132 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
2133
2134         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
2135         (spam-split-symbolic-return-positive): Reflow docstring.
2136         (spam-backends, spam-summary-exit-behavior)
2137         (spam-mark-ham-unread-before-move-from-spam-group)
2138         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
2139         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2140         (spam-clear-cache, spam-backend-check, spam-install-backend)
2141         (spam-install-statistical-backend, spam-list-of-processors)
2142         (spam-group-processor-p, spam-split, spam-bogofilter-score)
2143         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
2144         (spam-check-crm114, spam-initialize, spam-unload-hook):
2145         Fix typos in docstrings.
2146
2147 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2148
2149         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
2150         been checked if they have never been read and those group levels are
2151         higher than the one that a user specified.
2152
2153 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2154
2155         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
2156         foreign groups unless a group level is specified by a user.
2157         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
2158
2159 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
2160
2161         * message.el (message-send-mail-function): Require sendmail.
2162
2163 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
2164
2165         * message.el (message-send-mail-function): Check for smtpmail too.
2166
2167         * utf7.el (utf7-encode, utf7-decode): Use coding system
2168         `utf-7'/`utf-7-imap' from utf-7.el' if available.
2169
2170         * message.el (message-send-mail-function): New function.
2171         (message-send-mail-function): Set default using
2172         message-send-mail-function.  Adjust doc string.
2173         (message-send-mail-with-mailclient): New function.
2174
2175 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
2176
2177         * smime.el (from):
2178         * rfc2047.el (message-posting-charset):
2179         * qp.el (mm-use-ultra-safe-encoding):
2180         * pop3.el (parse-time-months):
2181         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
2182         * nnml.el (files):
2183         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
2184         (jka-compr-compression-info-list, ange-ftp-path-format)
2185         (efs-path-regexp):
2186         * nndiary.el (files):
2187         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
2188         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
2189         (epg-digest-algorithm-alist, inhibit-redisplay)
2190         (password-cache-expiry):
2191         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
2192         (pgg-output-buffer, password-cache-expiry):
2193         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2194         (efs-path-regexp):
2195         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2196         (inhibit-redisplay):
2197         * mm-uu.el (file-name, start-point, end-point, entry)
2198         (gnus-newsgroup-name, gnus-newsgroup-charset):
2199         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2200         (latin-unity-ucs-list):
2201         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
2202         (mm-uu-binhex-decode-function):
2203         * message.el (gnus-message-group-art, gnus-list-identifiers)
2204         (rmail-enable-mime-composing, gnus-local-organization)
2205         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
2206         (gnus-read-active-file, facemenu-add-face-function)
2207         (facemenu-remove-face-function, gnus-article-decoded-p)
2208         (tool-bar-mode):
2209         * mail-source.el (display-time-mail-function):
2210         * gnus-util.el (nnmail-pathname-coding-system)
2211         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
2212         (gnus-original-article-buffer, gnus-user-agent)
2213         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
2214         (xemacs-codename, sxemacs-codename, emacs-program-version):
2215         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
2216         * gnus-start.el (gnus-agent-covered-methods)
2217         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
2218         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
2219         (gnus-newsgroup-headers, gnus-group-list-mode)
2220         (gnus-group-mark-positions, gnus-newsgroup-data)
2221         (gnus-newsgroup-unreads, nnoo-state-alist)
2222         (gnus-current-select-method, mail-sources)
2223         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
2224         (nnmail-spool-file, gnus-cache-active-hashtb):
2225         * gnus-mh.el (mh-lib-progs):
2226         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
2227         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
2228         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
2229         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
2230         (gnus-group-buffer):
2231         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
2232         (font-lock-set-defaults):
2233         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
2234         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
2235         (gnus-summary-post-menu, total-parts, type, condition, length):
2236         * gnus-agent.el (gnus-agent-read-agentview):
2237         * flow-fill.el (show-trailing-whitespace):
2238         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
2239         eval-and-compile wrappers for byte compiler pacifiers.
2240
2241         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
2242         (mm-display-inline-fontify): Check for featurep 'xemacs not
2243         extent-list.
2244
2245         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
2246         itimer-list.
2247         (mm-create-image-xemacs): Only do something for XEmacs.
2248         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
2249
2250         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
2251
2252         * gnus-registry.el (gnus-adaptive-word-syntax-table):
2253         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
2254
2255 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
2256
2257         * nnimap.el (nnimap-split-download-body):
2258         * gnus-demon.el (gnus-demon):
2259         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
2260
2261 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2262
2263         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
2264         macros.
2265         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
2266         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
2267         copy data from unibyte buffer to multibyte current buffer.
2268         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
2269         to copy data from unibyte current buffer to multibyte buffer.
2270         (nntp-make-process-buffer): Make process buffer unibyte.
2271
2272         * pop3.el (pop3-open-server): Fix typo in Lisp code.
2273
2274 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
2275
2276         * pop3.el (pop3-open-server): Accept and process data more robustly at
2277         connexion start to avoid spurious "POP SSL connexion failed" errors.
2278
2279 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2280
2281         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2282         read group names.
2283
2284 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
2285
2286         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2287
2288 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2289
2290         * nnmail.el (nnmail-parse-active): Make group names unibyte.
2291         (nnmail-save-active): Use a unibyte buffer when saving active file,
2292         which may contain non-ASCII group names.
2293
2294         * nnml.el (nnml-request-group): Decode group names in messages.
2295
2296 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
2297
2298         * message.el (message-citation-line-function)
2299         (message-insert-formatted-citation-line): Fix spelling of
2300         `message-insert-formated-citation-line'.
2301
2302 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
2303
2304         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2305
2306 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2307
2308         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2309         nnmail-pathname-coding-system.
2310
2311         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2312         that a user enters; decode group names in messages.
2313
2314         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2315
2316 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2317
2318         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2319
2320         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2321
2322         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2323         risky local variable.
2324
2325         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2326
2327 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2328
2329         * encrypt.el: Improve documentation to fix function name typo.
2330         Reported by Daiki Ueno <ueno@unixuser.org>.
2331
2332 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2333
2334         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2335         even if the point is not in the last page of an article.
2336         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2337         back to the previous page.
2338
2339 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
2340
2341         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2342
2343 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2344
2345         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2346
2347 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2348
2349         * message.el (message-check-news-body-syntax): Avoid
2350         mm-string-as-multibyte.
2351         (message-hide-headers): Don't assume (point-min)==1.
2352
2353 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2354
2355         * message.el (message-remove-blank-cited-lines): Fix if remove is
2356         given.
2357         (message-bogus-address-regexp): New variable.
2358         (message-bogus-recipient-p): New function.
2359         (message-check-recipients): New command.
2360         (message-syntax-checks): Add `bogus-recipient'.
2361         (message-fix-before-sending): Add `bogus-recipient'.
2362
2363         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2364         (gnus-treat-body-boundary): Don't test window-system.
2365
2366 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
2367
2368         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2369
2370 2007-10-28  Miles Bader  <miles@gnu.org>
2371
2372         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2373         at compile-time too.
2374
2375 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2376
2377         * gnus-msg.el (gnus-message-setup-hook): Add
2378         `message-remove-blank-cited-lines' to options.
2379
2380 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2381
2382         * message.el (message-remove-blank-cited-lines): New function.
2383         Suggested by Karl Plästerer.
2384
2385 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2386
2387         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2388         mapc.
2389
2390         * imap.el (imap-open): Replace mapcar called for effect with mapc.
2391         (top-level): Use mapc to set functions to be traced for debugging.
2392
2393         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2394         called for effect with while loop.
2395
2396         * message.el (message-talkative-question): Replace mapcar called for
2397         effect with mapc.
2398
2399         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2400         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2401         called for effect with dolist.
2402
2403         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2404
2405         * nndiary.el: Use dolist instead of mapcar to add diary headers to
2406         gnus-extra-headers and nnmail-extra-headers.
2407
2408         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2409         called for effect with dolist.
2410         (top-level): Use mapc to set functions to be traced for debugging.
2411
2412         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2413         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2414         dolist.
2415
2416         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2417         Replace mapcar called for effect with mapc.
2418         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2419         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2420         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2421         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2422
2423         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2424         remove-if that's a cl function.
2425
2426         * webmail.el (webmail-debug): Replace mapcar called for effect with
2427         dolist.
2428
2429         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
2430         with mapc.
2431
2432 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2433
2434         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2435         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2436         with while loop.
2437
2438         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2439         functions from article-* functions.
2440         (gnus-multi-decode-header): Replace mapcar called for effect with
2441         dolist.
2442
2443         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2444         (gnus-bookmark-show-details): Replace mapcar called for effect with
2445         while loop.
2446
2447         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2448         called for effect with while loop.
2449
2450         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2451         with dolist.
2452
2453         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2454         mapcar called for effect with dolist.
2455
2456         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2457
2458         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2459         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2460         Replace mapcar called for effect with dolist.
2461         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2462         mapc.
2463
2464         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2465         Replace mapcar called for effect with dolist.
2466         (gnus-topic-list): Replace mapcar called for effect with mapc.
2467
2468         * gnus.el: Use mapc instead of mapcar to add autoloads.
2469
2470 2007-10-23  Richard Stallman  <rms@gnu.org>
2471
2472         * gnus-group.el (gnus-group-highlight): Mark as risky.
2473
2474 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2475
2476         * gnus.el (gnus-server-to-method): Return method found first in
2477         gnus-newsrc-alist.
2478
2479         * gnus-art.el (gnus-article-highlight-signature)
2480         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2481         button overlay without the front stickiness.
2482
2483 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
2484
2485         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2486         overview buffer needed a catch to receive its throw.
2487         (gnus-agent-flush-cache): Declared as interactive to make this function
2488         easier to use.
2489
2490 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2491
2492         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2493         `next-line'.
2494
2495 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2496
2497         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2498         exclude address matching message-dont-reply-to-names.
2499
2500 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2501
2502         * gnus-util.el (gnus-string<): New function.
2503
2504         * gnus-sum.el (gnus-article-sort-by-author)
2505         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2506
2507 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2508
2509         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2510         the frame-focus tag is set in gnus-buffer-configuration.
2511
2512 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2513
2514         * gnus-art.el (gnus-article-add-button): Make a button overlay without
2515         the front stickiness.
2516
2517 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2518
2519         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2520         url pattern; remove duplicate one.
2521         (gnus-article-extend-url-button): New function.
2522         (gnus-article-add-buttons): Use it.
2523         (gnus-button-push): Use concatenated url that it makes.
2524
2525 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
2526
2527         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2528
2529 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2530
2531         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2532         Don't hardcode point-min==1.
2533
2534 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
2535
2536         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2537         Fix comment about "iso8859-1".
2538
2539 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
2540
2541         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2542         ones returned from the verify-function.
2543
2544         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2545         mml2015-extract-cleartext-signature if extraction failed.
2546
2547 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
2548
2549         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2550         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2551         failed.
2552
2553 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2554
2555         * Relicense "GPLv2 or later" files to "GPLv3 or later".
2556
2557 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
2558
2559         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
2560         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
2561         recommends to use EasyPG instead of PGG.
2562
2563         * pgg.el: Revert to revision 6.23.2.16
2564
2565         * pgg-def.el: Revert to revision 6.6.2.14.
2566
2567         * pgg-gpg.el: Revert to revision 6.23.2.34.
2568
2569 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2570
2571         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2572         to mark a thread as expirable.  Add variable `hide' to handle hiding of
2573         thread for both the null and zero (kill/expire thread) universal prefix
2574         cases.
2575         (gnus-summary-expire-thread): Add new function to expire a thread,
2576         using gnus-summary-kill-thread.
2577         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2578         shortcuts for gnus-summary-expire-thread.
2579         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2580         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
2581
2582 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2583
2584         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2585         extras value, so an extras entry can be deleted.
2586         (gnus-registry-delete-extra-entry): Use it.
2587         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2588         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2589         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2590         storage through the gnus-registry, and provide an appropriate API for
2591         it.
2592
2593 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2594
2595         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2596         Suggested by Leo <sdl.web@gmail.com>.
2597
2598         * gnus.el: Do.
2599
2600 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2601
2602         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2603         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
2604
2605         * gnus-agent.el (gnus-agent-fetch-headers): Do.
2606
2607         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2608         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2609
2610 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2611
2612         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2613         newline.
2614         (nnmbox-request-accept-article): Don't change article in source buffer;
2615         narrow to header to use message-fetch-field rather than
2616         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2617         (nnmbox-request-replace-article): Quote lines that'll be misidentified
2618         as delimiters; make sure article ends with newline.
2619         (nnmbox-delete-mail): Correct last position of article to be deleted;
2620         ignore X-Gnus-Newsgroup header in article body.
2621         (nnmbox-save-mail): Quote lines looking like delimiters at the right
2622         positions; make sure article ends with newline.
2623
2624         * message.el (message-display-abbrev): Don't infloop when a user
2625         inserts SPC in the beginning of header.
2626
2627         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
2628         coding-system-for-read and coding-system-for-write for XEmacs having no
2629         file-coding feature.
2630
2631         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
2632
2633 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
2634
2635         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2636         list of groups not followed by default.  Fix type to be regexp.
2637         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2638
2639 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2640
2641         * hmac-def.el (define-hmac-function): Switch from old-style to
2642         new-style backquotes.
2643
2644         * md4.el (md4-make-step): Likewise.
2645
2646 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2647
2648         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2649         raw-text coding system when saving .newsrc file, which may contain
2650         non-ASCII group names.
2651
2652 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2653
2654         * gnus-cus.el (gnus-score-extra): New widget.
2655         (gnus-score-extra-convert): New function.
2656         (gnus-score-customize): Use it for Extra.
2657
2658 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2659
2660         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2661         (mml2015-mailcrypt-clear-verify): Use it.
2662         (mml2015-gpg-clear-verify): Use it.
2663         (mml2015-pgg-clear-verify): Use it.
2664         (mml2015-epg-clear-verify): Replace the current part with the output
2665         from GnuPG; don't extract the plaintext by itself.
2666
2667         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2668         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2669         mml2015-clear-verify-function; don't touch the armor headers or
2670         dash-escaped text here.
2671
2672 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2673
2674         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2675         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2676         parts, or application/octet-stream as a last resort.
2677         (gnus-mime-view-part-as-type): Don't toggle display.
2678         (gnus-mime-view-part-as-charset): Don't turn off display before
2679         querying charset.
2680
2681         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2682         stuff to undisplayer function in Emacs.
2683         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2684
2685         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2686         text/calendar parts.
2687
2688 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2689
2690         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2691         decoding text/calendar parts.
2692
2693         * message.el (message-forward-make-body-mime): Always mark body as
2694         having no illegible text; remove signed-or-encrypted argument.
2695         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2696
2697         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2698         (mml-generate-mime-1): Don't encode body if it is specified to be in
2699         raw form; don't make buffer be unibyte when inserting multibyte string.
2700
2701 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2702
2703         * sha1.el: Fix up comment style.
2704         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2705         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2706
2707         * hex-util.el: Fix up comment style.
2708         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2709
2710         * gnus-salt.el: Use with-current-buffer.
2711         (gnus-pick-setup-message): Fix long-standing typo.
2712
2713 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2714
2715         * imap.el (imap-logout-timeout): New variable.
2716         (imap-logout, imap-logout-wait): New functions.
2717         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2718
2719         * nnimap.el (nnimap-logout-timeout): New server variable.
2720         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2721         nnimap-logout-timeout.
2722
2723         * gnus-art.el (gnus-article-summary-command-nosave)
2724         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2725
2726 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2727
2728         * gnus.el (gnus-maximum-newsgroup): New variable.
2729
2730         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2731         according to gnus-maximum-newsgroup.
2732
2733         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2734         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2735         Limit the range of articles according to gnus-maximum-newsgroup.
2736
2737 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2738
2739         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2740         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2741         Don't perform gnus-configure-windows here; reuse existing sticky
2742         article buffer.
2743
2744         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2745         it doesn't exist in gnus-article-mode.
2746
2747 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2748
2749         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2750         (gnus-agent-decoded-group-name): New function.
2751         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2752         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2753
2754 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
2755
2756         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2757         Add binding for gnus-sticky-article.
2758         (gnus-summary-exit): Don't kill sticky article buffers.
2759
2760         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2761         article buffer.
2762         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2763         (gnus-kill-sticky-article-buffers): New commands.
2764
2765 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2766
2767         * nntp.el (nntp-xref-number-is-evil): New server variable.
2768         (nntp-find-group-and-number): If it is non-nil, don't trust article
2769         numbers in the Xref header.
2770
2771 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2772
2773         * gnus-agent.el (gnus-agent-read-group): New function.
2774         (gnus-agent-flush-group, gnus-agent-expire-group)
2775         (gnus-agent-regenerate-group): Use it.
2776         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2777         nnmail-pathname-coding-system.
2778
2779 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2780
2781         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2782
2783         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2784         that are unread as unread, and also as selected so that information of
2785         marks having been changed by a user may be updated when exiting group.
2786
2787 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2788
2789         * gnus-art.el (gnus-mime-display-single): Pass part number that is
2790         calculated ignoring signature parts to gnus-treat-article.
2791
2792 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2793
2794         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2795         a point here in order to keep the window start.
2796         (gnus-insert-mime-security-button): Make a button overlay without the
2797         front stickiness.
2798         (gnus-mime-display-security): Goto the end of a button.
2799
2800         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2801
2802 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2803
2804         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2805         group-name-at-point.
2806         (gnus-group-completing-read): New function that offers decoded
2807         non-ASCII group names for completion.
2808         (gnus-fetch-group, gnus-group-read-ephemeral-group)
2809         (gnus-group-jump-to-group, gnus-group-make-group-simple)
2810         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2811         (gnus-group-fetch-control): Use it.
2812         (gnus-fetch-group): Use group-name-at-point for the initial value
2813         rather than the default value; use gnus-alive-p.
2814
2815         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2816         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2817         (gnus-summary-post-news): Use gnus-group-completing-read.
2818
2819         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2820         (gnus-read-move-group-name): Decode group name for completion.
2821
2822 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
2823
2824         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2825         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2826         Yamaoka slightly modified the code).
2827
2828 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2829
2830         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2831         (nnmail-split-incoming): Bind it.
2832
2833         * nnml.el (nnml-group-name-charset): New function.
2834         (nnml-decoded-group-name): Use it; don't decode group name if
2835         nnmail-group-names-not-encoded-p is non-nil.
2836         (nnml-encoded-group-name): New function.
2837         (nnml-group-pathname): Inline nnml-decoded-group-name.
2838         (nnml-request-expire-articles): Decode group name in message.
2839         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2840         nnmail-pathname-coding-system.
2841         (nnml-save-mail, nnml-active-number): Work with decoded group names and
2842         not decoded ones according to nnmail-group-names-not-encoded-p.
2843         (nnml-generate-active-info): Use nnml-encoded-group-name.
2844
2845 2007-08-08  Glenn Morris  <rgm@gnu.org>
2846
2847         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2848         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2849         doc-strings and comments.
2850
2851 2007-07-25  Glenn Morris  <rgm@gnu.org>
2852
2853         * Relicense all FSF files to GPLv3 or later.
2854
2855 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2856
2857         * gnus-sum.el (gnus-summary-move-article): Make
2858         gnus-summary-respool-article work.
2859
2860 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
2861
2862         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2863         string.
2864
2865 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
2866
2867         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
2868         that should be ignored when comparing distant RSS articles with local
2869         ones.
2870         (nnrss-make-hash-index): New function.  Create a hash index according
2871         to the ignored fields.
2872         (nnrss-check-group): Use it.
2873
2874 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2875
2876         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2877
2878         * gnus-art.el (article-decode-group-name): Decode Xref header too.
2879
2880         * gnus-group.el (gnus-group-make-group): Encode group name here unless
2881         the new optional argument ENCODED is non-nil.
2882         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2883         coding system for encoding group name.
2884         (gnus-group-make-rss-group): Pass un-encoded group name to
2885         gnus-group-make-group.
2886         (gnus-group-set-info): Tell gnus-group-make-group that group name is
2887         encoded.
2888
2889         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2890         Encode group name to which articles are moved or copied.
2891         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2892         coding system for encoding Newsgroup, Followup-To and Xref headers.
2893
2894         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2895         marks; use nnheader-file-coding-system to write a file.
2896         (nnagent-retrieve-headers): Bind file-name-coding-system to
2897         nnmail-pathname-coding-system.
2898
2899         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2900
2901         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2902         (nnml-request-article, nnml-request-create-group)
2903         (nnml-request-rename-group, nnml-find-id)
2904         (nnml-possibly-change-directory, nnml-possibly-create-directory)
2905         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2906         (nnml-save-marks): Use nnml-group-pathname instead of
2907         nnmail-group-pathname.
2908
2909         (nnml-request-create-group, nnml-request-expire-articles)
2910         (nnml-request-move-article, nnml-request-delete-group)
2911         (nnml-deletable-article-p, nnml-possibly-create-directory)
2912         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2913         (nnml-open-marks): Bind file-name-coding-system to
2914         nnmail-pathname-coding-system.
2915
2916         (nnml-request-article): Pass server argument to nnml-find-group-number.
2917         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2918         server argument to nnml-possibly-create-directory.
2919         (nnml-request-accept-article): Pass server argument to
2920         nnml-active-number and nnml-save-mail.
2921         (nnml-find-group-number): Pass server argument to nnml-find-id.
2922         (nnml-request-update-info): Pass server argument to
2923         nnml-marks-changed-p.
2924
2925         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2926         (nnml-save-mail, nnml-active-number): Add server argument.
2927
2928         (nnml-request-delete-group): Warn if group is missing.
2929         (nnml-get-nov-buffer): Decode group name.
2930         (nnml-generate-active-info): Encode group name.
2931         (nnml-open-marks): Decode group name in messages.
2932
2933 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2934
2935         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2936         if it is not specified.
2937         (gnus-article-pipe-part, gnus-article-save-part)
2938         (gnus-article-interactively-view-part, gnus-article-copy-part)
2939         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2940         (gnus-article-inline-part, gnus-article-save-part-and-strip)
2941         (gnus-article-replace-part, gnus-article-delete-part)
2942         (gnus-article-view-part-as-type): Pass raw prefix argument to
2943         gnus-article-part-wrapper.
2944
2945 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2946
2947         * gnus-agent.el (gnus-agent-save-active): Bind
2948         nnheader-file-coding-system to gnus-agent-file-coding-system.
2949
2950         * gnus-cache.el (gnus-cache-save-buffers)
2951         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2952         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2953         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2954         (gnus-cache-braid-nov, gnus-cache-braid-heads)
2955         (gnus-cache-generate-active, gnus-cache-rename-group)
2956         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2957         (gnus-cache-update-overview-total-fetched-for): Bind
2958         file-name-coding-system to nnmail-pathname-coding-system.
2959         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2960         variables.
2961         (gnus-cache-decoded-group-name): New function.
2962         (gnus-cache-file-name): Use it.
2963         (gnus-cache-generate-active): Use non-decoded group name for active.
2964
2965         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2966         right place.
2967         (gnus-write-active-file): Don't break non-ASCII group names.
2968
2969         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2970         nnmail-pathname-coding-system.
2971
2972         * lpath.el: Bind default-file-name-coding-system,
2973         file-name-coding-system and language-info-alist for XEmacs.
2974
2975         * gnus-uu.el (gnus-uu-decode-save): Typo.
2976
2977 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2978
2979         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2980
2981 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2982
2983         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2984         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2985         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2986         (gnus-agent-flush-group, gnus-agent-flush-cache)
2987         (gnus-agent-fetch-headers, gnus-agent-load-alist)
2988         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2989         (gnus-agent-retrieve-headers, gnus-agent-request-article)
2990         (gnus-agent-regenerate-group)
2991         (gnus-agent-update-files-total-fetched-for)
2992         (gnus-agent-update-view-total-fetched-for): Bind
2993         file-name-coding-system to nnmail-pathname-coding-system.
2994         (gnus-agent-group-pathname): Don't encode file names by
2995         nnmail-pathname-coding-system.
2996         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2997         coding-system-for-write instead of buffer-file-coding-system to
2998         gnus-agent-file-coding-system.
2999
3000         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
3001         Decode group name.
3002
3003         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
3004
3005         * gnus-start.el (gnus-update-active-hashtb-from-killed)
3006         (gnus-read-newsrc-el-file): Make group names unibyte.
3007
3008         * nnmail.el (nnmail-group-pathname): Don't encode file names by
3009         nnmail-pathname-coding-system.
3010
3011         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
3012         (nnrss-request-delete-group): Bind file-name-coding-system to
3013         nnmail-pathname-coding-system.
3014         (nnrss-read-server-data, nnrss-read-group-data): Bind
3015         file-name-coding-system correctly.
3016         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
3017
3018         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
3019         (nntp-server-to-method-cache): New variable.
3020         (nntp-group-pathname): New function that decodes non-ASCII group names.
3021         (nntp-possibly-create-directory, nntp-marks-changed-p)
3022         (nntp-save-marks, nntp-open-marks): Use it.
3023         (nntp-possibly-create-directory, nntp-open-marks):
3024         Bind file-name-coding-system to nnmail-pathname-coding-system.
3025         (nntp-open-marks): Decode group names when bootstrapping marks.
3026
3027         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
3028         Newsgroups and Folowup-To headers.
3029
3030 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3031
3032         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3033         (gnus-server-closed-face, gnus-server-denied-face)
3034         (gnus-server-offline-face): Remove variable.
3035         (gnus-server-font-lock-keywords): Use faces that are not aliases.
3036
3037         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
3038         of modifying message-stack directly for XEmacs.
3039
3040         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
3041         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
3042         if the coding-system argument is nil for XEmacs.
3043
3044         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
3045         mm-charset-override-alist.
3046
3047         * rfc2047.el: Don't require base64; require rfc2045 for the function
3048         rfc2045-encode-string.
3049         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
3050         to quote the parameter value.
3051
3052 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3053
3054         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
3055         form in gnus-group-name-charset-method-alist.
3056
3057         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
3058         overrides the default layout edit-form.
3059
3060         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
3061
3062         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
3063
3064 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3065
3066         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
3067         as unfetched articles.
3068
3069 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
3070
3071         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
3072
3073 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3074
3075         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
3076         original back end that keeps marks in the local system.
3077
3078 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3079
3080         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
3081         arg of pop-to-buffer for XEmacs.
3082         (gnus-article-read-summary-keys): Ditto; don't restore window
3083         configuration if summary command ends up with neither article buffer
3084         nor summary buffer; describe bindings if summary keys end with C-h.
3085
3086 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3087
3088         * message.el (message-fix-before-sending): Skip raw message part to be
3089         forwarded while checking illegible text.
3090         (message-forward-make-body-mime, message-forward-make-body): Mark
3091         signed or encrypted raw message as having no illegible text.
3092
3093 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3094
3095         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
3096         (gnus-message-with-timestamp-1): New macro.
3097         (gnus-message-with-timestamp): New function.
3098         (gnus-message): Use them.
3099
3100         * nnheader.el (nnheader-message): Use them.
3101
3102 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
3103
3104         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
3105         .newsrc.eld file.
3106
3107 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3108
3109         * gnus-agent.el (gnus-agent-fetch-headers)
3110         (gnus-agent-retrieve-headers): Bind
3111         gnus-decode-encoded-address-function to identity.
3112
3113         * nntp.el (nntp-send-xover-command): Recognize an xover command is
3114         available also when the server returns simply a dot.
3115
3116         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
3117
3118 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3119
3120         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
3121
3122 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3123
3124         * gnus-ems.el (gnus-x-splash): Make it work.
3125
3126         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
3127         from being used.
3128
3129         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
3130
3131 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3132
3133         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
3134         4th and the 5th arguments.
3135
3136         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
3137         the front stickiness.
3138         (gnus-article-summary-command-nosave): Correct the order of the
3139         arguments passed to pop-to-buffer.
3140         (gnus-article-read-summary-keys): Ditto; make it work properly when the
3141         summary command ends up with the article buffer.
3142
3143         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
3144         the same faces.
3145
3146 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3147
3148         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
3149
3150 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3151
3152         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
3153         * gnus-sum.el (gnus-summary-highlight):
3154         * pgg.el (pgg-sign-region, pgg-sign):
3155         * mail-source.el (mail-source-delete-old-incoming-confirm):
3156         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
3157
3158 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3159
3160         * gnus-art.el (gnus-mime-view-part-externally)
3161         (gnus-mime-view-part-internally): Fix predicate function passed to
3162         completing-read.
3163
3164         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
3165
3166         * gnus.el (gnus-update-message-archive-method): Add :version.
3167
3168 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3169
3170         * gnus.el (gnus-update-message-archive-method): New variable.
3171
3172         * gnus-start.el (gnus-setup-news): Update saved "archive" method
3173         according to gnus-message-archive-method if
3174         gnus-update-message-archive-method is non-nil.
3175
3176 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3177
3178         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
3179         by Loic Dachary <loic@dachary.org>.
3180         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
3181
3182 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3183
3184         * message.el (message-pop-to-buffer): Add switch-function argument.
3185         (message-mail): Pass switch-function argument to it.
3186
3187 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
3188
3189         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
3190         Improve doc string.
3191
3192 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3193
3194         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3195         (gnus-header-content)
3196         * gnus-cite.el (gnus-cite-10)
3197         * gnus-srvr.el (gnus-server-closed)
3198         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3199         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3200         (gnus-group-mail-3-empty, gnus-group-mail-low)
3201         (gnus-group-mail-low-empty, gnus-splash)
3202         * message.el (message-header-to, message-header-cc)
3203         (message-header-subject, message-header-other, message-header-name)
3204         (message-header-xheader, message-separator, message-cited-text)
3205         (message-mml): Lighten colors of faces used for dark background.
3206
3207 2007-05-24  Simon Josefsson  <simon@josefsson.org>
3208
3209         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3210         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
3211
3212 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3213
3214         * message.el (message-narrow-to-headers-or-head):
3215         Ignore mail-header-separator in the body.
3216
3217 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3218
3219         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
3220         same as window size.
3221
3222 2007-05-22  Kevin Ryde  <user42@zip.com.au>
3223
3224         * message.el (message-font-lock-keywords): Use message-header-xheader
3225         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
3226         ahead of the anything pattern, to get it recognised.
3227
3228 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3229
3230         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
3231         spam.el loads uses it in the compiled defadvice form.
3232
3233 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
3234
3235         * gnus-sum.el (gnus-articles-to-read)
3236         (gnus-summary-insert-old-articles): Don't truncate group name for
3237         `read-string'.
3238
3239         * gnus-util.el (gnus-limit-string): Delete this function.
3240
3241         * gnus-sum.el (gnus-simplify-subject-fully): Use
3242         `truncate-string-to-width' instead.
3243
3244 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
3245
3246         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
3247         if, on summary exit, the next group has to be selected.
3248         (gnus-summary-exit): Use it.
3249
3250 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
3251
3252         * gnus-art.el (gnus-article-mode): Fix comment about displaying
3253         non-break space.
3254
3255 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3256
3257         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
3258         Check if group is not a directory.
3259         (nnfolder-request-expire-articles): Don't delete articles if the target
3260         group is not available.
3261
3262         * nnml.el (nnml-request-create-group): Properly check if group is not a
3263         file.
3264         (nnml-request-expire-articles): Don't delete articles if the target
3265         group is not available.
3266
3267         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3268         Don't quote characters that are within parentheses.
3269
3270 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3271
3272         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3273         (gnus-handle-ephemeral-exit): Select article according to it.
3274
3275 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
3276
3277         * message.el (message-insert-formated-citation-line): Remove newline.
3278         (message-citation-line-format): Add final \n here so that the user can
3279         avoid a blank line.
3280
3281 2007-05-03  Dan Christensen  <jdc@uwo.ca>
3282
3283         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3284         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3285         Update lanl/arXiv support.
3286
3287 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3288
3289         * gnus.el: Bump version number.
3290
3291 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3292
3293         * gnus.el (gnus-version-number): Bump version.
3294
3295 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3296
3297         * gnus.el: No Gnus v0.6 is released.
3298
3299 2007-04-27  Didier Verna  <didier@xemacs.org>
3300
3301         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3302         * gmm-utils.el (gmm-regexp-concat): here.
3303         * message.el: Don't require 'gnus-util.
3304         (message-dont-reply-to-names): Handle name change above.
3305         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3306
3307 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3308
3309         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3310         since the initial value varies according to the system.
3311
3312 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3313
3314         * mm-util.el (mm-charset-synonym-alist): Defcustom.
3315
3316 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
3317
3318         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3319
3320 2007-04-24  Didier Verna  <didier@xemacs.org>
3321
3322         Improve the type of gnus-ignored-from-addresses.
3323         * gnus-util.el (gnus-orify-regexp): New function.
3324         * message.el (gnus-util): Require it.
3325         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3326         * gnus-sum.el (gnus-ignored-from-addresses): New function.
3327         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3328
3329 2007-04-24  Didier Verna  <didier@xemacs.org>
3330
3331         * gnus-sum.el:
3332         * gnus-utils.el: Fix some trailing whitespaces.
3333
3334 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3335
3336         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3337         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3338         article's Message-ID; refer parent article in summary buffer.
3339
3340         * message.el (message-bounce): Call mime-to-mml.
3341
3342         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
3343         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
3344         optimize and/or forms properly.
3345
3346 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
3347
3348         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
3349         URL.
3350
3351 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3354
3355 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3356
3357         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3358         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3359         displayed of multipart/alternative part if it is invoked from summary
3360         buffer.
3361
3362         * mm-view.el (mm-inline-text-html-render-with-w3m)
3363         (mm-inline-text-html-render-with-w3m-standalone)
3364         (mm-inline-render-with-function): Use mail-parse-charset by default.
3365
3366 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
3367
3368         * parse-time.el (parse-time-string-chars): Check if CHAR
3369         is less than the length of parse-time-syntax.
3370
3371 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3372
3373         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3374         from gnus-newsgroup-processable.
3375
3376 2007-04-16  Didier Verna  <didier@xemacs.org>
3377
3378         * gnus-msg.el (gnus-configure-posting-styles): Handle
3379         message-signature-directory properly with :file syntax.  Reported by
3380         "Leo".
3381
3382 2007-04-11  Didier Verna  <didier@xemacs.org>
3383
3384         New user option: message-signature-directory.
3385         * gnus-msg.el (gnus-configure-posting-styles): Support it.
3386         * message.el (message-insert-signature): Ditto.
3387         * message.el (message-signature-file): Doc update.
3388         * message.el (message-signature-directory): New.
3389
3390 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3391
3392         * gnus-msg.el (gnus-inews-yank-articles): Use
3393         message-exchange-point-and-mark instead of exchange-point-and-mark.
3394
3395 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3396
3397         * message.el (message-yank-original): Make sure cited text ends with
3398         newline; don't exchange point and mark.
3399
3400 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
3401
3402         * tls.el (open-tls-stream): Properly handle case where there
3403         is no associated buffer.
3404
3405 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
3406
3407         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3408         message-yank-original, make sure (< mark TEXT point).
3409
3410 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3411
3412         * message.el (message-fill-column): New variable.
3413         (message-mode): Use it.  Add comment on a possible new hook.
3414
3415         * nnmail.el (nnmail-spool-file): Mark as obsolete.
3416         (nnmail-get-new-mail): Reformat.
3417
3418         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3419
3420         * gmm-utils.el: Fix Commentary.
3421         (gmm-tool-bar-from-list): Fix typo in doc string.
3422
3423 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
3424
3425         * message.el (message-yank-original): Don't switch point and mark
3426         unnecessarily to put point and mark as documented.
3427
3428 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3429
3430         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3431         from the message heads.
3432
3433 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
3434
3435         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3436         article buffer does not have a window.  This may not be the best
3437         solution but is certainly better than setting the start of the null,
3438         that is the current, window.
3439
3440 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3441
3442         * gnus-draft.el (gnus-draft-setup-hook): New hook.
3443         (gnus-draft-setup): Run it.
3444
3445         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3446         gnus-score-fast-scoring.  Allow regexp.
3447         (gnus-score-headers): Use it.
3448
3449         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3450         XEmacs.
3451
3452         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3453         string.
3454         (gnus-button-alist): Also catch `<f1> k ...'.
3455         (gnus-treat-display-x-face): Fix doc string.
3456
3457 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3458
3459         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3460         evaluation of gnus-extended-version to ensure correct generation of the
3461         User-Agent header when message-generate-headers-first is used.
3462
3463 2007-03-24  Simon Josefsson  <simon@josefsson.org>
3464
3465         * hashcash.el (hashcash-generate-payment-async): Don't crash if
3466         hashcash-path is nil.  Don't call callback with incorrect number of
3467         parameters if val is 0.
3468
3469 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3470
3471         * message.el (message-required-news-headers):
3472         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3473
3474 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3475
3476         * tls.el (open-tls-stream): In handshake-waiting loop,
3477         don't wait more if there is output available to process.
3478
3479 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3480
3481         * tls.el (tls-program): Doc fix.
3482
3483 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3484
3485         * message.el (message-generate-new-buffers): Change the meaning of the
3486         nil value; add `standard' to the choices; treat t as `unique'; improve
3487         doc string.
3488         (gnus-select-frame-set-input-focus): Autoload.
3489         (message-buffer-name): Search for the existing message buffer if
3490         message-generate-new-buffers is nil or `standard'; treat the value t of
3491         message-generate-new-buffers as `unique'.
3492         (message-pop-to-buffer): Raise the frame already displaying the message
3493         buffer; clear the echo area after querying.
3494         (message-setup): Pass the `continue' argument to compose-mail.
3495         (message-mail): Prefer `switch-function' if it is given; search for the
3496         existing message buffer if the `continue' argument is non-nil; pass
3497         continue and switch-function arguments to compose-mail by way of
3498         message-setup.
3499         (message-mail-other-window): Adjust argument of message-setup.
3500         (message-mail-other-frame): Ditto.
3501
3502 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3503
3504         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3505         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3506         to turn font-lock on when turning gnus-message-citation-mode on.
3507
3508 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
3509
3510         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3511         (mml-smime-function-alist): New variable; add epg as the backend.
3512         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3513         mml-smime- functions instead.
3514         * mm-view.el: Require smime.
3515
3516 2007-03-05  Didier Verna  <didier@xemacs.org>
3517
3518         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3519         instead of just inheritance for posting styles.
3520         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3521
3522 2007-02-24  Chris Moore  <dooglus@gmail.com>
3523
3524         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3525         * pgg-pgp.el (pgg-pgp-encrypt-region):
3526         * pgg-gpg.el (pgg-gpg-encrypt-region):
3527         Check pgg-encrypt-for-me if no other recipients.
3528
3529 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3530
3531         * tls.el (tls-certtool-program): Fix custom type.
3532
3533 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3534
3535         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3536         and point-at-eol instead of line-(beginning|end)-position.
3537
3538         * assistant.el (assistant-parse-buffer): Ditto.
3539
3540         * netrc.el (netrc-parse-services): Ditto.
3541
3542 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
3543
3544         * mml2015.el (mml2015-epg-find-usable-key): New function.
3545         (mml2015-epg-sign): Use it.
3546         (mml2015-epg-encrypt): Use it.
3547
3548 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3549
3550         * message.el (message-make-in-reply-to): Quote name containing
3551         non-ASCII characters.  It will make the RFC2047 encoder cause an error
3552         if there are special characters.  Reported by NAKAJI Hiroyuki
3553         <nakaji@jp.freebsd.org>.
3554
3555 2007-02-27  Didier Verna  <didier@xemacs.org>
3556
3557         Include the group parameters as well as the topic ones in the
3558         inheritance filter process.
3559         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3560         argument GROUP-PARAMS-LIST.
3561         * gnus-topic.el (gnus-group-topic-parameters): Use it.
3562
3563 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3564
3565         * nntp.el (nntp-never-echoes-commands)
3566         (nntp-open-connection-functions-never-echo-commands): New variables.
3567         (nntp-send-command): Use them.
3568
3569 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
3570
3571         * mml2015.el (mml2015-epg-verify): Simplified.
3572
3573 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3574
3575         * mml.el (mml-content-disposition-alist): New user option.
3576         (mml-content-disposition): New function.
3577         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3578         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3579
3580 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
3581
3582         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3583         verification.
3584
3585 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3586
3587         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3588         articles posted in the last 24 hours.
3589
3590 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
3591
3592         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3593
3594 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
3595
3596         * nntp.el (nntp-send-command): Don't wait for echoes when
3597         nntp-open-ssl-stream is used.
3598
3599 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3600
3601         * gnus-cite.el (gnus-test-font-lock-add-keywords)
3602         (gnus-message-add-citation-keywords)
3603         (gnus-message-remove-citation-keywords): Remove.
3604         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3605         directly, make the variables in font-lock-defaults buffer-local, add
3606         gnus-message-citation-keywords to them and then update the value of
3607         font-lock-keywords.
3608
3609 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3610
3611         * message.el (message-cite-original-1): Don't call
3612         gnus-article-highlight-citation.
3613
3614         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3615         citations; fix line count.
3616
3617 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3618
3619         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3620         (gnus-message-add-citation-keywords)
3621         (gnus-message-remove-citation-keywords): Use it; fix the emulating
3622         versions of font-lock-add-keywords and font-lock-remove-keywords to
3623         work with XEmacs correctly.
3624
3625 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3626
3627         * gnus-cite.el (gnus-cite-face-list): Set the values of
3628         gnus-message-max-citation-depth and gnus-message-citation-keywords.
3629         (gnus-message-max-citation-depth): Use defvar rather than defconst.
3630         (gnus-message-cite-prefix-regexp): New variable.
3631         (gnus-message-search-citation-line): Use it; protect against long
3632         citation prefix; fill match data with nil rather than 0 for XEmacs; set
3633         the 0th match data for Emacs.
3634         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3635         (gnus-message-add-citation-keywords): Append keywords rather than
3636         prepending; emulate font-lock-add-keywords if it is not available.
3637         (gnus-message-remove-citation-keywords): Emulate
3638         font-lock-remove-keywords if it is not available.
3639
3640         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3641
3642         * message.el (message-cite-prefix-regexp): Set the value of
3643         gnus-message-cite-prefix-regexp.
3644
3645 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3646
3647         * nnweb.el (nnweb-google-parse-1): Update parser.
3648
3649 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3650
3651         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3652
3653 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3654
3655         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3656         regexp.
3657
3658 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3659
3660         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3661         string-to-multibyte.
3662         (uudecode-decode-region-internal): Use it.
3663
3664         * lpath.el: Fbind string-as-multibyte for XEmacs.
3665
3666 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3667
3668         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3669         custom choice.
3670
3671         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3672
3673 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3674
3675         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3676
3677         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3678         `write-region' to respect `mm-inhibit-file-name-handlers'.
3679
3680 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3681
3682         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3683         Use gnus-home-directory instead of "~/" or "$HOME".
3684
3685 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3686
3687         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3688         to mention filename.
3689         Add comments at beginning regarding usage.
3690         (encrypt-write-file-contents): Change interactive so a string is
3691         acceptable.  If the file has no associated model, show an error instead
3692         of a nonsense prompt.
3693
3694 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3695
3696         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3697         Thanks to Yoshihiko Yamada for kind notification of this typo.
3698
3699 2007-01-12  Kenichi Handa  <handa@m17n.org>
3700
3701         * uudecode.el (uudecode-decode-region-internal): Make it work in a
3702         multibyte buffer.
3703
3704 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3705
3706         * gnus-score.el (gnus-score-fast-scoring): New variable.
3707         (gnus-score-headers): Use it.
3708
3709         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3710
3711         * message.el (message-cite-original-1): Call
3712         gnus-article-highlight-citation if requested.
3713         (message-make-from): Allow name and address as optional arguments.
3714
3715         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3716
3717         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3718         bugs to doc string.
3719         (gnus-button-alist): Add mid\\|message-id.
3720         (gnus-button-fetch-group): Extend for use in
3721         `browse-url-browser-function'.
3722         (gnus-button-url-regexp): Try to catch paired parentheses like in
3723         Wikipedia URLs.
3724
3725         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3726         Suggested by Simon Krahnke <overlord@gmx.li>.
3727
3728 2007-01-13  Romain Francoise  <romain@orebokech.com>
3729
3730         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3731         Update copyright.
3732
3733 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
3734
3735         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3736
3737 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3738
3739         * gnus-registry.el (gnus-registry-unfollowed-groups)
3740         (gnus-registry-split-fancy-with-parent): Fix documentation.
3741
3742 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3743
3744         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3745         from nnweb groups.
3746
3747 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3748
3749         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3750         Xref urls.  Erase buffer before requesting head.
3751
3752 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3753
3754         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
3755         customizable.
3756
3757 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
3758
3759         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3760         no signing key is found.
3761         (mml2015-epg-encrypt): Ask user whether to skip or abort if
3762         no encrypting and/or signing key is found.
3763
3764 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3765
3766         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3767
3768 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3769
3770         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3771         headers read from disk with the ones newly found in the current search.
3772         This should no longer cause problems, because the article numbers in
3773         Gmane's `nov.php' output are ignored since the previous change.
3774
3775 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3776
3777         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3778
3779 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3780
3781         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
3782         replace-regexp-in-string; bind url-version; fbind display-images-p and
3783         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
3784         find-face and set-itimer-function for Emacs; bind itimer-list for
3785         Emacs.
3786
3787         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3788
3789 2007-01-01  Romain Francoise  <romain@orebokech.com>
3790
3791         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3792
3793 2006-12-31  Steve Youngs  <steve@sxemacs.org>
3794
3795         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3796         `define-minor-mode' macro definition expanded properly.
3797         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3798         exclude it there.
3799
3800         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3801         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
3802         `fboundp' test.
3803         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3804         This is OK to autoload in (S)XEmacs now.
3805
3806 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3807
3808         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3809         keystroke.
3810         (gnus-summary-limit-to-singletons): Fix typo.
3811
3812         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3813         else fails.
3814
3815 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3816
3817         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3818         docstring.
3819
3820         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3821         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3822         (gnus-summary-insert-dormant-articles): Fix typo in message.
3823
3824 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3825
3826         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3827         nil for XEmacs.
3828         (gnus-message-citation-mode): Don't autoload in XEmacs.
3829
3830         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3831
3832 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
3833
3834         * nnimap.el (nnimap-expunge-search-string): Mention
3835         nnimap-search-uids-not-since-is-evil in docstring.
3836
3837 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3838
3839         * spam.el: Revert to make-obsolete-variable because
3840         define-obsolete-variable-alias is not supported in Emacs 21.
3841
3842         * spam.el (spam-ifile-path, spam-ifile-database-path)
3843         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3844         make-obsolete-variable.
3845         (spam-bsfilter-path, spam-bsfilter-program)
3846         (spam-spamassassin-path, spam-spamassassin-program)
3847         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
3848         use "path" inappropriately.
3849         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3850         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3851         variable names.
3852
3853 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
3854
3855         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3856         summary buffer.
3857
3858         * password.el (password-cache-remove): Use clear-string to burn
3859         password, if available.
3860
3861 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3862
3863         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3864
3865         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3866
3867         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3868         (gnus-message-highlight-citation): Move defcustom here from
3869         gnus-cite.el.
3870         (gnus-message-citation-mode): Autoload.
3871
3872         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
3873         checks to make it compile with XEmacs.
3874         (gnus-message-citation-mode): New minor mode.
3875         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3876         (gnus-message-highlight-citation): New variables.
3877         (gnus-message-search-citation-line)
3878         (gnus-message-add-citation-keywords)
3879         (gnus-message-remove-citation-keywords)
3880         (turn-on-gnus-message-citation-mode)
3881         (turn-off-gnus-message-citation-mode): New functions.
3882
3883 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
3884
3885         * gnus-cite.el: Enable highlighting of different citation levels in
3886         message-mode.
3887
3888 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3889
3890         * message.el (message-make-fqdn): Fix comment.
3891         (message-bogus-system-names): Add ".local".
3892
3893         * spam.el (spam-ifile-path, spam-ifile-program)
3894         (spam-ifile-database-path, spam-ifile-database)
3895         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3896         Don't use "path" inappropriately.
3897         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3898         strings.
3899         (spam-check-ifile, spam-ifile-register-with-ifile)
3900         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3901         new variable names.
3902
3903         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3904         (gnus-treat-display-smileys): Simplify using
3905         gnus-image-type-available-p.
3906
3907         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3908         available.
3909
3910         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
3911         `display-images-p' if available.
3912
3913 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3914
3915         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3916         one after turning on the buffer's multibyteness instead of decoding
3917         them directly in the unibyte buffer that causes unexpected conversion
3918         in Emacs 23 (unicode).
3919
3920 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3921
3922         * message.el (message-generate-hashcash): Fix custom type.
3923
3924 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3925
3926         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3927
3928 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3929
3930         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3931         disconnect icons.  Add help text.
3932
3933 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
3934
3935         * spam.el (spam-extra-header-to-number): CRM114 spam score is
3936         negated to be consistent with the others we handle.
3937
3938 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3939
3940         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3941         version of gnus-summary-buffer to something, so that we can use two
3942         article buffers at the same time.
3943
3944 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
3945
3946         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3947         trigger all the extra headers.
3948         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3949         sorting.
3950
3951 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3952
3953         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3954         solid groups.
3955
3956 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
3957
3958         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3959
3960 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3961
3962         * legacy-gnus-agent.el: Add Copyright notice.
3963
3964 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
3965
3966         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3967
3968 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3969
3970         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3971
3972         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3973         to make it work reliably in CVS Emacs.
3974         (gnus-summary-limit-strange-charsets-predicate)
3975         (gnus-summary-limit-to-predicate): New functions.
3976
3977 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
3978
3979         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3980         specifying array size.
3981         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3982         array if it is too small.
3983         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3984         (gnus-sort-threads-loop): New function.
3985
3986 2006-12-06  Chris Moore  <dooglus@gmail.com>
3987
3988         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3989         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3990
3991 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
3992
3993         * mm-url.el (mm-url-predefined-programs): Call curl with correct
3994         options.
3995
3996 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3997
3998         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3999         DOS-ing the recipient.
4000
4001         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
4002         the headers when creating the mapping to avoid mismappings.
4003         (nnweb-gmane-create-mapping): Always nix out old mapping.
4004
4005 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4006
4007         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
4008         and mm-verify-option to never.
4009
4010 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4011
4012         * message.el (message-signed-or-encrypted-p): New function.
4013         (message-forward-make-body): Use it.
4014
4015         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
4016         Replace encode-coding-string with mm-encode-coding-string.
4017
4018 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4019
4020         * nneething.el (nneething-decode-file-name): Replace
4021         decode-coding-string with mm-decode-coding-string.
4022
4023         * gnus-int.el (gnus-open-server): Say failed server's name.
4024
4025 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4026
4027         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4028         strings to a single string.  Quote `errors-file-name'.
4029         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4030         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4031         Adjust calls.  Use `shell-quote-argument'.
4032
4033 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
4034
4035         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
4036         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
4037
4038         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
4039         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
4040         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
4041         (gnus-group-make-directory-group, gnus-group-transpose-groups):
4042         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
4043         (gnus-subscribe-newsgroup, gnus-1):
4044         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
4045         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
4046         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
4047         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
4048
4049 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4050
4051         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
4052         keystroke.
4053         (gnus-summary-limit-to-bodies): Implement headersp.
4054
4055 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4056
4057         * dns.el (query-dns): Protect against "Process dns deleted" strings.
4058
4059 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4060
4061         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
4062
4063 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4064
4065         * message.el (message-generate-hashcash): Expand range of values to
4066         include `opportunistic'.
4067         (message-send-mail): Use it.
4068
4069 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4070
4071         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
4072         and comment it.
4073
4074         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
4075
4076 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
4077
4078         * gnus-util.el (gnus-extract-address-components): Improve comment.
4079
4080 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4081
4082         * gnus-util.el (gnus-extract-address-components): Work with address in
4083         which the name portion contains @.
4084
4085         * lpath.el: Fbind custom-autoload.
4086
4087 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4088
4089         * gnus.el (gnus-start): Move custom group up.
4090         (gnus-select-method): Don't autoload, but make it available for
4091         `customize-variable'.
4092         (gnus-getenv-nntpserver): Don't autoload.
4093
4094 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
4095
4096         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
4097
4098 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4099
4100         * message.el (message-sendmail-extra-arguments): New variable.
4101         (message-send-mail-with-sendmail): Use it.
4102
4103 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4104
4105         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
4106         mm-with-unibyte-current-buffer to make string unibyte.
4107
4108         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
4109         mm-string-as-multibyte.
4110
4111 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
4112
4113         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
4114         Reported by Werner Koch <wk@gnupg.org>.
4115
4116 2006-11-14  Daiki Ueno  <ueno@p360>
4117
4118         * mml2015.el: Autoload epa-select-keys when compiling.
4119
4120 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4121
4122         * mml2015.el (mml2015-epg-sign): Save the signing keys in
4123         message-options.
4124         (mml2015-epg-encrypt): Save the recipient keys in message-options.
4125
4126 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4127
4128         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
4129         EasyPG (< 0.0.6).
4130         (mml2015-always-trust): New user option.
4131         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
4132         prompt.
4133
4134 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4135
4136         * nntp.el (nntp-authinfo-force): New variable.
4137         (nntp-send-authinfo): Use it.
4138
4139 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
4140
4141         * message.el (message-strip-subject-encoded-words): Allow _not_ to
4142         decode encoded words.  Improve prompt.  Add comment about forwarding.
4143         (message-replacement-char): Move up.
4144
4145 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4146
4147         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
4148         instead of gnus-intersection because arguments of gnus-sorted-nunion
4149         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
4150
4151 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
4152
4153         * message.el (message-strip-subject-encoded-words): Reformat prompt.
4154         (message-simplify-subject-functions): Enable
4155         message-strip-subject-encoded-words by default.
4156
4157 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
4158
4159         * message.el (message-strip-subject-encoded-words): New function
4160         (message-simplify-subject-functions): New variable.
4161         (message-simplify-subject): Use it.  Fix typo in doc string.
4162         Support message-strip-subject-encoded-words.
4163
4164 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4165
4166         * gnus-diary.el (gnus-diary-delay-format-function):
4167         * nndiary.el (nndiary-reminders):
4168         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
4169
4170 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4171
4172         * gnus-art.el (article-hide-boring-headers): Fetch date from
4173         gnus-original-article-buffer to avoid problems with localized date
4174         strings.
4175
4176 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4177
4178         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
4179
4180 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
4181
4182         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
4183         New variables.
4184         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4185         (mm-charset-synonym-alist): Move some entries to
4186         mm-codepage-iso-8859-list.
4187         (mm-charset-synonym-alist, mm-charset-override-alist): Add
4188         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4189
4190 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4193
4194 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4195
4196         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4197         with Emacs 21 and XEmacs.
4198
4199 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4200
4201         * spam.el (spam-parse-address): New function for better parsing,
4202         catching errors, etc.
4203         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4204
4205 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4206
4207         * mm-view.el: Add interactive arg to html2text autoload.
4208
4209 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4212
4213 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
4214
4215         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4216         variables.
4217         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4218         (mm-charset-synonym-alist): Move some entries to
4219         mm-codepage-iso-8859-list.
4220
4221         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4222
4223 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
4224
4225         * message.el (message-citation-line-format)
4226         (message-insert-formated-citation-line): Fix implementation of %E, %N
4227         and %n according to the doc string.
4228
4229 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
4230
4231         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4232         car-safe to avoid bad parses.
4233
4234 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4235
4236         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
4237         names.
4238
4239         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
4240
4241 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4242
4243         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
4244         header.
4245
4246         * message.el (message-draft-headers): Add Date.
4247         (message-headers-to-generate): Fix typo in docstring.
4248
4249         * nndraft.el (nndraft-required-headers): New variable.
4250         (nndraft-generate-headers): Use it.
4251
4252         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
4253
4254 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4255
4256         * gnus-registry.el (gnus-registry-wash-for-keywords)
4257         (gnus-registry-find-keywords): New functions to allow easy searching of
4258         articles that are in the registry.
4259
4260 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4261
4262         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4263         ietf-drums-parse-address instead of gnus-extract-address-components.
4264         Reported by Damien Elmes <damien@repose.cx>.
4265
4266 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4267
4268         * gnus.el (gnus-mime): Remove unused custom group.
4269
4270 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4271
4272         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
4273         "blank line" when searching for end of armor headers.
4274
4275 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4276
4277         * gmm-utils.el (gmm-write-region): Fix variable name.
4278
4279 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4280
4281         * gmm-utils.el (gmm-write-region): New function based on compatibility
4282         code from `mm-make-temp-file'.
4283
4284         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
4285
4286         * nnmaildir.el (nnmaildir--update-nov)
4287         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
4288         Use `gmm-write-region'.
4289
4290 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4291
4292         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
4293         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4294
4295         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
4296
4297         * message.el (message-replacement-char): New variable.
4298         (message-fix-before-sending): Use it.
4299         (message-simplify-subject): New function to remove duplicate code.
4300         (message-reply, message-followup): Use it.
4301
4302         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4303         gnus-summary-limit-to-articles.
4304
4305 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4306
4307         * gnus-util.el (gnus-with-local-quit): New macro.
4308
4309         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
4310
4311 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
4312
4313         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4314         ignore non-string data.
4315
4316 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
4317
4318         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4319         non-string data (needs to be done in the registry too).
4320
4321 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4322
4323         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4324         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4325         (gnus-registry-split-fancy-with-parent)
4326         (gnus-registry-fetch-simplified-message-subject-fast)
4327         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4328         Remove text properties on ingress into the registry and when it's saved.
4329         (gnus-registry-clean-empty-function): Fix bug with cleaning the
4330         registry from entries with no groups.
4331
4332 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4333
4334         * gnus-util.el (gnus-string-remove-all-properties): Add utility
4335         function to remove string properties.
4336
4337 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4338
4339         * gmm-utils.el (gmm): Adjust custom version.
4340
4341         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4342         custom version.
4343
4344         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4345
4346 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4347
4348         * gnus-art.el (gnus-insert-prev-page-button)
4349         (gnus-insert-next-page-button): Simplify.  Reformat.
4350
4351 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4352
4353         * gnus-art.el (gnus-insert-prev-page-button)
4354         (gnus-insert-next-page-button): Apply gnus-article-button-face.
4355
4356 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4357
4358         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4359
4360 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4361
4362         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4363         gnus-article-button-face to MIME and security buttons.
4364
4365 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
4366
4367         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4368         readable.
4369
4370 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4371
4372         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
4373
4374 2006-09-20  Steve Youngs  <steve@sxemacs.org>
4375
4376         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4377         `browse-url-of-file' instead of `browse-url'.
4378
4379 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4380
4381         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4382         regexp.  Articles containing quotation were cut prematurely.
4383
4384 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4385
4386         * message.el (message-cite-original-1): Use nobody by default for the
4387         value of From header.
4388         (message-reply): Ditto.
4389
4390 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
4391
4392         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4393         to the gnus-info.  This fixes a bug of inline-PGP message verification.
4394         Reported by Michael Piotrowski <mxp@dynalabs.de>.
4395
4396 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
4397
4398         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4399         mails in the doc string.  Add some URLs in comment.
4400         (pop3-movemail): Warn about pop3-leave-mail-on-server.
4401
4402 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4403
4404         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4405         backslashes handling and the way to find boundaries of quoted strings.
4406
4407 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
4408
4409         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4410         mml1991-encrypt-to-self is set and mml1991-signers is not set.
4411         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4412         mml2015-encrypt-to-self is set and mml2015-signers is not set.
4413
4414 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4415
4416         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
4417         doc string.
4418         (gnus-button-regexp, gnus-button-last): Remove unused variables.
4419
4420 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * lpath.el: Fbind epg-check-configuration.
4423
4424 2006-09-06  Simon Josefsson  <jas@extundo.com>
4425
4426         * mml2015.el (mml2015-use): Doc fix, mention epg.
4427
4428 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4429
4430         * mml2015.el (mml2015-use): Default to epg, if available.
4431
4432 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4433
4434         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4435         message-sender.
4436         (mml1991-epg-encrypt): Ditto.
4437         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4438         message-sender.
4439         (mml2015-epg-encrypt): Ditto.
4440
4441 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
4442
4443         * message.el (message-send-mail-with-sendmail): Look for sendmail in
4444         several common directories.
4445
4446 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
4447
4448         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4449         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4450
4451 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4452
4453         * gnus-art.el (article-decode-encoded-words): Make it fast.
4454
4455 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4456
4457         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4458
4459         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4460         in quoted string into `\'.
4461
4462 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4463
4464         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4465         Use standard-syntax-table.
4466
4467 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4468
4469         * gnus-art.el (gnus-decode-address-function): New variable.
4470         (article-decode-encoded-words): Use it to decode headers which are
4471         assumed to contain addresses.
4472         (gnus-mime-delete-part): Remove useless `or'.
4473
4474         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4475         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4476         (gnus-nov-parse-line): Use it to decode From header.
4477         (gnus-get-newsgroup-headers): Ditto.
4478         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4479
4480         * mail-parse.el (mail-decode-encoded-address-region): New alias.
4481         (mail-decode-encoded-address-string): New alias.
4482
4483         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4484         New function.
4485         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4486         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4487         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4488         (rfc2047-decode-string): Ditto.
4489         (rfc2047-decode-address-region): New function.
4490         (rfc2047-decode-address-string): New function.
4491
4492 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
4493
4494         * message.el (message-caesar-buffer-body): Allow rotating headers.
4495
4496         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4497
4498         * message.el (message-insert-formated-citation-line): Fix %f.
4499         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4500
4501 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4502
4503         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4504         (gnus-bookmark-mouse-available-p): New macro.
4505         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4506         (gnus-bookmark-bmenu-show-infos): Use it.
4507         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4508         (gnus-bookmark-bmenu-hide-infos): Ditto.
4509         (gnus-bookmark-remove-properties): New function.
4510         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4511         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4512         (gnus-bookmark-write-file): Bind coding-system-for-write.
4513         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4514         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4515         group before selecting it.
4516         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4517         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4518         quit-window if it is not available; use gnus-mouse-2 and bind it to
4519         gnus-bookmark-bmenu-select-by-mouse.
4520         (gnus-bookmark-show-details): Remove unused variable `details-list'.
4521         (gnus-bookmark-bmenu-select-by-mouse): New function.
4522
4523 2006-08-13  Romain Francoise  <romain@orebokech.com>
4524
4525         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4526         space.
4527
4528 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4529
4530         * compface.el (uncompface): Use binary rather than raw-text-unix.
4531
4532 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4533
4534         * compface.el (uncompface): Make sure the eol conversion doesn't take
4535         place when communicating with the external programs.  Reported by
4536         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4537
4538 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4539
4540         * nnheader.el (nnheader-insert-head): Fix typo in comment.
4541
4542 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4543
4544         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4545         Make it more robust by parsing author and date independently.
4546
4547 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4548
4549         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4550
4551 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
4552
4553         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4554         first matching secret key.
4555         (mml2015-epg-encrypt): Ditto.
4556
4557         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4558         first matching secret key.
4559         (mml1991-epg-encrypt): Ditto.
4560
4561         * mml2015.el (mml2015-encrypt-to-self): New user option.
4562         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4563         mml2015-epg-encrypt-to-self is set.
4564
4565         * mml1991.el (mml1991-encrypt-to-self): New variable.
4566         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4567         mml1991-epg-encrypt-to-self is set.
4568
4569         * mml2015.el (mml2015-signers): New user option.
4570         (mml2015-epg-sign): Reflect the value of mml2015-signers.
4571         (mml2015-epg-encrypt): Allow to select signing keys.
4572
4573         * mml1991.el (mml1991-signers): New variable.
4574         (mml1991-epg-sign): Reflect the value of mml1991-signers.
4575         (mml1991-epg-encrypt): Allow to select signing keys.
4576
4577 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4578
4579         * nnheader.el (nnheader-insert-head): Make it work even if the file
4580         uses CRLF for the line-break code.
4581
4582 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
4583
4584         * mml2015.el: Require mml-sec instead of password.
4585         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4586         (mml2015-cache-passphrase): Inherit the default value from
4587         mml-secure-cache-passphrase.
4588         (mml2015-passphrase-cache-expiry): Inherit the default value from
4589         mml-secure-passphrase-cache-expiry.
4590
4591         * mml1991.el: Require mml-sec instead of password.
4592         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4593         (mml1991-cache-passphrase): Inherit the default value from
4594         mml-secure-cache-passphrase.
4595         (mml1991-passphrase-cache-expiry): Inherit the default value from
4596         mml-secure-passphrase-cache-expiry.
4597
4598         * mml-sec.el: Require password.
4599         (mml-secure-verbose): New user option.
4600         (mml-secure-cache-passphrase): New user option.
4601         (mml-secure-passphrase-cache-expiry): New user option.
4602
4603 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
4604
4605         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4606         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
4607         andreas@altroot.de (Andreas Vögele).
4608
4609         FIXME: Use `tiny change'?
4610
4611 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4612
4613         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4614         workaround for the url package included with Emacs.
4615
4616         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4617
4618 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4619
4620         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4621         correctly.  This fixes a bug caused by the 2006-05-12 change.
4622
4623 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
4624
4625         * nnmail.el (nnmail-article-group): If splitting raises an error, give
4626         some information about the error when saying that the `bogus' mail
4627         group will be used.
4628
4629 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
4630
4631         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4632         string.
4633
4634 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
4635
4636         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4637
4638 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4639
4640         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4641
4642 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4643
4644         * mml1991.el (mml1991-function-alist): Add epg.
4645         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4646         (mml1991-epg-encrypt): New functions.
4647
4648 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4649
4650         * mml2015.el (mml2015-verbose): New variable.
4651         (mml2015-cache-passphrase): Ditto.
4652         (mml2015-passphrase-cache-expiry): Ditto.
4653         (mml2015-function-alist): Add epg.
4654         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4655         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4656         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4657         functions.
4658
4659 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4660
4661         * message.el (message-cite-original-1): Preserve region when removing
4662         quoted text due to X-No-Archive in order to avoid bogus attribution
4663         when citing multiple messages.
4664
4665 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4666
4667         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4668         Kenneth Jacker <khj@be.cs.appstate.edu>.
4669
4670 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4671
4672         * gnus-diary.el (gnus-user-format-function-d)
4673         (gnus-user-format-function-D): Autoload.
4674
4675         * imap.el (Commentary): Fix typo.
4676
4677         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4678         2006-04-22 contribution.
4679
4680 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4681
4682         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4683         It didn't really fix the bogosity I'm seeing with solid web groups.
4684
4685 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4686
4687         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4688         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4689         created using server names.  If we use the feature without declaring
4690         it, Gnus does not properly manage server and group state.
4691
4692         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4693         bound.
4694
4695 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4696
4697         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4698         looking up the method using GROUP's prefix before inventing a new one.
4699         It is used on killed/unknown groups in various places where returning
4700         an all-new method isn't expected by the caller.
4701
4702         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4703         and match semantics of gnus-group-real-prefix.
4704
4705 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
4706
4707         * nnmail.el (nnmail-broken-references-mailers): New variable.
4708         (nnmail-ignore-broken-references): New function generalizing
4709         nnmail-fix-eudora-headers.
4710         (nnmail-fix-eudora-headers): Now obsolete.
4711
4712         * gnus-art.el (gnus-button-handle-custom): Support
4713         `customize-apropos*'.
4714
4715 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4716
4717         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4718
4719         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4720         articles.
4721
4722 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4723
4724         * message.el (message-cite-reply-above): New variable.
4725         (message-yank-original): Use it.
4726
4727 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4728
4729         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4730
4731 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
4732
4733         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4734         as read.
4735
4736         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4737
4738 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
4739
4740         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4741         (gnus-bookmark-default-file): Use gnus-directory.
4742         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4743         Remove "*" in doc string.
4744         (gnus-bookmark-write-file): Simplify.
4745         (gnus-bookmark-maybe-sort-alist): Use `when'.
4746         (gnus-bookmark-get-bookmark): Fix typo in doc string.
4747         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4748         FIXME about Emacs 21 and XEmacs compatibility.
4749         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4750         compatibility.
4751         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4752         compatibility.
4753         (gnus-bookmark-menu-heading): Fix version.
4754
4755 2006-06-19  Bastien Guerry  <bzg@altern.org>
4756
4757         * gnus-bookmark.el: New file.
4758
4759 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4760
4761         * message.el (message-syntax-checks): Doc fix.
4762
4763 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4764
4765         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4766         unsubscribed groups as if they were killed ones.  It causes duplicate
4767         entries in gnus-newsrc-alist.
4768
4769 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4770
4771         * message.el (message-syntax-checks): Doc fix.
4772         (message-send-mail): Add check for continuation headers.
4773         (message-check-news-header-syntax): Fix regexp used to check for
4774         continuation headers.
4775
4776 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4777
4778         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4779
4780 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
4781
4782         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4783
4784 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4785
4786         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4787         default-truncate-lines.
4788
4789 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4790
4791         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4792         to fill the utf-8 entry.
4793
4794         * lpath.el: Fbind unicode-precedence-list.
4795
4796 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4797
4798         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4799
4800 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
4801
4802         * gnus-agent.el (directory-files-and-attributes): Move all the way
4803         forward (the third and final move).
4804         (gnus-agent-read-agentview): Trap reconstruction errors due to
4805         nonexistant directory.  Handle by returning nil.
4806
4807 2006-05-30  Didier Verna  <didier@xemacs.org>
4808
4809         * message.el (message-dont-reply-to-names): Update the custom type.
4810         * message.el (message-dont-reply-to-names): New defsubst: potentially
4811         convert a list of regexps into a single one.
4812         * message.el (message-get-reply-headers): Use it.
4813         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4814
4815 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4816
4817         * gnus-agent.el (directory-files-and-attributes): Move forward.
4818
4819 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4820
4821         * gnus-ml.el (gnus-mailing-list-subscribe)
4822         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4823         (gnus-mailing-list-message): Fix doc strings.
4824
4825 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4826
4827         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4828         of doing it manually.
4829
4830 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4831
4832         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4833         comment.
4834
4835 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
4836
4837         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4838         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4839         (gnus-agent-read-local): All symbols allocated in my-obarray
4840         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4841         (gnus-agent-regenerate-group): Check numeric names to see if they are
4842         messages or groups.
4843         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4844         better way of do this...)
4845
4846         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4847         'dummy.group' (there should be a better way of do this...)
4848
4849 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4850
4851         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4852         (gnus-saved-headers): Ditto.
4853         (gnus-default-article-saver): Mention functions may have properties.
4854         (gnus-article-save): Override gnus-save-all-headers and
4855         gnus-saved-headers by :headers property which saver function may have.
4856         (gnus-summary-save-in-file): Add :headers property.
4857         (gnus-summary-write-to-file): Ditto.
4858
4859         * gnus-sum.el (gnus-summary-save-article): Bind
4860         gnus-prompt-before-saving to t when saving many articles in a file;
4861         always show all headers.
4862
4863         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
4864
4865 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4866
4867         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4868         marks.
4869
4870         * message.el (message-indent-citation): Add optional arguments to allow
4871         using it outside of message buffers.
4872
4873         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4874         (gnus-article-treat-unfold-headers): Use it.
4875         (gnus-article-truncate-lines): New variable.
4876         (gnus-article-mode): Use it.
4877         (gnus-article-toggle-truncate-lines): New function.
4878
4879         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4880         gnus-article-toggle-truncate-lines.
4881
4882         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4883         coding system in XEmacs, use binary.
4884
4885 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4886
4887         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4888         after-load-alist.
4889
4890         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4891         this function should save decoded articles.
4892         (gnus-summary-write-to-file): Use property to specify this function
4893         should save decoded articles and specify gnus-summary-save-in-file
4894         should be used to save articles other than the first one when saving
4895         many articles.
4896         (gnus-summary-save-body-in-file): Use property to specify this
4897         function should save decoded articles.
4898         (gnus-summary-write-body-to-file): Use property to specify this
4899         function should save decoded articles and specify
4900         gnus-summary-save-body-in-file should be used to save articles other
4901         than the first one when saving many articles.
4902
4903         * gnus-sum.el (gnus-summary-save-article): Simplify.
4904
4905 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4906
4907         * gnus-art.el (gnus-default-article-saver): Add
4908         gnus-summary-write-body-to-file.
4909         (gnus-article-save-coding-system): Don't use coding system object
4910         in XEmacs.
4911         (gnus-read-save-file-name): Add optional `dir-var' argument which
4912         specifies directory in which files are saved; work even if optional
4913         `variable' argument is not specified.
4914         (gnus-summary-write-to-file): Read file name.
4915         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4916         (gnus-summary-write-body-to-file): New function.
4917
4918         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4919         (gnus-summary-local-variables): Add it.
4920         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4921         (gnus-summary-save-article): Remove optional `decode' argument;
4922         determine whether to decode articles by the value of
4923         gnus-default-article-saver; when saving many files using
4924         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4925         it first and use gnus-summary-save-in-file or
4926         gnus-summary-save-body-in-file thereafter unless
4927         gnus-prompt-before-saving is always; move point to article which
4928         will be saved.
4929         (gnus-summary-save-article-file): Revert.
4930         (gnus-summary-write-article-file): Revert.
4931         (gnus-summary-save-article-body-file): Revert.
4932         (gnus-summary-write-article-body-file): New function.
4933
4934 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4935
4936         * gnus-art.el (gnus-default-article-saver): Doc fix.
4937         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4938         from gnus-summary-save-article-coding-system, and default to a
4939         certain coding system.
4940         (gnus-output-to-file): Add coding cookie and encode text according
4941         to gnus-article-save-coding-system; don't use mm-append-to-file.
4942
4943         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4944         gnus-art.el and rename to gnus-article-save-coding-system.
4945         (gnus-summary-save-article): Require gnus-art; don't show all
4946         headers if it decodes articles; don't add coding cookie here;
4947         don't bind mm-text-coding-system-for-write.
4948         (gnus-summary-save-article-file): Save decoded articles.
4949         (gnus-summary-write-article-file): When saving many files, use
4950         gnus-summary-write-to-file first and gnus-summary-save-in-file
4951         thereafter unless gnus-prompt-before-saving is always.
4952         (gnus-summary-save-article-body-file): Save decoded articles.
4953
4954         * lpath.el: Fbind select-safe-coding-system for XEmacs.
4955
4956 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4957
4958         * nnrss.el (nnrss-check-group): Bind hash-index.
4959
4960 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
4961
4962         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4963         its hash index.  Store this hash in `nnrss-group-data'.
4964         (nnrss-read-group-data): Update accordingly.
4965
4966 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4967
4968         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4969         entry.
4970
4971         * gnus-sum.el (gnus-summary-make-menu-bar): Add
4972         gnus-article-browse-html-article.
4973
4974 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
4975
4976         * gnus-sum.el (gnus-summary-mime-map): Add
4977         gnus-article-browse-html-article.
4978
4979         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4980
4981 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4982
4983         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4984         suitable coding systems in customize.
4985
4986 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
4987
4988         * mail-source.el (mail-sources): Fix custom type.
4989
4990 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
4991
4992         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4993         (gnus-summary-expire-articles-now): Shorten prompt.
4994
4995         * gmm-utils.el (wid-edit): Require.
4996         (defun-gmm): Renamed from `gmm-defun-compat'.
4997         (gmm-image-search-load-path): Use it.
4998         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
4999
5000 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5001
5002         * gnus-sum.el (gnus-summary-save-article-coding-system): New
5003         variable.
5004         (gnus-summary-save-article): Add optional `decode' argument.  If
5005         it is set and gnus-summary-save-article-coding-system is non-nil,
5006         save decoded article.
5007         (gnus-summary-write-article-file): Save decoded article if
5008         gnus-summary-save-article-coding-system is non-nil.
5009
5010         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
5011         type.
5012
5013 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5014
5015         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
5016
5017 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5018
5019         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
5020         first to test gnus-single-article-buffer which may be buffer-local.
5021
5022         * gnus-sum.el (gnus-summary-setup-buffer): Make
5023         gnus-single-article-buffer buffer-local and nil in ephemeral
5024         group; make gnus-article-buffer, gnus-article-current, and
5025         gnus-original-article-buffer always buffer-local.
5026         (gnus-summary-exit): Kill article buffer belonging to ephemeral
5027         group.
5028         (gnus-handle-ephemeral-exit): Don't move to next summary line.
5029
5030 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5031
5032         * nnml.el (nnml-request-compact-group): Compressed files might not
5033         have .gz extension.
5034
5035 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5036
5037         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
5038         (mm-copy-to-buffer): Use with-current-buffer.
5039         (mm-display-part): Simplify.
5040         (mm-inlinable-p): Add optional arg `type'.
5041
5042 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5043
5044         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
5045         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
5046         Try harder to show the attachment internally or externally using
5047         gnus-mime-view-part-as-type.
5048
5049 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5050
5051         * message.el (message-from-style, message-signature-separator)
5052         (message-user-organization-file, message-send-mail-function)
5053         (message-citation-line-function, message-yank-prefix)
5054         (message-indent-citation-function, message-signature)
5055         (message-signature-file, message-signature-insert-empty-line):
5056         Remove autoloads.
5057
5058         * gnus-art.el (gnus-buttonized-mime-types): Remove
5059         "multipart/signed".  Revert 2006-04-26 change.
5060
5061 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5062
5063         * gnus.el (gnus-version-number): Bump version.
5064
5065 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5066
5067         * gnus.el: No Gnus v0.5 is released.
5068
5069 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5070
5071         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
5072         fetching articles by message-id.
5073
5074 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5075
5076         * message.el (hashcash): Require hashcash as normal.
5077
5078         * ecomplete.el (ecomplete-highlight-match-line): Use
5079         point-at-eol.
5080         (ecomplete-highlight-match-line): Use `highlight', because that
5081         face exists in both Emacs and XEmacs.
5082
5083         * message.el (message-display-abbrev): Use point-at-bol.
5084
5085         * mail-source.el: Don't require timer/timer-funcs.
5086
5087         * gnus-async.el: Ditto.
5088
5089         * password.el: Ditto.
5090
5091         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
5092
5093         * mm-url.el: Ditto.
5094
5095         * gnus-xmas.el: Don't require timer-funcs.
5096
5097         * mm-util.el: Require timer/timer-funcs.
5098
5099 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5100
5101         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
5102         Close.
5103
5104 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5105
5106         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
5107         unibyte after clear-decrypt function runs.
5108
5109         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
5110         returns as a unibyte string.
5111
5112 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5113
5114         * lpath.el: Revert.
5115
5116         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
5117         (pgg-gpg-process-sentinel): Revert.
5118
5119         * pgg-pgp.el (pgg-pgp-process-region): Revert.
5120         (pgg-pgp-lookup-key): Revert.
5121
5122         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
5123         (pgg-pgp5-lookup-key): Revert.
5124
5125         * pgg.el (pgg-fetch-key): Revert.
5126
5127 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5128
5129         * lpath.el: Fbind string-as-multibyte for XEmacs.
5130
5131         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
5132         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
5133         (mml1991-pgg-encrypt): Ditto.
5134
5135         * pgg-gpg.el (pgg-string-to-multibyte): New function.
5136         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
5137         a multibyte buffer.
5138
5139         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
5140         (pgg-pgp-lookup-key): Ditto.
5141
5142         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
5143         (pgg-pgp5-lookup-key): Ditto.
5144
5145         * pgg.el (pgg-fetch-key): Ditto.
5146
5147 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
5148
5149         * message.el (message-user-organization-file): Check several
5150         locations of the organization file.
5151
5152         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
5153         Add gnus-article-view-part-as-type.
5154
5155         * gnus-art.el (gnus-article-view-part-as-type): New function.
5156
5157         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
5158         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
5159
5160         * mml.el: Simplify autoload.
5161         (mml-mode): defvar dnd-protocol-alist instead of using
5162         symbol-value.
5163         (mml-default-directory): New variable.
5164         (mml-minibuffer-read-file): Use it.
5165         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
5166
5167         * message.el (message-citation-line-format): New variable.
5168         (message-insert-formated-citation-line): New function.
5169         (message-citation-line-function): Add
5170         `message-insert-formated-citation-line' to custom type.
5171
5172         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
5173         to doc string.
5174
5175         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
5176         depending on mm-verify-option.
5177
5178 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5179
5180         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
5181         binding pgg-* variables; reimplement the section which prevents
5182         MIME header from being signed.
5183         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
5184         pgg-text-mode; remove a blank line at the top of body.
5185
5186         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
5187         lines at the top of body; use gnus-newsgroup-charset if there's no
5188         Charset header.
5189
5190 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5191
5192         * message.el (message-self-insert-commands): Doc fix.
5193
5194         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
5195         (mm-uu-pgp-encrypted-test): Ditto.
5196         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
5197         between header and body; return application/pgp-encrypted handle
5198         if decryption failed; decode decrypted body by charset.
5199
5200         * mm-decode.el (mm-automatic-display): Don't make application/pgp
5201         element match to application/pgp-*.
5202
5203 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5204
5205         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
5206         HTML.
5207
5208 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5209
5210         * mail-source.el (mail-source-call-script): Message the error
5211         string.
5212
5213 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5214
5215         * gnus-util.el (gnus-byte-compile): Use it.
5216
5217 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
5218
5219         * gnus-util.el (kill-empty-logs): New function.
5220
5221 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5222
5223         * message.el (message-mail-alias-type): Doc fix.
5224         (message-mail-alias-type-p): New function.
5225         (message-send): Use it.
5226         (message-mode): Ditto.
5227         (message-strip-forbidden-properties): Ditto.
5228
5229         * ecomplete.el (ecomplete-database-file-coding-system): New
5230         variable.
5231         (ecomplete-save): Use it.
5232         (ecomplete-setup): Use it.
5233
5234 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5235
5236         * message.el (message-self-insert-commands): New variable.
5237         (message-strip-forbidden-properties): Use it.
5238
5239 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5240
5241         * message.el (message-put-addresses-in-ecomplete): Use a regexp
5242         that doesn't make XEmacs choke.
5243
5244 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
5245
5246         * gnus-util.el (gnus-replace-in-string):
5247         Prefer replace-regexp-in-string over of replace-in-string.
5248
5249 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5250
5251         * gnus-util.el (gnus-select-frame-set-input-focus):
5252         Use select-frame-set-input-focus if it is available in XEmacs; use
5253         definition defined in Emacs 22 for old Emacsen.
5254
5255         * dgnushack.el: Autoload unmorse-region for XEmacs.
5256
5257         * lpath.el: Bind cursor-in-non-selected-windows and
5258         select-frame-set-input-focus for XEmacs.
5259
5260 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * mm-view.el (mm-inline-text): Use equal instead of equalp.
5263
5264 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
5265
5266         * gnus-registry.el (gnus-registry-cache-save): Remove text
5267         properties when saving via the temp buffer.
5268
5269 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5270
5271         * message.el (message-generate-hashcash): Honor custom type.
5272
5273 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5274
5275         * message.el (message-generate-hashcash): Default to non-nil when
5276         hashcash is found.
5277
5278         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5279         (gnus-refer-thread-limit): Increase default to 500.
5280
5281         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
5282
5283         * flow-fill.el (fill-flowed): Allow delete-space.
5284
5285 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5286
5287         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5288         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5289         Remove autoloads.
5290
5291 2006-04-18  Simon Josefsson  <jas@extundo.com>
5292
5293         * message.el (message-generate-hashcash): Default to.
5294
5295 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5296
5297         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5298         concatenating segments rather than before concatenating them.
5299
5300 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5301
5302         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
5303
5304 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5305
5306         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
5307
5308         * message.el (message-forward-make-body-plain): Allow
5309         message-forward-ignored-headers to be a list.
5310         (message-remove-ignored-headers): Factor out into function.
5311         (message-forward-make-body-mml): Use it.
5312
5313         * imap.el (imap-quote-specials): New function.
5314         (imap-login-auth): Quote specials.
5315
5316         * rfc2231.el (rfc2231-parse-string): Remove dead code.
5317         (rfc2231-parse-string): Allow concatanation of parameters that
5318         aren't contiguous.  The test case is
5319           (mail-header-parse-content-type "message/external-body;
5320             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
5321             access-type=LOCAL-FILE;
5322             name*1*=plugh%2fhello-sailor%2fbing.pdf")
5323
5324 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5325
5326         * nntp.el (nntp-accept-process-output): Return the value of
5327         `nnheader-accept-process-output'.
5328
5329 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5330
5331         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
5332         (gnus-button-alist): Recognize more diff formats.
5333         (gnus-button-patch): Strip directory.
5334
5335 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5336
5337         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
5338         Emacs 22 when setting focus.
5339
5340 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5341
5342         * gnus-art.el (gnus-article-treat-types): Do treatment of
5343         text/x-verbatim parts.
5344         (gnus-button-patch): New command.
5345
5346         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5347         addresses that contain invalid characters.
5348
5349 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5350
5351         * message.el (message-put-addresses-in-ecomplete): Use
5352         gnus-replace-in-string.
5353         (message-is-yours-p): Use the more correct
5354         mail-header-parse-address instead of
5355         mail-extract-address-components.
5356         (message-put-addresses-in-ecomplete): Fix typo.
5357
5358         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5359         keystroke.
5360
5361         * gnus-art.el (gnus-treatment-function-alist): Change order of
5362         newsgroups/generic header folding to avoid double-folding.
5363
5364         * message.el (message-hidden-headers): Add X-Draft-From.
5365
5366         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5367         command.
5368         (gnus-summary-repeat-search-article-backward): New command.
5369
5370         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5371         groups in the parent topic.
5372
5373 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
5374
5375         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5376         (spam-extra-header-to-number): Return the CRM114 number as a
5377         number instead of a string.
5378
5379 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5380
5381         * gnus-art.el (gnus-face-properties-alist): Moved here from
5382         gnus-fun.
5383
5384         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5385
5386 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5387
5388         * message.el (message-strip-forbidden-properties): Only display on
5389         self-insert-command.
5390
5391         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5392         reindent.
5393         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5394
5395 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
5396
5397         * smiley.el (smiley-style): Fix typo.
5398
5399 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5400
5401         * hashcash.el (hashcash-insert-payment-async-2): Use
5402         message-goto-eoh instead of doing it manually.
5403         (mail-add-payment): Use message-narrow-to-header instead of trying
5404         to do the same itself.
5405
5406         * message.el (message-hidden-headers): Add Face.
5407
5408         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5409         reparenting code.
5410         (gnus-summary-reparent-children): Refactored out code.
5411         (gnus-summary-thread-map): New keystroke.
5412         (gnus-summary-reparent-children): Make into command.
5413
5414         * smiley.el (smiley-style): Default to `medium' if using a large
5415         font.
5416
5417         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5418         does it itself.
5419
5420         * message.el (message-point-in-header-p): Simplify definition.
5421
5422 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5423
5424         * nnagent.el (nnagent-request-set-mark): Silence log file
5425         writing.
5426         (nnagent-request-set-mark): Use write-region instead of
5427         append-to-file.
5428
5429         * gnus-sum.el (gnus-read-header): Fudge article number if using a
5430         strange select method.
5431
5432         * ecomplete.el (ecomplete-display-matches): Get highlightling
5433         right.
5434         (ecomplete-display-matches): Use literals.
5435         (ecomplete-display-matches): Disable message logging.
5436
5437         * message.el (message-display-abbrev): Small optimization.
5438
5439         * ecomplete.el (ecomplete-display-matches): Allow automatic
5440         display.
5441
5442         * message.el (message-strip-forbidden-properties): Display
5443         abbrevs.
5444         (message-display-abbrev): Get automatic display right.
5445
5446         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5447         keystrokes.
5448
5449 2006-04-13  Romain Francoise  <romain@orebokech.com>
5450
5451         TODO: Backport to v5-10!
5452
5453         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5454         Moved here (and renamed) from gnus-registry.el.
5455
5456         * gnus-registry.el: Require gnus-util.
5457         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5458
5459 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5460
5461         * gnus-group.el (gnus-group-catchup-current): Change
5462         if-then-else-if-then-else into cond.
5463         (gnus-group-catchup): Indent.
5464         (group-name-at-point): New function.
5465         (gnus-fetch-group): Provide default from thing at point.
5466
5467 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5468
5469         * message.el (message-display-abbrev): Fix regexp.
5470
5471         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5472         choosing.
5473         (ecomplete-highlight-match-line): Fix up code rewrite, remove
5474         dead variables.
5475
5476         * message.el (message-newline-and-indent): Remove debugging.
5477         (message-display-abbrev): Use new implementation.
5478
5479 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5480
5481         * gnus-art.el (gnus-article-mode): Set
5482         cursor-in-non-selected-windows to nil.
5483
5484         * smiley.el: Revert previous change.
5485         (smiley-data-directory): defvar it before using it in the
5486         defcustom of `smiley-style'.
5487
5488 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5489
5490         * message.el (message-newline-and-indent): New function.
5491
5492         * ecomplete.el: Implement more bits.
5493
5494         * message.el (message-put-addresses-in-ecomplete): Clean up the
5495         string.
5496
5497         * ecomplete.el (ecomplete-add-item): Chop off decimals.
5498
5499         * gnus-sum.el (gnus-summary-save-parts): Bind
5500         gnus-summary-save-parts-counter and use it to make unique file
5501         names.
5502
5503         * gnus-art.el (gnus-ignored-headers): Add some more headers.
5504
5505         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5506         parameter to say whether to actually parse the individual
5507         addresses.
5508
5509         * message.el (message-put-addresses-in-ecomplete): New function.
5510         (ecomplete): Require.
5511         (message-mail-alias-type): Add ecomplete as an option.
5512
5513 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
5514
5515         * flow-fill.el (fill-flowed): Remove trailing space from blank
5516         quoted lines.
5517
5518 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5519
5520         * smiley.el (smiley-style): Move definition later to avoid a
5521         compilation warning.
5522
5523 2006-04-12  Kenichi Handa  <handa@m17n.org>
5524
5525         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5526         buffer and then decode the buffer text if necessary.
5527         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5528         first, and after mm-encode-body, change the buffer to unibyte.
5529         Use mm-disable-multibyte instead of set-buffer-multibyte.
5530
5531 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5532
5533         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5534         Content-Type header instead of Content-Disposition header.
5535         (gnus-mime-inline-part): Ditto.
5536         (gnus-mime-view-part-as-charset): Ignore charset that the part
5537         specifies.
5538
5539         * mm-decode.el (mm-display-part): Work with external parts and
5540         usual parts similarly.
5541
5542         * mm-extern.el (mm-inline-external-body): Use mm-display-part
5543         instead of gnus-display-mime.
5544
5545         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5546         instead of with-temp-buffer.
5547
5548         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5549         tag to summarized topics part in order to encode non-ASCII text.
5550
5551 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5552
5553         * smiley.el (smiley-style): New variable.
5554         (smiley-directory): New function.
5555         (smiley-data-directory): Derive from `smiley-style' using
5556         `smiley-directory'.
5557         (smiley-regexp-alist): Add new entries.
5558
5559         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5560         (gnus-article-browse-delete-temp): Add :version.
5561
5562 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
5563
5564         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5565         the sieve region.
5566
5567 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5568
5569         * gnus.el (gnus-version-number): Bump version.
5570
5571 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5572
5573         * gnus.el: No Gnus v0.4 is released.
5574
5575 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5576
5577         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5578         layout.
5579
5580         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5581         unknown charset.
5582
5583         * message.el (message-header-synonyms): Add Original-To to the
5584         default.
5585
5586         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5587         optional parameter.
5588
5589 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5590
5591         * gnus-fun.el (gnus): Require it for gnus-directory.
5592
5593 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5594
5595         * gnus-fun.el (gnus-face-properties-alist): Add :version.
5596
5597 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5598
5599         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5600
5601 2006-04-05  Simon Josefsson  <jas@extundo.com>
5602
5603         * password.el (password-reset): New function.
5604
5605 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5606
5607         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5608         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5609
5610 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5611
5612         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5613         Some whitespace was matched into the url, which broke browsing hits
5614         > 100 when mm-url-use-external was nil.
5615
5616 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5617
5618         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5619         gnus-extra-headers for 'Newsgroups.
5620
5621         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5622         bound.
5623
5624 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5625
5626         * pgg-gpg.el: Clean up process buffers every time gpg processes
5627         complete.
5628
5629 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5630
5631         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5632         doc string.
5633
5634 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5635
5636         * pgg-gpg.el (pgg-gpg-process-filter)
5637         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5638
5639         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5640         lines, temporary fix.
5641
5642 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5643
5644         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5645
5646 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5647
5648         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5649         default-enable-multibyte-characters.  This reverts the change from
5650         revision 6.17 which is no longer necessary because the passphrase
5651         is sent separately now.  GnuPG messages are unreadable under
5652         multibyte locales with default-enable-multibyte-characters set to
5653         nil.
5654
5655 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5656
5657         * message.el (message-tool-bar-gnome): Move "spell".
5658
5659 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5660
5661         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5662         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5663         instead.
5664
5665 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5666
5667         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5668         newsgroups handling for NNTP overviews which don't include
5669         Newsgroups.
5670
5671 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5672
5673         * message.el (message-resend): Bind message-generate-hashcash to nil.
5674
5675 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5676
5677         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5678         when searching for already-paid recipients.
5679
5680 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5681
5682         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5683         passphrases when it is not needed.
5684         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5685         passphrase stuff from gpg, should only be necessary when you use
5686         gpg with a smartcard.
5687
5688 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * mml.el (mml-insert-mime): Ignore cached contents of
5691         message/external-body part.
5692
5693         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5694         (mm-insert-part): Ditto.
5695
5696 2006-03-23  Simon Josefsson  <jas@extundo.com>
5697
5698         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5699         Reiner.
5700         (pgg-gpg-use-agent-p): Use it again.
5701
5702 2006-03-23  Simon Josefsson  <jas@extundo.com>
5703
5704         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5705         older emacsen.
5706         (pgg-gpg-use-agent-p): Don't use it.
5707
5708 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
5709
5710         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5711         if we can.
5712
5713 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5714
5715         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5716         (pgg-gpg-update-agent): New function.
5717         (pgg-gpg-use-agent-p): New function.
5718         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5719         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5720         (pgg-gpg-sign-region): Use it.
5721
5722 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5723
5724         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5725         Reported by Ralf Wachinger <rwachinger@gmx.de>.
5726
5727 2006-03-21  Simon Josefsson  <jas@extundo.com>
5728
5729         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5730         <wilde@sha-bang.de>.
5731         (pgg-gpg-use-agent): New variable.
5732         (pgg-gpg-process-region): Use it.
5733         (pgg-gpg-encrypt-region): Likewise.
5734         (pgg-gpg-encrypt-symmetric-region): Likewise.
5735         (pgg-gpg-decrypt-region): Likewise.
5736         (pgg-gpg-sign-region): Likewise.
5737         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5738
5739 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5740
5741         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5742
5743         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5744         Add comment on version.
5745
5746 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5747
5748         * smiley.el: Add missing test smiley.
5749
5750 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5751
5752         * mm-decode.el (mm-with-part): New macro.
5753         (mm-get-part): Use it; work with message/external-body as well.
5754         (mm-save-part): Treat name and filename equally.
5755
5756         * mm-extern.el (mm-extern-cache-contents): New function.
5757         (mm-inline-external-body): Use it; force the part to be displayed;
5758         move undisplayer added to the cached handle to the parent.
5759
5760         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5761         (gnus-mime-view-part-as-type): Work with message/external-body.
5762
5763         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5764
5765 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5766
5767         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5768         images in image-load-path.  [Sync with image.el, revision 1.60, in
5769         Emacs.]
5770
5771 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5772
5773         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5774         path rather than symbol.  Always return list of directories.
5775         Guarantee that image directory comes first.  [Sync with image.el,
5776         revision 1.59, in Emacs.]
5777
5778         * message.el (message-make-tool-bar): Adjust to new API of
5779         `gmm-image-load-path-for-library'.
5780
5781         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5782
5783         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5784
5785 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5786
5787         * gnus-art.el (gnus-article-only-boring-p):
5788         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5789         intangible text.
5790         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5791
5792 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
5793
5794         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
5795         `defun' instead of `gmm-defun-compat'.
5796
5797 2006-03-14  Simon Josefsson  <jas@extundo.com>
5798
5799         * message.el (message-unique-id): Don't use message-number-base36
5800         if (user-uid) is a float.
5801         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5802
5803 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5804
5805         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5806
5807         * gnus-art.el (gnus-mime-display-single): Make sure there is an
5808         empty line between a part and a message part.
5809
5810 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5811
5812         * smiley.el: Add more test smileys.
5813         (smiley-data-directory, smiley-regexp-alist)
5814         (gnus-smiley-file-types): Fix doc strings.
5815         (smiley-update-cache): Clear smiley-cached-regexp-alist before
5816         adding new elements.
5817         (smiley-mouse-map): Unused code.  Make it a comment.
5818
5819 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5820
5821         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5822         scan latest NoCeM messages instead of old ones.
5823         (gnus-nocem-check-article): Fix regexps so as to match to PGP
5824         delimiters that are recently used.
5825         (gnus-nocem-load-cache): Add autoload cookie.
5826
5827         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5828
5829         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5830         level which is larger than gnus-use-nocem is specified.
5831
5832         * gnus-group.el (gnus-group-get-new-news): Ditto.
5833
5834 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5835
5836         * gnus-util.el (gnus-tool-bar-update): New function.
5837
5838         * gnus-group.el (gnus-group-update-tool-bar): New variable.
5839         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5840
5841         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5842
5843         * gnus-group.el (gnus-group-redraw-when-idle)
5844         (gnus-group-redraw-check): Remove.
5845         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5846
5847 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5848
5849         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5850         if optional last element is specified in splits (FIELD VALUE...).
5851
5852 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
5853
5854         * message.el (message-make-tool-bar): Rename gmm-image-load-path
5855         to gmm-image-load-path-for-library.  Call with no-error argument.
5856         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5857
5858         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5859
5860         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5861
5862         * gmm-utils.el (gmm-image-load-path): Remove alias.
5863
5864 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
5865
5866         * gmm-utils.el (gmm-image-load-path): Add alias.
5867
5868         * nnml.el (nnml-generate-nov-databases-directory): Rename from
5869         nnml-generate-nov-databases-1.
5870         (nnml-generate-nov-databases): Use it.
5871         (nnml-generate-nov-databases-directory): Document no-active
5872         argument.
5873
5874         * gmm-utils.el (gmm-image-load-path-for-library): Return single
5875         directory if path is t.  Add no-error.
5876
5877         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5878         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5879
5880         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5881         resetting gnus-article-browse-html-temp-list.
5882
5883         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5884         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
5885         Add example to docstring.  Rename local variables.  Move error
5886         checks to default case in cond and simplify.
5887
5888 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5889
5890         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5891         handle is multipart when calling it recursively.
5892         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5893
5894 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
5895
5896         * nnimap.el (nnimap-request-update-info-internal): Optimize.
5897         Don't `gnus-uncompress-range' to avoid excessive memory usage.
5898
5899 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5900
5901         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5902         is loaded.
5903
5904         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5905         loaded.
5906
5907 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5908
5909         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5910         to "Emacs 23 (unicode)" in doc string.
5911
5912         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5913         "Emacs 23 (unicode)" in comment.
5914
5915 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5916
5917         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5918
5919         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5920         characters 160 through 255 in Emacs 23.
5921
5922 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5923
5924         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5925         gnus-article-browse-html-temp.
5926         (gnus-article-browse-delete-temp): Make it customizable.  Add
5927         `file'.  Adjust doc string.
5928         (gnus-article-browse-delete-temp-files): Add argument.  Allow
5929         query for each file.  Adjust doc string.
5930         (gnus-article-browse-html-parts): Add
5931         `gnus-article-browse-delete-temp-files' to
5932         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5933
5934 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
5935
5936         * gnus-art.el (gnus-article-browse-html-temp)
5937         (gnus-article-browse-delete-temp): New variables.
5938         (gnus-article-browse-delete-temp-files): New function.
5939         (gnus-article-browse-html-parts): Use it.
5940
5941 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5942
5943         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5944
5945         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5946         string.
5947
5948         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5949         gnus-summary-insert-new-articles when unplugged.  Remove
5950         gnus-summary-search-article-forward.
5951
5952         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5953         display-visual-class instead of display-color-cells.
5954
5955 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5956
5957         * dgnushack.el: Autoload customize-group for XEmacs.
5958
5959         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5960         message/* containing non-ASCII text properly.
5961
5962 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5963
5964         * message.el: Require gmm-utils, remove autoloads.
5965         (message-tool-bar): Set default based on
5966         gmm-tool-bar-style.
5967         (message-tool-bar-gnome): Add gmm-customize-mode.
5968
5969         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5970         gmm-tool-bar-style.
5971         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5972
5973         * gnus-group.el (gnus-group-tool-bar): Set default based on
5974         gmm-tool-bar-style.
5975         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5976
5977         * gmm-utils.el (gmm-image-directory): Rename variable from
5978         gmm-image-load-path.
5979         (gmm-image-load-path): Use gmm-image-directory.
5980         (gmm-customize-mode): New function.
5981         (gmm-tool-bar-style): New variable.
5982
5983         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5984         gnus-group-redraw-line-number.
5985         (gnus-group-redraw-check): Simplify.
5986         (gnus-group-tool-bar-update): Remove redraw check.
5987         (gnus-group-make-tool-bar): Add redraw check.
5988
5989 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
5990
5991         * gnus-art.el (gnus-button): Add missing parentheses.
5992
5993 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * lpath.el: Fbind line-number-at-pos.
5996
5997 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5998
5999         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
6000
6001 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6002
6003         * gnus-art.el (gnus-button): New face.
6004         (gnus-article-button-face): Use it.
6005
6006         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
6007         gnus-summary-next-page.  Re-order.
6008
6009         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
6010         next-node are now included.
6011         (gnus-group-redraw-line-number): New internal variable.
6012         (gnus-group-redraw-check): Helper function for updating the tool
6013         bar.
6014         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
6015
6016         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
6017
6018         * spam.el (spam-spamassassin-score-regexp): New internal variable.
6019         (spam-extra-header-to-number, spam-check-spamassassin-headers):
6020         Use it to match format of Spamassassin 3.0 and later.  Reported by
6021         IRIE Tetsuya <irie@t.email.ne.jp>.
6022         (spam-check-bogofilter)
6023         (spam-bogofilter-register-with-bogofilter): Fix args of
6024         `gnus-error' calls.
6025
6026 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
6027
6028         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
6029         unnecessary interaction when sending queued mails.  Reported by
6030         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
6031
6032 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6033
6034         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
6035         first or last are nil.
6036
6037 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6038
6039         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
6040
6041 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6042
6043         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
6044
6045 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6046
6047         * dns.el (query-dns): Protect more against buggy tcp output.
6048
6049 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6050
6051         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
6052         nov.php.
6053
6054 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6055
6056         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
6057         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
6058         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
6059         output on the server side.
6060         (nnweb-google-create-mapping): Update regexps and add some
6061         progress indication.
6062
6063 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
6064
6065         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
6066         gnus-agent-toggle-plugged.  Re-order icons.
6067         (gnus-group-tool-bar-gnome): Add
6068         gnus-group-{prev,next}-unread-group.
6069         (gnus-group-tool-bar-gnome): Re-order icons.
6070
6071         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
6072         gnus-summary-insert-new-articles.
6073
6074         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
6075         comments.
6076
6077         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
6078         also available in Emacs 21.3.
6079
6080         * message.el (message-fix-before-sending): Change "Emacs 22" to
6081         "Emacs 23 (unicode)" in comment.
6082
6083         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
6084         "Emacs 23 (unicode)" in comment.
6085
6086         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
6087         comment.
6088         (mm-coding-system-p): Add comment about no-MULE XEmacs.
6089
6090         * mm-view.el (mm-fill-flowed): Add :version.
6091
6092 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6093
6094         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
6095         and load-path.
6096
6097 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
6098
6099         * message.el: Autoload gmm-image-load-path.
6100         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
6101         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
6102         consitency.
6103
6104         * gmm-utils.el (gmm-image-load-path): Also search in
6105         "../etc/images".  Don't set gmm-image-load-path if we don't find
6106         the image.
6107
6108 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6109
6110         * gmm-utils.el (gmm-image-load-path): Don't make
6111         `gmm-image-load-path' include subdirectories which the second arg
6112         `image' might specify.
6113
6114         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
6115         subdirectory to icon file names.
6116
6117         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
6118
6119 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6120
6121         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
6122         gmm-image-load-path calls.
6123
6124         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6125
6126         * message.el (message-make-tool-bar): Ditto.
6127
6128         * mml.el (mml-preview): Added comment concerning tool bar icons.
6129
6130         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
6131         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
6132
6133         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
6134         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
6135
6136         * message.el (message-tool-bar-gnome): Use new icon names.
6137         (message-make-tool-bar): Use `gmm-image-load-path'.
6138
6139         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
6140         functions from MH-E.
6141         (gmm-image-load-path): New variable from MH-E.
6142         (gmm-image-load-path): New function from MH-E.  Added arguments
6143         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
6144         *-image-load-path-called-flag.
6145
6146 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
6147
6148         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
6149
6150 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
6151
6152         * nnimap.el (nnimap-request-move-article): Change folder back to
6153         source group before deleting.
6154
6155 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
6156
6157         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
6158
6159         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
6160         mm-url.
6161
6162         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
6163
6164 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6165
6166         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
6167         coding system which mm-charset-to-coding-system returns for a
6168         given charset is valid.
6169
6170 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
6171
6172         * html2text.el (html2text-remove-tag-list):
6173         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
6174
6175 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6176
6177         * gnus-cus.el: Revert 2005-10-17 change.
6178
6179 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * gnus-art.el (article-strip-banner): Call
6182         article-really-strip-banner only when the regexp match is made.
6183
6184 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6185
6186         * gnus-art.el (article-strip-banner): Use
6187         gnus-extract-address-components instead of
6188         mail-header-parse-addresses to make it work with non-ASCII text;
6189         remove mail-encode-encoded-word-string.
6190
6191         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
6192         values which are surrounded with \"...\"; make it never cause a
6193         Lisp error; give up parsing of parameters if it failed in
6194         extracting type.
6195
6196 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
6197
6198         * smime.el (smime-cert-by-ldap-1): Fix bug where
6199         `smime-ldap-search' returns results without userCertificates.
6200
6201 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6202
6203         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
6204
6205 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6206
6207         * spam.el (spam-check-spamassassin-headers): Adapt format for
6208         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
6209         <ari@mbf.ocn.ne.jp>.
6210         (spam-list-of-processors): Add spam-use-gmane.
6211
6212 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6213
6214         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
6215         make-temp-file; make it work with XEmacs as well.
6216
6217         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
6218         mm-make-temp-file.
6219
6220         * mm-decode.el (mm-display-external): Use the 3rd arg of
6221         mm-make-temp-file.
6222         (mm-create-image-xemacs): Ditto.
6223
6224 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6225
6226         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
6227         with message-narrow-to-headers.
6228         (gnus-draft-setup): Narrow to header to run message-fetch-field.
6229         (gnus-draft-check-draft-articles): New function.
6230         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
6231
6232 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6233
6234         * gnus-art.el (gnus-article-browse-html-parts):
6235         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
6236         Don't use suffix argument for mm-make-temp-file for Emacs 21
6237         compatibility.  Remove useless `format'.
6238
6239 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6240
6241         * nnweb.el (nnweb-google-wash-article): Update regexps.
6242         (nnweb-group-alist): Use defvoo instead of defvar.
6243
6244 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6245
6246         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
6247         re-loading nn* modules.
6248
6249 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6250
6251         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
6252         for `tool-bar-mode' and don't check it's default-value.
6253
6254         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6255
6256         * message.el (message-make-tool-bar): Ditto.
6257
6258         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
6259         `substring'.  Shorten tmp-file name.
6260
6261         * gnus.el: Remove bogus comment.
6262
6263 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
6264
6265         * gnus-art.el (gnus-article-browse-html-parts): New function.
6266         (gnus-article-browse-html-article): New function for viewing html
6267         articles with a browser.
6268
6269 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
6270
6271         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
6272         in elisp.
6273         (pgg-gpg-encrypt-symmetric-region): Ditto.
6274         (pgg-gpg-sign-region): Ditto.
6275
6276         * pgg-def.el (pgg-text-mode): New variable.
6277
6278         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6279         (mml2015-pgg-encrypt): Ditto.
6280
6281         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6282         (mml1991-pgg-encrypt): Ditto.
6283
6284 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6285
6286         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6287         message-make-date instead of current-time-string.
6288
6289         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6290         to gnus-decoded which mm-uu might set.
6291
6292 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6293
6294         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6295         don't decode quoted parameters; remove misimported Emacs code.
6296         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6297         (rfc2231-decode-encoded-string): Don't use split-string which
6298         behaves differently according to Emacs version; use
6299         mm-decode-coding-region to convert charset to coding-system.
6300         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6301         (rfc2231-encode-string): Remove misimported Emacs code.
6302
6303 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6304
6305         * gnus-art.el (article-decode-charset): Don't use ignore-errors
6306         when calling mail-header-parse-content-type.
6307         (article-de-quoted-unreadable): Ditto.
6308         (article-de-base64-unreadable): Ditto.
6309         (article-wash-html): Ditto.
6310
6311         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6312         calling mail-header-parse-content-type and
6313         mail-header-parse-content-disposition.
6314         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6315         mail-header-parse-content-type.
6316
6317         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6318         insert charset and format parameters; encode description after
6319         inserting it to buffer.
6320         (mml-insert-parameter): Fold lines properly even if a parameter is
6321         segmented into two or more lines; change the max column to 76.
6322
6323         * rfc1843.el (rfc1843-decode-article-body): Don't use
6324         ignore-errors when calling mail-header-parse-content-type.
6325
6326         * rfc2231.el (rfc2231-parse-string): Return at least type if
6327         possible; don't cause an error even if it fails in parsing of
6328         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6329         (rfc2231-encode-string): Don't break lines at the beginning, leave
6330         it to mml-insert-parameter.
6331
6332         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
6333         calling mail-header-parse-content-type.
6334
6335 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
6336
6337         * spam-report.el (spam-report-gmane-use-article-number):
6338         Improve doc string.
6339         (spam-report-gmane-internal): Check if a suitable header was found
6340         in the article.
6341
6342 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6343
6344         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
6345         (rfc2231-encode-string): Make param*=value always begin with LWSP.
6346
6347 2006-02-05  Romain Francoise  <romain@orebokech.com>
6348
6349         Update copyright notices of all files in the gnus directory.
6350
6351 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6352
6353         * nnweb.el (nnweb-request-group): Avoid growing overview files.
6354
6355 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6356
6357         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6358         segmented lines of parameter value to cope with Thunderbird 1.5
6359         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6360         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6361         (rfc2231-encode-string): Don't make lines exceeding 76 column.
6362
6363 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
6364
6365         * mml.el (mml-generate-mime-1): Correct the order of inline signed
6366         parts.
6367
6368 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6369
6370         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6371         there's only one active file for all servers.
6372         (nnweb-request-scan): Make sure nnweb-articles is initialized on
6373         solid groups.  Gnus might have used a FAST request to select the group.
6374         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6375         and nnweb-search redundantly in the active file.
6376         (nnweb-request-list): Don't list bogus groups.  There can only be one.
6377         (nnweb-request-create-group): Don't use ARGS.
6378         (nnweb-possibly-change-server, nnweb-request-group): Remove some
6379         initialisations.  Let nnoo do the work.
6380
6381 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6382
6383         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6384         Say the part has been decoded.
6385
6386         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
6387
6388 2006-01-31  Kevin Ryde  <user42@zip.com.au>
6389
6390         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6391         mailcap-viewer-test-cache when there's no 'test clause, since that
6392         will invert the meaning of a "nil" test previously determined by
6393         mailcap-mailcap-entry-passes-test.
6394
6395 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6398         compiling.
6399
6400         * gnus-sum.el: Ditto.
6401
6402         * message.el: Don't bind tool-bar-map when compiling.
6403
6404 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
6405
6406         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6407
6408 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6409
6410         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6411         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6412         current Google Groups.
6413
6414 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
6415
6416         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6417         and tool-bar-mode.
6418
6419         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6420         and tool-bar-mode.
6421
6422         * message.el (message-tool-bar-update): Simplify.
6423         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6424
6425         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6426         gnus-summary-buffer.
6427         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6428         gnus-summary-reply.
6429
6430         * gmm-utils.el (gmm): Add :version.
6431
6432 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6433
6434         * Makefile.in (clean): New rule.
6435         (distclean): Use it.
6436
6437 2006-01-26  Steve Youngs  <steve@sxemacs.org>
6438
6439         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6440         autoload.
6441
6442 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6443
6444         * gmm-utils.el (gmm-verbose): Add :group.
6445
6446 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
6447
6448         * message.el: Change some comments WRT tool-bars.
6449
6450         * gnus-sum.el (gnus-summary-tool-bar)
6451         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6452         (gnus-summary-tool-bar-zap-list): New variables.
6453         (gnus-summary-make-tool-bar): Complete rewrite using
6454         `gmm-tool-bar-from-list'.
6455
6456         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6457         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6458         variables.
6459         (gnus-group-make-tool-bar): Complete rewrite using
6460         `gmm-tool-bar-from-list'.
6461         (gnus-group-tool-bar-update): New function.
6462
6463         * message.el (message-mode-field-menu): Add "Show hidden Headers".
6464
6465 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6466
6467         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6468         is dissected into a single part of which the type is the same as
6469         the given one; decode charset.
6470
6471 2006-01-21  Kevin Ryde  <user42@zip.com.au>
6472
6473         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6474         into alists as symbol not string, since that's what
6475         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6476         look for.
6477
6478 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
6479
6480         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6481         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6482
6483         * message.el (message-tool-bar-gnome): Use gmm-ignore.
6484
6485 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
6488         (gnus-xmas-mime-security-button-menu): New function.
6489
6490         * gnus-art.el (gnus-mime-security-button-commands): New variable.
6491         (gnus-mime-security-button-menu): New definition.
6492         (gnus-mime-security-button-map): Use them.
6493         (gnus-mime-security-button-menu): New function.
6494         (gnus-insert-mime-security-button): Addition to help echo.
6495         (gnus-mime-security-run-function, gnus-mime-security-save-part)
6496         (gnus-mime-security-pipe-part): New functions.
6497
6498         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6499         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6500
6501         * mm-decode.el (mm-handle-set-disposition): Remove.
6502         (mm-handle-set-description): Remove.
6503
6504 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6507         (mm-w3m-standalone-supports-m17n-p): New function.
6508         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6509         w3m usage.
6510
6511         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6512         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6513
6514 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6515
6516         * message.el (message-tool-bar-zap-list): Use
6517         gmm-tool-bar-zap-list as custom type.
6518         (message-tool-bar-update): New function.
6519         (message-tool-bar, message-tool-bar-gnome)
6520         (message-tool-bar-retro): Add message-tool-bar-update.
6521         (message-tool-bar-gnome): Add flyspell-buffer.
6522
6523         * gnus-util.el (gnus-error): Describe `args'.
6524
6525         * gmm-utils.el (gmm-error): Describe `args'.
6526         (gmm-tool-bar-zap-list): New widget.
6527         (gmm-tool-bar-from-list): Improve description of `zap-list'.
6528
6529 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6530
6531         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6532         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6533         the number of recursive calls.
6534
6535         * mm-decode.el (mm-handle-set-disposition): New macro.
6536         (mm-handle-set-description): New macro.
6537
6538 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6539
6540         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6541         encoding.
6542
6543 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6544
6545         * message.el (message-tool-bar-zap-list, message-tool-bar)
6546         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6547         (message-tool-bar-local-item-from-menu): Remove.
6548         (message-tool-bar-map): Replace by `message-make-tool-bar'.
6549         (message-make-tool-bar): New function.
6550         (message-mode): Use `message-make-tool-bar'.
6551
6552         * gmm-utils.el: New file.
6553         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6554         (gmm-lazy): New widget copied from `nnmail.el'.
6555         (gmm-tool-bar-from-list): New function for creating customizable
6556         tool bars.
6557         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
6558         output.
6559         (gmm): Add :prefix to defgroup.
6560
6561 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6562
6563         * gmm-utils.el (gmm-widget-p): New function.
6564
6565 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6566
6567         * mml.el (mml-attach-file): Describe `description' in doc string.
6568         (mml-menu): Add Emacs MIME manual and PGG manual.
6569
6570 2006-01-20  Richard M. Stallman  <rms@gnu.org>
6571
6572         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6573
6574 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
6575
6576         * nntp.el (nntp-end-of-line): Doc fix.
6577
6578 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
6579
6580         * imap.el (imap-open): Handle case where buffer is a buffer
6581         object.
6582
6583 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6584
6585         * gnus-delay.el (gnus-delay): Don't autoload.
6586         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6587         to be re-loaded when customizing the `gnus-delay' group.
6588
6589 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
6590
6591         * message.el (message-insert-citation-line): Use newlines.
6592
6593 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6594
6595         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6596         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
6597         these routines, so the passphrase can be managed externally and
6598         passed in to the system.
6599         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6600         pgg-add-passphrase-to-cache function.
6601
6602         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6603         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
6604         these routines, so the passphrase can be managed externally and
6605         passed in to the system.
6606         (pgg-pgp5-sign-region): Use new name of
6607         pgg-add-passphrase-to-cache function.
6608
6609 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6610
6611         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6612         part of the decoded armor to find the key-identifier.
6613         (pgg-gpg-lookup-key-owner): New function to return the
6614         human-readable identifier of a key owner.
6615         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
6616         itself.
6617         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6618         the key value) if we have a key and can match it against a secret
6619         key.  Also, added a note pointing out fact that the prompt only
6620         indicates the first matching key.
6621
6622         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
6623         pgg-decrypt-region.
6624         (pgg-add-passphrase-to-cache): Rename from
6625         `pgg-add-passphrase-cache' to reduce confusion (all callers
6626         changed).
6627         (pgg-remove-passphrase-from-cache): Rename from
6628         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6629         changed).
6630         (pgg-read-passphrase, pgg-add-passphrase-cache)
6631         (pgg-remove-passphrase-cache): Add informative docstrings.
6632         (pgg-decrypt): Convey provided passphrase in subordinate call to
6633         pgg-decrypt-region.
6634
6635 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
6636
6637         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6638         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6639         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6640         'passphrase' argument, so the passphrase can be managed externally
6641         and then passed in to the system.
6642
6643         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6644         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
6645         so the passphrase cache can be used reliably with identifiers
6646         besides a pgp packet's key id.
6647
6648         * pgg-gpg.el (pgg-gpg-encrypt-region)
6649         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6650         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
6651         these routines, so the passphrase can be managed externally and
6652         passed in to the system.
6653
6654         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6655         'notruncate' argument, so the passphrase cache can be used
6656         reliably with identifiers besides a pgp packet's key id.
6657
6658 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
6659
6660         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6661         symmetric encryption.
6662         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6663         encrypted session key.
6664         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6665         message ask for the passphrase in a proper way.
6666
6667         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6668         New user commands for symmetric encryption.
6669
6670 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6671
6672         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6673
6674         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6675
6676 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6677
6678         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6679
6680 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6681
6682         * mm-decode.el (mm-inlined-types): Add application/pgp.
6683         (mm-automatic-display): Ditto.
6684
6685         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6686         part as text.
6687
6688 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6689
6690         * nnrss.el: Update copyright.
6691         (nnrss-opml-import): Query whether to subscribe to each entry.
6692
6693         * gnus-art.el:
6694         * gnus-sum.el:
6695         * gnus-xmas.el:
6696         * messagexmas.el:
6697         * mm-uu.el:
6698         * mm-view.el: Update copyright.
6699
6700 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
6701
6702         * message.el (message-info): New function.
6703         (message-mode-menu): Add it.
6704         Update copyright.
6705
6706         * ChangeLog: Fix and update copyright.
6707
6708 2006-01-13  Romain Francoise  <romain@orebokech.com>
6709
6710         * message.el (message-forward-subject-name-subject): Prefer the
6711         address to 'nowhere' if the sender has no name.
6712         Fix typo.  Update copyright year.
6713
6714 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * gnus-art.el (article-wash-html): Use
6717         gnus-summary-show-article-charset-alist if a numeric arg is given.
6718         (gnus-article-wash-html-with-w3m-standalone): New function.
6719
6720         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6721         mm-inline-text-html-render-with-w3m-standalone.
6722         (mm-text-html-washer-alist): Map w3m-standalone to
6723         gnus-article-wash-html-with-w3m-standalone.
6724         (mm-inline-text-html-render-with-w3m-standalone): New function.
6725
6726 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6727
6728         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6729         Improve LaTeX.
6730
6731 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6732
6733         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6734         (nnrss-request-article): Render text/plain parts as HTML.
6735
6736         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6737         the buffer.
6738
6739 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6740
6741         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6742         custom definition of `gnus-posting-styles'.
6743
6744         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6745         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6746
6747 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6748
6749         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6750         Use nntp for bug archive.
6751
6752 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6753
6754         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6755         parts.
6756         (nnrss-normalize-date): New function converts ISO 8601 date into
6757         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6758         (nnrss-check-group): Use it.
6759
6760 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6761
6762         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6763
6764         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6765         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6766         (nnrss-insert-w3): Ditto.
6767
6768 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6769
6770         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6771         the articles to be forwarded including the case where neither a
6772         number of articles nor a region is specified.
6773
6774 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6775
6776         * nnrss.el (nnrss-request-article): Fix last change; fill
6777         text/plain parts.
6778
6779 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6780
6781         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6782         in text/plain part.
6783         (nnrss-check-group): Don't add excessive newline to dc:subject.
6784
6785 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
6786
6787         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6788         article.
6789
6790 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6791
6792         * nnml.el: Don't require gnus-bcklg.  Autoload it.
6793         (nnml-use-compressed-files, nnml-save-mail): Support other
6794         comression programs such as bzip2.
6795
6796 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6797
6798         * dns.el (query-dns): Make sure we check the buffer size before
6799         removing tcp headers.
6800
6801 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6802
6803         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6804         remove MIME buttons associated with multipart/alternative parts.
6805         (gnus-mime-display-alternative): Tag buttons using `article-type'
6806         text property.
6807
6808         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6809         associated with multipart/alternative parts.
6810
6811         * gnus-art.el (gnus-signature-separator): Fix custom type.
6812
6813         * mm-decode.el (mm-inlined-types): Fix custom type.
6814         (mm-keep-viewer-alive-types): Ditto.
6815         (mm-automatic-display): Ditto.
6816         (mm-attachment-override-types): Ditto.
6817         (mm-inline-override-types): Ditto.
6818         (mm-automatic-external-display): Ditto.
6819
6820 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6821
6822         * spam-report.el (spam-report-user-mail-address)
6823         (spam-report-user-agent): New variables.
6824         (spam-report-url-ping-plain): Use spam-report-user-agent.
6825
6826 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
6827
6828         * gnus-art.el (gnus-button-handle-custom): Do not just use
6829         `customize-apropos' for any "M-x customize-*" button but the
6830         function called for.  Accept both the function name and its
6831         argument in order to achieve this.
6832         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
6833         function name to `gnus-button-handle-custom' in case of "M-x
6834         customize-*" buttons.
6835
6836 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6837
6838         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6839         multipart/alternative and add xref to mm-discouraged-alternatives
6840         in doc string.
6841
6842         * mm-decode.el (mm-discouraged-alternatives): Add xref to
6843         gnus-buttonized-mime-types in doc string.
6844
6845 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
6846
6847         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6848         Suggest image/.* in the doc string.
6849
6850 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6851
6852         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6853         message-marks (Debian bug #342521).
6854
6855 2005-12-12  Simon Josefsson  <jas@extundo.com>
6856
6857         * password.el (password-read-from-cache): Add.
6858         (password-read): Use it.
6859
6860 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6861
6862         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6863         us-ascii as a MIME charset.
6864
6865         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6866         against the case where the 2nd arg TYPE is nil.
6867
6868 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6869
6870         * pop3.el (pop3-stream-type): Fix custom version.
6871
6872         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6873
6874 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6875
6876         * mm-decode.el (mm-display-external): Add missing cdr.
6877
6878 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6879
6880         * mm-decode.el (mm-display-external): Use nametemplate (defined in
6881         RFC1524) if it is in mailcap or add a suffix according to
6882         mailcap-mime-extensions when generating a temp filename; postpone
6883         deleting a temp file for 2 seconds for some wrappers, shell
6884         scripts, and so on, which might exit right after having started a
6885         viewer command as a background job.
6886
6887 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6888
6889         * nntp.el (nntp-marks-directory): Fix custom group.
6890
6891         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6892         steps when < 10.
6893
6894         * gnus-start.el (gnus-no-server-1): Mention
6895         `gnus-level-default-subscribed' in doc string.
6896
6897 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6898
6899         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6900         parens.
6901
6902 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6903
6904         * gnus-xmas.el (gnus-use-toolbar): Revert.
6905         (gnus-xmas-setup-toolbar): Use global default-toolbar if
6906         gnus-use-toolbar is default.
6907
6908         * messagexmas.el (message-use-toolbar): Revert.
6909         (message-setup-toolbar): Use global default-toolbar if
6910         message-use-toolbar is default.
6911
6912 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6913
6914         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
6915         according to default-toolbar-visible-p.
6916
6917         * messagexmas.el (message-use-toolbar): Ditto.
6918
6919 2005-11-26  Dave Love  <fx@gnu.org>
6920
6921         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6922         (tls-program, tls-success): Provide openssl alternative.
6923
6924         * starttls.el: Doc fixes.
6925         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6926         SERVICE to PORT.
6927
6928         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
6929         port null or service name.
6930         (starttls-negotiate): Autoload.
6931
6932 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6933
6934         * message.el (message-kill-to-signature): Fix interactive spec.
6935
6936 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6937
6938         * pop3.el (pop3-open-server): Recognize a string as a service name.
6939
6940 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
6941
6942         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6943
6944 2005-11-23  Dave Love  <fx@gnu.org>
6945
6946         Add pop3s, pop3/starttls.
6947
6948         * pop3.el (pop3-authentication-scheme): Clarify doc.
6949         (open-tls-stream, starttls-open-stream): Autoload.
6950         (pop3-stream-type): New.
6951         (pop3-open-server): Use it.
6952
6953         * mail-source.el (mail-sources): Fix some :types.  Add stream type
6954         for POP.
6955         (mail-source-keyword-map): Add :stream for POP.
6956         (mail-source-fetch-pop): Use pop3-stream-type.
6957
6958 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6959
6960         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6961         of current-time-string.
6962
6963 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
6964
6965         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6966         date header.
6967
6968 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6969
6970         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6971         it can seriously impact performance as it bypasses the agent's
6972         local caches.
6973
6974 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6975
6976         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6977         must be explicitly online rather than "not explicitly offline" for
6978         its flags to be synchronized.
6979
6980         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6981         that gnus-uu-unmark-thread will function correctly.
6982
6983         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6984         1024K is instead displayed as 1M.
6985
6986 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6987
6988         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6989
6990 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
6991
6992         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6993
6994 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
6995
6996         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6997         error message to display actual error condition.
6998         (gnus-agent-save-local): Avoid saving symbols that are bound to
6999         nil as they simply result in a warning message in
7000         gnus-agent-read-local.
7001
7002 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7003
7004         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
7005         rather than make-variable-buffer-local for file-precious-flag.
7006
7007 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7008
7009         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
7010         for duplicates which are removed.  The invalid sort check then
7011         triggers a rescan after the sort as sorting may have moved
7012         duplicate entries such that they can be cheaply detected.
7013
7014 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7015
7016         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
7017
7018 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
7019
7020         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
7021         internal variable to a custom variable.  Changed default value
7022         from compressed(2) to uncompressed(1).
7023         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
7024         support for uncompressed agentview files.  Taken together, reading
7025         the agentview file should now be 6-7 times faster.
7026
7027 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7028
7029         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
7030         as a buffer-local variable.  This avoids creating truncated
7031         dribble files as a result of a hang up, eg.
7032
7033 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
7034
7035         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
7036         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
7037         XEmacs.
7038
7039 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7040
7041         * gnus-start.el (gnus-start-draft-setup): Enforce
7042         `gnus-draft-mode' for nndraft:drafts at startup.
7043
7044         * gnus.el (gnus-splash): Change custom group.
7045         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
7046         allow-list argument.
7047
7048         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
7049         string.
7050
7051 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7052
7053         * gnus-art.el (gnus-default-article-saver): Add user-defined
7054         `function' to custom type.
7055
7056 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7057
7058         * imap.el (imap-open): Handle case where buffer is a buffer
7059         object.
7060
7061 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7062
7063         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
7064         long lines.
7065         (gnus-cache-delete-group): Wrap doc strings.
7066
7067         * gnus-agent.el (gnus-agent-rename-group)
7068         (gnus-agent-delete-group): Wrap doc strings.
7069
7070 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7071
7072         * messagexmas.el (message-use-toolbar): Change the valid values
7073         into default, top, bottom, left, and right.
7074         (message-toolbar-thickness): New variable.
7075         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
7076         well.
7077         (message-setup-toolbar): Make it work.
7078
7079         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
7080         (gnus-use-toolbar): Change the valid values into default, top,
7081         bottom, left, and right.
7082         (gnus-toolbar-thickness): New variable.
7083         (gnus-xmas-setup-toolbar): New function.
7084         (gnus-xmas-setup-group-toolbar): Use it.
7085         (gnus-xmas-setup-summary-toolbar): Use it.
7086
7087 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7088
7089         * gnus-start.el (gnus-1): Add "native" to
7090         gnus-predefined-server-alist.
7091
7092         * gnus.el (gnus-method-to-server): Don't add "native" to the
7093         lists here, because that leads to problems when
7094         gnus-select-method is bound.
7095
7096 2005-11-09  Simon Josefsson  <jas@extundo.com>
7097
7098         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
7099         use (not sort-by-date) instead.
7100
7101 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7102
7103         * gnus-delay.el (gnus-delay-group): Don't autoload.
7104         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7105         to be re-loaded when customizing the `gnus-delay' group.
7106
7107 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
7108
7109         * message.el: Revert last changes.
7110         (message-insert-citation-line): Use newlines.
7111
7112 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7113
7114         * message.el (message-courtesy-message)
7115         (message-mark-insert-begin, message-mark-insert-end)
7116         (message-elide-ellipsis, message-cancel-message)
7117         (message-add-header, message-change-subject)
7118         (message-cross-post-followup-to-header)
7119         (message-cross-post-insert-note, message-reduce-to-to-cc)
7120         (message-widen-reply, message-delete-not-region)
7121         (message-kill-to-signature, message-insert-signature)
7122         (message-insert-importance-high, message-insert-importance-low)
7123         (message-insert-or-toggle-importance)
7124         (message-insert-disposition-notification-to)
7125         (message-indent-citation, message-yank-original)
7126         (message-cite-original-without-signature, message-cite-original)
7127         (message-insert-citation-line, message-position-on-field)
7128         (message-fix-before-sending, message-send-mail-partially)
7129         (message-send-mail, message-send-mail-with-sendmail)
7130         (message-send-mail-with-qmail, message-send-news)
7131         (message-check-news-header-syntax, message-generate-headers)
7132         (message-insert-courtesy-copy, message-fill-address)
7133         (message-fill-header, message-shorten-references)
7134         (message-setup-1, message-cancel-news)
7135         (message-forward-make-body-plain, message-forward-make-body-mime)
7136         (message-forward-make-body-mml, message-encode-message-body)
7137         (message-forward-make-body-digest-plain)
7138         (message-forward-make-body-digest-mime)
7139         (message-use-alternative-email-as-from): Insert `hard-newline'
7140         instead of ordinary newlines.
7141
7142 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7143
7144         * message.el (message-generate-headers): Downcase the argument
7145         given to message-check-element.
7146
7147 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
7148
7149         * nntp.el (nntp-authinfo-rejected): New error condition.
7150         (nntp-wait-for): Use new error condition to signal authentication
7151         error.
7152         (nntp-retrieve-data): Rethrow new error condition to break out of
7153         recursive call to nntp-send-authinfo.
7154
7155 2005-11-08  Romain Francoise  <romain@orebokech.com>
7156
7157         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
7158         (gnus-summary-exit-map): Bind to `Z p'.
7159         (gnus-summary-make-menu-bar): Add menu item.
7160
7161 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
7162
7163         * gnus-art.el (gnus-article-treat-custom): Add `first'.
7164         (gnus-treat-*): Add `first' in all doc strings.
7165
7166         * gnus-group.el (gnus-group-compact-group): Fix typo.
7167
7168 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * gnus.el (gnus-parameters-case-fold-search): New variable.
7171         (gnus-parameters-get-parameter): Use it.
7172
7173         * gnus-score.el (gnus-home-score-file): Doc fix.
7174
7175 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
7176
7177         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
7178
7179 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7180
7181         * mm-util.el (mm-special-display-p): New function.
7182
7183         * mml.el (mml-preview): Use it; doc fix.
7184
7185 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7186
7187         * imap.el (imap-open): Handle case where buffer is a buffer object.
7188
7189 2005-10-29  Romain Francoise  <romain@orebokech.com>
7190
7191         * message.el (message-fix-before-sending): Fix comment.
7192
7193 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7194
7195         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
7196
7197 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7198
7199         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
7200         Used in gnus-score.el.
7201
7202 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7203
7204         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
7205
7206 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7207
7208         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
7209         whitespace removed in revision 7.8.  Use concatenated string to
7210         protect trailing whitespace.
7211
7212 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
7213
7214         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
7215         (nnimap-request-expire-articles): Use it to avoid sending 'UID
7216         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
7217         Courier IMAP ("some version from 2004").  Mostly based on similar
7218         code in the same function.
7219
7220 2005-10-26  Didier Verna  <didier@xemacs.org>
7221
7222         * gnus-group.el (gnus-group-compact-group): Invalidate original
7223         article buffer.
7224         * gnus-srvr.el (gnus-server-compact-server): Ditto.
7225         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
7226         NOV database and in article itself.
7227         Invalidate article backlog.
7228
7229 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7230
7231         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
7232
7233 2005-10-26  Simon Josefsson  <jas@extundo.com>
7234
7235         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
7236         part of 2004-07-25 change.
7237
7238 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * message.el (message-display-completion-list): New function.
7241         (message-expand-group): Use it; make sure the Completions buffer
7242         is modifiable.
7243 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7244
7245         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
7246         user-mail-name is an empty string.
7247
7248 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7249
7250         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
7251         depending on gnus-score-decay-constant.
7252
7253         * encrypt.el (encrypt-insert-file-contents)
7254         (encrypt-write-file-contents): Don't use `gnus-message'.
7255
7256         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
7257         arguments.
7258         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
7259         arguments to mm-uu-verbatim-marks-extract.
7260         (mm-uu-hide-markers): New variable.
7261         (mm-uu-extract): Use face similar to `gnus-cite-3'.
7262
7263         * gnus-fun.el (gnus-convert-image-to-x-face-command)
7264         (gnus-convert-image-to-face-command): Use "convert" by default to
7265         allow other input image formats.
7266         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
7267         accordingly.
7268
7269 2005-10-23  Simon Josefsson  <jas@extundo.com>
7270
7271         * imap.el (imap-gssapi-program): Align command line parameters
7272         with latest GNU SASL.
7273         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
7274
7275 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7276
7277         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
7278         HTML.
7279         (nnslashdot-request-article): Ditto.
7280
7281         * lpath.el (featurep): Add nobreak-char-display.
7282
7283 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7284
7285         * mail-source.el (mail-source-fetch-pop): Require pop3.
7286         (mail-source-check-pop): Ditto.
7287
7288 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7289
7290         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
7291         errors.
7292
7293 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7294
7295         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
7296         (gnus-treat-strip-leading-blank-lines): Improve doc string.
7297
7298         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
7299
7300         * mm-bodies.el (mm-decode-string): Call
7301         `mm-charset-to-coding-system' with allow-override argument.
7302
7303 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7304
7305         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
7306         (rfc2047-charset-to-coding-system): New function.
7307         (rfc2047-decode-encoded-words): New function.
7308         (rfc2047-decode-region): Use them.
7309         (rfc2047-decode-cte): Remove.
7310         (rfc2047-parse-and-decode): Remove.
7311         (rfc2047-decode): Remove.
7312
7313 2005-10-15  Kenichi Handa  <handa@m17n.org>
7314
7315         * rfc2047.el (rfc2047-decode-cte): New function.
7316         (rfc2047-decode-region): Change the way to decode successive
7317         encoded-words: decode B- or Q-encoding in each encoded-word,
7318         concatenate them, and decode it as charset.
7319
7320 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7321
7322         * lpath.el: Fbind codepage-setup for XEmacs.
7323
7324 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
7325
7326         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
7327         widget-move-and-invoke.
7328         (gnus-custom-mode): Use gnus-custom-map.
7329
7330 2005-10-15  Bill Wohler  <wohler@newt.com>
7331
7332         * message.el (message-tool-bar-map): Renamed image file from
7333         mail_send to mail/send.
7334
7335 2005-10-16  Masatake YAMATO  <jet@gyve.org>
7336
7337         * message.el (message-expand-group): Pass the common
7338         prefix substring of completion to `display-completion-list'.
7339
7340 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
7341
7342         * mml-sec.el (mml-secure-method): New internal variable.
7343         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7344         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7345         functions using mml-secure-method.
7346
7347         * mml.el (mml-mode-map): Add key bindings for those functions.
7348         (mml-menu): Simplify security menu entries.  Suggested by Jesper
7349         Harder <harder@myrealbox.com>.
7350         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7351         end of message if point is the headers of the message.
7352
7353         * message.el (message-in-body-p): New function.
7354
7355         * assistant.el: Autoload gnus-util and netrc.
7356
7357         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7358         Use `mm-charset-override-alist' only when decoding.
7359
7360         * mm-bodies.el (mm-decode-body): Call
7361         `mm-charset-to-coding-system' with allow-override argument.
7362
7363         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7364         `filename' from Content-Disposition if Content-Type doesn't
7365         provide `name'.
7366         (gnus-mime-view-part-as-type): Set default instead of
7367         initial-input.
7368
7369 2005-10-09  Daniel Brockman  <daniel@brockman.se>
7370
7371         * format-spec.el (format-spec): Propagate text properties of % spec.
7372
7373 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7374
7375         * gnus-art.el (gnus-treat-predicate): Add `first'.
7376
7377 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7378
7379         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7380         (mm-charset-override-alist): New variable.
7381         (mm-charset-to-coding-system): Use it.
7382         (mm-codepage-setup): New helper function.
7383         (mm-charset-eval-alist): New variable.
7384         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
7385         about unknown charsets.
7386
7387         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
7388
7389 2005-10-04  David Hansen  <david.hansen@gmx.net>
7390
7391         * nnrss.el (nnrss-request-article): Add support for the comments tag.
7392         (nnrss-check-group): Ditto.
7393
7394 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7395
7396         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7397         Rename x-gnus-verbatim to x-verbatim.
7398         (mm-uu-type-alist): Fix regexp for verbatim-marks.
7399
7400         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7401         x-verbatim.
7402
7403         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7404
7405         * gnus-util.el (gnus-remove-duplicates): Remove.
7406
7407         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7408         instead of gnus-remove-duplicates.
7409
7410         * message.el (message-remove-duplicates): Remove.
7411         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7412         message-remove-duplicates.
7413
7414         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7415         available, else use implementation from `delete-dups'.
7416
7417         * message.el (message-insert-expires): New function.
7418         (message-mode-map): Add key binding.
7419         (message-mode-field-menu): Add menu entry.
7420         (message-mode): Document it.
7421         (message-make-expires-date): Use `message-make-date'.
7422
7423 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
7424
7425         * message.el (message-make-expires-date): New function.
7426
7427 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7428
7429         * Makefile.in (list-installed-shadows): New entry.
7430         (install): Use it.
7431         (remove-installed-shadows): New entry.
7432
7433         * dgnushack.el (dgnushack-default-load-path): New variable.
7434         (dgnushack-find-lisp-shadows): New function.
7435         (dgnushack-remove-lisp-shadows): New function.
7436
7437 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7438
7439         * Makefile.in (install-el-elc): New entry.
7440         (install): Use it so that .el files are necessarily installed.
7441
7442 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7443
7444         * time-date.el: Autoload parse-time-string, XEmacs needs it.
7445
7446 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7447
7448         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7449         function rather than the diff-mode.el package.
7450         (mm-display-external): Use with-current-buffer.
7451         (mm-viewer-completion-map, mm-viewer-completion-map):
7452         Move initialization inside declaration.
7453
7454 2005-09-29  Simon Josefsson  <jas@extundo.com>
7455
7456         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
7457         autoload mail-check-payment.
7458         (spam-check-hashcash): Define unconditionally, since hashcash.el
7459         is part of Gnus now.  Ignore errors from payment checking.
7460
7461 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7462
7463         * message.el (message-bold-region, message-unbold-region): Rename
7464         from `bold-region' and `unbold-region'.
7465
7466         * message.el: Remove useless autoloads.
7467
7468 2005-09-28  Simon Josefsson  <jas@extundo.com>
7469
7470         * message.el (message-use-idna): Default to t.
7471         (message-use-idna): Test whether encoding works too.  Doc fix.
7472
7473 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7474
7475         * nntp.el (nntp-warn-about-losing-connection): Remove.
7476
7477 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7478
7479         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7480         customizable.  Change default value.
7481         (mm-uu-diff-groups-regexp): Change default value.
7482         (mm-uu-type-alist): Add doc string.
7483         (mm-uu-configure): Add doc string.  Make it interactive.
7484         (mm-uu-tex-groups-regexp): New variable.
7485         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7486         (mm-uu-type-alist): Add LaTeX documents.
7487         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7488         of "text/verbatim".
7489         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7490
7491         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7492         instead of "text/verbatim".
7493
7494         * message.el (message-mark-inserted-region)
7495         (message-mark-insert-file): Use slrn style marks when called with
7496         prefix argument.
7497
7498 2005-09-27  Simon Josefsson  <jas@extundo.com>
7499
7500         * message.el (message-idna-to-ascii-rhs-1): Reformat.
7501
7502 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
7503
7504         * message.el (message-remove-duplicates): New function.
7505         Implementation borrowed from `gnus-remove-duplicates'.
7506         (message-idna-to-ascii-rhs): Also encode idna addresses in
7507         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7508         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7509         only ask about the same idna domain once per header and also tell
7510         in what header to replace the idna domain.
7511
7512         * gnus-art.el (article-decode-idna-rhs): Also decode idna
7513         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7514         (article-decode-idna-rhs): Fix regexp so that all idna-address in
7515         a header is decoded and not just the last one.
7516
7517 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7518
7519         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7520         has been decoded.
7521
7522         * mm-decode.el (mm-automatic-display): Add text/verbatim.
7523         (mm-insert-part): Don't modify text if it has been decoded.
7524
7525         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7526         decoded.
7527
7528         * mm-view.el (mm-inline-text): Don't strip text props unless
7529         decoding enriched or richtext parts.
7530
7531 2005-09-25  Romain Francoise  <romain@orebokech.com>
7532
7533         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7534         * gnus-start.el (gnus-subscribe-interactively):
7535         * gnus-uu.el (gnus-uu-grab-articles):
7536         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7537         space.
7538
7539 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7540
7541         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7542         * mm-view.el (mm-view-pkcs7-decrypt):
7543         * gnus-sum.el (gnus-summary-limit-to-extra)
7544         (gnus-summary-respool-article, gnus-read-move-group-name):
7545         * gnus-score.el (gnus-summary-increase-score):
7546         * gnus-util.el (gnus-completing-read-with-default):
7547         * gnus-art.el (gnus-read-save-file-name)
7548         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7549         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7550         * message.el (message-check-news-header-syntax):
7551         Follow convention for reading with the minibuffer.
7552
7553 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
7554
7555         * spam-report.el (spam-report-url-ping-plain):
7556         Use gnus-extended-version as User-Agent.
7557
7558         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7559         default value is nil.
7560
7561         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7562         (mm-uu-verbatim-marks-extract): New function.
7563         (mm-uu-extract): New face.
7564         (mm-uu-copy-to-buffer): Use it.
7565
7566         * spam-report.el (spam-report-gmane-ham): Renamed from
7567         `spam-report-gmane-unspam'.
7568         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7569         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
7570
7571         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7572         Autoload.
7573         (spam-report-gmane-unregister-routine): Renamed
7574         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7575
7576 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
7577
7578         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7579         (spam-report-gmane-unregister-routine): Add support for gmane
7580         unregistration.
7581
7582         * spam-report.el (spam-report-gmane-unspam)
7583         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7584         (spam-report-gmane): Change to take a single article and do unspam
7585         registration.
7586
7587 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7588
7589         * mm-url.el (mm-url-decode-entities): Fix regexp.
7590
7591 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7592
7593         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7594         default to nil, to be able to use Gnus at all.  If the default
7595         switches to something else, then the function should be fixed not
7596         be exceedingly slow.
7597
7598 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
7599
7600         * gnus-start.el (gnus-activate-group): If the server is nil, don't
7601         fail hard.
7602
7603         * spam-report.el: Add better Keywords line.
7604
7605         * spam.el: Add Maintainer and better Keywords line.
7606
7607 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7608
7609         * gnus-art.el (gnus-article-replace-part)
7610         (gnus-mime-replace-part): New functions.
7611         (gnus-mime-action-alist, gnus-mime-button-commands)
7612         (gnus-mime-save-part-and-strip): Added file argument.
7613         (gnus-article-part-wrapper): Added interactive argument.
7614
7615         * gnus-sum.el (gnus-summary-mime-map): Add
7616         `gnus-article-replace-part'.
7617
7618 2005-09-19  Didier Verna  <didier@xemacs.org>
7619
7620         The nnml compaction feature:
7621         * nnml.el (nnml-request-compact-group): New function.
7622         * nnml.el (nnml-request-compact): New function.
7623         * gnus-int.el (gnus-request-compact-group): New function.
7624         * gnus-int.el (gnus-request-compact): New function.
7625         * gnus-group.el (gnus-group-compact-group): New function.
7626         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7627         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7628         * gnus-srvr.el (gnus-server-compact-server): New function.
7629         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7630         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7631
7632 2005-09-18  Deepak Goel  <deego@gnufans.org>
7633
7634         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7635         format spec.
7636
7637 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7638
7639         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7640
7641 2005-09-15  Romain Francoise  <romain@orebokech.com>
7642
7643         * message.el (message-fill-paragraph): Clarify docstring.
7644
7645 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7646
7647         * gnus-art.el (gnus-mime-display-part): Protect against broken
7648         MIME messages.
7649
7650 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7651
7652         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7653         before parsing header.
7654
7655 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7656
7657         * html2text.el (html2text-replace-list): Add new entities.
7658
7659 2005-09-11  Romain Francoise  <romain@orebokech.com>
7660
7661         * message.el (message-alternative-emails): Improve docstring.
7662         (message-setup-1): Call `message-use-alternative-email-as-from'
7663         after `message-setup-hook' to give it precedence over posting
7664         styles, etc.
7665         (message-use-alternative-email-as-from): Add docstring.  Remove
7666         the original From header if present.
7667
7668         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7669         (nnml-save-mail): Use it.
7670
7671         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7672         articles.  Add new argument `silent'.
7673         (gnus-uu-mark-all): Report the total number of marked articles.
7674
7675 2005-09-10  Romain Francoise  <romain@orebokech.com>
7676
7677         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7678         (gnus-uu-mark-series): Likewise.
7679
7680 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7681
7682         * spam-report.el (spam-report-gmane): Fix generation of spam
7683         report URL.
7684
7685 2005-09-10  Simon Josefsson  <jas@extundo.com>
7686
7687         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7688         t, based on discussion on the ding list with Robert Epprecht
7689         <epprecht@solnet.ch>.
7690
7691 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7692
7693         * spam-report.el (spam-report-gmane): Make it work without
7694         X-Report-Spam header.  Gmane now only provides Archived-At.
7695         This is only used if `spam-report-gmane-use-article-number' is nil.
7696         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7697
7698         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7699         make `gnus-summary-sort-by-recipient' work with threading.
7700
7701         * nnweb.el (nnweb-google-wash-article): Print a message if article
7702         is not available.
7703
7704 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7705
7706         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7707         change.  Decode text/* parts content before displaying.
7708
7709 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7710
7711         * mml-smime.el: Remove defvar of gnus-extract-address-components.
7712
7713 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * mm-view.el (mm-display-inline-fontify): Disable support modes.
7716
7717         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
7718         url-package-name, url-package-version,
7719         w3m-cid-retrieve-function-alist, w3m-current-buffer,
7720         w3m-display-inline-images, and w3m-minor-mode-map.
7721
7722 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
7723
7724         * message.el (message-tab-body-function): Fix mismatched custom type.
7725
7726         * gnus.el (gnus-group-change-level-function): Ditto.
7727
7728         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7729
7730         * gnus-art.el (gnus-signature-limit)
7731         (gnus-article-mime-part-function): Ditto.
7732
7733 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7734
7735         * mml.el (mml-mode): Silence the byte compiler.
7736
7737         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7738         using `(sit-for 0)' before moving the point to the specified part;
7739         skip unbuttonized parts.
7740         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7741         return to the summary window if gnus-auto-select-part is non-nil.
7742
7743 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
7744
7745         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7746         variables.
7747         (mml-dnd-attach-file, mml-mode): Use them.
7748
7749         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7750         Make fetching article by MID work again for Google Groups.  Added
7751         FIXME concerning gnus-group-make-web-group.
7752
7753         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7754         Don't depend on Gnus by using mail-extract-address-components if
7755         gnus-extract-address-components is not bound.
7756
7757 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7758
7759         * gnus-art.el (gnus-mime-display-security): Don't display the
7760         signature, but only the signed part.
7761
7762 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7763
7764         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7765
7766         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7767         list, not listp.
7768
7769 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
7770
7771         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7772         when encoding.
7773
7774         * mm-bodies.el (mm-decode-content-transfer-encoding):
7775         De-canonicalize CRLF for all text content types, not just
7776         text/plain.
7777
7778 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7779
7780         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7781         valid article; point arrow and cursor at the MIME button.
7782
7783 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7784
7785         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7786         Suggested by Dan Christensen <jdc@uwo.ca>.
7787
7788         * mm-decode.el (mm-save-part): Enable change of prompt.
7789
7790 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
7791
7792         * gnus-msg.el (gnus-inews-add-send-actions): Made
7793         `message-post-method' lambda parameter ARG `&optional'.
7794
7795 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7796
7797         * gnus-sum.el (gnus-summary-mime-map): Added
7798         gnus-article-save-part-and-strip, gnus-article-delete-part and
7799         gnus-article-jump-to-part.
7800
7801         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7802         (gnus-article-edit-part): Use it.
7803         (gnus-article-part-wrapper): Added no-handle argument.
7804         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7805         functions.
7806
7807 2005-08-29  Romain Francoise  <romain@orebokech.com>
7808
7809         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7810         docstring.
7811         (gnus-face-from-file): Likewise.
7812
7813 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7814
7815         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7816         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7817         non-nil.
7818         (gnus-auto-select-part): New variable.
7819         (gnus-article-jump-to-part): New function.
7820         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7821         (gnus-mime-delete-part): Allow selecting specified part after
7822         deleting or stripping parts.
7823         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
7824         part if argument is bogus.
7825
7826 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7827
7828         * gnus-art.el (w3m-minor-mode-map):
7829         * gnus-spec.el (gnus-newsrc-file-version):
7830         * gnus-util.el (nnmail-active-file-coding-system)
7831         (gnus-original-article-buffer, gnus-user-agent):
7832         * gnus.el (gnus-ham-process-destinations)
7833         (gnus-parameter-ham-marks-alist)
7834         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7835         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7836         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7837         * mm-decode.el (gnus-current-window-configuration):
7838         * mm-extern.el (gnus-article-mime-handles):
7839         * mm-url.el (url-current-object, url-package-name)
7840         (url-package-version):
7841         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7842         (smime-keys, w3m-cid-retrieve-function-alist)
7843         (w3m-current-buffer, w3m-display-inline-images)
7844         (w3m-minor-mode-map):
7845         * mml-smime.el (gnus-extract-address-components):
7846         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7847         (gnus-newsrc-hashtb, message-default-charset)
7848         (message-deletable-headers, message-options)
7849         (message-posting-charset, message-required-mail-headers)
7850         (message-required-news-headers):
7851         * mml1991.el (mc-pgp-always-sign):
7852         * mml2015.el (mc-pgp-always-sign):
7853         * nnheader.el (nnmail-extra-headers):
7854         * rfc1843.el (gnus-decode-encoded-word-function)
7855         (gnus-decode-header-function, gnus-newsgroup-name):
7856         * spam-stat.el (gnus-original-article-buffer): Add defvars.
7857
7858 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
7859
7860         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7861         the end of the date treatments.
7862
7863 2005-08-15  Simon Josefsson  <jas@extundo.com>
7864
7865         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7866         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
7867         Capello and Romain Francoise.
7868         (pgg-fetch-key-function): Removed, not used?
7869         (pgg-insert-url-with-w3): Require url, to get
7870         url-insert-file-contents regardless of where it is defined.
7871
7872 2005-08-13  Romain Francoise  <romain@orebokech.com>
7873
7874         * message.el (message-cite-original-1): New function.
7875         (message-cite-original): Use it.
7876         (message-cite-original-without-signature): Ditto.
7877
7878 2005-08-08  Romain Francoise  <romain@orebokech.com>
7879
7880         * message.el (message-yank-empty-prefix): New variable.
7881         (message-indent-citation): Use it.
7882         (message-cite-original-without-signature): Respect X-No-Archive.
7883
7884 2005-08-08  Simon Josefsson  <jas@extundo.com>
7885
7886         * pgg.el: Autoload url-insert-file-contents instead of loading
7887         w3/url.
7888         (pgg-insert-url-with-w3): Don't load url here.
7889
7890 2005-08-07  Jesper Harder  <harder@phys.au.dk>
7891
7892         * message.el (message-kill-to-signature): Don't insert newline at
7893         bol.
7894         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7895
7896 2005-08-06  Romain Francoise  <romain@orebokech.com>
7897
7898         * message.el (message-user-fqdn): Fix typo in docstring.
7899
7900 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
7901
7902         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7903
7904         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7905
7906 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * mm-bodies.el (mm-encode-body): Use coding system rather than
7909         charset to encode text.
7910
7911         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7912         number of charsets if utf-8 is available (XEmacs).
7913
7914 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
7915
7916         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7917         taken from `gnus-button-mid-or-mail-regexp'.
7918         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7919         (gnus-button-alist): Improve regexp for domain part of the MIDs
7920         for news:localpart@domain buttons.
7921         (gnus-button-ctan-directory-regexp): Update.
7922
7923 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7924
7925         * sieve-manage.el (sieve-manage-interactive-login): Use
7926         make-local-variable rather than make-variable-buffer-local.
7927         (sieve-manage-open): Ditto.
7928         (sieve-manage-authenticate): Ditto.
7929
7930         * mml.el (mml-generate-mime-1): Make the content type default to
7931         text/plain if the filename is not specified.
7932
7933 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7934
7935         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7936         instead of insert-buffer.
7937
7938         * message.el (message-yank-original): Ditto; set the mark at the
7939         end of the yanked message.
7940
7941 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7942
7943         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7944         lines to scroll rather than to stop it.
7945
7946         * mml.el (mml-generate-default-type): Add doc string.
7947         (mml-generate-mime-1): Use mm-default-file-encoding or make it
7948         default to application/octet-stream when determining the content
7949         type if it is not specified for the part or the mml contents; add
7950         a comment about mml-generate-default-type.
7951
7952 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
7953
7954         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7955         make it default to application/octet-stream when determining the
7956         content type if it is not specified for the external contents.
7957
7958 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7959
7960         * rfc2231.el (rfc2231-parse-string): Take care that not only a
7961         segmented parameter but also other parameters might be there.
7962
7963 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7964
7965         * mm-decode.el (mm-display-external): Delete temp file, directory
7966         and buffer immediately if the external process is exited.
7967
7968 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7969
7970         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7971         fewer lines than that of scroll-margin.
7972         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7973
7974 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * gnus-art.el (gnus-article-next-page): Revert.
7977         (gnus-article-beginning-of-window): New macro.
7978         (gnus-article-next-page-1): Use it.
7979         (gnus-article-prev-page): Ditto.
7980         (gnus-article-edit-part): Use insert-buffer-substring instead of
7981         insert-buffer.
7982         (gnus-article-edit-exit): Ditto.
7983
7984         * gnus-util.el (gnus-beginning-of-window): Remove.
7985         (gnus-end-of-window): Remove.
7986
7987         * lpath.el: Don't bind header-line-format and scroll-margin.
7988
7989 2005-07-25  Simon Josefsson  <jas@extundo.com>
7990
7991         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7992         to have the url package without w3.  Reported by Daiki Ueno
7993         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7994
7995 2005-07-20  Didier Verna  <didier@xemacs.org>
7996
7997         * gnus-diary.el: Remove the description comment (nndiary is now
7998         properly documented in the Gnus manual).
7999         Fix the spelling of "Back End".
8000         * nndiary.el: Ditto.
8001         Fix the copyright notice.
8002
8003 2005-07-18  Romain Francoise  <romain@orebokech.com>
8004
8005         * gnus-sum.el (gnus-summary-to-prefix)
8006         (gnus-summary-newsgroup-prefix): New variables.
8007         (gnus-summary-from-or-to-or-newsgroups): Use them.
8008
8009 2005-07-17  Romain Francoise  <romain@orebokech.com>
8010
8011         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
8012         space as it's generally not especially interesting to the user.
8013
8014 2005-07-16  Romain Francoise  <romain@orebokech.com>
8015
8016         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
8017         nil to avoid prompting and file modification if one of the
8018         messages at the top of the nnfolder file contains a copyright
8019         notice.
8020         Update copyright notice.
8021
8022         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
8023         instead of `current-time-string' as the latter creates a time
8024         string that is not RFC 2822 compliant (it lacks the zone).
8025         Update copyright notice.
8026
8027 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8028
8029         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
8030         for text/rtf.  Display default in prompt.  Pass default for M-n.
8031
8032         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
8033
8034 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8035
8036         * gnus-msg.el (gnus-button-mailto): Remove
8037         save-selected-window-window hackery because it relies on
8038         save-selected-window internals.
8039
8040 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8041
8042         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
8043         (gnus-article-next-page-1): Use gnus-beginning-of-window.
8044         (gnus-article-prev-page): Ditto.
8045
8046         * gnus-util.el (gnus-beginning-of-window): New function.
8047         (gnus-end-of-window): New function.
8048
8049         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
8050
8051 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8052
8053         * gnus-score.el (gnus-score-edit-all-score): Set
8054         gnus-score-edit-exit-function to gnus-score-edit-done and call
8055         gnus-message.
8056
8057 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8058
8059         * gnus-msg.el (gnus-button-mailto): Remove
8060         save-selected-window-window hackery because it relies on
8061         save-selected-window internals.
8062
8063 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8064
8065         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
8066         add-minor-mode.
8067         (gnus-binary-mode): Ditto.
8068
8069         * gnus-topic.el (gnus-topic-mode): Ditto.
8070
8071 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
8072
8073         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
8074         (gnus-article-prev-page): Take scroll-margin into consideration.
8075
8076 2005-07-04  Lute Kamstra  <lute@gnu.org>
8077
8078         Update FSF's address in GPL notices.
8079
8080 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
8081
8082         * gnus.el (gnus-exit):
8083         * gnus-group.el (gnus-group-icons):
8084         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
8085
8086         * gnus-nocem.el (gnus-nocem):
8087         * message.el (message-various, message-buffers, message-sending)
8088         (message-interface, message-forwarding, message-insertion)
8089         (message-headers, message-news, message-mail):
8090         * pgg-gpg.el (pgg-gpg):
8091         * pgg-parse.el (pgg-parse):
8092         * pgg-pgp.el (pgg-pgp):
8093         * pgg-pgp5.el (pgg-pgp5):
8094         * pop3.el (pop3): Finish `defgroup' description with period.
8095
8096 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8097
8098         * gnus-art.el (article-display-face): Improve the efficiency.
8099         (article-display-x-face): Ditto; remove grey x-face stuff.
8100
8101 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8102
8103         * gnus-art.el (article-display-face): Correct the position in
8104         which Faces are inserted.
8105
8106 2005-06-29  Didier Verna  <didier@xemacs.org>
8107
8108         * gnus-art.el (article-display-face): Display faces in correct
8109         order.
8110
8111 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8112
8113         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
8114         (gnus-fill-real-hashtb): Use hash table instead of obarray.
8115         (gnus-nocem-check-article): Fetch the Type header.
8116         (gnus-nocem-message-wanted-p): Fix the way to examine types.
8117         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
8118         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
8119         make sure gnus-nocem-hashtb is initialized.
8120         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
8121         (gnus-nocem-unwanted-article-p): Ditto.
8122
8123         * pgg.el (pgg-verify): Return the verification result.
8124
8125 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8126
8127         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
8128         is ascii.
8129
8130 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
8131
8132         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
8133         `show-nonbreak-escape'.
8134
8135 2005-06-23  Lute Kamstra  <lute@gnu.org>
8136
8137         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
8138
8139         * dig.el (dig-mode):
8140         * smime.el (smime-mode): Use gnus-run-mode-hooks.
8141
8142 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
8143
8144         * nnimap.el (nnimap-split-download-body): Fix spellings.
8145
8146 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
8147
8148         * gnus-art.el (gnus-article-encrypt-body):
8149         * gnus-cus.el (gnus-score-customize):
8150         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
8151         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
8152
8153 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
8154
8155         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
8156         header by looking for magic "MII" at the beginnig.
8157
8158 2005-06-16  Miles Bader  <miles@gnu.org>
8159
8160         * gnus-xmas.el (gnus-xmas-group-startup-message):
8161         Use renamed gnus-splash face.
8162
8163         * assistant.el (assistant-field): Remove "-face" suffix from face name.
8164         (assistant-field-face): New backward-compatibility alias for renamed
8165         face.
8166         (assistant-render-text): Use renamed assistant-field face.
8167
8168         * spam.el (spam): Remove "-face" suffix from face name.
8169         (spam-face): New backward-compatibility alias for renamed face.
8170         (spam-face, spam-initialize): Use renamed spam face.
8171
8172         * message.el (message-header-to, message-header-cc)
8173         (message-header-subject, message-header-newsgroups)
8174         (message-header-other, message-header-name)
8175         (message-header-xheader, message-separator, message-cited-text)
8176         (message-mml): Remove "-face" suffix from face names.
8177         (message-header-to-face, message-header-cc-face)
8178         (message-header-subject-face, message-header-newsgroups-face)
8179         (message-header-other-face, message-header-name-face)
8180         (message-header-xheader-face, message-separator-face)
8181         (message-cited-text-face, message-mml-face):
8182         New backward-compatibility aliases for renamed faces.
8183         (message-font-lock-keywords): Use renamed message faces.
8184
8185         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
8186         (sieve-test-commands, sieve-tagged-arguments):
8187         Remove "-face" suffix from face names.
8188         (sieve-control-commands-face, sieve-action-commands-face)
8189         (sieve-test-commands-face, sieve-tagged-arguments-face):
8190         New backward-compatibility aliases for renamed faces.
8191         (sieve-control-commands-face, sieve-action-commands-face)
8192         (sieve-test-commands-face, sieve-tagged-arguments-face):
8193         Use renamed sieve faces.
8194
8195         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
8196         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
8197         (gnus-group-news-3-empty, gnus-group-news-4)
8198         (gnus-group-news-4-empty, gnus-group-news-5)
8199         (gnus-group-news-5-empty, gnus-group-news-6)
8200         (gnus-group-news-6-empty, gnus-group-news-low)
8201         (gnus-group-news-low-empty, gnus-group-mail-1)
8202         (gnus-group-mail-1-empty, gnus-group-mail-2)
8203         (gnus-group-mail-2-empty, gnus-group-mail-3)
8204         (gnus-group-mail-3-empty, gnus-group-mail-low)
8205         (gnus-group-mail-low-empty, gnus-summary-selected)
8206         (gnus-summary-cancelled, gnus-summary-high-ticked)
8207         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
8208         (gnus-summary-high-ancient, gnus-summary-low-ancient)
8209         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
8210         (gnus-summary-low-undownloaded)
8211         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
8212         (gnus-summary-low-unread, gnus-summary-normal-unread)
8213         (gnus-summary-high-read, gnus-summary-low-read)
8214         (gnus-summary-normal-read, gnus-splash):
8215         Remove "-face" suffix from face names.
8216         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8217         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8218         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8219         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8220         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8221         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8222         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8223         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8224         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8225         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8226         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8227         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8228         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8229         (gnus-summary-normal-ticked-face)
8230         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
8231         (gnus-summary-normal-ancient-face)
8232         (gnus-summary-high-undownloaded-face)
8233         (gnus-summary-low-undownloaded-face)
8234         (gnus-summary-normal-undownloaded-face)
8235         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8236         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8237         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8238         (gnus-splash-face):
8239         New backward-compatibility aliases for renamed faces.
8240         (gnus-group-startup-message): Use renamed gnus faces.
8241
8242         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
8243         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
8244         (gnus-server-agent): Remove "-face" suffix from face names.
8245         (gnus-server-agent-face, gnus-server-opened-face)
8246         (gnus-server-closed-face, gnus-server-denied-face)
8247         (gnus-server-offline-face):
8248         New backward-compatibility aliases for renamed faces.
8249         (gnus-server-agent-face, gnus-server-opened-face)
8250         (gnus-server-closed-face, gnus-server-denied-face)
8251         (gnus-server-offline-face): Use renamed gnus faces.
8252
8253         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
8254         Remove "-face" suffix from face names.
8255         (gnus-picon-xbm-face, gnus-picon-face):
8256         New backward-compatibility aliases for renamed faces.
8257
8258         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
8259         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
8260         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
8261         (gnus-cite-11): Remove "-face" suffix from face names.
8262         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
8263         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
8264         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
8265         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
8266         New backward-compatibility aliases for renamed faces.
8267         (gnus-cite-attribution-face, gnus-cite-face-list)
8268         (gnus-article-boring-faces): Use renamed gnus faces.
8269
8270         * gnus-art.el (gnus-signature, gnus-header-from)
8271         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
8272         (gnus-header-content): Remove "-face" suffix from face names.
8273         (gnus-signature-face, gnus-header-from-face)
8274         (gnus-header-subject-face, gnus-header-newsgroups-face)
8275         (gnus-header-name-face, gnus-header-content-face):
8276         New backward-compatibility aliases for renamed faces.
8277         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
8278
8279         * gnus-sum.el (gnus-summary-selected-face)
8280         (gnus-summary-highlight): Use renamed gnus faces.
8281         * gnus-group.el (gnus-group-highlight): Likewise.
8282
8283 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
8284
8285         * gnus-sieve.el (gnus-sieve-article-add-rule):
8286         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
8287         * spam-stat.el (spam-stat-buffer-change-to-spam)
8288         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
8289
8290         * message.el (message-is-yours-p):
8291         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
8292
8293 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8294
8295         * mm-view.el (mm-inline-text): Withdraw the last change.
8296
8297 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8298
8299         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
8300         executing enriched-decode.
8301
8302 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8303
8304         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
8305         charset of tar files.
8306
8307 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
8308
8309         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
8310
8311 2005-06-04  Lute Kamstra  <lute@gnu.org>
8312
8313         * nnfolder.el (nnfolder-read-folder): Make sure that undo
8314         information is never recorded.
8315
8316 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8317
8318         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
8319
8320 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8321
8322         * pop3.el (pop3-apop): Run md5 in the binary mode.
8323
8324         * starttls.el (starttls-set-process-query-on-exit-flag):
8325         Use eval-and-compile.
8326
8327 2005-05-31  Simon Josefsson  <jas@extundo.com>
8328
8329         * smime.el (smime-replace-in-string): Define.
8330         (smime-cert-by-ldap-1): Use it.
8331
8332 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8333
8334         * gnus-art.el (article-display-x-face): Replace
8335         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8336
8337         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
8338         set-process-query-on-exit-flag or process-kill-without-query.
8339
8340         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
8341         loop instead of replace-regexp.
8342
8343         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
8344         instead of process-kill-without-query if it is available.
8345
8346         * lpath.el: Fbind ldap-search-entries.
8347
8348         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
8349         instead of find-file-hooks if it is available.
8350
8351         * mml1991.el: Bind pgg-default-user-id when compiling.
8352
8353         * mml2015.el: Bind pgg-default-user-id when compiling.
8354
8355         * nndraft.el (nndraft-request-associate-buffer):
8356         Use write-contents-functions instead of write-contents-hooks if it is
8357         available.
8358
8359         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
8360         instead of find-file-hooks if it is available.
8361
8362         * nntp.el (nntp-open-connection): Replace
8363         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8364         (nntp-open-ssl-stream): Ditto.
8365         (nntp-open-tls-stream): Ditto.
8366
8367         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8368         set-process-query-on-exit-flag or process-kill-without-query.
8369         (starttls-open-stream-gnutls): Use it instead of
8370         process-kill-without-query.
8371         (starttls-open-stream): Ditto.
8372
8373 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
8374
8375         * smime.el (smime-cert-by-ldap-1): Don't use
8376         replace-regexp-in-string.
8377
8378 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
8379
8380         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8381
8382         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
8383         in PEM format.  Adjust to the XEmacs compability.
8384
8385 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
8386
8387         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8388         by `string-to-number'.
8389         * gnus-agent.el (gnus-agent-regenerate-group)
8390         (gnus-agent-fetch-articles): Ditto.
8391         * gnus-art.el (gnus-button-fetch-group): Ditto.
8392         * gnus-cache.el (gnus-cache-generate-active)
8393         (gnus-cache-articles-in-group): Ditto.
8394         * gnus-group.el (gnus-group-set-current-level)
8395         (gnus-group-insert-group-line): Ditto.
8396         * gnus-score.el (gnus-score-set-expunge-below)
8397         (gnus-score-set-mark-below, gnus-summary-score-effect)
8398         (gnus-summary-score-entry): Ditto.
8399         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8400         (gnus-soup-pack): Ditto.
8401         * gnus-spec.el (gnus-xmas-format): Ditto.
8402         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8403         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8404         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8405         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8406         * nndb.el (nndb-get-remote-expire-response): Ditto.
8407         * nndiary.el (nndiary-parse-schedule-value)
8408         (nndiary-string-to-number, nndiary-request-replace-article)
8409         (nndiary-request-article): Ditto.
8410         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8411         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8412         * nneething.el (nneething-make-head): Ditto.
8413         * nnfolder.el (nnfolder-request-article)
8414         (nnfolder-retrieve-headers): Ditto.
8415         * nnheader.el (nnheader-file-to-number): Ditto.
8416         * nnkiboze.el (nnkiboze-request-article): Ditto.
8417         * nnmail.el (nnmail-process-unix-mail-format)
8418         (nnmail-process-babyl-mail-format): Ditto.
8419         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8420         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8421         (nnmh-request-create-group, nnmh-request-list-1)
8422         (nnmh-request-group, nnmh-request-article): Ditto.
8423         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8424         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8425         * nnsoup.el (nnsoup-make-active): Ditto.
8426         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8427         * nntp.el (nntp-find-group-and-number)
8428         (nntp-retrieve-headers-with-xover): Ditto.
8429         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8430         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8431         (pgg-format-key-identifier): Ditto.
8432         * pop3.el (pop3-last, pop3-stat): Ditto.
8433         * qp.el (quoted-printable-decode-region): Ditto.
8434
8435         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8436         of concat.
8437
8438 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8439
8440         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8441
8442         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8443
8444         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8445
8446         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8447
8448         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8449
8450         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8451
8452         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8453         (gnus-carpal-mode): Ditto.
8454
8455         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8456         (gnus-browse-mode): Ditto.
8457
8458         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8459
8460         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8461
8462 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8463
8464         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8465
8466 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8467
8468         * gnus-util.el (gnus-run-mode-hooks): New function.
8469
8470         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8471
8472         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
8473         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
8474
8475 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8476
8477         * gnus-agent.el (gnus-agent-make-mode-line-string):
8478         Use mode-line-highlight as mouse-face.
8479
8480 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8481
8482         * canlock.el (canlock): Change the parent group to news.
8483
8484         * deuglify.el (gnus-outlook-deuglify): Add :group.
8485
8486         * dig.el (dig): Add :group.
8487
8488         * dns-mode.el (dns-mode): Add :group.
8489
8490         * encrypt.el (encrypt): Add :group.
8491
8492         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8493         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8494         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8495         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8496         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8497
8498         * gnus-diary.el (gnus-diary): Add :group.
8499
8500         * gnus.el (gnus-group-news-1-face): Add :group.
8501         (gnus-group-news-1-empty-face): Ditto.
8502         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8503         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8504         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8505         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8506         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8507         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8508         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8509         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8510         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8511         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8512         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8513         (gnus-summary-high-ticked-face): Ditto.
8514         (gnus-summary-low-ticked-face): Ditto.
8515         (gnus-summary-normal-ticked-face): Ditto.
8516         (gnus-summary-high-ancient-face): Ditto.
8517         (gnus-summary-low-ancient-face): Ditto.
8518         (gnus-summary-normal-ancient-face): Ditto.
8519         (gnus-summary-high-undownloaded-face): Ditto.
8520         (gnus-summary-low-undownloaded-face): Ditto.
8521         (gnus-summary-normal-undownloaded-face): Ditto.
8522         (gnus-summary-high-unread-face): Ditto.
8523         (gnus-summary-low-unread-face): Ditto.
8524         (gnus-summary-normal-unread-face): Ditto.
8525         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8526         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8527
8528         * hashcash.el (hashcash): New custom group.
8529         (hashcash-default-payment): Add :group.
8530         (hashcash-payment-alist): Ditto.
8531         (hashcash-default-accept-payment): Ditto.
8532         (hashcash-accept-resources): Ditto.
8533         (hashcash-path): Ditto.
8534         (hashcash-extra-generate-parameters): Ditto.
8535         (hashcash-double-spend-database): Ditto.
8536         (hashcash-in-news): Ditto.
8537
8538         * message.el (message-minibuffer-local-map): Add :group.
8539
8540         * netrc.el (netrc): Add :group.
8541
8542         * sieve-manage.el (sieve-manage-log): Add :group.
8543         (sieve-manage-default-user): Diito.
8544         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8545         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8546         (sieve-manage-authenticators): Ditto.
8547         (sieve-manage-authenticator-alist): Ditto.
8548         (sieve-manage-default-port): Ditto.
8549
8550         * sieve-mode.el (sieve-control-commands-face): Add :group.
8551         (sieve-action-commands-face): Ditto.
8552         (sieve-test-commands-face): Ditto.
8553         (sieve-tagged-arguments-face): Ditto.
8554
8555         * smime.el (smime): Add :group.
8556
8557         * spam-report.el (spam-report): Add :group.
8558
8559         * spam.el (spam, spam-face): Add :group.
8560
8561 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8562
8563         * nntp.el (nntp-next-result-arrived-p): Some news servers may
8564         return \n.\n.\n at the end of articles.  Protect against that.
8565         (nntp-with-open-group): Allow debugging.
8566
8567         * nnheader.el (mail-header-set-extra): Make into a function
8568         because I just could't understand how to quote the list properly.
8569
8570         * dns.el (query-dns-cached): New function.
8571
8572 2005-05-26  Lute Kamstra  <lute@gnu.org>
8573
8574         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8575
8576 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8577
8578         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
8579
8580         * gnus-art.el: Don't autoload mail-extract-address-components.
8581
8582         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8583         eval-and-compile to evaluate it.
8584
8585         * hashcash.el: Don't autoload executable-find.
8586
8587         * nndb.el: Don't declare the nndb back end two or more times; don't
8588         autoload news-reply-mode, news-setup, cancel-timer and telnet.
8589
8590         * nntp.el: Autoload format-spec instead of format; use
8591         eval-and-compile to evaluate autoload forms.
8592
8593 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
8594
8595         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8596
8597 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8598
8599         * gnus.el (gnus-version-number): Bump version.
8600
8601 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8602
8603         * gnus.el: No Gnus v0.3 is released.
8604
8605 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8606
8607         * lpath.el (featurep): Bind show-nonbreak-escape.
8608
8609 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8610
8611         * gnus-art.el (gnus-article-edit-part): Disable undo.
8612
8613 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8614
8615         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8616         gnus-article-date-lapsed-new-header is t if date timer is active;
8617         skip headers in which the original date value is empty.
8618         (gnus-article-save-original-date): Redefine it as a macro.
8619         (gnus-display-mime): Use it.
8620
8621 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8622
8623         * gnus-art.el (article-date-ut): Support converting date in
8624         forwarded parts as well.
8625         (gnus-article-save-original-date): New function.
8626         (gnus-display-mime): Use it.
8627
8628 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
8629
8630         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8631         enclosure element of <item>.
8632
8633 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
8634
8635         * message.el (message-kill-buffer-query): Renamed from
8636         `message-kill-buffer-query-if-modified'.  Added :version.
8637
8638 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8639
8640         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8641         window layout.
8642
8643 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * mml.el: Autoload dnd when compiling.
8646
8647 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8648
8649         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8650         x-dnd-*.
8651
8652 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8653
8654         * qp.el (quoted-printable-encode-region): Save excursion.
8655
8656 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8657
8658         * message.el (message-kill-buffer-query-if-modified): Add new variable
8659         so the user can kill a modified message buffer quickly.
8660         (message-kill-buffer): Use it.
8661
8662 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8663
8664         * lpath.el: Fbind display-time-event-handler; don't fbind
8665         string-to-multibyte.
8666
8667         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8668
8669 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8670
8671         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8672         contained in text because xml.el decodes entities) with LFs.
8673
8674 2005-04-11  Lute Kamstra  <lute@gnu.org>
8675
8676         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8677         differently.
8678
8679 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8680
8681         * mm-util.el (mm-detect-coding-region): Typo.
8682
8683 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8684
8685         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8686
8687 2005-04-06  D Goel  <deego@gnufans.org>
8688
8689         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8690         user-function allow user modifications of the scores.
8691         (spam-stat-score-buffer-user): New function, to allow
8692         user-computed modifications to the score.
8693         (spam-stat-score-buffer-user-functions): List of additional
8694         scoring functions.
8695         (spam-stat-error-holder): Global temporary error holder.
8696         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8697         variable.
8698
8699 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
8700
8701         * gnus-registry.el (gnus-registry-clean-empty-function)
8702         (gnus-registry-trim, gnus-registry-fetch-groups)
8703         (gnus-registry-delete-group): Groups that match
8704         `gnus-registry-ignored-groups' are removed from the registry
8705         entries, not just ignored for splitting.  This helps clean up the
8706         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
8707         to get all the groups a message ID is in.
8708
8709         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8710         (spam-stat-split-fancy): Change "threshhold" to "threshold"
8711         (spam-stat-score-buffer-user-functions): Add :number custom type.
8712
8713 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8716         argument in XEmacs.
8717
8718         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8719         (nnrss-request-group): Decode group name first.
8720         (nnrss-request-article): Make a text/plain article if mml-to-mime
8721         failed.
8722         (nnrss-get-encoding): Return a compatible encoding according to
8723         nnrss-compatible-encoding-alist.
8724         (nnrss-find-el): Use consp instead of listp.
8725         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8726
8727 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8728
8729         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8730         which Emacs 20 doesn't support.
8731         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8732
8733 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8734
8735         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8736         silence the byte compiler inside the defun.
8737
8738         * gnus-demon.el (parse-time-string): Add autoload.
8739
8740         * gnus-delay.el (parse-time-string): Add autoload.
8741
8742         * gnus-art.el (parse-time-string): Add autoload.
8743
8744         * nnultimate.el (parse-time): Require for `parse-time-string'.
8745
8746 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8747
8748         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8749
8750         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8751
8752         * smime.el (smime-ldap-host-list): Add :version.
8753
8754 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8755
8756         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8757         pass it to `gnus-browse-read-group'.
8758         (gnus-browse-read-group): Add NUMBER argument and pass it to
8759         `gnus-group-read-ephemeral-group'.
8760
8761         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8762         argument and pass it to `gnus-group-read-group'.
8763
8764 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
8765
8766         * mm-util.el (mm-xemacs-find-mime-charset): Only call
8767         mm-xemacs-find-mime-charset-1 if we have the mule feature
8768         available at runtime.
8769
8770 2005-03-25  Werner Lemberg  <wl@gnu.org>
8771
8772         * nnmaildir.el: Replace `illegal' with `invalid'.
8773
8774 2005-03-23  Lute Kamstra  <lute@gnu.org>
8775
8776         * time-date.el: Add comment on time value formats.
8777         Don't require parse-time.
8778         (with-decoded-time-value): New macro.
8779         (encode-time-value): New function.
8780         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8781         (days-to-time): Return a valid time value when arg is huge.
8782         (time-since): Use time-subtract.
8783         (time-to-number-of-days): Use time-to-seconds.
8784
8785 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8786
8787         * gnus-start.el (gnus-display-time-event-handler):
8788         Check display-time-timer at runtime rather than only at load time
8789         in case display-time-mode is turned off in the mean time.
8790
8791 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8792
8793         * nnimap.el (nnimap-open-connection): Print which authinfo file is
8794         used.
8795
8796         * nneething.el (nneething-map-file-directory): Derive from
8797         `gnus-directory'.
8798
8799         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8800         the To/Cc button.
8801
8802 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8803
8804         * nnmaildir.el (nnmaildir-request-accept-article):
8805         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8806
8807 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8808
8809         * gnus-async.el: Require timer-funcs at compile time when in
8810         XEmacs for `run-with-idle-timer'.
8811
8812 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8813
8814         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8815         autoloaded function.
8816
8817 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8818
8819         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8820
8821 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
8822
8823         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8824
8825 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8826
8827         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8828         gnus-expert-user to default.
8829
8830 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
8831
8832         * nnimap.el (nnimap-open-server): Ditto.
8833
8834         * imap.el (imap-authenticate): Fix typo.
8835
8836 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
8837
8838         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8839         buffer (since IMAP server might return FETCH response out of
8840         order, and the nntp buffer must be sorted).
8841
8842 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
8843
8844         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8845         comparison on string.
8846
8847         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8848         (gnus-agent-score): Renamed category keywords to match gnus-cus.
8849         (gnus-agent-summary-fetch-series): Modified to protect against
8850         gnus-agent-summary-fetch-group clearing processable flags.
8851         (gnus-agent-synchronize-group-flags): Update live group buffer as
8852         synchronization may occur due to the user toggle the plugged
8853         status.
8854         (gnus-agent-fetch-group-1): Clear downloadable flag when article
8855         successfully downloaded.
8856         (gnus-agent-expire-group-1): Avoid using markers when the overview
8857         is in ascending order; greatly improves performance.
8858         (gnus-agent-regenerate-group): Use
8859         gnus-agent-synchronize-group-flags to reset read status in both
8860         gnus and server.
8861         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8862
8863 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8864
8865         * message.el: Don't autoload former message-utils variables.
8866         (message-strip-subject-trailing-was): Change doc string.
8867
8868         * nnweb.el: Fixes for `gnus-group-make-web-group'.
8869         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
8870         (nnweb-google-search): Add "hl=en" here.
8871         (nnweb-google-parse-1, nnweb-google-create-mapping):
8872         Don't hardcode URL.
8873
8874 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8875
8876         * message.el (message-get-reply-headers, message-followup):
8877         Mention related variables `message-use-followup-to' and
8878         `message-use-mail-followup-to', in the information buffer.
8879
8880         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8881         of broken groups(-beta).google.com.
8882
8883 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8884
8885         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8886         parameter to invoked gnus-request-move-article; remove the
8887         redundant gnus-sum-hint-move-is-internal variable; apply the marks
8888         all at once instead of once per article.
8889         (gnus-summary-remove-process-mark): Accept a list of articles as
8890         well as a single article for processing.
8891
8892         * gnus-int.el (gnus-request-move-article): Add move-is-internal
8893         parameter.
8894
8895         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8896
8897         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8898
8899         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8900         parameter.
8901
8902         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8903         parameter.
8904
8905         * nnimap.el (nnimap-request-move-article): Add move-is-internal
8906         parameter and remove the gnus-sum-hint-move-is-internal variable.
8907
8908         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8909         parameter.
8910
8911         * nndraft.el (nndraft-request-move-article): Add move-is-internal
8912         parameter.
8913
8914         * nndiary.el (nndiary-request-move-article): Add move-is-internal
8915         parameter.
8916
8917         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8918
8919         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8920         parameter.
8921
8922         * nnagent.el (nnagent-request-move-article): Add move-is-internal
8923         parameter.
8924
8925 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8926
8927         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8928         a more conservative way.
8929
8930 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8931
8932         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8933         buffer, so it moves the window's cursor.
8934
8935 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
8936
8937         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8938         `mm-dissect-multipart' and receive the from field as an (optional)
8939         argument from `mm-dissect-multipart'.
8940         (mm-dissect-multipart): Receive the from field as an argument and
8941         pass it on when we call `mm-dissect-buffer' on MIME parts.
8942         Fixes verification/decryption of signed/encrypted MIME parts.
8943
8944 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
8945
8946         * gnus-sum.el (gnus-summary-move-article): Set
8947         gnus-sum-hint-move-is-internal for gnus-request-move-article and
8948         whatever it calls (right now, only nnimap-request-move article
8949         respects it).
8950
8951         * nnimap.el (nnimap-request-move-article): When
8952         gnus-sum-hint-move-is-internal is set, don't do the extra
8953         nnimap-request-article.
8954
8955 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8956
8957         * nnheader.el (nnheader-find-file-noselect): Add doc string.
8958
8959         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8960         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8961
8962         * gnus-sum.el (gnus-summary-caesar-message):
8963         Apply `gnus-treat-article' after rotation.
8964
8965         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8966         doc string.
8967
8968 2005-02-22  Simon Josefsson  <jas@extundo.com>
8969
8970         * encrypt.el (encrypt-password-cache-expiry): Remove (use
8971         `password-cache-expiry' instead).  Reported by Arne Jørgensen
8972         <arne@arnested.dk>.
8973         (encrypt): Add password-cache and password-cache-expiry as group
8974         members.
8975
8976 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
8977
8978         * smime.el (smime-ldap-host-list): Doc fix.
8979         (smime-ask-passphrase): Use `password-read-and-add' to read (and
8980         cache) password.
8981         (smime-sign-region): Use it.
8982         (smime-decrypt-region): Use it.
8983         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8984         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8985         fails.
8986         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8987         certificate from DER to PEM format rather than calling openssl.
8988
8989         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8990
8991         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8992         for signing/encryption.
8993
8994         * mml.el (mml-parse-1): Use them.
8995
8996 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
8997
8998         * nnrss.el (nnrss-verbose): Removed.
8999         (nnrss-request-group): Use `nnheader-message' instead.
9000
9001 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
9002
9003         * nnrss.el (nnrss-verbose): New variable.
9004         (nnrss-request-group): Make it say nnrss is requesting a group.
9005
9006 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9007
9008         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
9009         Handle news URL with given port correctly.
9010
9011 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9012
9013         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
9014         containing special characters.
9015
9016         * gnus-sum.el (gnus-summary-edit-article): Ditto.
9017
9018         * mml.el (mime-to-mml): Ditto.
9019
9020         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
9021         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
9022         (rfc2047-decode-region): Quote decoded words containing special
9023         characters when rfc2047-quote-decoded-words-containing-tspecials
9024         is non-nil.
9025
9026 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
9027
9028         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
9029
9030         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
9031
9032 2005-02-15  Simon Josefsson  <jas@extundo.com>
9033
9034         * nnimap.el (nnimap-debug): Doc fix.
9035
9036         * imap.el (imap-debug): Doc fix.
9037
9038 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9039
9040         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
9041
9042 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
9043
9044         * gnus.el (spam-contents): Improve docs for spam-contents
9045         parameter in its variable incarnation.
9046
9047 2005-02-14  Simon Josefsson  <jas@extundo.com>
9048
9049         * smime-ldap.el: Use require instead of load-library for ldap.
9050         (smime-ldap-search): Indent.
9051         (smime-ldap-search-internal): Shorten line.
9052
9053         * smime.el (smime-cert-by-dns): Add doc-string.
9054         (smime-cert-by-ldap-1): Indent.
9055
9056         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
9057         mml-smime-get-dns-ldap.
9058         (mml-smime-encrypt-query): Use new function.  Default to ldap.
9059
9060 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
9061
9062         * smime.el: Require smime-ldap.
9063         (smime-ldap-host-list): New variable.
9064         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
9065
9066         * mml-smime.el (mml-smime-encrypt-query): New function.
9067         (mml-smime-encrypt-query): Use it.
9068
9069         * smime-ldap.el: New file.
9070
9071 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9072
9073         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
9074
9075 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9076
9077         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
9078         argument in doc string.  Make query for type more clear.
9079
9080 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9081
9082         * gnus.el (gnus-group-startup-message): Search for gnus images in
9083         etc/images/gnus.
9084         * mm-util.el (mm-image-load-path): Likewise.
9085         * smiley.el (smiley-data-directory): Search for smilies in
9086         etc/images/smilies.
9087
9088 2005-02-09  Kim F. Storm  <storm@cua.dk>
9089
9090         Change Emacs release version from 21.4 to 22.1 throughout.
9091         Change Emacs development version from 21.3.50 to 22.0.50.
9092
9093 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9094
9095         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
9096
9097         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
9098         non-Mule XEmacs as well.
9099         (mm-decompress-buffer): Signal an error intentionally if it does
9100         not decompress compressed data because auto-compression-mode is
9101         disabled.
9102
9103 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
9104
9105         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
9106         an ID in the registry even if it has no groups.
9107
9108 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9109
9110         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
9111         merge it into mm-decompress-buffer.
9112         (gnus-mime-copy-part): Use the MIME part charset, the value which
9113         a user specified or gnus-newsgroup-charset for decoding, like
9114         gnus-mime-inline-part does; set buffer-file-coding-system to tell
9115         save-buffer what was used.  Suggested by Kevin Ryde
9116         <user42@zip.com.au>.
9117         (gnus-mime-inline-part): Allow the name parameter as well as the
9118         filename parameter; force decompressing of compressed data; always
9119         display contents being not decoded as unibyte.
9120
9121         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
9122         as well as the filename parameter.
9123
9124         * mm-util.el (mm-decompress-buffer): Merge
9125         gnus-mime-jka-compr-maybe-uncompress.
9126         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
9127         of compressed data.
9128
9129 2005-02-08  Simon Josefsson  <jas@extundo.com>
9130
9131         * imap.el (imap-log): Doc fix.
9132
9133 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9134
9135         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
9136         the coding cookies; decompress compressed parts.
9137
9138         * mml.el (mml-generate-mime-1): Add the charset parameter according
9139         to the value which a user specified manually or the coding cookie.
9140
9141         * mm-util.el (mm-string-to-multibyte): New function.
9142         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
9143         (mm-coding-system-to-mime-charset): New function.
9144         (mm-decompress-buffer): New function.
9145         (mm-find-buffer-file-coding-system): New function.
9146
9147         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
9148         (mm-display-inline-fontify): Rewrite for decoding and decompressing
9149         parts.
9150
9151 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9152
9153         * mm-view.el (mm-display-inline-fontify): Decode a part according
9154         to the charset parameter.
9155
9156 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9157
9158         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
9159         prefix arg is neither nil nor a number, as info specifies.
9160
9161 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9162
9163         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
9164         timestamps.
9165
9166 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
9167
9168         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
9169         groups error checking and notify user.
9170
9171 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
9172
9173         * message.el (message-send-mail-function): Check existence of
9174         sendmail-program first before using default value
9175         `message-send-mail-with-sendmail'.  Otherwise use more generic
9176         `smtpmail-send-it'.
9177
9178 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9179
9180         * nntp.el (nntp-request-update-info): Always return nil.
9181
9182 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9183
9184         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
9185
9186 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9187
9188         * message.el (message-beginning-of-line): Change the behavior when
9189         invoked between BOL and : so that it first moves backward.
9190
9191 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9192
9193         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
9194         article buffer when editing of the article is discarded.
9195         (gnus-article-prepare): Revert.
9196
9197 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9198
9199         * gnus-art.el (gnus-article-prepare):
9200         Remove message-strip-forbidden-properties from the local hook.
9201
9202 2005-01-27  Simon Josefsson  <jas@extundo.com>
9203
9204         * password.el (password-cache-add): Only start one timer per key.
9205         Reported by Derek Atkins <warlord@MIT.EDU>.
9206
9207 2005-01-26  Steve Youngs  <steve@sxemacs.org>
9208
9209         * run-at-time.el: Removed.  It is no longer needed as
9210         timer-funcs.el in the xemacs-base package has a working version of
9211         `run-at-time'.
9212
9213         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
9214
9215         * password.el: Require timer-funcs instead of run-at-time in
9216         XEmacs.
9217         Remove `password-run-at-time' macro.
9218         (password-cache-add): Use `run-at-time' instead of
9219         `password-run-at-time'.
9220
9221         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
9222         Remove `nnheader-cancel-function-timers' alias,
9223         `cancel-function-timers' exists in XEmacs in timer-funcs.
9224
9225         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
9226         for `run-with-idle-timer'.
9227
9228         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
9229         for `run-at-time'.
9230
9231         * mm-url.el: Require timer-funcs at compile time when in XEmacs
9232         for `with-timeout'.
9233
9234         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
9235         the same as for XEmacs 21.4.
9236         No need to ignore `run-with-idle-timer', this function exists in
9237         XEmacs now in timer-funcs.el in the xemacs-base package.
9238         (dgnushack-compile): No need to delete
9239         run-at-time.el from the list of files to compile because it
9240         doesn't exist anymore.
9241
9242 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9243
9244         * mml.el (mml-generate-mime-1): Convert string into unibyte when
9245         inserting " *mml*" buffer's contents into a unibyte temp buffer.
9246
9247 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
9248
9249         * mail-source.el (mail-source-fetch-imap): Search for ^From case
9250         sensitively.
9251
9252 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
9253
9254         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
9255
9256 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9257
9258         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
9259         which will be inserted according to the multibyteness of a buffer
9260         rather than the type of contents.  Suggested by ARISAWA Akihiro
9261         <ari@mbf.ocn.ne.jp>.
9262
9263         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
9264         of string which old xml.el may return rather than a string.
9265
9266 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
9269
9270 2005-01-16  Simon Josefsson  <jas@extundo.com>
9271
9272         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
9273         idn/idna.el isn't available.
9274         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
9275         <michael@waxrat.com>.
9276
9277         * hashcash.el: Remove non-FSF copyright header.
9278
9279         * hashcash.el (hashcash-extra-generate-parameters): New variable.
9280         (hashcash-generate-payment): Use it.
9281         (hashcash-generate-payment-async): Use it.
9282
9283 2005-01-15  Simon Josefsson  <jas@extundo.com>
9284
9285         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
9286         Suggested by Raymond Scholz <ray-2005@zonix.de>.
9287
9288         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
9289         gnus-summary-idna-message.
9290         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
9291         (gnus-summary-idna-message): New function.
9292
9293 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9294
9295         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
9296         gnus-novice-user.
9297
9298 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9299
9300         * nnrss.el (nnrss-request-delete-group): Delete entries in
9301         nnrss-group-alist as well.
9302         (nnrss-save-server-data): Insert newline.
9303
9304 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
9305
9306         * gnus.el (gnus-user-agent): Use list of symbols instead of
9307         symbols.  Display full version number for (S)XEmacs.  Optionally
9308         display (S)XEmacs codename.
9309
9310         * gnus-util.el (gnus-emacs-version): Update for new
9311         `gnus-user-agent'.
9312
9313         * gnus-msg.el (gnus-extended-version): Make it possible to omit
9314         Gnus version.
9315
9316 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9317
9318         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
9319         which is unreadable in some setups.
9320
9321 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9322
9323         * gnus-spec.el (gnus-update-format-specifications): Flush the
9324         group format spec cache if it doesn't support decoded group names.
9325
9326 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9327
9328         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
9329         Allow to apply decay on score files matching a regexp.
9330
9331 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9332
9333         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
9334         compatibility in %g and %c.
9335
9336 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9337
9338         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
9339         name for only %g and %c.
9340         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
9341         of gnus-tmp-group to decoded group name.
9342         (gnus-group-make-rss-group): Exclude `/'s from group names.
9343
9344 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9345
9346         * nnrss.el (nnrss-get-encoding): Fix regexp.
9347
9348 2004-12-27  Simon Josefsson  <jas@extundo.com>
9349
9350         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
9351         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
9352         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
9353
9354 2004-12-17  Kim F. Storm  <storm@cua.dk>
9355
9356         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
9357
9358         * gnus-sum.el (gnus-summary-mode-map): Likewise.
9359
9360 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9361
9362         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
9363
9364 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9365
9366         * nnrss.el: Require rfc2047 and mml.
9367         (nnrss-file-coding-system): New variable.
9368         (nnrss-format-string): Redefine it as an inline function.
9369         (nnrss-decode-group-name): New function.
9370         (nnrss-string-as-multibyte): Remove.
9371         (nnrss-retrieve-headers): Decode group name; don't use
9372         nnrss-format-string.
9373         (nnrss-request-group): Decode group name.
9374         (nnrss-request-article): Decode group name; allow a Message-ID as
9375         well as an article number; don't use nnrss-format-string; encode a
9376         Message-ID string which may contain non-ASCII characters; use
9377         mml-to-mime to compose a MIME article.
9378         (nnrss-request-expire-articles): Decode group name.
9379         (nnrss-request-delete-group): Decode group name.
9380         (nnrss-fetch): Clarify error message.
9381         (nnrss-read-server-data): Use insert-file-contents instead of load;
9382         bind file-name-coding-system; use multibyte buffer.
9383         (nnrss-save-server-data): Bind coding-system-for-write to the
9384         value of nnrss-file-coding-system; bind file-name-coding-system;
9385         add coding cookie.
9386         (nnrss-read-group-data): Use insert-file-contents instead of load;
9387         bind file-name-coding-system; use multibyte buffer.
9388         (nnrss-save-group-data): Bind coding-system-for-write to the
9389         value of nnrss-file-coding-system; bind file-name-coding-system.
9390         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
9391         make it work with non-ASCII text.
9392         (nnrss-find-el): Make it work with old xml.el as well.
9393
9394 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9395
9396         * nnrss.el (nnrss-get-encoding): New function.
9397         (nnrss-fetch): Use unibyte buffer initially; bind
9398         coding-system-for-read while performing mm-url-insert; remove ^Ms;
9399         decode contents according to the encoding attribute.
9400         (nnrss-save-group-data): Add coding cookie.
9401         (nnrss-mime-encode-string): New function.
9402         (nnrss-check-group): Use it to encode subject and author.
9403
9404 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
9405
9406         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9407         imaginary variable.
9408
9409 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9410
9411         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9412         correctly even if there are wide characters.
9413
9414 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9415
9416         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9417         downcased symbol names; make a new cache instead of reusing
9418         bbdb-hashtable.
9419
9420 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9421
9422         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9423         concatenating segments rather than before concatenating them.
9424         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9425
9426         * message.el (message-get-reply-headers): Bind `extra'.
9427
9428 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9429
9430         * message.el (message-extra-wide-headers): New variable.
9431         (message-get-reply-headers): Use it.
9432
9433 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9434
9435         * gnus-agent.el (gnus-agent-group-path): Decode group name.
9436         (gnus-agent-group-pathname): Ditto.
9437
9438         * gnus-cache.el (gnus-cache-file-name): Decode group name.
9439
9440         * gnus-group.el (gnus-group-make-group): Decode group name.
9441         (gnus-group-make-rss-group): Register the group data after opening
9442         the nnrss group.
9443
9444 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
9445
9446         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9447         by expiry now get marked as read.
9448
9449 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9450
9451         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9452
9453 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
9454
9455         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9456         unify Latin characters in XEmacs.
9457         (mm-find-mime-charset-region): Use it.
9458
9459 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9460
9461         * gnus-util.el (gnus-delete-directory): New function.
9462
9463         * gnus-agent.el (gnus-agent-delete-group): Use it.
9464
9465         * gnus-cache.el (gnus-cache-delete-group): Use it.
9466
9467 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9468
9469         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9470         names.
9471
9472 2004-12-16  Simon Josefsson  <jas@extundo.com>
9473
9474         * hashcash.el (hashcash-payment-alist): Fix custom :type.
9475
9476 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9477
9478         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9479
9480         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9481         (gnus-group-set-current-level): Decode group name.
9482
9483 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
9484
9485         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9486         failed.
9487
9488 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9489
9490         * gnus-group.el (gnus-group-delete-group): Decode group name.
9491         (gnus-group-make-rss-group): Encode group name.
9492         (gnus-group-catchup-current): Decode group name.
9493         (gnus-group-kill-group): Decode group name.
9494
9495 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9496
9497         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9498
9499 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9500
9501         * gnus-group.el (gnus-group-make-rss-group):
9502         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9503
9504         * gnus-start.el (gnus-setup-news): Honor user's setting to
9505         gnus-message-archive-method.  Suggested by Lute Kamstra
9506         <lute@gnu.org>.
9507
9508 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
9509
9510         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9511         global counterparts of the buffer-local variables.
9512
9513 2004-11-16  Romain Francoise  <romain@orebokech.com>
9514
9515         * gnus-sum.el (gnus-summary-exit): Don't clear the global
9516         counterparts of the buffer-local variables.
9517
9518 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9519
9520         * message.el (message-forbidden-properties): Fixed typo in doc
9521         string.
9522
9523 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9524
9525         * gnus-util.el (gnus-replace-in-string): Added doc string.
9526
9527         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9528         to avoid problems when splitting mails with many recipients.
9529
9530 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9531
9532         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9533         pop-to-buffer, covered by the subsequent gnus-configure-windows.
9534
9535 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
9536
9537         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9538         if there is no hashtable in memory or file modification time is
9539         newer than cached timestamp.
9540
9541 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9542
9543         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9544         not-matching option.
9545
9546 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
9547
9548         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9549         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9550         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9551         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9552         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
9553         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9554
9555 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9556
9557         * message.el (message-forward-make-body-mml): Remove headers
9558         according to message-forward-ignored-headers if a message is decoded.
9559
9560 2004-12-02  Romain Francoise  <romain@orebokech.com>
9561
9562         * message.el (message-forward-make-body-plain): Always remove
9563         headers according to message-forward-ignored-headers.
9564
9565 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9566
9567         * spam.el (spam-summary-prepare-exit): Remove the
9568         gnus-summary-limit pop for now, it has problems with ham marks for
9569         me.
9570
9571 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
9572
9573         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9574         correctly.
9575
9576 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
9577
9578         * format-spec.el (format-spec): Message the char.
9579
9580 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9581
9582         * gnus-art.el (gnus-split-methods): Reformat comments.
9583
9584         * spam.el (spam-summary-prepare-exit): Remove article limits
9585         before exiting the summary buffer.
9586
9587 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9588
9589         * lpath.el: Remove bbdb-create-internal, bbdb-records,
9590         spam-BBDB-register-routine and spam-enter-ham-BBDB.
9591
9592         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9593         order to silence the byte compiler.
9594
9595         * spam.el: Fix the way to silence the byte compiler, which
9596         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9597         bbdb-search-simple, spam-BBDB-register-routine,
9598         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9599         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9600         spam-stat-buffer-is-spam, spam-stat-load,
9601         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9602         spam-stat-save and spam-stat-split-fancy.
9603
9604 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9605
9606         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9607         which may confuse users.
9608         (canlock-password-for-verify): Ditto.
9609
9610         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9611
9612         * gnus-art.el (gnus-emphasis-alist): Ditto.
9613
9614         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9615
9616         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9617
9618         * gnus-start.el (gnus-save-killed-list): Ditto.
9619
9620         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9621         (gnus-sum-thread-tree-root): Ditto.
9622         (gnus-sum-thread-tree-false-root): Ditto.
9623         (gnus-sum-thread-tree-single-indent): Ditto.
9624
9625         * message.el (message-courtesy-message): Ditto.
9626         (message-archive-note): Ditto.
9627         (message-subscribed-address-file): Ditto.
9628         (message-user-fqdn): Ditto.
9629
9630         * spam-report.el (spam-report-gmane-regex): Ditto.
9631
9632         * spam.el (spam-blackhole-good-server-regex): Ditto.
9633
9634 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9635
9636         * mml.el (mml-preview): Widen the message buffer before copying
9637         the contents to the preview buffer; sort headers before previewing.
9638
9639         * message.el (message-hidden-headers): Fix the way to avoid a bug
9640         in the `repeat' widget in Emacs 21.3 or earlier.
9641
9642 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9643
9644         * message.el (message-hidden-headers): Default to "^References:".
9645         Improve customization type.  Suggested by Reiner Steib
9646         <Reiner.Steib@gmx.de>.
9647
9648 2004-11-25  Romain Francoise  <romain@orebokech.com>
9649
9650         * message.el (message-strip-forbidden-properties): Remove check for
9651         obsolete `message-hidden' text property, hidden headers are not
9652         accessible in the buffer anymore.
9653
9654 2004-11-22  Romain Francoise  <romain@orebokech.com>
9655
9656         * message.el (message-header-format-alist): Add `From' in list
9657         so that it can be sorted.
9658         (message-fix-before-sending): Widen and sort headers before
9659         sending.
9660         (message-hide-headers): Use narrowing to hide headers by moving
9661         them to the top of the buffer and narrowing to the region
9662         underneath.
9663
9664 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9665
9666         * message.el (message-strip-forbidden-properties): Bind
9667         buffer-read-only (etc) to nil.
9668
9669 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9670
9671         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9672         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9673
9674 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9675
9676         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9677
9678 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9679
9680         * dns.el (query-dns): Use sit-for to time instead of
9681         accept-process-output, since that doesn't seem to work on udp
9682         sockets.
9683
9684 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9685
9686         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9687
9688 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9689
9690         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9691         doc string.  Improve doc string.
9692
9693 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9694
9695         * nntp.el (nntp-request-update-info): Return nil if
9696         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9697         may not call gnus-activate-group which uselessly issues the GROUP
9698         commands for all nntp groups and wastes time.  Reported by Romain
9699         Francoise <romain@orebokech.com>.
9700
9701         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9702
9703 2004-11-15  Simon Josefsson  <jas@extundo.com>
9704
9705         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9706         headers separately.
9707         (gnus-button-openpgp): New function, inspired by Jochen Küpper
9708         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9709
9710 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9711
9712         * gnus-start.el (gnus-convert-old-newsrc):
9713         Assign legacy-gnus-agent to 5.10.7.
9714
9715 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9716
9717         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9718         start of the lines.
9719
9720 2004-11-14  Magnus Henoch  <mange@freemail.hu>
9721
9722         * hashcash.el (hashcash-default-payment): Change default to 20
9723         (hashcash-default-accept-payment): Change default to 20
9724         (hashcash-process-alist): New variable
9725         (hashcash-generate-payment-async): Add
9726         (hashcash-already-paid-p): Add
9727         (hashcash-insert-payment): Don't generate payments twice
9728         (hashcash-insert-payment-async): Add
9729         (hashcash-insert-payment-async-2): Add
9730         (hashcash-cancel-async): Add
9731         (hashcash-wait-async): Add
9732         (hashcash-processes-running-p): Add
9733         (hashcash-wait-or-cancel): Add
9734         (mail-add-payment): New optional argument.  Conditionally start
9735         asynchronous calculation.
9736         (mail-add-payment-async): Add
9737
9738         * message.el (message-send-mail): Wait for asynchronous hashcash
9739         results.  Don't clobber existing X-Hashcash headers.
9740         (message-setup-1): Call mail-add-payment-async when
9741         message-generate-hashcash is non-nil.
9742
9743 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9744
9745         * message.el (message-use-alternative-email-as-from): Examine the
9746         From header as well; use message-make-from in order to include a
9747         user's full name.
9748
9749 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9750
9751         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9752         default; improve customization type.
9753         (gnus-emphasis-custom-with-format): New macro.
9754         (gnus-emphasis-custom-value-to-external): New function.
9755         (gnus-emphasis-custom-value-to-internal): New function.
9756
9757 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9758
9759         * dns.el (query-dns): Resolve reverse addresses.
9760
9761 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9762
9763         * gnus-group.el (gnus-group-get-new-news): Use it.
9764
9765         * gnus-start.el (gnus-check-reasonable-setup): New function.
9766
9767 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9768
9769         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9770         "Args out of range" error.  Reported by Arnaud Giersch
9771         <arnaud.giersch@free.fr>.
9772
9773 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9774
9775         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9776
9777 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9778
9779         * spam.el (spam group): Add :version.
9780
9781         * pgg-def.el (pgg group): Add :version.
9782
9783 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9784
9785         * gnus-art.el (gnus-article-edit-article): Don't associate the
9786         article buffer with a draft file.  This is a temporary measure
9787         against the 2004-08-22 change to gnus-article-edit-mode.
9788
9789 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9790
9791         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9792         (html2text-format-tags): Remove unused variable `attr'.
9793
9794 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9795
9796         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9797
9798         * tls.el (tls-process-connection-type, tls-success)
9799         (tls-certtool-program): Add :version.
9800
9801         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
9802         (starttls-extra-arguments, starttls-process-connection-type)
9803         (starttls-connect, starttls-failure, starttls-success): Add :version.
9804
9805         * spam-stat.el (spam-stat): Add :version.
9806
9807         * sieve.el (sieve): Add :version.
9808
9809         * sha1.el (sha1): Add :version.
9810         (sha1-use-external): Remove redundant version.
9811
9812         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9813         (nnmail-cache-ignore-groups, nnmail-spool-hook)
9814         (nnmail-split-fancy-match-partial-words)
9815         (nnmail-split-lowercase-expanded): Add :version.
9816
9817         * nndiary.el (nndiary): Add :version.
9818
9819         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9820
9821         * mml-sec.el (mml-default-sign-method)
9822         (mml-default-encrypt-method, mml-signencrypt-style-alist):
9823         Add :version.
9824
9825         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9826
9827         * mm-url.el (mm-url-use-external, mm-url-program)
9828         (mm-url-arguments): Add :version.
9829
9830         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9831         (mm-attachment-file-modes, mm-decrypt-option)
9832         (mm-w3m-safe-url-regexp): Add :version.
9833
9834         * message.el (message-cite-prefix-regexp)
9835         (message-sendmail-envelope-from, message-minibuffer-local-map)
9836         (message-user-fqdn, message-completion-alist): Add :version.
9837
9838         * gnus-win.el (gnus-configure-windows-hook)
9839         (gnus-use-frames-on-any-display): Add :version.
9840
9841         * gnus-art.el (gnus-article-address-banner-alist)
9842         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9843         (gnus-treat-from-picon, gnus-treat-mail-picon)
9844         (gnus-treat-x-pgp-sig): Add :version.
9845
9846         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9847         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9848         (gnus-summary-article-delete-hook)
9849         (gnus-summary-display-while-building): Add :version.
9850
9851         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9852         (gnus-get-top-new-news-hook): Add :version.
9853
9854         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9855         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9856
9857         * gnus-registry.el (gnus-registry): Add :version.
9858
9859         * gnus-spec.el (gnus-use-correct-string-widths)
9860         (gnus-make-format-preserve-properties): Add :version.
9861
9862         * gnus.el (gnus-group-charter-alist)
9863         (gnus-group-fetch-control-use-browse-url)
9864         (gnus-install-group-spam-parameters): Add :version.
9865
9866         * gnus-diary.el (gnus-diary): Add :version.
9867
9868         * gnus-delay.el (gnus-delay): Add :version.
9869
9870         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9871         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9872         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9873         Add :version.
9874
9875         * gnus-agent.el (gnus-agent-max-fetch-size)
9876         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9877         (gnus-agent-prompt-send-queue): Add :version.
9878
9879         * deuglify.el (gnus-outlook-deuglify): Add :version.
9880
9881         * html2text.el: Beautify code.  Improve doc strings.  Some
9882         checkdoc cleanup.
9883         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9884
9885 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
9886
9887         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9888
9889 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
9890
9891         * gnus-registry.el (gnus-registry-hashtb): Create the registry
9892         when package is loaded.
9893
9894         * spam.el (spam-summary-score-preferred-header): Add global preference
9895         for people who want to override the default SpamAssassin over
9896         Bogofilter preference (when both are set).
9897         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9898         (spam-user-format-function-S): Check
9899         spam-summary-score-preferred-header.
9900         (spam-extra-header-to-number): Add X-Bogosity header parsing.
9901         (spam-user-format-function-S): Format the score correctly.
9902
9903 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9904
9905         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9906         signature file.  Suggested by Manoj Srivastava
9907         <srivasta@golden-gryphon.com>.
9908
9909         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9910         iso-2022-jp even in the Japanese language environment.
9911         Suggested by Jason Rumney <jasonr@gnu.org>.
9912
9913 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9914
9915         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9916         use the same characters as the dummy marks; make it free from
9917         getting affected by the language environment.
9918         (gnus-summary-read-group-1): Update mark positions only when the
9919         format spec is updated.
9920
9921         * gnus-spec.el (gnus-update-format-specifications): Return a list
9922         of updated types.
9923
9924 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9925
9926         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9927         of boundp to check if display-warning is available.
9928
9929 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
9930
9931         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9932
9933 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9934
9935         * nnspool.el (nnspool-spool-directory): Use news-path if the
9936         news-directory variable is not bound.
9937
9938         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9939         function instead of display-warning if it is not available.
9940
9941 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9942
9943         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9944         v5-10: Use `point-at-bol'.
9945
9946 2004-10-26  Simon Josefsson  <jas@extundo.com>
9947
9948         * hashcash.el: Fix URL in comment, reported by Cheng Gao
9949         <chenggao@gmail.com>.
9950
9951 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9952
9953         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
9954         instead.
9955
9956 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
9957
9958         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9959         to remove a server from the nnimap-server-buffer-alist.
9960         (nnimap-open-connection, nnimap-close-server): Use it.
9961
9962         * gnus-encrypt.el: Remove file in favor of encrypt.el.
9963
9964 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9965
9966         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9967         running the major-mode function.
9968
9969 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9970
9971         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9972         dummy marks in the right way.
9973
9974 2004-10-18  David Edmondson  <dme@dme.org>
9975
9976         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9977         excessively.
9978
9979 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
9980
9981         * gnus-util.el (gnus-split-references): Accept a nil references
9982         string and go on blissfully.
9983
9984         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9985         cases where the references string is non-nil but has no references.
9986
9987         * encrypt.el: Add autoload tags.
9988
9989         * spam.el (spam-resolve-registrations-routine): Remove article
9990         from unregistration list too.  Reported by David Hanak
9991         <dhanak@isis.vanderbilt.edu>
9992
9993 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
9994
9995         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9996         nil.  Changed custom type.
9997
9998 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
9999
10000         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
10001
10002         * gnus-sum.el (gnus-summary-move-article): Use it.
10003
10004 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
10005
10006         * encrypt.el: Add autoload cookies.
10007
10008         * spam.el (spam-backend-article-list-property)
10009         (spam-backend-get-article-todo-list)
10010         (spam-backend-put-article-todo-list)
10011         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
10012         Resolve registrations separately.
10013         (spam-register-routine): Format comments.
10014         (spam-unregister-routine, spam-register-routine): Always call with
10015         specific-articles, no default list.
10016         (spam-summary-prepare-exit): Use the spam-classifications function.
10017
10018         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
10019         gnus-encrypt.el.
10020
10021         * encrypt.el: Copied from gnus-encrypt.el.
10022
10023         * gnus-encrypt.el: Commented that it's obsolete.
10024
10025 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10026
10027         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
10028         (gnus-score-save): Use it.
10029
10030         * message.el (message-bury): Use `window-dedicated-p'.
10031
10032 2004-10-15  Simon Josefsson  <jas@extundo.com>
10033
10034         * pop3.el (top-level): Don't require nnheader.
10035         (pop3-read-timeout): Add.
10036         (pop3-accept-process-output): Add.
10037         (pop3-read-response, pop3-retr): Use it.
10038
10039 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
10040
10041         * spam.el (spam-register-routine): Move comment.
10042         (spam-verify-bogofilter): Use 'unknown for the initial
10043         spam-bogofilter-valid state, not 'never.
10044
10045         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
10046         for netrc-machine.
10047
10048         * nnimap.el (nnimap-open-connection): Use
10049         netrc-machine-user-or-password.
10050
10051 2004-10-17  Richard M. Stallman  <rms@gnu.org>
10052
10053         * gnus-registry.el (gnus-registry-unload-hook):
10054         Set as a variable with add-hook.
10055
10056         * nnspool.el (nnspool-spool-directory): Use news-directory instead
10057         of news-path.
10058
10059         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
10060
10061         * spam.el: Delete duplicate `provide'.
10062         (spam-unload-hook): Set as a variable with add-hook.
10063
10064 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10065
10066         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
10067         in the doc string.
10068
10069         * message.el (message-ignored-news-headers)
10070         (message-ignored-supersedes-headers)
10071         (message-ignored-resent-headers)
10072         (message-forward-ignored-headers): Improve custom type.
10073
10074 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10075
10076         * message.el (message-tokenize-header): Fix 2004-09-06 change
10077         which used point-min in the wrong place.
10078
10079 2004-10-12  Simon Josefsson  <jas@extundo.com>
10080
10081         * tls.el (tls-certtool-program): New variable.
10082         (tls-certificate-information): New function, based on
10083         ssl-certificate-information.
10084
10085 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10086
10087         * compface.el: Move the version of ELisp-based uncompface program
10088         to the contrib directory because of the copyright problem.
10089
10090 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10091
10092         * message.el (message-kill-buffer): Raise the current frame.
10093
10094 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10095
10096         * gnus-sum.el: Mention that multibyte characters don't work as marks.
10097
10098         * gnus.el (message-y-or-n-p): Autoload.
10099
10100         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
10101         (pop3-password-required, pop3-authentication-scheme)
10102         (pop3-leave-mail-on-server): Made customizable.
10103         (pop3): New custom group.
10104         (pop3-retr): Remove `sleep-for' statements.
10105         Suggested by Dave Love <fx@gnu.org>.
10106
10107         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
10108         Windows/DOS.
10109
10110         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10111         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
10112         Dave Love <fx@gnu.org>.
10113
10114         * mml.el (mml-minibuffer-read-disposition): Require match.
10115         Suggested by Dave Love <fx@gnu.org>.
10116
10117 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10118
10119         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
10120         doc string.
10121
10122 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10123
10124         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
10125
10126 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10127
10128         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
10129         instead of calling `mm-insert-inline', to decode text/* parts
10130         before displaying them.
10131
10132 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * mm-uu.el (mm-uu-text-plain-type): New variable.
10135         (mm-uu-pgp-signed-extract-1): Use it.
10136         (mm-uu-pgp-encrypted-extract-1): Use it.
10137         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
10138         bind mm-uu-text-plain-type with that value.
10139         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
10140         mm-uu-dissect.
10141
10142 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10143
10144         * gnus-group.el (gnus-update-group-mark-positions):
10145         * gnus-sum.el (gnus-update-summary-mark-positions):
10146         * message.el (message-check-news-body-syntax):
10147         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
10148         of string-as-multibyte.
10149
10150 2004-10-05  Juri Linkov  <juri@jurta.org>
10151
10152         * gnus-group.el (gnus-update-group-mark-positions):
10153         * gnus-sum.el (gnus-update-summary-mark-positions):
10154         * message.el (message-check-news-body-syntax):
10155         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
10156         8-bit unibyte values to a multibyte string for search functions.
10157
10158 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10159
10160         * mm-uu.el (mm-uu-dissect): Allow optional arg.
10161         (mm-uu-dissect-text-parts): New function.
10162
10163         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
10164         dissect text parts.
10165
10166         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
10167         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
10168
10169         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
10170
10171         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
10172         gnus-current-topics instead of gnus-current-topic.
10173
10174 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
10175
10176         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
10177
10178 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
10179
10180         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
10181         where approriate.
10182
10183         * nnml.el (nnml-generate-active-info): do.
10184
10185         * nndiary.el (nndiary-generate-active-info): do.
10186
10187         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
10188         (gnus-topic-move): do.
10189
10190         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
10191         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
10192
10193         * gnus-srvr.el (gnus-server-prepare)
10194         (gnus-server-open-all-servers): do.
10195
10196         * gnus-msg.el (gnus-summary-cancel-article)
10197         (gnus-summary-resend-message)
10198         (gnus-summary-mail-crosspost-complaint): do.
10199
10200         * gnus-move.el (gnus-change-server): do.
10201
10202         * gnus-group.el (gnus-group-unmark-all-groups)
10203         (gnus-group-set-current-level): do.
10204
10205 2004-10-04  Simon Josefsson  <jas@extundo.com>
10206
10207         * message.el (message-generate-hashcash): Doc fix.
10208
10209 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
10210
10211         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
10212         avoid infinite recursion via gnus-get-function.
10213
10214 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
10215
10216         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
10217
10218         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
10219
10220         * nnmail.el (nnmail-split-history): do.
10221
10222         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
10223         (nnml-request-delete-group): do.
10224
10225         * nnslashdot.el (nnslashdot-read-groups): do.
10226
10227         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
10228         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
10229
10230         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
10231         (nnspool-sift-nov-with-sed): Use last
10232         (nnspool-retrieve-headers-with-nov): Use mapc.
10233         (nnspool-request-newgroups): Use dolist.
10234         (nnspool-request-group): Use last.
10235
10236         * nntp.el (nntp-read-server-type): Use dolist.
10237
10238         * nnvirtual.el (nnvirtual-create-mapping)
10239         (nnvirtual-update-read-and-marked): Use dolist.
10240         (nnvirtual-convert-headers): Simplify.
10241
10242 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10243
10244         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
10245         support for sync'ing tick marks.
10246
10247 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10248
10249         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
10250         there's no visible header.
10251
10252 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10253
10254         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
10255         necessary, pass full group name to gnus-request-set-marks.
10256
10257 2004-10-01  Simon Josefsson  <jas@extundo.com>
10258
10259         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
10260         acroread.
10261
10262 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10263
10264         * spam-report.el (spam-report-gmane): Fix interactive.
10265
10266         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
10267
10268         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
10269         when writing file.
10270         (gnus-agent-synchronize-flags): Don't default to being
10271         interactive.
10272
10273 2004-09-30  Simon Josefsson  <jas@extundo.com>
10274
10275         * message.el (message-generate-hashcash): Add.
10276         (message-send-mail): Use it, call mail-add-payment.
10277
10278 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10279
10280         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
10281
10282 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
10283
10284         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
10285         gnus-requst-update-info with explicit code to sync the in-memory
10286         info read flags with the marks being sync'd to the backend.
10287
10288         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
10289
10290 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10291
10292         * spam.el (spam-verify-bogofilter): Add new function.
10293         (spam-check-bogofilter)
10294         (spam-bogofilter-register-with-bogofilter): Use it.
10295         (spam-verify-bogofilter): Add small fixes.
10296
10297 2004-09-28  Simon Josefsson  <jas@extundo.com>
10298
10299         * hashcash.el (hashcash-generate-payment): Revert.
10300
10301 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10302
10303         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
10304         gnus-extract-references instead of gnus-split-references.
10305
10306         * gnus-util.el (gnus-extract-references): Add new function, analogous
10307         to gnus-split-references but extracts only the message-ID without
10308         anything extra.
10309
10310         * hashcash.el (hashcash-generate-payment)
10311         (hashcash-check-payment): Do the right thing if hashcash-path is
10312         nil (because the hashcash program could not be found).
10313
10314         * spam.el (spam-use-hashcash): Remove comment.
10315
10316 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
10317
10318         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
10319         (gnus-cache-enter-article, gnus-cache-remove-article)
10320         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
10321
10322         * gnus-async.el (gnus-async-prefetch-remove-group): do.
10323
10324         * gnus-art.el (article-hide-boring-headers)
10325         (article-translate-strings, article-display-face)
10326         (gnus-article-mime-match-handle-first)
10327         (gnus-article-highlight-headers)
10328         (gnus-article-add-buttons-to-head): do.
10329
10330 2004-09-27  Simon Josefsson  <jas@extundo.com>
10331
10332         * hashcash.el: New version, from
10333         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
10334         ../contrib/.
10335
10336 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10337
10338         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
10339
10340 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
10341
10342         * gnus-dup.el (gnus-dup-open): Use mapc.
10343         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
10344
10345         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
10346         Reported by Stefan Wiens <s.wi@gmx.net>.
10347
10348         * gnus.el (gnus-shutdown): Use dolist.
10349
10350         * gnus-undo.el (gnus-undo): Use mapc.
10351
10352         * nnrss.el (nnrss-generate-active): do.
10353
10354         * message.el (message-cite-original-without-signature)
10355         (message-cite-original): Use mapc.
10356         (message-do-actions, message-make-forward-subject): Use dolist.
10357
10358 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10359
10360         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
10361         deletion to remove entire duplicate line.  Fixes merged article
10362         number bug.
10363
10364 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10365
10366         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
10367         servers that are offline.  Avoids having gnus-agent-toggle-plugged
10368         first ask if you want to open a server and then, even when you
10369         responded with no, asking if you want to synchronize the server's
10370         flags.
10371         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
10372         multi-line expressions.
10373         (gnus-agent-synchronize-group-flags): New internal function.
10374         Updates marks in memory (in the info structure) AND in the
10375         backend.
10376
10377         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
10378
10379         * nnagent.el (nnagent-request-set-mark): Use
10380         gnus-agent-synchronize-group-flags, not backend's request-set-mark
10381         method, to ensure that synchronization updates marks in the
10382         backend and in the info (in memory) structure.
10383
10384 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10385
10386         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
10387         convention fully; don't miss the root article of a thread; make
10388         the X-Draft-From header with correct article numbers.
10389
10390 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
10391
10392         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
10393         unless plugged.  Disable the agent so that an open failure causes
10394         an error.
10395
10396         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
10397         Reverted 2004-09-21 change.  The backend must be opened while
10398         synchronizing flags even when the backend stores the flags
10399         locally.
10400
10401 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
10402
10403         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
10404         in `header' match.  Reported by Svend Tollak Munkejord.
10405
10406         * message.el (message-cite-original): Fix use of
10407         `message-cite-articles-with-x-no-archive'.
10408
10409 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10410
10411         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10412         (gnus-window-to-buffer): Ditto.
10413
10414         * mml.el (mml-preview-buffer): New variable.
10415         (mml-preview): Manage window layout with gnus-buffer-configuration.
10416
10417         * gnus-msg.el (gnus-setup-message): Put article numbers into the
10418         X-Draft-From header even if those articles aren't quoted.
10419
10420 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
10421
10422         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10423         (gnus-request-set-mark, gnus-request-update-mark): Use new
10424         g-s-t-u-l-m to decide to use backend even when unplugged.
10425
10426 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10427
10428         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10429         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
10430
10431 2004-09-20  Simon Josefsson  <jas@extundo.com>
10432
10433         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10434         "utf-16-le".
10435
10436 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10437
10438         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10439
10440 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10441
10442         * uudecode.el (uudecode-use-external): Add :version.
10443
10444         * smime.el (smime-CA-file, smime-encrypt-cipher)
10445         (smime-dns-server): Add :version.
10446
10447         * smiley.el (gnus-smiley-file-types): Add :version.
10448
10449         * sha1.el (sha1-use-external): Add :version.
10450
10451         * pgg-def.el (pgg-query-keyserver): Add :version.
10452
10453         * nnmail.el (nnmail-fancy-expiry-targets)
10454         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10455         Add :version.
10456
10457         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10458         (nnimap-retrieve-groups-asynchronous): Add :version.
10459         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
10460
10461         * mml.el (mml-content-disposition-parameters)
10462         (mml-insert-mime-headers-always): Add :version.
10463
10464         * mm-util.el (mm-coding-system-priorities): Add :version.
10465
10466         * mm-decode.el (mm-inline-text-html-with-images)
10467         (mm-keep-viewer-alive-types, mm-external-terminal-program)
10468         (mm-verify-option): Add :version.
10469         (mm-text-html-renderer): Change :version.
10470
10471         * message.el (message-fcc-externalize-attachments)
10472         (message-required-headers, message-draft-headers)
10473         (message-subject-trailing-was-query)
10474         (message-subject-trailing-was-ask-regexp)
10475         (message-subject-trailing-was-regexp, message-mark-insert-begin)
10476         (message-mark-insert-end, message-archive-header)
10477         (message-archive-note, message-cross-post-default)
10478         (message-cross-post-note, message-followup-to-note)
10479         (message-cross-post-note-function, message-use-mail-followup-to)
10480         (message-subscribed-address-functions)
10481         (message-subscribed-address-file, message-subscribed-addresses)
10482         (message-subscribed-regexps, message-allow-no-recipients)
10483         (message-yank-cited-prefix, message-signature-insert-empty-line)
10484         (message-hidden-headers, message-hierarchical-addresses)
10485         (message-mail-user-agent, message-use-idna)
10486         (message-valid-fqdn-regexp)
10487         (message-strip-special-text-properties, message-header-synonyms)
10488         (message-beginning-of-line, message-tab-body-function): Add :version.
10489         (message-insert-canlock, message-wide-reply-confirm-recipients):
10490         Change :version.
10491
10492         * mail-source.el (mail-source-ignore-errors): Add :group, :type
10493         and :version.
10494         (mail-source-delete-old-incoming-confirm)
10495         (mail-source-movemail-program): Add :version.
10496
10497         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10498         (gnus-agent-cache, gnus-agent): Change :version.
10499
10500         * gnus-util.el (gnus-use-byte-compile): Change :version.
10501
10502         * gnus-sum.el (gnus-summary-make-false-root-always)
10503         (gnus-summary-default-high-score)
10504         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10505         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10506         (gnus-read-all-available-headers, gnus-article-emulate-mime)
10507         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10508         (gnus-sum-thread-tree-single-indent)
10509         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10510         (gnus-sum-thread-tree-leaf-with-other)
10511         (gnus-sum-thread-tree-single-leaf): Add :version.
10512         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10513         (gnus-article-loose-mime): Change :version.
10514
10515         * gnus-start.el (gnus-backup-startup-file)
10516         (gnus-save-startup-file-via-temp-buffer): Add :version.
10517
10518         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10519         (gnus-server-offline-face): Add :version.
10520
10521         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10522
10523         * gnus-msg.el (gnus-gcc-externalize-attachments)
10524         (gnus-debug-files, gnus-debug-exclude-variables)
10525         (gnus-discouraged-post-methods): Change :version.
10526         (gnus-confirm-mail-reply-to-news)
10527         (gnus-confirm-treat-mail-like-news): Add :version.
10528
10529         * gnus-int.el (gnus-server-unopen-status): Add :version.
10530
10531         * gnus-group.el (gnus-group-jump-to-group-prompt)
10532         (gnus-large-ephemeral-newsgroup)
10533         (gnus-fetch-old-ephemeral-headers): Add :version.
10534
10535         * gnus-fun.el (gnus-x-face-directory)
10536         (gnus-convert-pbm-to-x-face-command)
10537         (gnus-convert-image-to-x-face-command)
10538         (gnus-convert-image-to-face-command): Add :version.
10539
10540         * gnus-delay.el (gnus-delay-default-hour): Add :version.
10541
10542         * gnus-cite.el (gnus-cite-blank-line-after-header)
10543         (gnus-article-boring-faces): Add :version.
10544
10545         * gnus-art.el (gnus-buttonized-mime-types)
10546         (gnus-inhibit-mime-unbuttonizing)
10547         (gnus-treat-display-face)
10548         (gnus-treat-body-boundary): Change :version.
10549         (gnus-body-boundary-delimiter, gnus-picon-databases)
10550         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10551         (gnus-treat-date-english, gnus-treat-fold-headers)
10552         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10553         (gnus-treat-mail-picon, gnus-treat-wash-html)
10554         (gnus-article-encrypt-protocol)
10555         (gnus-use-idna, gnus-article-over-scroll)
10556         (gnus-mime-display-multipart-alternative-as-mixed)
10557         (gnus-mime-display-multipart-related-as-mixed)
10558         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10559         (gnus-ctan-url, gnus-button-ctan-handler)
10560         (gnus-button-handle-ctan-bogus-regexp)
10561         (gnus-button-ctan-directory-regexp)
10562         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10563         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10564         (gnus-button-man-level, gnus-button-emacs-level)
10565         (gnus-button-message-level, gnus-button-browse-level): Add :version.
10566
10567         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10568         (gnus-agent-go-online): Change :version.
10569         (gnus-agent-expire-unagentized-dirs)
10570         (gnus-agent-auto-agentize-methods): Add :version.
10571
10572         * flow-fill.el (fill-flowed-display-column)
10573         (fill-flowed-encode-column): Add :version.
10574
10575         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10576         (gnus-outlook-deuglify-unwrap-max)
10577         (gnus-outlook-deuglify-cite-marks)
10578         (gnus-outlook-deuglify-unwrap-stop-chars)
10579         (gnus-outlook-deuglify-no-wrap-chars)
10580         (gnus-outlook-deuglify-attrib-cut-regexp)
10581         (gnus-outlook-deuglify-attrib-verb-regexp)
10582         (gnus-outlook-deuglify-attrib-end-regexp)
10583         (gnus-outlook-display-hook): Add :version.
10584
10585         * binhex.el (binhex-use-external): Add :version.
10586
10587 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
10588
10589         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10590         and `invisible'.
10591
10592 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10593
10594         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10595         in gnus-registry-trim.
10596
10597 2004-09-13  Simon Josefsson  <jas@extundo.com>
10598
10599         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10600
10601         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10602
10603         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10604         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10605         <yamaoka@jpl.org>.
10606         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10607         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10608         <yamaoka@jpl.org>.
10609
10610         * sieve.el (sieve-manage-mode): Ditto.
10611
10612 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10613
10614         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10615
10616 2004-09-11  Simon Josefsson  <jas@extundo.com>
10617
10618         * dns-mode.el: Add.
10619
10620         * mm-view.el (mm-display-dns-inline): Add.
10621
10622         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10623         (mm-automatic-display): Ditto.
10624
10625         * mailcap.el (mailcap-mime-data): Add text/dns.
10626         (mailcap-mime-extensions): Map .soa to text/dns.
10627
10628 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
10629
10630         * gnus-art.el (article-decode-mime-words, article-babel)
10631         (gnus-article-highlight-signature, gnus-article-add-buttons)
10632         (gnus-signature-toggle): Remove unnecessary bindings of
10633         `inhibit-read-only' inherited from v5.10 merge.
10634
10635 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10636
10637         * nntp.el (nntp): New customization group.
10638         (nntp-authinfo-file): Add customization group.
10639
10640         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10641
10642         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10643
10644         * gnus.el (to-address, to-list, subscribed)
10645         (large-newsgroup-initial): Ditto.
10646
10647         * flow-fill.el (fill-flowed-display-column)
10648         (fill-flowed-encode-column): Ditto.
10649
10650 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10651
10652         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10653         Use point-min rather than 1.
10654         (message-send-mail): Use buffer-size rather than point-max.
10655
10656         * gnus-sum.el (gnus-summary-search-article-forward):
10657         Signal a specific `search-failed' rather than a generic `error'.
10658
10659         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10660         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10661         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10662
10663 2004-09-10  Simon Josefsson  <jas@extundo.com>
10664
10665         * nndb.el (require): Remove tcp and duplicate cl.
10666
10667 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10668
10669         * gnus-agent.el (directory-files-and-attributes): Move forward.
10670
10671 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10672
10673         * gnus-agent.el (directory-files-and-attributes): Optionally
10674         defined to support XEmacs.
10675
10676 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10677
10678         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10679         to avoid run-time CL dependencies.
10680         (gnus-agent-unfetch-articles): New function.
10681         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10682         article numbers even when local .overview file is missing.
10683         (gnus-agent-read-article-number): New function.  Only accepts
10684         27-bit article numbers.
10685         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10686         gnus-agent-read-article-number.
10687         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10688         from backend while recognizing that article numbers in .overview
10689         must be valid.
10690         (gnus-agent-update-files-total-fetched-for): Use
10691         directory-files-and-attributes to improve performance.
10692         * gnus-int.el (gnus-request-move-article): Use
10693         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10694         improve performance.
10695
10696         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10697         some users confused by references to .newsrc when they only have a
10698         .newsrc.eld file.
10699         (gnus-convert-mark-converter-prompt)
10700         (gnus-convert-converter-needs-prompt): Fixed use of property list.
10701         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10702         New function.  Used internally to only display 'gnus converting
10703         files' message when actually necessary.
10704
10705         * gnus-sum.el (): Removed (require 'gnus-agent) as required
10706         methods now autoloaded.
10707
10708 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10709
10710         * gnus-sum.el (gnus-summary-insert-subject): Remove list
10711         identifiers.
10712
10713 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
10714
10715         * gnus-picon.el: Fix indentation and closing parenthesis.
10716
10717 2004-09-01  Simon Josefsson  <jas@extundo.com>
10718
10719         * message.el (message-canlock-generate): Require sha1, not
10720         sha1-el.  (Can we get rid of this require altogether?  It is ugly
10721         to require within a function.  Sadly, if sha1.el isn't loaded, the
10722         let binding in m-c-g will hide the defcustom definition, which is
10723         bad.)
10724
10725         * canlock.el: Require sha1, not sha1-el.
10726
10727         * message.el: Don't autoload sha1 (there is a autoload cookie in
10728         sha1.el).
10729
10730         * sha1-el.el: Renamed to sha1.el.
10731
10732 2004-08-30  Juanma Barranquero  <lektu@terra.es>
10733
10734         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10735
10736 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10737
10738         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10739
10740 2004-08-30  Kim F. Storm  <storm@cua.dk>
10741
10742         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10743
10744         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10745         Add :group 'nnimap.
10746
10747 2004-08-30  Andreas Schwab  <schwab@suse.de>
10748
10749         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10750         ?* and ?\;.
10751
10752         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10753         and ?\' to symbol instead of whitespace.
10754
10755 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10756
10757         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10758
10759         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10760         instead of re-search-forward.
10761
10762         * gnus-uu.el (gnus-uu-save-article): Ditto.
10763         (gnus-uu-post-encode-uuencode): Ditto.
10764
10765         * html2text.el (html2text-clean-list-items): Ditto.
10766         (html2text-clean-dtdd): Ditto.
10767         (html2text-format-tags): Ditto.
10768
10769         * message.el (message-send-mail-with-sendmail): Fix regexp.
10770         (message-fill-field-general): Use search-forward instead of
10771         re-search-forward.
10772         (unbold-region): Ditto.
10773
10774         * nnrss.el (nnrss-request-article): Ditto.
10775
10776         * nnslashdot.el (nnslashdot-request-article): Ditto.
10777
10778         * nnweb.el (nnweb-gmane-wash-article): Ditto.
10779
10780         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10781         "Unrecognized menu descriptor" error in XEmacs.
10782
10783 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10784
10785         * gnus-sum.el (gnus-read-header): Don't remove a header for the
10786         parent article of a sparse article in the thread hashtb.
10787
10788 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
10789
10790         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10791         (nnmail-expand-newtext): Lowercase expanded entries if
10792         nnmail-split-lowercase-expanded is non-nil.
10793
10794 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10795
10796         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10797
10798         * gnus-group.el (gnus-group-line-format-alist): Convert the value
10799         of gnus-tmp-news-method into string under XEmacs.  It will be
10800         passed to gnus-correct-length which takes only a string argument.
10801
10802 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10803
10804         * gnus-util.el (gnus-bind-print-variables): New macro.
10805         (gnus-prin1): Use it.
10806         (gnus-prin1-to-string): Use it.
10807         (gnus-pp): New function.
10808         (gnus-pp-to-string): New function.
10809
10810         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10811         Replace pp-to-string with gnus-pp-to-string.
10812         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10813         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10814         * gnus-msg.el (gnus-debug): Ditto.
10815         * gnus-score.el (gnus-score-save): Ditto.
10816         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10817         gnus-pp-to-string.
10818         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10819         with gnus-pp.
10820         * score-mode.el (gnus-score-pretty-print): Ditto.
10821         * webmail.el (webmail-debug): Ditto.
10822
10823 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10824
10825         * gnus-art.el (article-display-face, article-display-x-face):
10826         Use buffer-read-only.
10827
10828 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10829
10830         * gnus-art.el (article-hide-list-identifiers):
10831         Bind inhibit-read-only as t.
10832
10833 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10834
10835         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10836
10837 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10838
10839         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10840         (gnus-narrow-to-page): Don't assume point-min == 1.
10841         (gnus-article-edit-mode): Derive from message-mode.
10842
10843         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10844         point-min == 1.
10845
10846         * imap.el (imap-parse-address-list, imap-parse-body-ext):
10847         Disable incorrect use of `assert'.
10848
10849         * message.el (message-mode): Set comment-start-skip.
10850
10851
10852 2004-08-22  Sam Steingold  <sds@gnu.org>
10853
10854         * pop3.el (pop3-leave-mail-on-server): New user variable.
10855         (pop3-movemail): Delete mail only when it is nil.
10856
10857 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
10858
10859         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10860
10861         * mml.el (mml-preview): Use `pop-to-buffer'.
10862
10863         * message.el (message-goto-mail-followup-to): Insert after "To".
10864         (message-carefully-insert-headers): Add comment.
10865
10866         * gnus.el: Remove unused variable `gnus-article-check-size'.
10867
10868         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10869
10870         * gnus-art.el (gnus-button-alist): Improve
10871         `gnus-button-handle-library' entry.
10872
10873 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
10874
10875         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10876         downcase, since XEmacs capitalizes error messages differently.
10877
10878 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
10879
10880         * nntp.el: Add (require 'gnus) due to reference to
10881         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
10882
10883 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
10884
10885         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10886         `mm-fill-flowed'.
10887
10888         * mm-decode.el (mm-dissect-singlepart): Check it.
10889
10890 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
10891
10892         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10893         'imap' for netrc parsing.
10894
10895 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
10896
10897         * mailcap.el (mailcap-mime-data): Mark as risky.
10898
10899 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10900
10901         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10902         may be included in the encoded word.
10903         (rfc2047-encode): Don't append a space if the encoded word
10904         includes close parenthesis.
10905
10906 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10907
10908         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10909         of text within parentheses.
10910
10911 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
10912
10913         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10914         (gnus-encrypt-write-file-contents): Make the password key the file
10915         name PLUS the cipher, not just the cipher.  Also remove failed
10916         passwords from the cache.
10917
10918 2004-08-06  Simon Josefsson  <jas@extundo.com>
10919
10920         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
10921         fix.
10922
10923 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10924
10925         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10926         LWSP.
10927
10928 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
10929
10930         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10931         to append in-reply-to: data to the references: header.
10932
10933         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10934         (netrc-parse): Use gnus-encrypt.el functions.
10935
10936         * gnus-encrypt.el: Add new file for encryption support; currently
10937         does only a few GPG ciphers and an internal XOR cipher.
10938
10939         * password.el: Add comments on using password-read-and-add.
10940         (password-read-and-add): Add function to read and add the
10941         password to the cache at once.
10942
10943 2004-07-28  Simon Josefsson  <jas@extundo.com>
10944
10945         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10946         parameter (but don't use it, for now).
10947
10948         * imap.el (imap-ssl-open): Use imap-process-connection-type,
10949         instead of hard coding to nil.
10950
10951 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10952
10953         * mm-view.el (mm-inline-image-emacs): Open lines under an image
10954         as mm-inline-image-xemacs does.
10955
10956 2004-07-26  Simon Josefsson  <jas@extundo.com>
10957
10958         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10959         Revert part of 2004-07-17 change below.
10960
10961 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10962
10963         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
10964         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10965
10966 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10967
10968         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10969         quotes that actually start with ">" at the beginning of the
10970         lines.
10971
10972 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10973
10974         * rfc2047.el (rfc2047-encode-region): Fix last change.
10975         (rfc2047-encode-parameter): Remove useless concat.
10976
10977 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10978
10979         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10980         encode special characters; fix some kind of misconfigured headers;
10981         signal a real error if debug-on-quit or debug-on-error is non-nil.
10982         (rfc2047-encode-max-chars): New variable.
10983         (rfc2047-encode-1): Use it.
10984         (rfc2047-encode-parameter): New function.
10985
10986         * mml.el (mml-insert-parameter): Remove an excessive space.
10987
10988 2004-07-17  Simon Josefsson  <jas@extundo.com>
10989
10990         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10991         Kai Grossjohann <kai@emptydomain.de>.
10992         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10993         (gnus-group-make-menu-bar): Ditto.
10994
10995         * gnus-util.el (gnus-group-server): Add.
10996
10997 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
10998
10999         * message.el (message-clone-locals): Clone sendmail and smtp
11000         variables.
11001
11002 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11003
11004         * rfc2047.el (rfc2047-encode-region): Fix last change.
11005
11006 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11007
11008         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
11009         characters as non-special.
11010
11011 2004-07-09  Simon Josefsson  <jas@extundo.com>
11012
11013         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
11014         Users will lose all flag changes made while unplugged with
11015         e.g. nntp unless flag synchronization happens, thus `nil' is not a
11016         good default.  See numerous reports on ding mailing list.
11017
11018 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11019
11020         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
11021         add generate-head-function and generate-article-function to the
11022         rfc822-forward entry.
11023         (nndoc-rfc822-forward-generate-article): New function.
11024         (nndoc-rfc822-forward-generate-head): New function.
11025
11026         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
11027
11028 2004-07-06  Dan Christensen  <jdc@uwo.ca>
11029
11030         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
11031         respect display group parameter and gnus-summary-expunge-below.
11032         (gnus-articles-to-read): Remove unused reference to display group
11033         parameter.
11034
11035 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11036
11037         * nnheader.el (nnheader-uniquify-message-id): New experimental
11038         variable.
11039         (nnheader-nov-read-message-id): Use it.
11040
11041         * spam-report.el (spam-report-gmane): Add interactive.
11042
11043 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11044
11045         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
11046         qp-or-base64 for the application/* types.
11047
11048 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
11049
11050         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
11051
11052 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
11053
11054         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
11055         trim value.
11056
11057 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
11058
11059         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
11060         New macro and function.
11061         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
11062
11063 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11064
11065         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
11066         after-load-alist.
11067
11068 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11069
11070         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
11071         update info that isn't there.
11072
11073 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
11074
11075         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
11076         entry.
11077
11078 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11079
11080         * mm-view.el (mm-inline-render-with-function): Use multibyte
11081         buffer; decode html source by charset.
11082
11083         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
11084
11085         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
11086         Mule-UCS is loaded under XEmacs.
11087         (mm-mime-mule-charset-alist): Avoid duplicated entries.
11088
11089 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
11090
11091         * nnheader.el (nnheader-max-head-length): Increase to 8192.
11092
11093 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11094
11095         * mm-util.el (mm-coding-system-p): Return a coding-system.
11096         (mm-mime-mule-charset-alist): Use shift_jis instead of
11097         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
11098         entries for the mime charsets iso-2022-jp-3 and shift_jis.
11099         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
11100         instead of japanese-shift-jis and iso-latin-1 respectively in
11101         order to share the default value with both Emacs and XEmacs-mule.
11102         (mm-mule-charset-to-mime-charset): Make
11103         mm-coding-system-priorities effective.
11104         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
11105         while predicating of candidates upon the priorities.
11106
11107 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
11108
11109         * gnus-sum.el (gnus-summary-make-menu-bar): Add
11110         gnus-uu-invert-processable.
11111
11112         * gnus.el: Autoload gnus-uu-invert-processable.
11113
11114 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11115
11116         * mm-util.el (mm-with-multibyte-buffer): New macro.
11117
11118         * rfc2047.el (rfc2047-encode-string): Use it.
11119         (rfc2047-encode-region): Move point to the end of the region after
11120         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
11121
11122 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11123
11124         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
11125         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
11126
11127 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11128
11129         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
11130         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
11131         Karl Chen <quarl@nospam.quarl.org>.
11132
11133 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
11134
11135         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
11136         invalid addresses.
11137
11138 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
11139
11140         * spam.el: Change section markers, revise TODO list.
11141         (spam-backends): Make new master list of all installed backends.
11142         (spam-summary-exit-behavior): Add new variable to determine how
11143         messages moves are done at summary exit.
11144         (spam-move-spam-nonspam-groups-only)
11145         (spam-process-ham-in-nonham-groups)
11146         (spam-process-ham-in-spam-groups): Remove variables, the
11147         spam-summary-exit-behavior variable should be used to manage this
11148         behavior.
11149         (spam-old-ham-articles, spam-old-spam-articles): Remove.
11150         (spam-old-articles): Add variable, replacing spam-old-ham-articles
11151         and spam-old-spam-articles.
11152         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
11153         Add empty variables, placeholders for the backends they represent.
11154         (spam-set-difference): Move, unchanged.
11155         (spam-list-of-processors): Declare OBSOLETE, not used anymore
11156         unless the user has a processor variable.
11157         (spam-classifications, spam-classification-valid-p)
11158         (spam-backend-properties, spam-backend-property-valid-p)
11159         (spam-backend-function-type-valid-p)
11160         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
11161         (spam-report-articles-gmane, spam-report-articles-resend):
11162         Remove functions, they are not needed.
11163         (spam-install-backend-super, spam-backend-list)
11164         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
11165         (spam-backend-function, spam-backend-ham-registration-function)
11166         (spam-backend-spam-registration-function)
11167         (spam-backend-ham-unregistration-function)
11168         (spam-backend-spam-unregistration-function)
11169         (spam-backend-statistical-p, spam-backend-mover-p)
11170         (spam-install-backend-alias, spam-install-checkonly-backend)
11171         (spam-install-mover-backend, spam-install-nocheck-backend)
11172         (spam-install-backend, spam-install-statistical-backend)
11173         (spam-install-statistical-checkonly-backend): Add backend installation
11174         support.
11175         (spam-summary-prepare-exit): Rewrite to use the new backend code.
11176         (spam-group-processor-p): Use the new backend code and respect the
11177         summary exit behavior.
11178         (spam-mark-spam-as-expired-and-move-routine): Remove.
11179         (spam-summary-prepare): Change to use the new spam-old-articles
11180         variable.
11181         (spam-copy-or-move-routine, spam-copy-spam-routine)
11182         (spam-move-spam-routine, spam-copy-ham-routine)
11183         (spam-move-ham-routine): Add code to copy/move ham or spam.
11184         (spam-fetch-field-fast): Improve doc and code, plus allow the
11185         'number request.
11186         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
11187         variables.
11188         (spam-split, spam-find-spam): Use the new backend code.
11189         (spam-registration-functions): Remove variable.
11190         (spam-unregister-routine): Add convenience wrapper.
11191         (spam-log-undo-registration, spam-register-routine)
11192         (spam-log-processing-to-registry)
11193         (spam-log-unregistration-needed-p): Rename "check" to "backend"
11194         where possible.
11195         (spam-check-gmane-xref, spam-check-regex-headers)
11196         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
11197         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
11198         (spam-check-bogofilter-headers, spam-check-spamoracle)
11199         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
11200         (spam-check-crm114-headers): Use the spam-split-group that
11201         spam-split prepares, no need to determine it every time.
11202
11203         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
11204         to the nnheader-parse-naked-head call.
11205
11206         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
11207
11208         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
11209         the nnheader-nov-read-message-id call.
11210
11211 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11212
11213         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
11214         gnus-activate-group twice.  Suggested by Markus Peter
11215         <warp@spin.de>.
11216
11217 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11218
11219         * gnus-art.el (gnus-article-time-format): Exchange the order of
11220         day and month in the default value; fix customization type.
11221         (article-date-ut): Use add-text-properties.
11222         (article-make-date-line): Use message-make-date instead of
11223         current-time-string.
11224
11225         * message.el (message-fetch-field): Don't use set-text-properties.
11226         (message-make-date): Simplify.
11227
11228         * messagexmas.el (message-xmas-make-date): New function.
11229         (message-xmas-redefine): Defalias message-make-date to it.
11230
11231 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11232
11233         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
11234         (rfc2047-encode-region): Treat text within parentheses as special;
11235         show the original text when error has occurred.
11236
11237         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
11238         already-computed method to gnus-activate-group.
11239
11240         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
11241         same select-methods identical Lisp objects.
11242
11243         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
11244         object when modifying the info.
11245
11246 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11247
11248         * gnus-srvr.el (gnus-server-set-info): Remove the server from
11249         gnus-opened-servers since it has never been opened with the new
11250         configuration yet.
11251
11252 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11253
11254         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
11255         arg to nnheader-generate-fake-message-id.
11256
11257 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
11258
11259         * nnheader.el (nnheader-generate-fake-message-id): Accept a
11260         number and build a fake message ID localized to a group and
11261         article number (so it's repeatable from that point on).
11262         (nnheader-fake-message-id-p): Change regex to accomodate new fake
11263         ID format.
11264
11265         * gnus-sum.el (gnus-get-newsgroup-headers): Call
11266         nnheader-generate-fake-message-id with the article number.
11267
11268 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
11269
11270         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
11271         end-of-buffer.
11272
11273 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11274
11275         * message.el (message-ignored-supersedes-headers): Add Approved.
11276
11277 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11278
11279         * rfc2047.el (rfc2047-encode-message-header): Remove useless
11280         goto-char.
11281         (rfc2047-encode): Fold the line before encoding.
11282
11283 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11284
11285         * rfc2047.el (rfc2047-encode-message-header): Disabled header
11286         folding -- not all headers can be folded, and this should be done
11287         by the message composition mode.  Probably.  I think.
11288
11289 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11290
11291         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
11292         fast.
11293
11294         * gnus-ems.el (gnus-remove-image): Don't use
11295         message-text-with-property; remove only the image found first.
11296
11297         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
11298         found first.
11299
11300 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
11301
11302         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
11303
11304 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11305
11306         * message.el (message-text-with-property): Make it fast and accept
11307         optional arguments.
11308         (message-strip-forbidden-properties): Use it.
11309         (message-fix-before-sending): Follow the m-t-w-p change.
11310
11311         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
11312
11313 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11314
11315         * gnus-art.el (article-hide-headers): Don't change the buffer
11316         mistakenly when performing mml-preview even if
11317         gnus-single-article-buffer is nil.
11318
11319 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
11320
11321         * message.el (message-expand-name-databases): New user option.
11322         (message-expand-name): Use it.
11323
11324 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
11325
11326         * spam.el (spam-report-articles-resend)
11327         (spam-report-resend-register-routine): Allow ham reporting.
11328         (spam-report-resend-register-ham-routine): Add wrapper.
11329         (spam-registration-functions): Add ham resending functions.
11330         (spam-list-of-processors): Add ham resend processor.
11331
11332         * gnus.el (ham-resend-to): Add new group parameter.
11333         (spam-process): Add ham resend option.
11334
11335         * spam-report.el (spam-report-resend): Allow reporting ham.
11336         (spam-report-resend-ham): Add wrapper.
11337
11338 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11339
11340         * message.el (message-cite-articles-with-x-no-archive): New
11341         variable.
11342         (message-cite-original): Use it.
11343
11344 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11345
11346         * message.el (message-cite-original): Respect X-No-Archive.
11347
11348 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11349
11350         * gnus-art.el (article-hide-headers): Refer to the values for
11351         gnus-ignored-headers and gnus-visible-headers in the summary
11352         buffer since a user may have set them as group parameters.
11353
11354 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
11355
11356         * assistant.el (assistant-node-name): Add convenience function.
11357         (assistant-render-text, assistant-render-node): Add error handling,
11358         plus handle multiple next nodes.
11359         (assistant-find-next-node): Comment out for now.
11360         (assistant-find-next-nodes): Add function, returns list of next
11361         nodes.
11362
11363 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
11364
11365         * mail-source.el (mail-source-directory): Fix doc-string.
11366
11367 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
11368
11369         * assistant.el (assistant-render-text, assistant-eval): Add :set
11370         widget type, which is different because it takes and returns a
11371         list.  Much hilarity ensues.
11372
11373 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
11374
11375         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
11376
11377         * gnus-group.el (gnus-group-get-new-news-this-group): Added
11378         doc-string.
11379
11380         * gnus-start.el (gnus-activate-group): Added doc-string.
11381
11382 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11383
11384         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
11385
11386 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
11387
11388         * assistant.el (assistant-render-text): Try to add a :set
11389         widget, more to come.
11390
11391         * spam.el (spam-group-spam-contents-p): Handle empty groupname
11392         strings.
11393         (spam-report-articles-resend)
11394         (spam-register-routine): Do registration iff any articles warrant
11395         it.
11396         (spam-summary-prepare-exit): Change log message for nil group
11397         destinations.
11398
11399 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
11400
11401         * spam.el (spam-report-resend-register-routine): Allow
11402         spam-report-resend-to to be a group parameter or a global value.
11403
11404 2004-05-26  Simon Josefsson  <jas@extundo.com>
11405
11406         * starttls.el: Merge with my GNUTLS based starttls.el.
11407         (starttls-gnutls-program, starttls-use-gnutls)
11408         (starttls-extra-arguments, starttls-process-connection-type)
11409         (starttls-connect, starttls-failure, starttls-success): New
11410         variables.
11411         (starttls-program, starttls-extra-args): Doc fix.
11412         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
11413         functions.
11414         (starttls-negotiate, starttls-open-stream): Check
11415         `starttls-use-gnutls' and pass on to corresponding *-gnutls
11416         function if it is set.
11417
11418 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11419
11420         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11421         structured fields.
11422
11423 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11424
11425         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11426
11427 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
11428
11429         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11430         variable.
11431         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
11432         assigning the spam-mark to new messages.
11433
11434 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
11435
11436         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11437
11438 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11439
11440         * dgnushack.el: Autoload customize-set-variable for XEmacs.
11441
11442         * rfc2047.el (rfc2047-encodable-p): Don't move point.
11443         (rfc2047-decode): Treat the ascii coding-system as raw-text by
11444         default.
11445
11446 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
11447
11448         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11449         correct data.
11450
11451 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
11452
11453         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11454         (spam-group-processor-p): Fix function.
11455         (spam-group-processor-multiple-p)
11456         (spam-group-spam-processor-report-gmane-p)
11457         (spam-group-spam-processor-report-resend-p)
11458         (spam-group-spam-processor-bogofilter-p)
11459         (spam-group-spam-processor-blacklist-p)
11460         (spam-group-spam-processor-ifile-p)
11461         (spam-group-ham-processor-ifile-p)
11462         (spam-group-spam-processor-spamoracle-p)
11463         (spam-group-spam-processor-crm114-p)
11464         (spam-group-ham-processor-bogofilter-p)
11465         (spam-group-spam-processor-stat-p)
11466         (spam-group-ham-processor-stat-p)
11467         (spam-group-ham-processor-whitelist-p)
11468         (spam-group-ham-processor-BBDB-p)
11469         (spam-group-ham-processor-spamoracle-p)
11470         (spam-group-ham-processor-copy-p): Remove functions with some
11471         prejudice against unneeded code.
11472         (spam-report-articles-resend)
11473         (spam-report-resend-register-routine): Allow the group/topic
11474         spam-resend-to value to override spam-report-resend-to.
11475         (spam-summary-prepare-exit): Invoke spam-group-processor-p
11476         properly now.
11477
11478         * gnus.el (spam-resend-to): Add group/topic parameter.
11479         (spam-process): Move the OBSOLETE processors to the end of the
11480         choices.
11481
11482 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
11483
11484         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11485         with resend-to set to nil, and then ask the user if necessary.
11486         (spam-report-resend): spam-report-resend takes a list of articles, not
11487         separate article numbers.
11488
11489 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11490
11491         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11492         addition to emacs-w3m.
11493
11494 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11495
11496         * assistant.el (assistant-authinfo-data): New function.
11497         (assistant-eval): Eval for entire assistant.
11498
11499         * netrc.el (netrc-services-file): New variable.
11500         (netrc-parse-services): New function.
11501         (netrc-find-service-name): New function.
11502         (netrc-find-service-number): New function.
11503         (netrc-port-equal): New function.
11504         (netrc-machine): Use it.
11505
11506         * nnimap.el (nnimap-open-connection): Use netrc.
11507
11508         * gnus-util.el (gnus-netrc-get): Remove aliases.
11509
11510         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11511
11512         * assistant.el (wid-edit): Fix compilation.
11513
11514         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11515
11516 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
11517
11518         * gnus-util.el (gnus-set-file-modes): New function.  (small
11519         patch).
11520
11521 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11522
11523         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11524
11525         * assistant.el (assistant-render-node): Fix up rendering and
11526         read-only text.
11527         (assistant-render-node): Reset.
11528         (assistant-make-read-only): Not sticky.
11529
11530 2004-05-20  Danny Siu  <dsiu@adobe.com>
11531
11532         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11533         centered even when gnus-auto-center-summary is t
11534
11535 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11536
11537         * dns.el (dns-get-txt-answer): New function.
11538         (dns-read-txt): Ditto.
11539         (query-dns): Use it.
11540
11541 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11542
11543         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11544         active for foreign groups even if the group level is higher than
11545         the specified value.
11546
11547 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11548
11549         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11550         non-active groups.
11551
11552         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11553
11554 2004-05-20  Magnus Henoch  <mange@freemail.hu>
11555
11556         * dns.el (dns-read-type): Add support for SVR.  (small patch)
11557
11558 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11559
11560         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11561         (spam-crm114-header, spam-crm114-spam-switch)
11562         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11563         (spam-crm114-positive-spam-header)
11564         (spam-crm114-database-directory, spam-list-of-processors)
11565         (spam-group-spam-processor-crm114-p)
11566         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11567         (spam-generic-score, spam-list-of-checks)
11568         (spam-list-of-statistical-checks, spam-registration-functions)
11569         (spam-check-crm114-headers, spam-crm114-score)
11570         (spam-check-crm114, spam-crm114-register-with-crm114)
11571         (spam-crm114-register-spam-routine)
11572         (spam-crm114-unregister-spam-routine)
11573         (spam-crm114-register-ham-routine)
11574         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
11575         asjo@koldfront.dk (Adam Sjøgren).
11576
11577         * gnus.el: Add spam-use-crm114.
11578
11579         * spam.el (spam-list-of-processors, spam-registration-functions):
11580         Add spam-use-resend.
11581         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11582         (spam-report-articles-gmane): Add doc fix.
11583         (spam-report-articles-resend, spam-report-resend-register-routine):
11584         Add wrappers around spam-report-resend-to.
11585
11586         * spam-report.el (spam-report-resend-to, spam-report-resend):
11587         Add support for resending spam.
11588         (spam-report-gmane): Fix line length >80.
11589
11590         * gnus.el (spam-process): Add spam-use-resend.
11591
11592 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11593
11594         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11595         number of processed spam messages.
11596         (spam-ham-copy-or-move-routine): Return the number of processed
11597         ham messages.
11598         (spam-summary-prepare-exit): Use the above values to decide
11599         whether status messages shouled be displayed.
11600
11601 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11602
11603         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11604         `rfc2047-encoding-function-alist' in order to avoid conflicting
11605         with the old version.
11606         (rfc2047-encode-region): Concatenate words containing non-ASCII
11607         characters in structured fields; don't encode space-delimited
11608         ASCII words even in unstructured fields; don't break words at
11609         char-category boundaries.
11610         (rfc2047-encode-1): New function.
11611         (rfc2047-encode): Use it; encode text so that it occupies the
11612         maximum width within 76-column; work correctly on Q encoding for
11613         iso-2022-* charsets.
11614         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11615         sure not to break a line just after the header name.
11616         (rfc2047-b-encode-region): Removed.
11617         (rfc2047-b-encode-string): New function.
11618         (rfc2047-q-encode-region): Removed.
11619         (rfc2047-q-encode-string): New function.
11620
11621         * mm-util.el (mm-replace-in-string): New function.
11622
11623 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11624
11625         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11626         get it right.
11627         (gnus-inews-make-draft): Really.
11628
11629 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11630
11631         * nnmh.el (nnmh-request-list-1): Don't check the link count
11632         before descending.  (small patch)
11633
11634 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11635
11636         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11637         stuff.
11638
11639         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11640         on real group name.
11641
11642         * gnus-art.el (gnus-signature-limit): Doc fix.
11643
11644         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11645
11646         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
11647
11648 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
11649
11650         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
11651         isn't a string.
11652
11653 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11654
11655         * gnus-draft.el (gnus-draft-send): Bind
11656         rfc2047-encode-encoded-words.
11657
11658         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11659         (rfc2047-encodable-p): Say that =? needs encoding.
11660         (rfc2047-encode-encoded-words): New variable.
11661
11662         * gnus-group.el (gnus-group-select-group): Doc fix.
11663
11664         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11665
11666         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11667         to nil.
11668
11669         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11670
11671         * nnheader.el (nnheader-get-lines-and-char): New function.
11672
11673 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11674
11675         * gnus-msg.el (gnus-summary-followup-with-original): Document
11676         yanking of region when active.
11677
11678 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11679
11680         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11681         groups if the group level is higher than the specified value.
11682
11683 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11684
11685         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11686         (gnus-group-jump-to-group): Added prefix argument using
11687         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11688         non-active group.
11689
11690         * compface.el (uncompface): Be verbose when changing
11691         `uncompface-use-external'.
11692
11693         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11694         handle manual section.
11695
11696 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11697
11698         * gnus-art.el (gnus-button-alist): Revert previous change.
11699
11700 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11701
11702         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11703
11704 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11705
11706         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11707         whether backend can accept message.
11708
11709         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11710
11711 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
11712
11713         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11714         Avoid creating directory when nntp-marks-is-evil is true.
11715         Reported by Reiner Steib.
11716
11717 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11718
11719         * gnus-picon.el (gnus-picon-style): New variable.
11720         (gnus-picon-insert-glyph): Added optional `nostring' argument.
11721         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
11722         Jesper Harder <harder@ifa.au.dk>.
11723
11724 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11725
11726         * message.el (message-fill-field): Return point.
11727         (message-generate-headers): Go to end of field.
11728
11729         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11730         stuff for non-living groups.
11731
11732 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
11733
11734         * gnus-art.el (gnus-article-followup-with-original)
11735         (gnus-article-reply-with-original): gnus-mark-active-p ->
11736         gnus-region-active-p.
11737
11738 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
11739
11740         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11741         only when there is spam or ham to be processed.
11742
11743 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11744
11745         * mail-source.el (mail-source-delete-crash-box): Refactor.
11746         (mail-source-fetch): Use it.
11747         (mail-source-fetch-file): Ditto.
11748         (mail-source-fetch-directory): Run postscript in loop.
11749         (mail-source-fetch-pop): Delete.
11750         (mail-source-fetch-maildir): Ditto.
11751         (mail-source-fetch-imap): Ditto.
11752
11753         * imap.el (imap-authenticators): Comment out sasl.
11754
11755         * message.el (message-skip-to-next-address): New function.
11756         (message-fill-header-address): Refactor.
11757         (message-fill-address): Use it.
11758         (message-delete-address): Use it.
11759         (message-fill-header-general): Refactor.
11760         (message-fill-field-address): Rename.
11761         (message-narrow-to-field): Find the start of the header.
11762         (message-header-format-alist): Don't pre-fill.
11763         (message-fill-header): Removed.
11764         (message-insert-header): New function.
11765         (message-shorten-references): Use it.
11766
11767         * rfc2047.el (rfc2047-field-value): Strip props.
11768
11769         * mail-parse.el (mail-header-make-address): New alias.
11770
11771         * ietf-drums.el (ietf-drums-make-address): New function.
11772
11773         * imap.el: Add compiler directives.
11774
11775         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11776
11777         * gnus-art.el (article-decode-idna-rhs): Don't use
11778         message-idna-inside-rhs-p.
11779
11780 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11781
11782         * message.el (message-idna-inside-rhs-p): Removed.
11783         (message-idna-to-ascii-rhs-1): Use proper address parsing.
11784
11785         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11786         false positives.
11787
11788 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11789
11790         * imap.el (imap-sasl-make-mechanisms): Use sasl.
11791
11792 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11793
11794         * nneething.el (nneething-file-name): Don't create spurious
11795         files.
11796
11797         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11798         (gnus-inews-do-gcc): Remove sleep.
11799
11800         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11801         part under point.
11802
11803         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11804         (gnus-agent-regenerate-group): Using nil messages aren't valid.
11805
11806 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11807
11808         * spam.el (spam-summary-prepare-exit): Fixed (length).
11809
11810 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11811
11812         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11813         as expired without moving it" message when there are spam
11814         messages left.
11815
11816 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
11817
11818         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11819         header is not nil.
11820
11821 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
11822
11823         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11824         nntp-possibly-create-directory, not nntp-possibly-change-group.
11825         (nntp-marks-changed-p): New arg SERVER.
11826         (nntp-request-update-info): Adjust caller.
11827
11828 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
11829
11830         * nntp.el (nntp-save-marks): Pass missing arg.
11831
11832 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11833
11834         * nntp.el: Support marks.
11835         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11836         (nntp-marks-modtime, nntp-marks-directory): New variables.
11837         (nntp-request-set-mark, nntp-request-update-info)
11838         (nntp-possibly-create-directory, nntp-marks-changed-p)
11839         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11840         functions.
11841
11842 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
11843
11844         * gnus-xmas.el (gnus-xmas-select-lowest-window)
11845         (gnus-xmas-redefine): Rename.
11846
11847         * gnus-score.el (gnus-score-insert-help): Use
11848         gnus-select-lowest-window.
11849
11850         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11851         appt-select-lowest-window and rename to gnus-select-lowest-window.
11852
11853         * gnus.el: do.
11854
11855 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11856
11857         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11858         encodings of MIME-encoded words, in order to improve
11859         interoperability with several broken MUAs.
11860
11861 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11862
11863         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11864         tags, only when charsets are not specified in headers.
11865         (mm-inline-text-html-render-with-w3m): Ditto.
11866
11867         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
11868         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
11869
11870 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11871
11872         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11873         instead of MIME-decoded from fields when checking
11874         `gnus-article-address-banner-alist'.
11875
11876 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
11877
11878         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11879         description rather than subject.
11880
11881 2004-05-02  Steve Youngs  <steve@youngs.au.com>
11882
11883         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
11884
11885 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11886
11887         * gnus.el (gnus-version-number): Bump.
11888
11889 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11890
11891         * gnus.el: No Gnus v0.2 is released.
11892
11893 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11894
11895         * gnus-agent.el (gnus-agent-read-agentview): Inline
11896         gnus-uncompress-range.
11897
11898 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11899
11900         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11901         `exec-installed-p'.
11902
11903 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11904
11905         * gnus.el (spam-process, spam-autodetect-methods): Add
11906         bsfilter and bsfilter-headers.
11907
11908         * spam.el (spam-bsfilter): New customize group.
11909         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11910         (spam-bsfilter-header, spam-bsfilter-probability-header)
11911         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11912         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11913         (spam-bsfilter-database-directory): New options.
11914         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11915         (spam-list-of-statistical-checks, spam-registration-functions):
11916         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11917         (spam-bsfilter-score): New command.
11918         (spam-check-bsfilter-headers, spam-check-bsfilter)
11919         (spam-bsfilter-register-with-bsfilter)
11920         (spam-bsfilter-register-spam-routine)
11921         (spam-bsfilter-unregister-spam-routine)
11922         (spam-bsfilter-register-ham-routine)
11923         (spam-bsfilter-unregister-ham-routine): New functions.
11924         (spam-generic-score): Support bsfilter; Accept an optional argument
11925         to recalcurate spam score even if scoring header has already been
11926         added.
11927         (spam-bogofilter-score, spam-spamassassin-score): Accept an
11928         optional argument to recalcurate spam score even if scoring header
11929         has already been added.
11930
11931 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
11932
11933         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11934         strings!  Reported by David D. Smith <davidsmith@acm.org>.
11935         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11936         link is missing.
11937
11938 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
11939
11940         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11941         (html2text-get-attr): Rewrite.
11942
11943         * message.el (message-setup-1): Remove redundant put-text-property
11944         on mail-header-separator.
11945
11946 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
11947
11948         * gnus-registry.el (gnus-registry-cache-whitespace)
11949         (gnus-registry-action, gnus-registry-spool-action)
11950         (gnus-registry-split-fancy-with-parent): Change message levels
11951         from 5 to 3 or 7, as needed.
11952
11953         * spam.el (spam-summary-prepare-exit)
11954         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11955         (spam-split, spam-find-spam, spam-log-undo-registration)
11956         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11957         level from 5 to 6.
11958
11959 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11960
11961         * gnus-ems.el: Autoload appt-select-lowest-window (revert
11962         2004-03-04 change).
11963
11964 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
11965
11966         * sieve-manage.el (sieve-manage-open):
11967         * nnweb.el (nnweb-insert-html):
11968         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11969         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11970         * nnspool.el (nnspool-request-group):
11971         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11972         * nnml.el (nnml-request-update-info):
11973         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11974         (nnmh-request-create-group, nnmh-update-gnus-unreads):
11975         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11976         (nnimap-request-set-mark):
11977         * nnfolder.el (nnfolder-request-update-info):
11978         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11979         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11980         * gnus-uu.el (gnus-uu-find-articles-matching):
11981         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11982         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11983         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11984         * gnus-nocem.el (gnus-nocem-scan-groups):
11985         * gnus-int.el (gnus-start-news-server):
11986         * gnus-group.el (gnus-group-make-kiboze-group)
11987         (gnus-group-browse-foreign-server):
11988         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11989         Use mapc when appropriate.
11990
11991 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
11992
11993         FIXME: Make separate entries for each person.
11994
11995         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11996         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11997         <shields@msrl.com>:
11998
11999         * spam.el (spam-necessary-extra-headers): Get the extra headers we
12000         may need for spam sorting and scoring.
12001         (spam-user-format-function-S): Add user format function suitable for
12002         general use.
12003         (spam-article-sort-by-spam-status): Add sorting function for summary
12004         sorting.
12005         (spam-extra-header-to-number): Add function to get a score from a
12006         header.
12007         (spam-summary-score): Add function to  get a numeric score from the
12008         headers.
12009         (spam-generic-score): Fix function doc, was in wrong place.
12010         (spam-initialize): Take symbols when it's run, and install the
12011         extra headers that spam-necessary-extra-headers thinks we need.
12012
12013 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
12014
12015         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
12016         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12017
12018 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
12019
12020         * gnus-sum.el (gnus-set-global-variables)
12021         (gnus-build-all-threads, gnus-get-newsgroup-headers)
12022         (gnus-article-get-xrefs, gnus-summary-best-group)
12023         (gnus-summary-next-article, gnus-summary-enter-digest-group)
12024         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
12025         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
12026         Use with-current-buffer.
12027
12028 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
12029
12030         * spam.el (spam-summary-prepare-exit): Simplify logic.
12031         (spam-fetch-article-header): Read the article header if it's not
12032         available.
12033         (spam-list-articles): Simplify logic.
12034         (spam-filelist-register-routine): Fix bug with unregister-list.
12035
12036         * gnus-registry.el: Fix comments at beginning.
12037
12038 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
12039
12040         * message.el (message-cater-to-broken-inn): Remove.
12041         (message-shorten-references): Make sure the total folded length of
12042         References is shorter than 998 characters to cater to a bug in INN
12043         2.3.  Also, don't pretend that references aren't folded -- this
12044         hasn't worked for a while.
12045
12046 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12047
12048         * gnus-agent.el (gnus-agentize):
12049         gnus-agent-send-mail-real-function no longer set to current value
12050         of message-send-mail-function but rather a lambda that calls
12051         message-send-mail-function.  The change makes the agent real-time
12052         responsive to user changes to message-send-mail-function.
12053
12054 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12055
12056         * legacy-gnus-agent.el
12057         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
12058         help from Florian Weimer <fw@deneb.enyo.de>
12059
12060 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12061
12062         * nnmail.el (nnmail-cache-insert): Revert last change.
12063
12064 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12065
12066         * nnmail.el (nnmail-cache-insert): Always check whether
12067         nnmail-cache-ignore-groups matches a group name.
12068
12069 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
12070
12071         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
12072         (spam-find-spam, spam-log-processing-to-registry)
12073         (spam-log-registered-p, spam-log-unregistration-needed-p)
12074         (spam-log-undo-registration): Use gnus-message instead of
12075         gnus-error, none of these errors are fatal.
12076
12077         * gnus-registry.el (gnus-registry-clean-empty-function)
12078         (gnus-registry-clean-empty): Remove only empty entries without
12079         extra data.
12080
12081 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
12082
12083         * spam-stat.el (spam-stat-buffer-change-to-spam)
12084         (spam-stat-buffer-change-to-non-spam): Change (error) to
12085         (gnus-message 8) invocation.
12086
12087 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12088
12089         * nntp.el (nntp-via-netcat-command): New variable.
12090         (nntp-via-netcat-switches): New variable.
12091         (nntp-open-via-rlogin-and-netcat): New function.
12092         (nntp-open-connection-function): Doc fix.
12093         (nntp-telnet-command): Doc fix.
12094         (nntp-end-of-line): Doc fix.
12095         (nntp-via-rlogin-command): Doc fix.
12096         (nntp-via-user-name): Doc fix.
12097         (nntp-via-address): Doc fix.
12098
12099 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12100
12101         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
12102         error in Emacs 21.1.
12103
12104 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
12105
12106         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
12107
12108 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12109         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
12110         (gnus-agent-with-refreshed-group): New macro.
12111         (gnus-agent-rename-group): New function.
12112         (gnus-agent-delete-group): New function.
12113         (gnus-agent-save-group-info): Use gnus-command-method when
12114         `method' parameter is nil.  Don't write nil entries into the
12115         active file.
12116         (gnus-agent-get-group-info): New function.
12117         (gnus-agent-fetch-articles): Use
12118         gnus-agent-update-files-total-fetched-for to increment disk space
12119         used.
12120         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
12121         gnus-agent-update-view-total-fetched-for to increment disk space
12122         used.
12123         (gnus-agent-get-local): Added optional parameters to avoid calling
12124         gnus-group-real-name and gnus-find-method-for-group.
12125         (gnus-agent-set-local): Delete stored entry if either min, or max,
12126         are nil.
12127         (gnus-agent-fetch-session): Reworded error/quit messages.  On
12128         quit, use gnus-agent-regenerate-group to record existance of any
12129         articles fetched to disk before the quit occurred.
12130         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
12131         gnus-agent-update-view-total-fetched-for, and
12132         gnus-agent-update-files-total-fetched-for to decrement disk space
12133         used.
12134         (gnus-agent-retrieve-headers): Use
12135         gnus-agent-update-view-total-fetched-for to increment disk space
12136         used.
12137         (gnus-agent-regenerate-group): Replace gnus-group-update-group
12138         with gnus-agent-update-files-total-fetched-for to decrement disk
12139         space and fresh group buffer.
12140         (gnus-agent-inhibit-update-total-fetched-for): New variable.
12141         (gnus-agent-need-update-total-fetched-for): New variable.
12142         (gnus-agent-update-files-total-fetched-for): New function.
12143         (gnus-agent-update-view-total-fetched-for): New function.
12144         (gnus-agent-total-fetched-for): New function.
12145
12146         * gnus-cache.el (gnus-cache-save-buffers): Use
12147         gnus-cache-update-overview-total-fetched-for to change disk space
12148         used by this group.
12149         (gnus-cache-possibly-enter-article): Use
12150         gnus-cache-update-file-total-fetched-for to increment disk space
12151         used by this group.
12152         (gnus-cache-possibly-remove-article): Use
12153         gnus-cache-update-file-total-fetched-for to decrement disk space
12154         used by this group.
12155         (gnus-cache-generate-nov-databases): Purge total fetched cache.
12156         (gnus-cache-rename-group): New function.
12157         (gnus-cache-delete-group): New function.
12158         (gnus-cache-inhibit-update-total-fetched-for): New variable.
12159         (gnus-cache-need-update-total-fetched-for): New variable.
12160         (gnus-cache-with-refreshed-group): New macro.
12161         (gnus-cache-update-file-total-fetched-for): New function.
12162         (gnus-cache-update-overview-total-fetched-for): New function.
12163         (gnus-cache-rename-group-total-fetched-for): New function.
12164         (gnus-cache-delete-group-total-fetched-for): New function.
12165         (gnus-cache-total-fetched-for): New function.
12166
12167         * gnus-group.el: Require gnus-sum and autoload functions to
12168         resolve warnings when gnus-group.el compiled alone.
12169         (gnus-group-line-format): Documented new %F
12170         (size of Fetched data) group line format; identifies disk space
12171         used by agent and cache.
12172         (gnus-group-line-format-alist): Defined new F format.
12173         (gnus-total-fetched-for): New function.
12174         (gnus-group-delete-group): No longer update
12175         gnus-cache-active-altered as gnus-request-delete-group now keeps
12176         the cache in sync.
12177         (gnus-group-list-active): Let the agent store a server's active
12178         list if currently plugged.
12179
12180         * gnus-int.el (gnus-request-delete-group):
12181         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
12182         local disk in sync with the server.
12183         (gnus-request-rename-group):
12184         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
12185         local disk in sync with the server.
12186
12187         * gnus-start.el (gnus-get-unread-articles):
12188         Cosmetic simplification to logic.
12189
12190         * gnus-util.el (gnus-rename-file): New function.
12191
12192 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
12193
12194         * mm-util.el (mm-image-load-path): Handle nil in load-path.
12195
12196 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
12197
12198         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
12199         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
12200
12201 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
12202
12203         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
12204         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
12205
12206 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
12207
12208         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
12209
12210 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
12211
12212         * spam.el (spam-set-difference): Add function to replace
12213         gnus-set-difference in spam.el.
12214         (spam-summary-prepare-exit): Use spam-set-difference.
12215
12216 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12217
12218         * gnus-registry.el (gnus-registry-cache-file): Update to use
12219         gnus-dribble-directory OR gnus-home-directory OR ~.
12220         (gnus-registry-split-fancy-with-parent): Fix doc.
12221
12222 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12223
12224         * message.el (message-exchange-point-and-mark): Use
12225         message-mark-active-p.  Suggested by Jesper Harder
12226         <harder@ifa.au.dk>.
12227
12228 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12229
12230         * message.el (message-exchange-point-and-mark): Don't activate
12231         region if it was inactive.  Suggested by Hiroshi Fujishima
12232         <pooh@nature.tsukuba.ac.jp>.
12233
12234 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12235
12236         * gnus-art.el (article-display-face): Display Faces in the same
12237         order as X-Faces.
12238
12239 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12240
12241         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
12242
12243 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12244
12245         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
12246         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
12247         (gnus-article-mime-hierarchy): Remove.
12248         (gnus-article-mime-hierarchy-next): Remove.
12249         (gnus-article-mode): Revert 2004-03-19 change.
12250         (gnus-article-setup-buffer): Revert 2004-03-19 change.
12251         (gnus-insert-mime-button): Revert 2004-03-19 change.
12252         (gnus-mime-accumulate-hierarchy): Remove.
12253         (gnus-mime-enter-multipart): Remove.
12254         (gnus-mime-leave-multipart): Remove.
12255         (gnus-mime-display-part): Revert 2004-03-19 change.
12256         (gnus-mime-display-alternative): Revert 2004-03-19 change.
12257
12258         * mml.el (mml-preview): Revert 2004-03-19 change.
12259
12260 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
12261
12262         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
12263
12264 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12265
12266         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
12267         t while entering a file name using the mm-with-multibyte macro.
12268         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12269
12270         * mm-util.el (mm-with-multibyte): New macro.
12271
12272 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
12275         user option.
12276         (gnus-mime-multipart-functions): Doc and customization fix.
12277         (gnus-article-mime-hierarchy): New variable.
12278         (gnus-article-mime-hierarchy-next): New variable.
12279         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
12280         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
12281         gnus-article-mime-hierarchy-next to nil.
12282         (gnus-insert-mime-button): Show hierarchy numbers.
12283         (gnus-mime-accumulate-hierarchy): New function.
12284         (gnus-mime-enter-multipart): New function.
12285         (gnus-mime-leave-multipart): New function.
12286         (gnus-mime-display-part): Recompute hierarchical MIME structure.
12287         (gnus-mime-display-alternative): Show hierarchy numbers.
12288
12289         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
12290         gnus-article-mime-hierarchy-next to nil.
12291
12292 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
12293
12294         * dns.el: Don't require gnus-xmas.
12295
12296 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
12297
12298         * mml.el (mml-generate-mime-1): Don't use format=flowed with
12299         inline PGP.
12300         (mml-menu): Disable mml-quote-region if mark is inactive.
12301
12302 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12303
12304         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
12305         when the group's active is not available.
12306
12307 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12308
12309         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
12310         error.
12311
12312 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
12313
12314         * imap.el (imap-store-password): New variable.
12315         (imap-interactive-login): Use it.
12316         Suggested by Mark Plaksin <happy@mcplaksin.org>.
12317
12318 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12319
12320         * gnus-art.el (gnus-article-read-summary-keys): Restore new
12321         window-start and hscroll to summary window.
12322
12323 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12324
12325         * gnus-start.el (gnus-convert-old-newsrc): Only write the
12326         conversion message to newsrc-dribble when an actual conversion is
12327         performed.
12328
12329 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
12330
12331         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
12332
12333 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12334
12335         * mm-decode.el (mm-complicated-handles): New function reviving
12336         former definition of mm-multiple-handles.
12337
12338         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12339         (gnus-mime-delete-part): Use it.
12340
12341 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12342
12343         * gnus-agent.el (gnus-agent-read-local): Bind
12344         nnheader-file-coding-system to gnus-agent-file-coding-system to
12345         avoid the implicit assumption that they will always be equal.
12346         (gnus-agent-save-local): Bind buffer-file-coding-system, not
12347         coding-system-for-write, as the with-temp-file macro first prints
12348         to a buffer then saves the buffer.
12349
12350 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12351
12352         * gnus-art.el (gnus-article-edit-part): New function.
12353         (gnus-mime-save-part-and-strip): Use it; do query instead of
12354         signaling an error; don't use mm-multiple-handles.
12355         (gnus-mime-delete-part): Ditto.
12356
12357 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12358
12359         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
12360         old file versions.
12361         (gnus-group-prepare-hook): Removed function that converted list
12362         form of gnus-agent-expire-days to group properties.
12363
12364         * gnus-int.el: Autoload gnus-agent-regenerate-group.
12365         (gnus-request-accept-article): Re-indented.
12366
12367         * gnus-start.el (gnus-convert-old-newsrc): Registered new
12368         converters to handle old agent file formats.  Added logic for a
12369         "backup before upgrading warning".
12370         (gnus-convert-mark-converter-prompt): Developers can mark
12371         functions as needing (default), or not needing,
12372         gnus-convert-old-newsrc's "backup before upgrading warning".
12373         (gnus-convert-converter-needs-prompt): Tests whether the user
12374         should be protected from potentially irreversable changes by the
12375         function.
12376
12377         * legacy-gnus-agent.el: New.  Provides converters that are only
12378         loaded when gnus-convert-old-newsrc needs to call them.
12379
12380 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12381
12382         * mail-source.el (mail-source-touch-pop): Doc fix.
12383
12384         * message.el (message-smtpmail-send-it): Doc fix.
12385
12386 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
12387
12388         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
12389
12390         * nnmail.el (nnmail-split-fancy): do.
12391
12392         * gnus-kill.el (gnus-kill, gnus-execute): do.
12393
12394 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
12395
12396         * gnus-sum.el (gnus-widget-reversible-match)
12397         (gnus-widget-reversible-to-internal)
12398         (gnus-widget-reversible-to-external): New functions.
12399         (gnus-widget-reversible): New widget.
12400         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
12401
12402 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
12403
12404         * gnus-sum.el (gnus-thread-sort-functions)
12405         (gnus-article-sort-functions): Document `(not F)' items.
12406
12407 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12408
12409         * spam.el (spam-use-gmane-xref): Add new backend.
12410         (spam-gmane-xref-spam-group): Add variable to control the name of the
12411         Gmane spam group.
12412         (spam-blackhole-servers, spam-blackhole-good-server-regex)
12413         (spam-regex-headers-spam, spam-regex-headers-ham)
12414         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
12415         (spam-list-of-checks): Add spam-use-gmane-xref to list of
12416         backends and checks.
12417         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
12418
12419         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
12420         an autodetect method.
12421
12422 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12423
12424         * gnus-int.el (gnus-request-accept-article): Inform the agent that
12425         articles are being added to a group.
12426         (gnus-request-replace-article): Inform the agent that articles
12427         need to be uncached as the cached contents are no longer valid.
12428
12429 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12430
12431         * binhex.el: Don't autoload executable-find.
12432
12433         * canlock.el: Don't autoload mail-fetch-field.
12434
12435         * dgnushack.el: Autoload c-mode for XEmacs.
12436
12437         * gnus-ems.el: Don't autoload appt-select-lowest-window.
12438
12439         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12440         rmail-dont-reply-to and rmail-output.
12441
12442         * gnus-score.el: Don't autoload ffap-string-at-point.
12443
12444         * gnus-setup.el: Don't autoload sc-cite-original.
12445
12446         * imap.el: Don't autoload base64-decode-string,
12447         base64-encode-string and md5.
12448
12449         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12450         and rmail-msg-restore-non-pruned-header.
12451
12452         * mm-decode.el: Don't autoload executable-find.
12453
12454         * mm-url.el: Don't autoload executable-find.
12455
12456         * mm-view.el: Don't autoload diff-mode.
12457
12458         * nndb.el: Don't autoload news-reply-mode, news-setup,
12459         cancel-timer and telnet.
12460
12461         * password.el: Don't autoload run-at-time for Emacs.
12462
12463         * sha1-el.el: Don't autoload executable-find.
12464
12465         * sieve-mode.el: Don't autoload c-mode.
12466
12467         * uudecode.el: Don't autoload executable-find.
12468
12469 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12470
12471         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12472         (gnus-agent-possibly-alter-active): Avoid null in numeric
12473         comparison.
12474         (gnus-agent-set-local): Refuse to save null in local object table.
12475         (gnus-agent-regenerate-group): The REREAD parameter can now be a
12476         list of articles that will be marked as unread.
12477
12478 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12479
12480         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12481
12482 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12483
12484         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12485         language tags.
12486
12487 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12488
12489         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12490         Don't bind "obarray".
12491
12492         * gnus-sum.el (gnus-thread-sort-functions): Added
12493         `gnus-thread-sort-by-most-recent-number' and
12494         `gnus-thread-sort-by-most-recent-date'.
12495         Reported by Kai Grossjohann <kai@emptydomain.de>.
12496
12497 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12498
12499         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12500
12501 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12502
12503         * gnus-cus.el (gnus-agent-customize-category): Removed
12504         ignore-errors macro reference that required cl to be loaded at
12505         run-time.
12506
12507         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12508         single-interval range of the form (min . max).  Previously the
12509         range had to look like ((min . max)).  Likewise, return
12510         (min . max) rather than ((min . max)).
12511         (gnus-range-map): Use gnus-range-normalize to accept
12512         single-interval range.
12513
12514         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12515         the cache, but not the agent, now appear with their usual face.
12516
12517         * dgnushack.el (loaddir): New variable that is bound to the
12518         directory containing the dgnushack.el file. Use loaddir, rather
12519         than srcdir, to update load-path. Change lets dgnushack compile
12520         code in directories other than GNUS/lisp.
12521
12522 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12523
12524         * lpath.el: Don't bind w3m-safe-url-regexp.
12525
12526         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12527         w3m-safe-url-regexp variable buffer-local.
12528
12529         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12530
12531 2004-02-27  Simon Josefsson  <jas@extundo.com>
12532
12533         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12534         gnus-group-real-prefix.
12535         (gnus-summary-move-article): Use it, instead of
12536         gnus-group-real-prefix.
12537
12538 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12539
12540         * lpath.el: Bind w3m-safe-url-regexp.
12541
12542         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12543         w3m-safe-url-regexp variable buffer-local and set it as the value
12544         of mm-w3m-safe-url-regexp.
12545
12546         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12547
12548         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12549         parsing gnus-posting-styles when the message is not for replying.
12550
12551         * dgnushack.el: Autoload sgml-mode for XEmacs.
12552
12553         * nnrss.el (nnrss-opml-export): Use
12554         mm-set-buffer-file-coding-system instead of
12555         set-buffer-file-coding-system.
12556
12557 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
12558
12559         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12560         of checkdoc.el).
12561         * nnrss.el: do.
12562         * gnus-mlspl.el: do.
12563         * gnus-ml.el: do.
12564         * gnus-srvr.el: do.
12565
12566         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12567
12568 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12569
12570         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12571         Corrections to custom-manual links.
12572
12573         * gnus-art.el (gnus-article): Ditto.
12574
12575         * mm-decode.el (mime-display, mime-security): Ditto.
12576
12577 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12578
12579         * flow-fill.el: Typo.
12580
12581 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
12582
12583         * spam-wash.el: New file.
12584
12585 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
12586
12587         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12588
12589 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12590
12591         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12592         to be run with new-articles as LIST1, not LIST2.
12593         (spam-registration-functions): Add spam-use-ham-copy as a nil
12594         registration backend.
12595
12596 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12597
12598         * spam-stat.el (spam-stat-washing-hook): New option.
12599         (spam-stat-buffer-words): Use it.
12600         (spam-stat-process-directory, spam-stat-test-directory): Use
12601         insert-file-contents-literally.
12602         (spam-stat-coding-system): New variable.
12603         (spam-stat-load, spam-stat-save): Use it.
12604
12605 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12606
12607         * spam-report.el (spam-report-plug-agent): Quote
12608         spam-report-url-to-file and spam-report-url-ping-plain.
12609
12610 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12611
12612         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12613         / in mailto URLs.
12614
12615 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12616
12617         * spam-report.el (spam-report-process-queue): Fix interactive use.
12618         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12619         (spam-report-unplug-agent): Doc fixes.
12620         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12621         (spam-report-agentize, spam-report-deagentize): Autoload
12622
12623 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12624
12625         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
12626
12627         * message.el (message-setup-fill-variables): Add mml tags to
12628         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12629         <ajk@iu.edu>.
12630         (message-mode): Don't modify paragraph-separate there.
12631
12632 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12633
12634         * compface.el (uncompface-use-external): Default to undecided.
12635         (uncompface-use-external-threshold): New variable.
12636         (uncompface-float-time): New macro.
12637         (uncompface): Determine whether to use the external decoder if
12638         uncompface-use-external is undecided.
12639
12640 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12641
12642         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12643         after images.
12644
12645         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12646
12647 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12648
12649         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12650
12651         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12652
12653         * gnus-sum.el (gnus-summary-limit-to-age)
12654         (gnus-summary-limit-children): do.
12655
12656         * gnus-int.el (gnus-request-scan): do.
12657
12658         * gnus-group.el (gnus-group-suspend): do.
12659
12660         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12661
12662         * gnus-cite.el (gnus-cite-parse-attributions): do.
12663
12664         * gnus-agent.el (gnus-summary-set-agent-mark)
12665         (gnus-agent-regenerate-group): do.
12666
12667         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12668
12669         * binhex.el (binhex-decode-region-internal): do.
12670
12671 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12672
12673         * gnus-fun.el (gnus-face-properties-alist): New user option.
12674         (gnus-display-x-face-in-from): Use it.
12675
12676         * gnus-art.el (article-display-face): Ditto.
12677
12678         * compface.el (uncompface-use-external): Default to nil.
12679
12680 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12681
12682         * nntp.el (nntp-erase-buffer): New function.
12683         (nntp-retrieve-data, nntp-send-command)
12684         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12685         (nntp-possibly-change-group): Use it.
12686
12687         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12688         with-current-buffer.
12689
12690 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12691
12692         * compface.el: Merge the ELisp-based uncompface program.
12693         (compface): New customization group.
12694         (uncompface-use-external): New user option.
12695         (uncompface): Call uncompface-internal if uncompface-use-external
12696         is nil.
12697         (uncompface-internal): New function.  Note that there are also
12698         some other functions and variables added for this function.
12699
12700 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
12701
12702         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12703         if necessary.
12704
12705 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
12706
12707         * spam-report.el (spam-report-unplug-agent)
12708         (spam-report-plug-agent, spam-report-deagentize)
12709         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12710         Add support for the Agent in spam-report: when unplugged, report to a
12711         file; when plugged, submit all the requests.
12712
12713         * spam.el (spam-register-routine): Fix message about
12714         registration.
12715
12716 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
12717
12718         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12719         dependencies.
12720         (rfc2047-encode): Use it.
12721
12722         * gnus-art.el (gnus-button-marker-list): Move before first
12723         reference.
12724
12725         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12726         (imap-parse-body): Fix format string mismatch.
12727
12728         * gnus-score.el (gnus-summary-increase-score): do.
12729
12730         * nnrss.el (nnrss-close): New function.
12731
12732 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
12733
12734         * nnrss.el (nnrss-make-filename): New function.
12735         (nnrss-request-delete-group, nnrss-read-server-data)
12736         (nnrss-save-server-data, nnrss-read-group-data)
12737         (nnrss-save-group-data): Use it.
12738         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12739         (nnrss-read-server-data, nnrss-read-group-data): Use load.
12740         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12741
12742 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
12743
12744         * mml.el (mml-compute-boundary-1): Don't uncompress files.
12745
12746 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
12747
12748         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12749         files.
12750
12751         * message.el (message-generate-headers-first): Don't quote nil
12752         and t in docstrings.
12753
12754         * imap.el (imap-id): do.
12755
12756         * gnus-agent.el (gnus-agent-consider-all-articles)
12757         (gnus-agent-queue-mail): do.
12758
12759 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
12760
12761         * spam-report.el (spam-report-process-queue): New function.
12762         Process requests from `spam-report-requests-file'.
12763         (spam-report-process-queue): Doc fix.
12764
12765 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
12766
12767         * spam.el (spam-register-routine)
12768         (spam-log-processing-to-registry, spam-log-registered-p)
12769         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12770         Change "check" to "spam-check" for semi-clarity.
12771
12772 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
12773
12774         * pop3.el: Require nnheader.
12775
12776         * mml-smime.el: Require cl.  Autoload message-fetch-field.
12777
12778         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12779
12780         * gnus-picon.el: Require cl.
12781
12782         * gnus-fun.el: Require gnus-ems and gnus-util.
12783
12784         * gnus.el (gnus-method-to-server): Move defsubst before first use.
12785
12786         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12787
12788         * gnus-art.el (gnus-article-edit-mode): Define before first
12789         reference.
12790
12791 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
12792
12793         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12794         (gnus-uu-post-encoded): Use point-at-bol.
12795
12796         * gnus-topic.el (gnus-group-active-topic-p): do.
12797
12798         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12799
12800         * gnus-group.el (gnus-group-kill-region): do.
12801
12802         * gnus-art.el (article-date-ut): do.
12803
12804         * message.el (message-fetch-field): Remove redundant
12805         case-fold-search binding.
12806         (message-narrow-to-field): Simplify.
12807
12808 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12809
12810         * spam.el (spam-directory): Derive from `gnus-directory'.
12811
12812         * spam-report.el (spam-report-url-to-file)
12813         (spam-report-requests-file): New function and variable for offline
12814         reporting.
12815         (spam-report-url-ping-function): Add `spam-report-url-to-file'
12816         and user defined function.
12817         (spam-report-url-ping-mm-url): Remove doubled slash.
12818
12819 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
12820
12821         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12822
12823 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
12824
12825         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12826         format string mismatch.
12827
12828         * sieve.el (sieve-deactivate-all): do.
12829
12830         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12831
12832         * nnlistserv.el (nnlistserv-kk-wash-article): do.
12833
12834         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12835
12836         * mm-bodies.el (mm-7bit-chars): Don't include \r.
12837
12838 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
12839
12840         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12841         the list of checks.
12842
12843 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
12844
12845         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12846         padding.
12847
12848 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
12849
12850         * mm-view.el (mm-fill-flowed): New variable.
12851         (mm-inline-text): Use it.
12852
12853 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
12854
12855         * spam.el (spam-spamassassin-register-ham-routine)
12856         (spam-spamassassin-register-spam-routine): Fix function names.
12857
12858 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12859
12860         * gnus.el (gnus-tmp-grouplens): Remove.
12861         (gnus-summary-line-format): Remove grouplens.
12862
12863         * gnus-group.el (gnus-group-line-format): Ditto.
12864
12865         * gnus-spec.el (gnus-format-specs): Ditto.
12866         (gnus-update-format-specifications): Flush the group format spec
12867         cache if there's the grouplens stuff.
12868         (gnus-parse-simple-format): Replace %l with the empty string.
12869
12870 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
12871
12872         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12873         omission.
12874
12875 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12876
12877         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12878         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12879
12880 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12881
12882         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12883         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12884         New macros and functions.
12885         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12886         Handle > NLINK_MAX messages.
12887         * nnmaildir.el (nnmaildir-request-set-mark): Use
12888         nnmaildir--emlink-p and nnmaildir--eexist-p.
12889
12890 2004-01-25  Alex Schroeder  <alex@gnu.org>
12891
12892         * spam-stat.el (spam-stat-process-directory-age): New option.
12893         (spam-stat-process-directory): Use it.
12894
12895 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
12896
12897         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12898         (spam-stat-save): Accept prefix argument.
12899
12900 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
12901
12902         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12903         links" error.
12904
12905 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12906
12907         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
12908         the rest of the and/or forms.
12909
12910 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12911
12912         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12913         compatibility with old .newsrc.eld files.
12914
12915         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
12916
12917         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12918
12919         * gnus-start.el (gnus-1): do.
12920
12921         * gnus-group.el (gnus-group-line-format-alist): do.
12922
12923         * gnus.el (gnus-use-grouplens, gnus-visual): do.
12924
12925         * gnus-gl.el: Remove.
12926
12927 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12928
12929         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12930         marks consisting of a single range {for example, (3 . 5)} rather
12931         than a list of a single range { ((3 . 5)) }.
12932
12933 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12934
12935         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12936         with-current-buffer.
12937         (spam-stat-store-current-buffer): Use insert-buffer-substring to
12938         avoid consing a string.
12939
12940         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12941         Remove obsolete entries for big5 and gb2312.
12942
12943 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12944
12945         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12946         uncompressed list.
12947
12948 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
12949
12950         * spam-stat.el (spam-stat-strip-xref): New function.
12951         (spam-stat-process-directory): Use it.
12952
12953         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12954         here -- it's done in message-fetch-field.
12955
12956 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12957
12958         * gnus-agent.el (gnus-agent-queue-mail)
12959         (gnus-agent-prompt-send-queue): New variables.
12960         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12961         * gnus-draft.el (gnus-group-send-queue): Pass the group name
12962         "nndraft:queue" along to gnus-draft-send.  Use
12963         gnus-agent-prompt-send-queue.
12964         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12965         is "nndraft:queue".  Suggested by Gaute Strokkenes
12966         <gs234@srcf.ucam.org>
12967
12968         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12969         (agent-enable-undownloaded-faces): Added
12970         (gnus-agent-cat-groups): Use eval-and-compile, not
12971         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12972         method of gnus-agent-cat-groups even when the buffer has been
12973         evaled.
12974         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12975         delete gnus-agent-save-active-1.
12976         (gnus-agent-save-groups): Deleted.  Identical to
12977         gnus-agent-save-active.
12978         (gnus-agent-write-active): No longer adjust agent's copy of active
12979         file as agent's adjustments are now stored in their own
12980         file.  Removed optional parameter.
12981         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12982         servers.  Add use of min/max range limits from server's local
12983         file.
12984         (gnus-agent-save-alist): Removed unused optional argument.
12985         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12986         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12987         (gnus-agent-set-local): A per-server file that keeps min/max range
12988         limits for articles known to the agent.  Provides a fast mechanism
12989         for altering many active ranges.
12990         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12991         active file (local makes it unnecessary).
12992         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12993
12994         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12995         (agent-enable-undownloaded-faces): Added
12996
12997         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12998         disable it when sending to "nndraft:queue".
12999         (gnus-group-send-queue): Add safety check to avoid sending queue
13000         when unplugged.
13001
13002         * gnus-group.el (gnus-group-catchup): Use new
13003         gnus-sequence-of-unread-articles, not
13004         gnus-list-of-unread-articles, to avoid exhausting memory with huge
13005         numbers of articles.  Use gnus-range-map to avoid having to
13006         uncompress the unread list.
13007         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
13008         Fixed invalid ange-ftp reference.
13009
13010         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
13011         (gnus-sorted-range-intersection): Intersection of two ranges
13012         without requiring that they first be uncompressed.
13013
13014         * gnus-start.el (gnus-activate-group): Unless blocked by the
13015         caller, possibly expand the active range to include both cached
13016         and agentized articles.
13017         (gnus-convert-old-newsrc): Rewrote in anticipation of having
13018         multiple version-dependent converters.
13019         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
13020         gnus-agent-save-active.
13021         (gnus-save-newsrc-file): Save dirty agent range limits.
13022
13023         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
13024         gnus-agent-possibly-alter-active.
13025         (gnus-adjust-marked-articles): Faster handling of simple lists
13026
13027 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
13028
13029         * spam-stat.el (spam-stat-test-directory): New optional argument
13030         displays a list of files detected.  Suggested by Andrew Cohen
13031         <cohen@andy.bu.edu>.
13032         (spam-stat-buffer-words-with-scores): Don't narrow and change
13033         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
13034
13035 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
13036
13037         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
13038         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
13039         (spam-spamassassin-arguments)
13040         (spam-spamassassin-spam-flag-header)
13041         (spam-spamassassin-positive-spam-flag-header)
13042         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
13043         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
13044         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13045         (spam-list-of-processors, spam-list-of-checks)
13046         (spam-list-of-statistical-checks, spam-registration-functions)
13047         (spam-check-spamassassin-headers, spam-check-spamassassin)
13048         (spam-spamassassin-score)
13049         (spam-spamassassin-register-with-sa-learn)
13050         (spam-spamassassin-register-spam-routine)
13051         (spam-spamassassin-register-ham-routine)
13052         (spam-assassin-register-spam-routine)
13053         (spam-assassin-register-ham-routine): Add SpamAssassin support.
13054         (spam-bogofilter-score): Fix to show article before scoring.
13055
13056 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
13057
13058         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
13059         default scoring function.
13060         (spam-generic-score): Call spam-spamassassin-score if
13061         spam-use-spamassassin or spam-use-spamassassin-headers is on;
13062         spam-bogofilter-score otherwise.
13063
13064         * gnus.el (spam-process, spam-autodetect-methods): Add
13065         spamassassin and spamassassin-headers.
13066
13067 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
13068
13069         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13070         Suppress unnecessary messages.
13071
13072 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
13073
13074         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
13075         make-hash-table.
13076
13077 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13078
13079         * canlock.el (base64-encode-string): Don't autoload it.
13080
13081 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13082
13083         * run-at-time.el: Remove useless (require 'itimer),
13084         eval-and-compile and (featurep 'xemacs).
13085
13086 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
13087
13088         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
13089         GROUP is a virtual group.
13090
13091 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
13092
13093         * gnus.el: Autoload `message-y-or-n-p'.
13094
13095 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
13096
13097         * pgg-parse.el: Remove unnecessary (require 'custom).
13098
13099         * pgg-def.el: do.
13100
13101         * nnmail.el: do.
13102
13103         * gnus-undo.el: do.
13104
13105         * gnus-picon.el: do.
13106
13107         * gnus-util.el: do.
13108
13109 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
13110
13111         * gnus-sum.el (gnus-pick-line-number): Add autoload.
13112
13113 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13114
13115         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
13116         handle, as well as a list.
13117
13118         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
13119         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
13120         (mm-w3m-cid-retrieve): Simplify.
13121
13122 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
13123
13124         * message.el (message-kill-to-signature): Allow prefix arg to
13125         specify number of lines to keep before signature.
13126
13127 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
13128
13129         (message-kill-to-signature): Change docstring.
13130
13131 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13132
13133         * canlock.el: Always require sha1-el.
13134         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
13135
13136         * message.el: Autoload sha1 only when compiling.
13137
13138         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
13139         eudc-expand-inline for XEmacs.
13140
13141 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13142
13143         * message.el (message-canlock-generate): Require sha1-el.
13144
13145 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
13146
13147         * message.el (message-expand-name): Silence the byte compiler.
13148
13149         * lpath.el: Add detect-coding-system.
13150
13151         * dgnushack.el (dgnushack-compile): Remove obsolete check for
13152         cus-edit.
13153
13154 2004-01-13  Simon Josefsson  <jas@extundo.com>
13155
13156         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
13157         Invoke gnus-score-mode.  Reported by
13158         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
13159
13160         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
13161         Jim Blandy <jimb@redhat.com> (tiny change).
13162
13163 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13164
13165         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
13166
13167 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
13168
13169         * spam.el (spam-get-article-as-string): Update to use
13170         gnus-request-article-this-buffer, much simpler.
13171         (spam-get-article-as-buffer): Remove.
13172
13173 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
13174
13175         * message.el (message-expand-name): Use EUDC if the user uses that.
13176
13177 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13178
13179         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
13180         character for the encoding to avoid consing a string.
13181
13182         * rfc2047.el (rfc2047-decode-string): Don't cons a string
13183         unnecessarily.
13184
13185         * mm-util.el (mm-replace-chars-in-string): Remove.
13186
13187         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
13188         of mm-replace-chars-in-string.
13189
13190 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
13191
13192         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
13193
13194         * mm-util.el (mm-subst-char-in-string): Support inplace.
13195
13196         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
13197         a new string in every iteration.  Use shy groups.
13198
13199 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
13200
13201         * gnus-srvr.el (gnus-browse-unsubscribe-group):
13202         * gnus-soup.el (gnus-soup-group-brew):
13203         * gnus-msg.el (gnus-put-message):
13204         * gnus-move.el (gnus-group-move-group-to-server):
13205         * gnus-kill.el (gnus-batch-score):
13206         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
13207         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
13208         (gnus-group-update-group, gnus-group-read-group)
13209         (gnus-group-make-group, gnus-group-make-help-group)
13210         (gnus-group-make-archive-group, gnus-group-make-directory-group)
13211         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
13212         (gnus-group-sort-by-unread, gnus-group-catchup)
13213         (gnus-group-unsubscribe-group, gnus-group-kill-group)
13214         (gnus-group-yank-group, gnus-group-set-info)
13215         (gnus-group-list-groups):
13216         * gnus.el (gnus-generate-new-group-name):
13217         * gnus-delay.el (gnus-delay-send-queue):
13218         * nnvirtual.el (nnvirtual-catchup-group):
13219         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
13220         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
13221         (gnus-group-prepare-topics, gnus-topic-check-topology):
13222         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
13223         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
13224         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
13225         (gnus-group-make-articles-read):
13226         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
13227         (gnus-group-change-level, gnus-kill-newsgroup)
13228         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
13229         (gnus-get-unread-articles, gnus-make-articles-unread)
13230         (gnus-make-ascending-articles-unread): Use accessor
13231         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
13232         to get group information for improved readability.
13233
13234
13235 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13236
13237         * gnus-art.el (article-decode-mime-words, article-babel)
13238         (gnus-article-highlight-signature, gnus-article-add-buttons)
13239         (gnus-signature-toggle): Use gnus-with-article-buffer.
13240
13241         * gnus-art.el (gnus-article-highlight-headers)
13242         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
13243
13244         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
13245         (gnus-article-set-globals, gnus-request-article-this-buffer)
13246         (gnus-button-message-id, gnus-article-maybe-hide-headers)
13247         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
13248         (gnus-mime-display-alternative): Use with-current-buffer.
13249
13250 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13251
13252         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
13253         also under 80 char limit, and call gnus-error if needed.
13254         (spam-fetch-article-header): Fix - it was a
13255         buffer-local variable (gnus-newsgroup-data).
13256         (spam-find-spam): Use spam-generate-fake-headers, forget about
13257         spam-insert-fake-headers.
13258         (spam-insert-fake-headers): Remove.
13259
13260 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13261
13262         * deuglify.el (gnus-article-outlook-unwrap-lines)
13263         (gnus-outlook-rearrange-article)
13264         (gnus-outlook-repair-attribution-outlook)
13265         (gnus-outlook-repair-attribution-block)
13266         (gnus-outlook-repair-attribution-other): Remove redundant
13267         save-excursion.
13268
13269 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13270
13271         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
13272         (spam-fetch-field-subject-fast)
13273         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
13274         (spam-fetch-article-header): Add functions to deal with Gnus
13275         internals for fast retrieval of article header data.
13276         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
13277
13278 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13279
13280         * pop3.el (pop3-md5): Remove.
13281         (pop3-apop): Replace pop3-md5 with md5.
13282
13283         * mm-bodies.el: base64 is always built-in.
13284
13285         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
13286         with-current-buffer.
13287
13288 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13289
13290         * canlock.el (canlock-insert-header): Remove excessive grouping in
13291         regexp.
13292
13293         * gnus-sum.el (gnus-summary-read-document): Ditto.
13294
13295         * gnus-uu.el (gnus-uu-part-number): Ditto.
13296
13297         * html2text.el (html2text-remove-tags): Ditto.
13298         (html2text-format-tags): Ditto.
13299         (html2text-format-single-elements): Ditto.
13300
13301         * mml.el (mml-parse-1): Ditto.
13302
13303 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13304
13305         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
13306
13307         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
13308
13309         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
13310
13311         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
13312
13313 2003-11-15  Simon Josefsson  <jas@extundo.com>
13314
13315         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
13316         (pgg-gpg-lookup-key): Use regexp match instead of
13317         split-string (split-string is different between emacs 21.2 and
13318         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
13319
13320 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13321
13322         * gnus-art.el (gnus-mime-view-all-parts)
13323         (gnus-article-part-wrapper, gnus-article-view-part): Use
13324         with-current-buffer.
13325
13326 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13327
13328         * spam.el (spam-disable-spam-split-during-ham-respool)
13329         (spam-spamoracle-database, spam-cache-lookups)
13330         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
13331         (spam-group-ham-mark-p, spam-group-spam-mark-p)
13332         (spam-group-ham-marks, spam-group-spam-marks)
13333         (spam-group-spam-contents-p, spam-group-ham-contents-p)
13334         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
13335         also add spam-use-blackholes to the statistical checks.
13336         (spam-fetch-field-fast): Add interface to fetching fields, may
13337         become a macro.
13338         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
13339         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
13340         (spam-insert-fake-headers): Fake an article when needed.
13341         (spam-find-spam): Fake article when possible.
13342         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
13343         (spam-check-bogofilter-headers): Use message-fetch-field instead
13344         of nnmail-fetch-field.
13345
13346 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13347
13348         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
13349
13350 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13351
13352         * spam.el (spam-split): Do not require spam-use-CHECK to be
13353         enabled if that check is passed to spam-split explicitly; also
13354         fix so 'spam doesn't get converted to spam-split-group when
13355         spam-split-symbolic-return is t.
13356         (spam-find-spam): Find registrations of the article and use those
13357         instead of re-running spam-split to find the spam/ham
13358         classification of the article.
13359         (spam-log-processing-to-registry, spam-log-registered-p)
13360         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13361         Use gnus-error instead of gnus-message.
13362         (spam-log-registration-type): Add function to determine the
13363         classification of a message based on registry entries; will
13364         return nil if both 'spam and 'ham are found.
13365         (spam-check-BBDB): Expand all the BBDB macros here so we can have
13366         a reasonably fast local cache without the loading errors.
13367         (spam-cache-lookups): Set to t by default.
13368         (spam-find-spam): Don't try to guess spam-cache-lookups.
13369         (spam-enter-whitelist, spam-enter-blacklist): Clear the
13370         spam-caches entry.
13371         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
13372         caching of whitelist/blacklist entries.
13373         (spam-check-whitelist, spam-check-blacklist): Invoke
13374         spam-from-listed-p with a type, not a cache variable.
13375         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
13376
13377 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13378
13379         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
13380
13381         * nnmail.el (nnmail-split-fancy): do.
13382
13383         * mml.el (mml-parse): do.
13384
13385         * gnus-score.el (gnus-enter-score-words-into-hashtb)
13386         (gnus-score-adaptive): do.
13387
13388 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13389
13390         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
13391         (gnus-mime-button-map): Don't set keymap parent.
13392         (gnus-button-ctan-directory-regexp): Use shy grouping.
13393         (gnus-prev-page-map): Don't set keymap parent.
13394         (gnus-prev-page-map): Remove duplicated one.
13395         (gnus-next-page-map): Don't set keymap parent.
13396         (gnus-mime-security-button-map): Ditto.
13397
13398         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
13399         version number.
13400
13401         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
13402
13403 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13404
13405         * canlock.el (canlock-sha1-function): Remove.
13406         (canlock-sha1-function-for-verify): Remove.
13407         (canlock-openssl-program): Remove.
13408         (canlock-openssl-args): Remove.
13409         (canlock-ignore-errors): Remove.
13410         (canlock-sha1-with-openssl): Remove.
13411         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
13412         (canlock-verify): Don't use canlock-ignore-errors.
13413
13414         * sha1-el.el (sha1-string-external): Make it can return a string
13415         in binary form.
13416         (sha1-region-external): Ditto.
13417         (sha1-string-internal): Ditto.
13418         (sha1-region-internal): Ditto.
13419         (sha1-region): Ditto.
13420         (sha1-string): Ditto.
13421         (sha1): Ditto.
13422
13423 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13424
13425         * spam.el (spam-report-articles-gmane): New command.
13426
13427 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13428
13429         * gnus.el: Don't make unnecessary *Group* buffer when loading.
13430
13431         * run-at-time.el (run-at-time-saved): Remove.
13432         (run-at-time): Doc fix.
13433
13434 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13435
13436         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
13437         (gnus-summary-limit-map): Add it.
13438         (gnus-summary-make-menu-bar): do.
13439
13440 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
13441
13442         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
13443         Make attempt at some caching support (done for BBDB only now).
13444         (spam-find-spam): Set spam-cache-lookups if there are more than 2
13445         addresses to be checked.
13446         (spam-clear-cache-BBDB): Add function, to be invoked by
13447         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
13448         (spam-check-BBDB): Check and use the caches, if
13449         spam-cache-lookups is on, remove superfluous (provide).
13450
13451 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13452
13453         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
13454
13455 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
13456
13457         * run-at-time.el (run-at-time-saved): Move to after the definition
13458         of `run-at-time'.
13459
13460         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
13461
13462 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13463
13464         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13465         mm-w3m-local-map-property.
13466
13467         * mm-view.el (mm-w3m-mode-map): Remove.
13468         (mm-w3m-local-map-property): Remove.
13469         (mm-inline-text-html-render-with-w3m): Don't use
13470         mm-w3m-local-map-property.
13471
13472 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13473
13474         * run-at-time.el: New file.
13475
13476         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
13477         under Emacs.
13478
13479         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13480         of gnus-set-text-properties.
13481
13482         * gnus-uu.el (gnus-uu-save-article): Ditto.
13483
13484         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13485
13486         * gnus-cite.el (gnus-cite-parse): Ditto.
13487
13488         * gnus-art.el (gnus-button-push): Use set-text-properties instead
13489         of gnus-.
13490
13491         * gnus-xmas.el (run-at-time): Require run-at-time.
13492
13493         * gnus.el: Changed calls to nnheader-run-at-time and
13494         password-run-at-time throughout to use run-at-time directly.
13495
13496         * password.el: Removed definition of run-at-time.
13497
13498         * nnheaderxm.el: Remove definition of run-at-time.
13499
13500 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
13501
13502         * mml.el (mml-minibuffer-read-disposition): Show attachment type
13503         in prompt.
13504
13505 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13506
13507         * messagexmas.el (message-xmas-redefine): Alias
13508         `message-make-caesar-translation-table' to
13509         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
13510         version.
13511
13512         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
13513         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
13514         `gnus-xmas-set-text-properties'.
13515         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
13516         `gnus-xmas-completing-read'.
13517         (gnus-xmas-completing-read): Removed.
13518         (gnus-xmas-open-network-stream): Removed.
13519
13520         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13521         XEmacs version.
13522
13523         * dns.el (dns-make-network-process): Use `open-network-stream'
13524         instead of `gnus-xmas-open-network-stream'.
13525
13526         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
13527
13528         * .cvsignore: Add auto-autoloads.el, custom-load.el.
13529
13530 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13531
13532         * gnus-art.el (gnus-mime-display-alternative)
13533         (gnus-insert-mime-button, gnus-insert-mime-security-button)
13534         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13535         Don't use gnus-local-map-property.
13536
13537         * gnus-util.el (gnus-local-map-property): Remove.
13538
13539         * mm-view.el (mm-view-pkcs7-decrypt): Replace
13540         gnus-completing-read-maybe-default with completing-read.
13541
13542         * gnus-util.el (gnus-completing-read): do.
13543         (gnus-completing-read-maybe-default): Remove.
13544
13545 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13546
13547         * password.el: Only autoload `run-at-time' if not XEmacs.
13548         Only autoload the itimer functions if XEmacs.
13549
13550 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13551
13552         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
13553         XEmacsen.
13554
13555         * dgnushack.el: Autoload executable-find for XEmacs.
13556
13557 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13558
13559         * gnus-art.el (gnus-read-string): Remove.
13560         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13561         read-string.
13562
13563 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
13564
13565         * netrc.el: Autoload password-read.
13566         (netrc): Add configuration group.
13567         (netrc-encoding-method, netrc-openssl-path): Add
13568         variables for encoding and decoding of files with symmetric
13569         ciphers.
13570         (netrc-encode): Add assistant function to encode a file with
13571         netrc-encoding-method.
13572         (netrc-parse): Add interactive parameter, added optional
13573         decoding if netrc-encoding-method is non-nil but otherwise
13574         behavior is standard.
13575         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13576         Do s/encode/encrypt/ everywhere.
13577
13578         * spam.el: Remove executable-find autoload.
13579
13580 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13581
13582         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13583
13584         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13585
13586 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13587
13588         * gnus-art.el (gnus-treat-ansi-sequences,
13589         (article-treat-ansi-sequences): New variable and function.
13590         Suggested by Dan Jacobson <jidanni@jidanni.org>.
13591
13592         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13593         Use it.
13594
13595 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13596
13597         * mm-util.el (mm-quote-arg): Remove.
13598
13599         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13600         shell-quote-argument.
13601
13602         * gnus-uu.el (gnus-uu-command): do.
13603
13604         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13605
13606         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13607         with make-char.
13608
13609         * mm-util.el (mm-make-char): Remove.
13610
13611         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13612         add-minor-mode.
13613
13614         * gnus-undo.el (gnus-undo-mode): do.
13615
13616         * gnus-topic.el (gnus-topic-mode): do.
13617
13618         * gnus-sum.el (gnus-dead-summary-mode): do.
13619
13620         * gnus-start.el (gnus-slave-mode): do.
13621
13622         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13623
13624         * gnus-ml.el (gnus-mailing-list-mode): do.
13625
13626         * gnus-gl.el (gnus-grouplens-mode): do.
13627
13628         * gnus-draft.el (gnus-draft-mode): do.
13629
13630         * gnus-dired.el (gnus-dired-mode): do.
13631
13632         * gnus-ems.el (gnus-add-minor-mode): Remove.
13633
13634         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13635         Replace gnus-char-width with char-width.
13636
13637         * gnus-ems.el (gnus-char-width): Remove.
13638
13639         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13640         Replace gnus-char-width with char-width.
13641
13642         * gnus-ems.el (gnus-char-width): Remove.
13643
13644         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13645         definition.
13646         Remove Emacs 20 hash table compatibility code.
13647
13648         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13649         20 compatibility code.
13650
13651         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13652
13653         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13654
13655         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13656         with point-at-{eol,bol}.
13657
13658         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13659
13660         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13661
13662         * flow-fill.el (fill-flowed-point-at-bol)
13663         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13664
13665         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13666         Replace with point-at-{eol,bol} throughout all files.
13667
13668 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13669
13670         * ntlm.el (ntlm-string-as-unibyte): New macro.
13671         (ntlm-build-auth-response): Use it.
13672
13673         Remove Emacs 20 stuff:
13674         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
13675         (butlast, mapc, remove): Remove the compiler macros.
13676         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13677         of delq and copy-sequence.
13678         * gnus-art.el (popup-menu): Remove the compiler macro.
13679         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13680         Emacs 20.
13681
13682 2004-01-05  Simon Josefsson  <jas@extundo.com>
13683
13684         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13685         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13686         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13687         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13688         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13689         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13690         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13691         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13692         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13693         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13694         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13695         string-xor into ntlm-string-xor.  Suggested by
13696         Jesper Harder <harder@myrealbox.com>.
13697
13698         * ntlm.el: Don't include poem.
13699
13700         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13701         Jesper Harder <harder@myrealbox.com>.
13702
13703         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13704
13705         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13706         probably breaks emacs with DL patch, but do we care? Is anyone
13707         still using the DL stuff?)
13708
13709         * sieve-manage.el: Use the password package.
13710         (sieve-manage-read-passwd): Remove.
13711         (sieve-manage-interactive-login): Use password.  Re-add
13712         condition-case around loop.
13713
13714         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13715         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13716         the password package.
13717
13718 2003-02-19  Simon Josefsson  <jas@extundo.com>
13719
13720         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13721         token.
13722
13723 2002-08-07  Simon Josefsson  <jas@extundo.com>
13724
13725         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13726         (sieve-manage-authenticators):
13727         (sieve-manage-authenticator-alist): Add some SASL mechs.
13728         (sieve-sasl-auth): New function.
13729         (sieve-manage-cram-md5-auth):
13730         (sieve-manage-plain-auth): Rewrite using SASL library.
13731         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13732         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13733         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13734         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13735
13736 2004-01-05  Simon Josefsson  <jas@extundo.com>
13737
13738         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13739         New files.
13740
13741 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13742
13743         * gnus-group.el (gnus-no-groups-message): Update.
13744
13745         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13746
13747 2003-11-09  Simon Josefsson  <jas@extundo.com>
13748
13749         * imap.el: Support for ID IMAP extension (RFC 2971).
13750         (imap-local-variables): Add imap-id.
13751         (imap-id): New variable.
13752         (imap-id): New function.
13753         (imap-parse-response): Parse untagged ID response.
13754         * nnimap.el (nnimap-id): New variable.
13755         (nnimap-open-connection): Use it.
13756
13757 2003-12-28  Simon Josefsson  <jas@extundo.com>
13758
13759         * gnus-score.el (gnus-score-edit-all-score): New.
13760         * gnus-group.el (gnus-group-score-map): Bind it to W e.
13761
13762 2004-01-04  Simon Josefsson  <jas@extundo.com>
13763
13764         * password.el: Add.
13765
13766 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
13767
13768         * dns.el: Add support for AAAA records (see RFC 3596)
13769
13770         * Fix typo PRT -> PTR
13771
13772         * Parse MX, PTR and SOA replies (see RFC 1035)
13773
13774 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13775
13776         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13777
13778         * Moved to Changelog.2.
13779
13780 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13781
13782         * gnus.el (gnus-version-number): Bump version.
13783
13784 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13785
13786         * gnus.el: No Gnus v0.1 is released.
13787
13788 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13789
13790         * gnus.el: No Gnus v0.0 is released.
13791
13792 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13793
13794         * gnus.el (gnus-version-number): Bump.
13795         (gnus-version): No.
13796
13797 See ChangeLog.2 for earlier changes.
13798
13799     Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13800
13801   This file is part of GNU Emacs.
13802
13803   GNU Emacs is free software: you can redistribute it and/or modify
13804   it under the terms of the GNU General Public License as published by
13805   the Free Software Foundation, either version 3 of the License, or
13806   (at your option) any later version.
13807
13808   GNU Emacs is distributed in the hope that it will be useful,
13809   but WITHOUT ANY WARRANTY; without even the implied warranty of
13810   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13811   GNU General Public License for more details.
13812
13813   You should have received a copy of the GNU General Public License
13814   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13815
13816 ;; Local Variables:
13817 ;; coding: utf-8
13818 ;; fill-column: 79
13819 ;; add-log-time-zone-rule: t
13820 ;; End:
13821
13822 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4