(starttls-any-program-available): Rewritten so it doesn't require
[gnus] / lisp / ChangeLog
1 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4         require itself and to remove `with-no-warnings'.
5
6 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7
8         * starttls.el (starttls-any-program-available): Get the name of the
9         available TLS layer program.
10         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11         well as the host name in the "opening" message.
12
13         * auth-source.el (auth-source-cache, auth-source-do-cache)
14         (auth-source-user-or-password): Cache passwords and logins by default,
15         allow override with `auth-source-do-cache'.
16         (auth-source-forget-user-or-password): Allow users to remove cache
17         entries if needed.
18
19 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
20
21         * ietf-drums.el (ietf-drums-remove-comments): Localize second
22         condition-case to only the forward-sexp call.
23
24 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
25
26         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
27         quotes contained.  Make it more robust regardless by an extra
28         condition-case wrapper.
29
30 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
31
32         * lpath.el: No need to fbind codepage-setup for Emacs 23.
33
34 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
35
36         * nnml.el (nnml-request-expire-articles): Check if the function set to
37         `nnmail-expiry-target' returns the symbol `delete'.
38
39         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
40
41         * nnmail.el (nnmail-expiry-target): Fix custom type.
42
43 2008-10-02  Glenn Morris  <rgm@gnu.org>
44
45         * mm-util.el (mm-codepage-setup): Tweak codepage error.
46         Silence compiler warning.
47
48 2008-10-01  Magnus Henoch  <mange@freemail.hu>
49
50         * tls.el (open-tls-stream): Show the actual command being
51         executed, instead of the format string.
52
53 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
54
55         * lpath.el: Fbind codepage-setup for Emacs 23.
56
57 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
58
59         * mml.el (mml-menu): Don't assume mml2015 is bound.
60
61 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
62
63         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
64         exists.
65
66 2008-09-27  Glenn Morris  <rgm@gnu.org>
67
68         * gnus-util.el (mail-header-remove-comments): Autoload it.
69
70 2008-09-27  Andreas Schwab  <schwab@suse.de>
71
72         * gnus-util.el (gnus-split-references): Strip comments.
73         (gnus-parent-id): Likewise.
74
75 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
76
77         * message.el (message-confirm-send): Fix version.
78
79 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
80
81         * message.el (message-idna-to-ascii-rhs-1): Use
82         mail-extract-address-components rather than mail-header-parse-addresses
83         that is an alias by default to ietf-drums-parse-addresses that does not
84         support non-ASCII names in headers' contents.
85
86 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
87
88         * message.el (message-confirm-send): Fixed variable documentation to
89         avoid the "y/n" wording.
90
91 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
92
93         * message.el (message-set-auto-save-file-name): Save to a different
94         filename so multiple messages (especially drafts) can be recovered.
95
96 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
97
98         * message.el (message-confirm-send): Add appropriate version.
99
100 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
101
102         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
103         defvar.
104
105 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
106
107         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
108         (mm-pkcs7-enveloped-magic): Ditto.
109
110 2008-09-17  Simon Josefsson  <simon@josefsson.org>
111
112         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
113         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
114
115 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
116
117         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
118         default, it's better.
119
120 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
121
122         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
123         summary line gnus-number property and ignore them (with a warning
124         message).
125
126 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
127
128         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
129         macro caddr in the interactive form since it won't be expanded.
130
131 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
132
133         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
134         `charset'; fix name of function called recursively.
135         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
136
137 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
138
139         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
140         (gnus-mime-set-charset-parameters): New function.
141         (gnus-mime-view-part-as-charset): Use it to correctly display part
142         specifying wrong charset.
143
144 2008-09-08  David Engster  <dengste@eml.cc>
145
146         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
147         in completing-read for back end server.
148
149 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
150
151         * message.el (message-confirm-send): New variable to confirm sending a
152         message.
153         (message-send): Use it.
154
155 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
156
157         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
158
159 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
160
161         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
162
163 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
164
165         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
166         prevent tracking too many groups.
167         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
168         Use it.
169
170 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
171
172         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
173         moving point to the bottom of the window in order to avoid recentering.
174
175 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
176
177         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
178
179         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
180         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
181         (gnus-article-beginning-of-window): Fix calculation.
182
183 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
184
185         * gnus-msg.el (gnus-summary-supersede-article)
186         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
187         value of gnus-newsgroup-charset to decode non-MIME encoded text in
188         message header.
189
190 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
191
192         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
193         pending output coming after the status change.
194
195 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
196
197         * message.el:
198         * gnus-start.el:
199         * gnus-registry.el: Remove VMS support.
200
201 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
202
203         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
204         macro.
205         (rfc2104-hash): Use it.
206
207 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
208
209         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
210         (gnus-summary-sort-by-most-recent-date): New commands.
211         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
212         and menu entries.
213
214 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
215
216         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
217         don't redisplay article for raw contents; remove plural articles stuff.
218
219         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
220         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
221         on gnus-summary-save-article; display results properly.
222
223 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
224
225         * lpath.el: No need to fbind ns-focus-frame.
226
227 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
228
229         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
230
231 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
232
233         * gnus-art.el (gnus-summary-save-in-pipe): Consider
234         gnus-save-all-headers.
235
236 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
237
238         * gnus-util.el (ns-focus-frame): Remove declaration.
239         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
240         like x.
241
242 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
243
244         * rfc2104.el (rfc2104-zero): Delete defconst.
245         (rfc2104-hex-alist): Likewise.
246         (rfc2104-hex-to-int): Delete func.
247         (rfc2104-hexstring-to-bitstring): Likewise.
248         (rfc2104-nybbles): New defconst.
249         (rfc2104-hash): Rewrite for speed.
250
251 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
252
253         * tls.el (open-tls-stream): Make it work with the 2nd argument
254         BUFFER that is a string but does not exist as a buffer object, as
255         mentioned in the doc-string.
256
257 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
258
259         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
260         SXEmacs.
261
262 2008-07-16  Glenn Morris  <rgm@gnu.org>
263
264         * gnus-util.el (ns-focus-frame): Declare for compiler.
265
266 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
267
268         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
269         set as a group parameter.
270         (gnus-summary-save-in-pipe): Work when it is called independently.
271         (gnus-summary-pipe-to-muttprint): Don't modify
272         gnus-summary-pipe-output-default-command.
273
274 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
275
276         * message.el (message-send-mail-with-sendmail):
277         Display the error message.
278
279 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
280
281         * gnus-art.el (gnus-default-article-saver):
282         Add gnus-summary-save-in-pipe to choices.
283         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
284         gnus-summary-pipe-output-default-command as the default command.
285         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
286         instead of gnus-last-shell-command.
287
288         * gnus-sum.el (gnus-summary-pipe-output-default-command):
289         New user option.
290         (gnus-summary-muttprint-program): Mention the value will be changed.
291         (gnus-summary-save-article): Force showing of all headers.
292         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
293
294 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
295
296         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
297
298 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
299
300         * nnimap.el (nnimap-id):
301         * sieve-manage.el (sieve-manage-open): Doc fixes.
302
303 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
304
305         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
306         if available.
307
308 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
309
310         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
311
312         * nnkiboze.el (nnkiboze-generate-group):
313         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
314
315         * nnmairix.el: Require CL.
316
317 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
318
319         * dgnushack.el: Autoload get-display-table and put-display-table for
320         XEmacs 21.5.
321
322         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
323         21.4 and SXEmacs.
324
325 2008-06-15  David Engster  <dengste@eml.cc>
326
327         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
328
329 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
330
331         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
332         New macros that expand to an `aset'/`aref' call under Emacs, and to a
333         runtime choice under XEmacs.
334
335         * gnus-sum.el (gnus-summary-set-display-table):
336         Use `gnus-put-display-table', `gnus-get-display-table',
337         `gnus-set-display-table' for the display table, instead of `aset'.
338
339         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
340         Use `gnus-put-display-table', `gnus-get-display-table',
341         `gnus-set-display-table' for the display table.
342
343 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
344
345         * nnmairix.el: Add autoloads.
346
347 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
348
349         * nnmairix.el (nnmairix-delete-recreate-group)
350         (nnmairix-update-and-clear-marks): Fix error messages.
351
352 2008-06-14  David Engster  <dengste@eml.cc>
353
354         * nnmairix.el: Upgrade to version 0.6.
355         (nnmairix-group-toggle-propmarks-this-group)
356         (nnmairix-group-toggle-readmarks-this-group)
357         (nnmairix-group-delete-recreate-this-group)
358         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
359         (nnmairix-remove-tick-mark-original-article): New commands.
360         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
361         (nnmairix-propagate-marks-to-nnmairix-groups)
362         (nnmairix-only-use-registry, nnmairix-allowfast-default)
363         (nnmairix-marks-cache, nnmairix-version-output): New variables.
364         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
365         functions needed for marks propagation and manipulation of read marks.
366         (nnmairix-update-groups): New function.
367         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
368         (nnmairix-determine-original-group-from-registry)
369         (nnmairix-determine-original-group-from-path)
370         (nnmairix-get-group-from-file-path, nnmairix-map-range)
371         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
372         New helper functions.
373         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
374         keystrokes for new commands.
375         (nnmairix-delete-and-create-on-change): Doc string cleanup.
376         (nnmairix-request-group): Check allow-fast group parameter.
377         (nnmairix-request-create-group): Set allow-fast group parameter if
378         nnmairix-allowfast-default is set.
379         (nnmairix-close-group): Propagate marks upon closing if needed.
380         (nnmairix-group-toggle-threads-this-group): Use new.
381         nnmairix-group-toggle-parameter helper function.
382         (nnmairix-search): Better check for empty search result.
383         (nnmairix-goto-original-article): Use new helper functions for
384         determining original article.
385         (nnmairix-show-original-article): Make sure message-id is in brackets.
386         (nnmairix-call-mairix-binary): Change variable name.
387         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
388         helper function.
389         (nnmairix-widget-toggle-activate): Fix doc string.
390
391 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
392
393         * nnir.el: Require edmacro when compiling with XEmacs.
394         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
395         available in Emacs 21.
396
397 2008-06-11  Glenn Morris  <rgm@gnu.org>
398
399         * gnus-util.el (x-focus-frame):
400         * gnus.el (image-size):
401         * mm-decode.el (image-size): Declare.
402
403         * gnus-picon.el (declare-function): Add compat definition.
404         (image-size): Declare.
405
406         * gnus-group.el (tool-bar-map):
407         * gnus-sum.el (tool-bar-map): Define for compiler.
408
409         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
410
411         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
412
413         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
414         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
415         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
416         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
417         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
418         * sieve-manage.el, spam-report.el, spam.el:
419         Remove unnecessary eval-and-compile of autoloads.
420
421 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
422
423         * auth-source.el: Precise Tramp doc.
424
425 2008-06-07  Glenn Morris  <rgm@gnu.org>
426
427         * nnmairix.el: Remove unnecessary eval-when-compile.
428
429 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
430
431         * lpath.el: Fbind propertize for XEmacs 21.4.
432
433 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
434
435         * nnir.el: Move here from ../contrib.
436
437 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
438
439         * gnus-util.el (gnus-read-shell-command): New function.
440         * mm-decode.el (mm-pipe-part):
441         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
442
443 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
444
445         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
446
447 2008-06-03  Glenn Morris  <rgm@gnu.org>
448
449        * pop3.el (nnheader-accept-process-output): Autoload it.
450
451 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
452
453         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
454         are not 2-digit hexadecimal characters that follow `%'s.
455
456 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
457
458         * message.el (message-bogus-recipient-p): Fix type in doc string.
459         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
460         (message-bogus-addresses): Rename from message-bogus-address-regexp.
461         Improve custom options.
462         (message-bogus-recipient-p): Adjust accordingly.
463
464 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
465
466         * parse-time.el (parse-time-months, parse-time-weekdays): Add
467         long-form month and day names.
468
469 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
470
471         * dgnushack.el: Autoload debug, eudc-expand-inline and
472         pgg-snarf-keys-region for XEmacs.
473
474         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
475
476         * nnmairix.el: Require edmacro when compiling with XEmacs.
477
478 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
479
480         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
481         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
482
483 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
484
485         * auth-source.el: Add more docs.
486
487         * netrc.el (netrc-machine): Always match if the port is not given.
488
489 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490
491         * nnheader.el (nnheader-read-timeout): Change the default timeout from
492         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
493         retrieval faster in some cases, but might make CPU usage larger.  If
494         this has any bad side effects, we might revert this change.
495
496         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
497         seems to make mail retrieval much, much faster.
498         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
499         unconditionally.
500
501         * gnus-draft.el (gnus-group-send-queue): Bind
502         message-send-mail-partially-limit to nil to avoid being prompted.
503
504 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
505
506         * mml.el (mml-attach-buffer): Prompt for `disposition'.
507
508         * message.el (message-bogus-address-regexp): Fix and improve custom
509         type.
510         (message-setup-hook): Add message-check-recipients as custom option.
511
512 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
513
514         * message.el (message-cite-function): Remove bogus autoload which crept
515         in during merge from v5-10.
516
517 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
518
519         * nnimap.el (nnimap-open-connection): Fix login/password bug.
520
521         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
522
523         * auth-source.el: Preliminary Tramp docs.
524         (auth-sources): Change the default auth-sources to use
525         EPA .gpg files.
526
527 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
528
529         * nntp.el: Autoload `auth-source-user-or-password'.
530         (nntp-send-authinfo): Use it.
531
532         * nnimap.el: Autoload `auth-source-user-or-password'.
533         (nnimap-open-connection): Use it.
534
535         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
536         for the gnus-message function.
537         (auth-source-user-or-password): Use it.
538
539 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
540
541         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
542         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
543         (rfc2104-hash): Use it.
544
545 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
546
547         * gnus-art.el (gnus-article-toggle-truncate-lines):
548         Don't use `iff' in docstring.
549
550 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
551
552         * gnus-registry.el: Adjusted copyright dates and added a keyword.
553
554         * gnus-util.el (gnus-extract-address-component-name)
555         (gnus-extract-address-component-email): Convenience functions around
556         `gnus-extract-address-components'.
557
558         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
559         Use `gnus-extract-address-component-email' to fix bug of comparing full
560         sender name to `user-mail-address'.
561
562 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
563
564         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
565         catch/throw to optimize.
566         (gnus-registry-find-keywords): Just use member to find a keyword.
567
568 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
569
570         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
571         is current before calling gnus-server-prepare.
572         (gnus-server-setup-buffer, gnus-server-update-server)
573         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
574
575 2008-05-04  Juri Linkov  <juri@jurta.org>
576
577         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
578         (mailcap-file-default-commands): Use mailcap-replace-in-string
579         instead of replace-regexp-in-string, and mailcap-delete-duplicates
580         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
581
582 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
583
584         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
585
586 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
587
588         * gnus.el: Bump version to 0.11
589
590 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
591
592         * gnus.el: No Gnus v0.10 is released.
593
594 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
595
596         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
597         hooks.
598         (gnus-update-read-articles): Speed up non-marks-using users.
599         (gnus-use-marks): Define gnus-use-marks.
600         (gnus-propagate-marks): Rename variable to something more sensible.
601
602 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
603
604         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
605         (gmm-image-load-path-for-library): Fix typos in docstrings.
606         (gmm-message): Reflow docstring.
607
608 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
609
610         * mail-source.el (mail-source-set-1, mail-source-bind):
611         Move auth-source code out of the macro to clean it up and fix bugs.
612
613 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
614
615         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
616         by sender if it's equal to user-mail-address, it's likely to be
617         useless.
618
619         * mail-source.el (mail-source-bind): Don't use user or password if they
620         are not bound.  Unintern them if they are nil.  Don't use server unless
621         it's bound, and default it to empty string otherwise.
622
623 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
624
625         * mail-source.el: Load auth-source.el.
626         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
627         get user name or password, if auth-sources is set up.
628
629         * gnus-registry.el (gnus-registry-split-strategy): New variable for
630         strategy of splitting with parent.
631         (gnus-registry-split-fancy-with-parent)
632         (gnus-registry-post-process-groups): Use it and fix prior
633         bug (returning a list as the split result).
634
635         * auth-source.el (auth-sources): Remove server parameter.
636         (auth-source-pick, auth-source-user-or-password)
637         (auth-source-user-or-password-imap)
638         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
639         (auth-source-user-or-password-sftp)
640         (auth-source-user-or-password-smtp): Remove server parameter.
641
642 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
643
644         * smime.el (smime-sign-region, smime-encrypt-region)
645         (smime-decrypt-region):
646         Remove redundant calls to `generate-new-buffer-name'.
647
648 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
649
650         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
651         Don't use QP for message/rfc822.
652         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
653
654 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
655
656         * sieve-manage.el (sieve-string-bytes): Remove.
657         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
658         correct byte-length only if the process's coding-system is the same as
659         the one used internally by Emacs to represent strings.
660
661 2008-04-22  Juri Linkov  <juri@jurta.org>
662
663         * mailcap.el (mailcap-file-default-commands): New function.
664
665 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
666
667         * message.el (message-signature-separator, message-cite-function):
668         Change custom version.
669
670 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
671
672         * tls.el (tls-program): Add -ign_eof argument to call the openssl
673         commands.
674         (tls-checktrust): Ditto.
675
676 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
677
678         * mm-decode.el (mm-display-external): Make temp file read-only.
679
680 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
681
682         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
683         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
684         `C-c C-f d'.
685
686 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
687
688         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
689
690 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
691
692         * gnus.el: Bump version to 0.9.
693
694 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
695
696         * gnus.el: No Gnus v0.8 is released.
697
698 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
699
700         * mail-source.el (mail-source-value):
701         Prefer fboundp to functionp so it works with macros as well.
702
703 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
704
705         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
706         Fix last change in case the element is not even a symbol.
707
708 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
709
710         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
711         Prefer fboundp to functionp so it works with macros as well.
712
713 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
714
715         * auth-source.el: Added docs.
716         (auth-sources): Modify format to support server.
717         (auth-source-pick, auth-source-user-or-password)
718         (auth-source-user-or-password-imap)
719         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
720         (auth-source-user-or-password-sftp)
721         (auth-source-user-or-password-smtp): Add server parameter.
722
723 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
724
725         * gnus-registry.el: Initialize the registry when gnus-registry-install
726         is t.
727
728 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
729
730         * compface.el (uncompface): Make buffer unibyte.
731
732 2008-04-05  Glenn Morris  <rgm@gnu.org>
733
734         * gnus-ems.el (mm-disable-multibyte): Autoload it.
735
736 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
737
738         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
739         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
740
741         * nnheader.el (nnheader-init-server-buffer): Change buffer's
742         multibyteness after rather than before erasing it.
743
744         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
745         mm-with-multibyte.
746         (gnus-request-article-this-buffer): Make sure the proper decoding is
747         used if gnus-original-article-buffer happens to be unibyte.
748
749         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
750         default-enable-multibyte-characters.
751
752         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
753         default-enable-multibyte-characters.
754
755         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
756
757         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
758
759 2008-04-02  Simon Josefsson  <simon@josefsson.org>
760
761         * imap.el (imap-enable-exchange-bug-workaround): New variable.
762         (imap-message-copyuid-1): Use it.
763         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
764         J. Williams in
765         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
766
767         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
768         imap-enable-exchange-bug-workaround.
769         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
770
771 2008-04-01  Simon Josefsson  <simon@josefsson.org>
772
773         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
774         a 100 byte status-checks into a 2-3MB transfer for each group.
775         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
776         to enable bug workaround or not.
777         (nnimap-find-minmax-uid): Only enable workaround conditionally.
778
779 2008-03-31  Glenn Morris  <rgm@gnu.org>
780
781         * message.el (mml2015-use): Declare for compiler.
782         (message-info): Require mml2015 when appropriate.
783
784 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
785
786         * Makefile.in (EMACS_COMP): Quote directory name that might contain
787         whitespace.
788
789 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
790
791         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
792         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
793         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
794         (nntp-service-to-port): New function.
795         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
796         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
797         (nntp-open-netcat-stream): New function.
798         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
799
800 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
801
802         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
803
804 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
805
806         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
807
808 2008-03-28  Magnus Henoch  <mange@freemail.hu>
809
810         * dns.el (dns-write): Use set-buffer-multibyte.
811
812 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
813
814         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
815
816 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
817
818         * message.el (message-signature-separator): Change default.
819         Improve custom type.
820         (message-cite-function): Change default to
821         message-cite-original-without-signature.
822
823         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
824         toggle.
825
826         * message.el (message-check-news-body-syntax): Fix signature check.
827         (message-setup-1): Mark buffer as unmodified _after_ running
828         message-setup-hook and handling message-alternative-emails.
829         (message-shorten-references): Be more strict when building list of
830         valid references to comply with GNKSA.
831
832         * gnus-group.el (gnus-read-ephemeral-bug-group)
833         (gnus-read-ephemeral-debian-bug-group)
834         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
835
836         * message.el (message-info): Don't use booleanp which isn't supported
837         in Emacs 21 and XEmacs.
838
839 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
840
841         * gnus-group.el (gnus-gmane-group-download-format): Rename from
842         gnus-group-gmane-group-download-format.
843         (gnus-group-read-ephemeral-gmane-group): Rename from
844         gnus-group-read-ephemeral-gmane-group.
845         (gnus-read-ephemeral-gmane-group-url): Rename from
846         gnus-group-read-ephemeral-gmane-group-url.
847         (gnus-bug-group-download-format-alist):  New variable.
848         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
849         (gnus-read-ephemeral-emacs-bug-group): New commands.
850
851 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
852
853         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
854         (gnus-visible-headers): Improve custom type.
855
856 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
857
858         * mml.el (mml-menu): Add workarounds for XEmacs.
859
860         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
861         X-Boundary header.
862
863         * message.el (message-simplify-recipients): Fix previous commit.
864
865 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
866
867         * mm-util.el (mm-set-buffer-multibyte): New function.
868         * mm-decode.el (mm-copy-to-buffer): Use it.
869
870 2008-03-19  Glenn Morris  <rgm@gnu.org>
871
872         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
873         Accidentally removed in the sync process with Emacs.
874
875 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
876
877         * message.el (message-alter-recipients-discard-bogus-full-name):
878         New function.
879         (message-alter-recipients-function): New variable.
880         (message-get-reply-headers): Use it.
881         (message-replace-header): New helper function.
882         (message-recipients-without-full-name): New variable.
883         (message-simplify-recipients): New command.
884
885         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
886
887         * message.el (message-info): Handle EasyPG manual.
888
889         * mml.el (mml-menu): Add entry for EasyPG.
890
891 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
892
893         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
894         parameter.
895
896         * message.el (message-disassociate-draft): Specify drafts group name
897         fully.
898
899 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
900
901         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
902         unnecessary duplicates from the match list.
903
904 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
905
906         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
907
908         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
909
910         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
911         args of `how-many' of which the XEmacs version doesn't take; declare
912         Info-index-next as function.
913
914 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
915
916         * gnus-score.el (gnus-score-headers): Fix handling of
917         gnus-inhibit-slow-scoring.
918
919         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
920         string.
921         (gnus-button-url-regexp): Improve handling of parenthesis.
922         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
923         (gnus-button-handle-info-keystrokes): Handle index entries.
924
925 2008-03-15  Glenn Morris  <rgm@gnu.org>
926
927         * parse-time.el (parse-time-string): Simplify.
928
929 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
930
931         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
932         Incoming* files.
933
934 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
935
936         * auth-source.el (auth-sources): Renamed from auth-source-choices.
937         (auth-source-pick): Use it.
938
939 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
940
941         * binhex.el (binhex-decode-region-internal):
942         * uudecode.el (uudecode-decode-region-internal):
943         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
944         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
945         setting default-enable-multibyte-characters.
946
947 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
948
949         * auth-source.el (auth-source-protocols)
950         (auth-source-protocols-customize, auth-source-choices): Added and
951         modified variable customizations and defaults.
952         (auth-source-pick, auth-source-user-or-password)
953         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
954         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
955         (auth-source-user-or-password-sftp)
956         (auth-source-user-or-password-smtp): Use new variables and provide an
957         interface to netrc.el.
958
959 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
960
961         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
962         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
963         Make sure the nntp port to specify is a string.
964
965 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
966
967         * nntp.el: Use with-current-buffer.
968         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
969         dubious mm-with-unibyte-current-buffer.
970         (nntp-with-open-group-function): New function extracted from
971         nntp-with-open-group macro.
972         (nntp-with-open-group): Use the function, so it's easier to debug.
973         Add indentation and debugging info.
974         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
975         the use of the netcat alternatives.
976
977         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
978         Avoid mm-string-as-multibyte as well.
979
980         * nnweb.el (nnweb-insert-html):
981         Remove use of nnheader-string-as-multibyte.
982
983         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
984         (nnheader-string-as-multibyte): Remove.
985
986         * mm-view.el: Use inhibit-read-only.
987         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
988         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
989         or unibyte-string.
990
991         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
992         (mm-uu-yenc-extract): Use with-current-buffer.
993
994         * gnus-soup.el (gnus-soup-send-packet): Don't use
995         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
996
997         * nnmh.el: Use with-current-buffer.
998         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
999         mm-string-as-multibyte on the output of mm-encode-coding-string.
1000
1001         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
1002         (nnimap-request-move-article): Use with-current-buffer.
1003
1004         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
1005         inserting the handle-buffer's text, so the implicit multibyte->unibyte
1006         conversion uses string-make-unibyte rather than string-as-unibyte.
1007
1008         * gnus-msg.el: Use with-current-buffer.
1009
1010         * message.el (message-ignored-resent-headers): Add "Delivered-To".
1011
1012 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
1013
1014         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
1015         string for caching if it is 'PIN.
1016
1017 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1018
1019         * lpath.el: Consider the case without Emacs/W3.
1020
1021 2008-03-08  Glenn Morris  <rgm@gnu.org>
1022
1023         * time-date.el (date-to-time, time-subtract, time-add)
1024         (safe-date-to-time): Doc fixes.
1025
1026 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1027
1028         * mail-source.el (mail-source-delete-old-incoming-confirm):
1029         Change default to nil.
1030         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
1031
1032 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1033
1034         * lpath.el: Rearrange.
1035
1036         * gnus-art.el (gnus-narrow-to-page): Position point properly.
1037         (gnus-article-goto-prev-page): Work for articles having ^L's.
1038
1039         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
1040
1041         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
1042
1043 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
1044
1045         * gnus-bookmark.el: Adjust for renames in bookmark.el.
1046         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
1047         (gnus-bookmark-jump): Adjust some variable names.
1048
1049 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1050
1051         * auth-source.el: New package.
1052         (auth-source-choices): Add customization entry point variable.
1053
1054         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
1055         bug.
1056
1057 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
1058
1059         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
1060         (gnus-registry-initialize, gnus-registry-install-p): Use it.
1061         (gnus-registry-install-shortcuts): Rename from
1062         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
1063         the `gnus-registry-mark-map' keymap dynamically from
1064         `gnus-registry-marks'.  The generated functions update the summary line
1065         when a registry mark is added or deleted, and will call
1066         `gnus-registry-install-p' (see the comments in the code).
1067         (gnus-registry-user-format-function-M): Use concat intelligently.
1068
1069         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
1070         the registry mark functions.
1071
1072 2008-03-05  Glenn Morris  <rgm@gnu.org>
1073
1074         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
1075         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
1076         gnus-art.
1077         (top-level): No need to load own source when compiling.
1078
1079 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
1080
1081         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
1082         Suggested by <chris.anderton@zetnet.co.uk>.
1083
1084 2008-03-04  Glenn Morris  <rgm@gnu.org>
1085
1086         * gnus-sum.el (top-level): No need to require gnus when compiling,
1087         since unconditionally required near start of file.
1088         (gnus-summary-display-while-building): Move definition before use.
1089
1090 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
1091
1092         * gnus-registry.el (gnus-registry-user-format-function-M): Add
1093         formatting function.
1094
1095 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
1096
1097         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1098         with plists.
1099         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1100         Use new format.
1101
1102 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1103
1104         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1105         `where-is-internal' that returns a range of key sequences.
1106
1107 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1108
1109         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1110
1111         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1112         (gnus-summary-jump-to-group): Consider windows on other displayed
1113         frames as well.  Similar changes might be needed elsewhere, but that's
1114         the one I've bumped into during my use.
1115
1116         * nndoc.el (nndoc-oe-dbx-type-p):
1117         * gnus-msg.el (gnus-debug):
1118         * gnus-group.el (gnus-update-group-mark-positions):
1119         Use mm-string-to-multibyte.
1120
1121 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1122
1123         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1124         doesn't handle NotDashEscaped.
1125
1126         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
1127         (mml-dnd-attach-options): Fix typo in custom choice.
1128
1129         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1130         nndoc-article-type to mbox.
1131         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1132
1133         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
1134         to nil, instead of html2text.
1135
1136         * imap.el (imap-debug): Add `imap-ping-server'.
1137
1138         * gnus-bookmark.el: Add FIXMEs.
1139
1140         * message.el (message-form-letter-separator)
1141         (message-send-form-letter-delay): New variables.
1142         (message-send-form-letter): Use them.  New command to send form
1143         letters.  Requested by Uwe Siart.
1144         (message-send-mail-function): Doc fix.  Add "Other" custom option.
1145
1146 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1147
1148         * Update copyright years.
1149
1150 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1151
1152         Sync from EMACS_22_BASE.
1153
1154         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
1155
1156 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
1157
1158         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1159         empty author.
1160
1161 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
1162
1163         * gnus-registry.el (gnus-registry-marks): Add variable for
1164         customization of marks and their appearance.
1165         (gnus-registry-read-mark): Use it.
1166         (gnus-registry-do-marks): Add utility function to loop through
1167         `gnus-registry-marks'.
1168         (gnus-registry-install-shortcuts-and-menus): Add function to install
1169         shortcuts and menus.
1170         (gnus-registry-initialize): Use it.
1171         (gnus-registry-default-mark): Clarify documentation.
1172
1173 2008-02-29  Glenn Morris  <rgm@gnu.org>
1174
1175         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1176         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1177         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1178         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1179         Change defcustom :version from 23.0 to 23.1.
1180
1181 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1182
1183         * gnus-registry.el (gnus-registry-follow-group-p)
1184         (gnus-registry-post-process-groups): Add functions to aid registry
1185         splitting and improve logging.  Clarify behavior in function
1186         documentation.
1187         (gnus-registry-split-fancy-with-parent): Use them.
1188
1189 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1190
1191         * gnus-art.el: Use with-current-buffer.
1192
1193 2008-02-27  David Engster  <dengste@eml.cc>
1194
1195         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1196         Express real group name in the response.
1197
1198 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1199
1200         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1201         (nnmairix-last-server, nnmairix-current-server): Defvar them.
1202         (nnmairix-goto-original-article): Defvar gnus-registry-install and
1203         autoload gnus-registry-fetch-group when compiling.
1204         (nnmairix-request-group-with-article-number-correction): Remove
1205         unreferenced argument passed to nnmairix-call-backend.
1206
1207 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1208
1209         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1210         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
1211         Wilde.
1212
1213 2008-02-27  Glenn Morris  <rgm@gnu.org>
1214
1215         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1216         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1217         variables to defconsts.  Convert comments to doc-strings.
1218         (nnmairix-last-server, nnmairix-current-server): Convert from free
1219         variables to defvars.  Convert comments to doc-strings.
1220         (gnus-registry-fetch-group): Autoload.
1221         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1222         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1223         (nnmairix-widget-build-editable-fields): Use car cddr rather than
1224         caddr.
1225         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1226         nnmairix-request-group-with-article-number-correction call.
1227         (nnmairix-fast, nnmairix-group): New, less general names, for free
1228         variables passed from nnmairix-request-group to
1229         nnmairix-request-group-with-article-number-correction.  Declare.
1230         (nnmairix-request-group-with-article-number-correction):
1231         Use nnmairix-fast, nnmairix-group rather than fast, group.
1232
1233 2008-02-26  David Engster  <dengste@eml.cc>
1234
1235         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
1236         version 0.5.
1237
1238 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1239
1240         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1241         instead of making an extra function call.  Don't add the current group
1242         to articles only when they have the group.  Use
1243         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1244         Reported by David <de_bb@arcor.de>.
1245
1246 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1247
1248         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
1249         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
1250
1251 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
1252
1253         * mail-source.el (mail-source-delete-incoming): Change default.
1254         Supplement doc string.
1255
1256         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1257
1258 2008-02-14  Glenn Morris  <rgm@gnu.org>
1259
1260         * time-date.el (format-seconds): New function.
1261
1262 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1263
1264         * nnmail.el (nnmail-message-id-cache-file): Derive from
1265         `gnus-home-directory'.
1266
1267 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
1268
1269         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1270         Document negative prefix.
1271
1272         * gnus-group.el (gnus-group-read-group): Document negative prefix.
1273
1274 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1275
1276         * message.el (message-unsent-separator): Add the Exim bounce
1277         separator.
1278
1279 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
1280
1281         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1282         list.
1283         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1284         recipient/signer list.
1285
1286 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1287
1288         * Makefile.in (datarootdir): Define.
1289         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
1290         name that might contain whitespace.
1291
1292 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1293
1294         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1295         fbound (Emacs 23 unicode), signal an error.
1296
1297 2008-02-08  Glenn Morris  <rgm@gnu.org>
1298
1299         * gnus-art.el (pgg-display-output-buffer): Declare as function.
1300
1301 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
1302
1303         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1304         ports to the calls to `netrc-machine-user-or-password' in addition to
1305         "imap" and "imaps".
1306
1307 2008-02-01  Zhang Wei  <id.brep@gmail.com>
1308
1309         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1310
1311         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1312
1313 2008-02-01  Kenichi Handa  <handa@m17n.org>
1314
1315         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1316         rfc2104-hexstring-to-bitstring and changed to return a byte list.
1317         (rfc2104-hash): Convert the result of concat to unibyte string.
1318
1319 2008-02-01  Dave Love  <fx@gnu.org>
1320
1321         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1322         coding-system-for-read.
1323         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1324
1325 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
1326
1327         * gnus.el (gnus-group-startup-message): Add `find-image' call before
1328         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
1329         <hanche@math.ntnu.no>.
1330
1331 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1332
1333         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1334
1335         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1336
1337 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
1338
1339         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1340         * message.el (message-beginning-of-line): Use featurep instead of bound
1341         tests in order to resolve conditionals at compile time.
1342
1343 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
1344
1345         * mail-source.el (mail-sources): Add `group' choice.
1346
1347         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1348         parameter `in-group' to control into which group the articles go.
1349         Add treatment of `group' mail-source.
1350
1351 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1352
1353         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1354
1355         * mm-decode.el (mm-dissect-buffer): Decode description.
1356
1357         * mml.el (mml-to-mime): Encode message header first.
1358
1359 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1360
1361         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1362         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1363
1364         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
1365         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
1366
1367 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
1368
1369         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1370
1371 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1372
1373         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1374         prefix keys.
1375         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1376         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1377         gnus-xmas.el.
1378
1379         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
1380         (gnus-xmas-article-describe-bindings): New function.
1381         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
1382         gnus-xmas-article-describe-bindings.
1383
1384         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
1385
1386 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1387
1388         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1389         Add new variables for article mark management.
1390         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1391         list of extra data entries which, when present, will indicate that the
1392         article ID should not be trimmed from the registry.
1393         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1394         functions.
1395         (gnus-registry-read-mark): New function to read a mark name from the
1396         user.
1397         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1398         (gnus-registry-set-article-mark-internal): New functions to add and
1399         remove marks.
1400         (gnus-registry-get-article-marks): New function to show the marks for
1401         an article, or retrieve them for further use.
1402
1403 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1404
1405         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1406         keys when no argument is given.
1407
1408 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1409
1410         * imap.el (imap-ping-server): New variable.
1411         (imap-opened): On add extra ping if imap-ping-server is non-nil.
1412         (imap-ping-server): Minor doc string fixes.
1413
1414 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1415
1416         * imap.el (imap-ping-server): New function.
1417         (imap-opened): Call imap-ping-server.
1418
1419 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1420
1421         * gnus-sum.el (gnus-article-sort-by-random)
1422         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
1423         jidanni@jidanni.org.
1424
1425 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1426
1427         * gnus-art.el (gnus-article-describe-bindings): New function.
1428         (gnus-article-read-summary-keys): Use it.
1429         (gnus-article-mode-map): Bind `C-h b' to it.
1430
1431 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1432
1433         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1434         XEmacs.
1435         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1436         against non-character events.
1437
1438         * lpath.el: Fbind map-keymap for Emacs 21.
1439
1440 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
1441
1442         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1443         command.
1444         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1445         instead of END.  Change name of the temp file.
1446         (gnus-group-gmane-group-download-format): Add doc string.  Make it
1447         customizable.
1448
1449 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1450
1451         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1452         bind `S W' to gnus-article-wide-reply-with-original; set default
1453         binding to gnus-article-read-summary-send-keys.
1454         (gnus-article-read-summary-keys): Fix the order of keys; display
1455         continuation keys correctly in the echo area; describe bindings
1456         correctly when keys end with `C-h'.
1457         (gnus-article-read-summary-send-keys): New function.
1458         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1459         for gnus-article-read-summary-send-keys; display continuation keys
1460         correctly in the echo area.
1461         (gnus-article-reply-with-original): Ignore prefix argument.
1462         (gnus-article-wide-reply-with-original): New function.
1463
1464         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
1465         Emacs 21.
1466
1467 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1468
1469         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1470         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1471
1472 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
1473
1474         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1475         (gnus-group-read-ephemeral-gmane-group): New command.
1476
1477 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1478
1479         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1480
1481 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1482
1483         * message.el (message-send-mail-function): Increase custom version.
1484
1485         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1486         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
1487
1488 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
1489
1490         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
1491         for the cases where imap-authenticate is called with a nil buffer
1492         parameter.
1493
1494 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1495
1496         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1497         html parts correctly; support forwarded messages.
1498         (gnus-article-browse-html-article): Remove work buffers.
1499
1500         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1501         compiling.
1502         (netrc-bound-and-true-p): New macro.
1503         (netrc-parse): Use it instead of bound-and-true-p that is not available
1504         in XEmacs 21.4.
1505
1506 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1507
1508         * gnus-registry.el (gnus-registry-mark-article)
1509         (gnus-registry-article-marks): Add functionality to mark articles
1510         through the Gnus registry.
1511
1512         * encrypt.el: Clarify documentation for the new pgg method.
1513         (encrypt-file-alist): Add PGG option.
1514         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
1515         functionality.  Abstract password key and messaging to external
1516         functions.
1517         (encrypt-password-key, encrypt-get-passphrase-if-needed)
1518         (encrypt-message-method-and-cipher): Add new convenience external
1519         functions.
1520         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
1521         (encrypt-pgg-process-buffer): Add PGG functionality glue.
1522
1523         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1524         (netrc-parse): Use encrypt-file-alist to determine if
1525         encrypt-find-model or encrypt-insert-file-contents should be used.
1526
1527         * encrypt.el: Clarify documentation.  Load password-cache or
1528         password, whichever one is found first, instead of autoloading.
1529
1530 2007-12-19  Glenn Morris  <rgm@gnu.org>
1531
1532         * mml.el (message-options-set, message-narrow-to-head)
1533         (message-in-body-p, message-mail-p, message-encode-message-body):
1534         Autoload.
1535         (message-remove-header, message-narrow-to-headers-or-head)
1536         (message-subscribed-p, message-make-mail-followup-to)
1537         (message-position-on-field, message-news-p)
1538         (message-options-set-recipient, message-generate-headers)
1539         (message-sort-headers): Declare as functions.
1540
1541 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1542
1543         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1544         convention in doc string.
1545
1546 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1547
1548         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1549         title to html parts.
1550         (gnus-article-browse-html-article): Pass message header to it.
1551
1552         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1553
1554 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1555
1556         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1557         or password compatible with XEmacs.
1558
1559 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1560
1561         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1562         format document.
1563         (gnus-mime-delete-part): Don't write description line if empty.
1564         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1565
1566 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1567
1568         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1569         (gnus-summary-mark-read-and-unread-as-read)
1570         (gnus-summary-mark-current-read-and-unread-as-read)
1571         (gnus-summary-mark-unread-as-ticked): Doc fix.
1572         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1573
1574 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1575
1576         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1577         Christoph Conrad <christoph.conrad@gmx.de>.
1578
1579 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1580
1581         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1582         yes-or-no-p.
1583
1584 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1585
1586         * mm-decode.el (mm-add-meta-html-tag): New function.
1587         (mm-save-part-to-file, mm-pipe-part): Use it.
1588
1589         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1590         gnus-y-or-n-p instead of y-or-n-p.
1591         (gnus-article-browse-html-parts): Work with message/external-body; use
1592         mm-add-meta-html-tag.
1593
1594 2007-12-11  Glenn Morris  <rgm@gnu.org>
1595
1596         * gnus-cache.el: Require gnus-sum not just when compiling.
1597
1598         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1599
1600         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1601         definitions before use.
1602
1603         * mm-decode.el: Require gnus-util.
1604         (mm-remove-part): Only call delete-annotation on XEmacs.
1605
1606         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1607
1608         * nnmail.el: Require gnus-int.
1609
1610         * spam.el: Move `require's before `eval-when-compile's.
1611
1612         * gnus-ems.el (gnus-alive-p):
1613         * gnus-fun.el (message-goto-eoh):
1614         * gnus-util.el (gnus-group-name-decode):
1615         * mail-source.el (gnus-compress-sequence):
1616         * message.el (Info-goto-node, format-spec):
1617         * mm-bodies.el (message-options-get):
1618         * mm-decode.el (mm-view-pkcs7):
1619         * mm-util.el (gmm-write-region):
1620         * mml-smime.el (mml-compute-boundary)
1621         (gnus-completing-read-with-default):
1622         * mml.el (widget-button-press, gnus-make-hashtable):
1623         * mml1991.el (mm-decode-content-transfer-encoding)
1624         (mm-encode-content-transfer-encoding)
1625         (message-options-get, message-options-set):
1626         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1627         * nnfolder.el (gnus-request-group):
1628         * nnheader.el (ietf-drums-unfold-fws):
1629         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1630         * smime.el (gnus-run-mode-hooks):
1631         * spam-stat.el (gnus-message): Autoload.
1632
1633         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1634         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1635         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1636         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1637         Add declare-function compatibility definition.
1638
1639         * gnus-cache.el (nnvirtual-find-group-art):
1640         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1641         (gnus-add-image, gnus-add-wash-type):
1642         * gnus-group.el (nnkiboze-score-file):
1643         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1644         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1645         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1646         (message-tokenize-header, gnus-get-buffer-create)
1647         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1648         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1649         * gnus.el (gnus-group-decoded-name):
1650         * mail-source.el (imap-capability):
1651         * mm-bodies.el (message-options-set):
1652         * mm-decode.el (gnus-configure-windows):
1653         * mm-extern.el (message-goto-body):
1654         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1655         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1656         (epg-sub-key-validity, message-options-set):
1657         * mml.el (widget-event-point, gnus-configure-windows):
1658         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1659         * mml2015.el (epg-check-configuration, epg-configuration)
1660         (message-options-set):
1661         * nndb.el (nndb-request-article):
1662         * nnfolder.el (gnus-request-create-group):
1663         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1664         * nnmaildir.el (gnus-group-mark-article-read):
1665         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1666         * rfc1843.el (message-fetch-field):
1667         * spam.el (gnus-extract-address-components):
1668         Declare as functions.
1669
1670 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1671
1672         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1673
1674         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1675
1676         * lpath.el: Fbind run-mode-hooks for Emacs 21;
1677         bind show-trailing-whitespace for XEmacs.
1678
1679 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1680
1681         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
1682         new no-op macro for backward compatibility.
1683
1684         * imap.el (imap-string-to-integer): New function.
1685
1686 2007-12-09  Glenn Morris  <rgm@gnu.org>
1687
1688         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1689
1690         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1691         * message.el, mm-view.el, sieve-manage, smime.el:
1692         Add declare-function compatibility definition.
1693
1694         * gnus-art.el (w3-region, w3m-region, Info-menu):
1695         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1696         * gnus-sum.el (gnus-get-predicate):
1697         * gnus-util.el (mm-append-to-file, w32-focus-frame):
1698         * message.el (mail-abbrev-in-expansion-header-p):
1699         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1700         (w3m-detect-meta-charset, w3m-region):
1701         * sieve-manage.el (password-read, password-cache-add)
1702         (password-cache-remove):
1703         * smime.el (password-read-and-add): Declare as functions.
1704
1705 2007-12-08  David Kastrup  <dak@gnu.org>
1706
1707         * gnus-sum.el (gnus-summary-simplify-subject-query):
1708         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1709         `message'.
1710
1711 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1712
1713         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
1714         it to bind idna-program, installation-directory, defined-colors, and
1715         face-attribute for XEmacs of the version that compiles defcustom forms.
1716
1717 2007-12-07  Glenn Morris  <rgm@gnu.org>
1718
1719         * gnus-art.el (article-make-date-line): Revert previous change.
1720
1721 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1722
1723         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1724
1725 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
1726
1727         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1728         Call gnus-add-to-range ranges only once with a prepared article-list.
1729
1730 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
1731
1732         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1733         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1734         group names with backslashes.  Reported by Tassilo Horn
1735         <tassilo@member.fsf.org>.
1736
1737 2007-12-06  D. Goel  <deego3@gmail.com>
1738
1739         * gnus-art.el (article-make-date-line):
1740         * gnus-start.el (gnus-load):
1741         * pop3.el (pop3-read-response): Fix buggy call to `error'.
1742
1743 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1744
1745         * gnus-art.el (gnus-use-idna)
1746         * gnus-start.el (gnus-site-init-file)
1747         * message.el (message-use-idna)
1748         * mm-uu.el (mm-uu-hide-markers)
1749         * smiley.el (smiley-style): Revert changes that suppress warnings.
1750
1751 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1752
1753         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1754         specify charset to html source.  Reported by Christoph Conrad
1755         <christoph.conrad@gmx.de>.
1756
1757 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1758
1759         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1760         idna-program in order to suppress byte compile warning issued by XEmacs
1761         that came to byte compile the default value section of defcustom forms
1762         recently.
1763
1764         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1765         value of installation-directory.
1766
1767         * message.el (message-use-idna): Don't directly refer to the value of
1768         idna-program.
1769
1770         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1771
1772         * smiley.el (smiley-style): Don't directly call face-attribute.
1773
1774 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
1775
1776         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1777
1778         * gnus-dired.el: Reduce Gnus dependencies.
1779         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1780         require.  Use autoloads instead.
1781         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1782         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1783         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1784         (gnus-dired-mode): Adjust doc string.
1785         (gnus-dired-mail-mode): New variable.
1786         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1787         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1788         (gnus-dired-mail-buffers): New function.  Return mail or message
1789         composition buffers.
1790         (gnus-dired-attach): Use it.
1791         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1792         NO-DECODE.
1793         (gnus-dired-print): Use `gnus-print-buffer' depending on
1794         `gnus-dired-mail-mode'.
1795
1796 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1797
1798         * rfc2047.el (rfc2047-encoded-word-regexp)
1799         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1800         explaining what regexp patterns are for.
1801
1802 2007-12-04  Glenn Morris  <rgm@gnu.org>
1803
1804         * password.el: Move to password-cache.el.
1805
1806         * mml1991.el (password-read, password-cache-add, password-cache-remove):
1807         * mml2015.el (password-read, password-cache-add, password-cache-remove):
1808         * mml-smime.el (password-read, password-cache-add)
1809         (password-cache-remove):
1810         No need to autoload, since mml-sec requires password.
1811
1812         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1813         * message.el (gnus-extract-address-components):
1814         * mml-smime.el (gnus-extract-address-components): Define for compiler.
1815
1816         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1817         password.
1818
1819 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
1820
1821         * mailcap.el: Reduce dependencies.
1822         (mail-header-parse-content-type): Autoload.
1823         (mailcap-delete-duplicates): New alias.
1824         (mailcap-mime-info): Add optional argument NO-DECODE.
1825         (mailcap-mime-types): Use mailcap-delete-duplicates.
1826
1827         * message.el (message-ignored-supersedes-headers): Add "X-ID".
1828
1829 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
1830
1831         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
1832         (imap-parse-status): Upcase status-att for servers that sends them
1833         lower-case (e.g., MS Exchange 2007).
1834
1835 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1836
1837         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1838         function.
1839
1840         * gnus-uu.el (gnus-uu-decode-yenc): New command.
1841         (gnus-uu-yenc-article): New function.
1842
1843         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1844
1845         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1846         buffer.
1847
1848 2007-12-02  Glenn Morris  <rgm@gnu.org>
1849
1850         * binhex.el (binhex): New custom group.
1851         (binhex-decoder-program, binhex-decoder-switches)
1852         (binhex-use-external): Move to the binhex custom group.
1853
1854         * uudecode.el (uudecode): New custom group.
1855         (uudecode-decoder-program, uudecode-decoder-switches)
1856         (uudecode-use-external): Move to the uudecode custom group.
1857
1858         * netrc.el (top-level): Don't load `encrypt' features.
1859         (netrc-parse): Don't use encrypt.
1860         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
1861
1862         * encrypt.el: Remove file.
1863
1864 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1865
1866         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1867         matches on patches.
1868
1869         * gnus-art.el (gnus-article-browse-html-article): Mention
1870         `mm-text-html-renderer' in the doc string.
1871
1872         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1873         string.  Add comments.
1874
1875         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1876         if rhs is ASCII.
1877
1878 2007-12-01  Glenn Morris  <rgm@gnu.org>
1879
1880         * mail-source.el (top-level): Require format-spec before
1881         eval-when-compile.
1882
1883 2007-11-30  Glenn Morris  <rgm@gnu.org>
1884
1885         * encrypt.el: Require password, rather than autoloading password-read.
1886
1887 2007-11-29  Glenn Morris  <rgm@gnu.org>
1888
1889         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
1890         (sasl-make-client, sasl-next-step, sasl-step-data)
1891         (sasl-step-set-data): Declare as functions.
1892
1893 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
1894
1895         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
1896
1897 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
1898
1899         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
1900         certs should be verified and what is to be done in the event of a
1901         verification failure.
1902
1903         * gnus.el (gnus-method-to-server): Add an optional parameter so the
1904         caller can indicate whether the cache should be disregarded for this
1905         call.  This way the result of the call is reproducible at all times and
1906         can be considered a canonical server name for the supplied method.
1907         (gnus-agent-method-p): Canonicalize server names by pushing their
1908         method through `gnus-method-to-server' using the no-cache argument.
1909
1910         * gnus-srvr.el (gnus-server-insert-server-line): Call
1911         `gnus-method-to-server' with `no-cache' argument.
1912
1913         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1914         gnus-agent-possibly-synchronize-flags as this should be called when the
1915         server is actually being opened.
1916         (gnus-agent-possibly-synchronize-flags)
1917         (gnus-agent-possibly-synchronize-flags-server): Move check for the
1918         flags file of an agentized server to the latter function.
1919
1920         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1921         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1922         after a connection has been established successfully.
1923
1924 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1925
1926         * gnus-art.el (article-display-face): Force to display face if called
1927         interactively; check if gnus-article-x-face-too-ugly matches author.
1928         (article-display-x-face): Display face even if From header is missing
1929         as article-display-face does.
1930
1931 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
1932
1933         * hashcash.el (message-narrow-to-headers-or-head)
1934         (message-fetch-field, message-goto-eoh)
1935         (message-narrow-to-headers): Declare as functions.
1936
1937 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
1938
1939         * mail-source.el (mail-sources): Default to fetch from file for
1940         compatibility with default of nnmail-spool-file.
1941
1942 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1943
1944         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1945         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1946         to look for encoded word that should be encoded again.
1947         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1948         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1949         encoding pattern.
1950         (rfc2047-decode-region): Switch strict regexp and loose one according
1951         to rfc2047-allow-irregular-q-encoded-words.
1952
1953 2007-11-25  Romain Francoise  <romain@orebokech.com>
1954
1955         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1956
1957 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
1958
1959         * tls.el (tls-program): Provide more custom choices from
1960         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
1961         (tls-process-connection-type, tls-success): Remove "*" in doc string.
1962
1963 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1964
1965         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1966         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1967
1968         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1969         `nnmail-spool-file'.
1970
1971         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1972         `nnmail-spool-file'.
1973
1974         * gnus-move.el (gnus-change-server): Ditto.
1975
1976         * gnus-kill.el (gnus-batch-score): Ditto.
1977
1978         * gnus-cache.el (gnus-jog-cache): Ditto.
1979
1980         * gnus-msg.el (gnus-summary-reply):
1981         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1982
1983 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1984
1985         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
1986         version.  Minor improvement to doc strings.
1987         (tls-program): Add comment.
1988
1989 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
1990
1991         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
1992         (tls-checktrust): New variable.  Check if GNU TLS complained about a
1993         mismatch between the hostname provided in the certificate and the name
1994         of the host connnecting to.
1995         (open-tls-stream): Use them.  Check certificates against trusted root
1996         certificates.
1997
1998 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1999
2000         * gnus-cache.el (gnus-cache-generate-nov-databases):
2001         Use nnml-generate-nov-databases-directory instead of
2002         nnml-generate-nov-databases-1.
2003
2004 2007-11-24  Glenn Morris  <rgm@gnu.org>
2005
2006         * message.el (message-tool-bar-retro): Update for rename
2007         mail_send.xpm->mail-send.xpm.
2008
2009 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
2010
2011         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2012         `smime-ldap-search' for Emacs 22 and up.
2013
2014 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2015
2016         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
2017
2018         * message.el (message-send-mail-function): Fix error convention.
2019         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
2020         (message-widen-reply, message-send-mail, message-talkative-question)
2021         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
2022         (message-clone-locals, message-send-news): Use with-current-buffer.
2023         (message-insert-or-toggle-importance): Remove unused var `valid'.
2024         (message-make-references): Remove unused var `new-references'.
2025         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2026
2027 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
2028
2029         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
2030         (spam-split-symbolic-return-positive): Reflow docstring.
2031         (spam-backends, spam-summary-exit-behavior)
2032         (spam-mark-ham-unread-before-move-from-spam-group)
2033         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
2034         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2035         (spam-clear-cache, spam-backend-check, spam-install-backend)
2036         (spam-install-statistical-backend, spam-list-of-processors)
2037         (spam-group-processor-p, spam-split, spam-bogofilter-score)
2038         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
2039         (spam-check-crm114, spam-initialize, spam-unload-hook):
2040         Fix typos in docstrings.
2041
2042 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2043
2044         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
2045         been checked if they have never been read and those group levels are
2046         higher than the one that a user specified.
2047
2048 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2049
2050         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
2051         foreign groups unless a group level is specified by a user.
2052         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
2053
2054 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
2055
2056         * message.el (message-send-mail-function): Require sendmail.
2057
2058 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
2059
2060         * message.el (message-send-mail-function): Check for smtpmail too.
2061
2062         * utf7.el (utf7-encode, utf7-decode): Use coding system
2063         `utf-7'/`utf-7-imap' from utf-7.el' if available.
2064
2065         * message.el (message-send-mail-function): New function.
2066         (message-send-mail-function): Set default using
2067         message-send-mail-function.  Adjust doc string.
2068         (message-send-mail-with-mailclient): New function.
2069
2070 2007-11-17  Richard Stallman  <rms@gnu.org>
2071
2072         * assistant.el: Remove file.
2073
2074 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
2075
2076         * smime.el (from):
2077         * rfc2047.el (message-posting-charset):
2078         * qp.el (mm-use-ultra-safe-encoding):
2079         * pop3.el (parse-time-months):
2080         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
2081         * nnml.el (files):
2082         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
2083         (jka-compr-compression-info-list, ange-ftp-path-format)
2084         (efs-path-regexp):
2085         * nndiary.el (files):
2086         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
2087         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
2088         (epg-digest-algorithm-alist, inhibit-redisplay)
2089         (password-cache-expiry):
2090         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
2091         (pgg-output-buffer, password-cache-expiry):
2092         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2093         (efs-path-regexp):
2094         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2095         (inhibit-redisplay):
2096         * mm-uu.el (file-name, start-point, end-point, entry)
2097         (gnus-newsgroup-name, gnus-newsgroup-charset):
2098         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2099         (latin-unity-ucs-list):
2100         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
2101         (mm-uu-binhex-decode-function):
2102         * message.el (gnus-message-group-art, gnus-list-identifiers, )
2103         (rmail-enable-mime-composing, gnus-local-organization)
2104         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
2105         (gnus-read-active-file, facemenu-add-face-function)
2106         (facemenu-remove-face-function, gnus-article-decoded-p)
2107         (tool-bar-mode):
2108         * mail-source.el (display-time-mail-function):
2109         * gnus-util.el (nnmail-pathname-coding-system)
2110         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
2111         (gnus-original-article-buffer, gnus-user-agent)
2112         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
2113         (xemacs-codename, sxemacs-codename, emacs-program-version):
2114         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
2115         * gnus-start.el (gnus-agent-covered-methods)
2116         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
2117         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
2118         (gnus-newsgroup-headers, gnus-group-list-mode)
2119         (gnus-group-mark-positions, gnus-newsgroup-data)
2120         (gnus-newsgroup-unreads, nnoo-state-alist)
2121         (gnus-current-select-method, mail-sources)
2122         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
2123         (nnmail-spool-file, gnus-cache-active-hashtb):
2124         * gnus-mh.el (mh-lib-progs):
2125         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
2126         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
2127         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
2128         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
2129         (gnus-group-buffer):
2130         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
2131         (font-lock-set-defaults):
2132         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
2133         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
2134         (gnus-summary-post-menu, total-parts, type, condition, length):
2135         * gnus-agent.el (gnus-agent-read-agentview):
2136         * flow-fill.el (show-trailing-whitespace):
2137         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
2138         eval-and-compile wrappers for byte compiler pacifiers.
2139
2140         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
2141         (mm-display-inline-fontify): Check for featurep 'xemacs not
2142         extent-list.
2143
2144         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
2145         itimer-list.
2146         (mm-create-image-xemacs): Only do something for XEmacs.
2147         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
2148
2149         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
2150
2151         * gnus-registry.el (gnus-adaptive-word-syntax-table):
2152         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
2153
2154 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
2155
2156         * nnimap.el (nnimap-split-download-body):
2157         * gnus-demon.el (gnus-demon):
2158         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
2159
2160 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2161
2162         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
2163         macros.
2164         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
2165         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
2166         copy data from unibyte buffer to multibyte current buffer.
2167         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
2168         to copy data from unibyte current buffer to multibyte buffer.
2169         (nntp-make-process-buffer): Make process buffer unibyte.
2170
2171         * pop3.el (pop3-open-server): Fix typo in Lisp code.
2172
2173 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
2174
2175         * pop3.el (pop3-open-server): Accept and process data more robustly at
2176         connexion start to avoid spurious "POP SSL connexion failed" errors.
2177
2178 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2179
2180         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2181         read group names.
2182
2183 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
2184
2185         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2186
2187 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2188
2189         * nnmail.el (nnmail-parse-active): Make group names unibyte.
2190         (nnmail-save-active): Use a unibyte buffer when saving active file,
2191         which may contain non-ASCII group names.
2192
2193         * nnml.el (nnml-request-group): Decode group names in messages.
2194
2195 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
2196
2197         * message.el (message-citation-line-function)
2198         (message-insert-formatted-citation-line): Fix spelling of
2199         `message-insert-formated-citation-line'.
2200
2201 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
2202
2203         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2204
2205 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2206
2207         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2208         nnmail-pathname-coding-system.
2209
2210         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2211         that a user enters; decode group names in messages.
2212
2213         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2214
2215 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2216
2217         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2218
2219         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2220
2221         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2222         risky local variable.
2223
2224         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2225
2226 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2227
2228         * encrypt.el: Improve documentation to fix function name typo.
2229         Reported by Daiki Ueno <ueno@unixuser.org>.
2230
2231 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2232
2233         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2234         even if the point is not in the last page of an article.
2235         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2236         back to the previous page.
2237
2238 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
2239
2240         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2241
2242 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2243
2244         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2245
2246 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2247
2248         * message.el (message-check-news-body-syntax): Avoid
2249         mm-string-as-multibyte.
2250         (message-hide-headers): Don't assume (point-min)==1.
2251
2252 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2253
2254         * message.el (message-remove-blank-cited-lines): Fix if remove is
2255         given.
2256         (message-bogus-address-regexp): New variable.
2257         (message-bogus-recipient-p): New function.
2258         (message-check-recipients): New command.
2259         (message-syntax-checks): Add `bogus-recipient'.
2260         (message-fix-before-sending): Add `bogus-recipient'.
2261
2262         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2263         (gnus-treat-body-boundary): Don't test window-system.
2264
2265 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
2266
2267         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2268
2269 2007-10-28  Miles Bader  <miles@gnu.org>
2270
2271         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2272         at compile-time too.
2273
2274 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2275
2276         * gnus-msg.el (gnus-message-setup-hook): Add
2277         `message-remove-blank-cited-lines' to options.
2278
2279 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2280
2281         * message.el (message-remove-blank-cited-lines): New function.
2282         Suggested by Karl Plästerer.
2283
2284 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2285
2286         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2287         mapc.
2288
2289         * imap.el (imap-open): Replace mapcar called for effect with mapc.
2290         (top-level): Use mapc to set functions to be traced for debugging.
2291
2292         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2293         called for effect with while loop.
2294
2295         * message.el (message-talkative-question): Replace mapcar called for
2296         effect with mapc.
2297
2298         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2299         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2300         called for effect with dolist.
2301
2302         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2303
2304         * nndiary.el: Use dolist instead of mapcar to add diary headers to
2305         gnus-extra-headers and nnmail-extra-headers.
2306
2307         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2308         called for effect with dolist.
2309         (top-level): Use mapc to set functions to be traced for debugging.
2310
2311         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2312         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2313         dolist.
2314
2315         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2316         Replace mapcar called for effect with mapc.
2317         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2318         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2319         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2320         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2321
2322         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2323         remove-if that's a cl function.
2324
2325         * webmail.el (webmail-debug): Replace mapcar called for effect with
2326         dolist.
2327
2328         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
2329         with mapc.
2330
2331 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2332
2333         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2334         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2335         with while loop.
2336
2337         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2338         functions from article-* functions.
2339         (gnus-multi-decode-header): Replace mapcar called for effect with
2340         dolist.
2341
2342         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2343         (gnus-bookmark-show-details): Replace mapcar called for effect with
2344         while loop.
2345
2346         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2347         called for effect with while loop.
2348
2349         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2350         with dolist.
2351
2352         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2353         mapcar called for effect with dolist.
2354
2355         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2356
2357         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2358         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2359         Replace mapcar called for effect with dolist.
2360         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2361         mapc.
2362
2363         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2364         Replace mapcar called for effect with dolist.
2365         (gnus-topic-list): Replace mapcar called for effect with mapc.
2366
2367         * gnus.el: Use mapc instead of mapcar to add autoloads.
2368
2369 2007-10-23  Richard Stallman  <rms@gnu.org>
2370
2371         * gnus-group.el (gnus-group-highlight): Mark as risky.
2372
2373 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2374
2375         * gnus.el (gnus-server-to-method): Return method found first in
2376         gnus-newsrc-alist.
2377
2378         * gnus-art.el (gnus-article-highlight-signature)
2379         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2380         button overlay without the front stickiness.
2381
2382 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
2383
2384         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2385         overview buffer needed a catch to receive its throw.
2386         (gnus-agent-flush-cache): Declared as interactive to make this function
2387         easier to use.
2388
2389 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2390
2391         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2392         `next-line'.
2393
2394 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2395
2396         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2397         exclude address matching message-dont-reply-to-names.
2398
2399 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2400
2401         * gnus-util.el (gnus-string<): New function.
2402
2403         * gnus-sum.el (gnus-article-sort-by-author)
2404         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2405
2406 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2407
2408         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2409         the frame-focus tag is set in gnus-buffer-configuration.
2410
2411 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2412
2413         * gnus-art.el (gnus-article-add-button): Make a button overlay without
2414         the front stickiness.
2415
2416 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2417
2418         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2419         url pattern; remove duplicate one.
2420         (gnus-article-extend-url-button): New function.
2421         (gnus-article-add-buttons): Use it.
2422         (gnus-button-push): Use concatenated url that it makes.
2423
2424 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
2425
2426         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2427
2428 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2429
2430         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2431         Don't hardcode point-min==1.
2432
2433 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
2434
2435         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2436         Fix comment about "iso8859-1".
2437
2438 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
2439
2440         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2441         ones returned from the verify-function.
2442
2443         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2444         mml2015-extract-cleartext-signature if extraction failed.
2445
2446 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
2447
2448         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2449         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2450         failed.
2451
2452 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2453
2454         * Relicense "GPLv2 or later" files to "GPLv3 or later".
2455
2456 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
2457
2458         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
2459         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
2460         recommends to use EasyPG instead of PGG.
2461
2462         * pgg.el: Revert to revision 6.23.2.16
2463
2464         * pgg-def.el: Revert to revision 6.6.2.14.
2465
2466         * pgg-gpg.el: Revert to revision 6.23.2.34.
2467
2468 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2469
2470         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2471         to mark a thread as expirable.  Add variable `hide' to handle hiding of
2472         thread for both the null and zero (kill/expire thread) universal prefix
2473         cases.
2474         (gnus-summary-expire-thread): Add new function to expire a thread,
2475         using gnus-summary-kill-thread.
2476         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2477         shortcuts for gnus-summary-expire-thread.
2478         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2479         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
2480
2481 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2482
2483         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2484         extras value, so an extras entry can be deleted.
2485         (gnus-registry-delete-extra-entry): Use it.
2486         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2487         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2488         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2489         storage through the gnus-registry, and provide an appropriate API for
2490         it.
2491
2492 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2493
2494         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2495         Suggested by Leo <sdl.web@gmail.com>.
2496
2497         * gnus.el: Do.
2498
2499 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2500
2501         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2502         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
2503
2504         * gnus-agent.el (gnus-agent-fetch-headers): Do.
2505
2506         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2507         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2508
2509 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2510
2511         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2512         newline.
2513         (nnmbox-request-accept-article): Don't change article in source buffer;
2514         narrow to header to use message-fetch-field rather than
2515         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2516         (nnmbox-request-replace-article): Quote lines that'll be misidentified
2517         as delimiters; make sure article ends with newline.
2518         (nnmbox-delete-mail): Correct last position of article to be deleted;
2519         ignore X-Gnus-Newsgroup header in article body.
2520         (nnmbox-save-mail): Quote lines looking like delimiters at the right
2521         positions; make sure article ends with newline.
2522
2523         * message.el (message-display-abbrev): Don't infloop when a user
2524         inserts SPC in the beginning of header.
2525
2526         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
2527         coding-system-for-read and coding-system-for-write for XEmacs having no
2528         file-coding feature.
2529
2530         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
2531
2532 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
2533
2534         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2535         list of groups not followed by default.  Fix type to be regexp.
2536         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2537
2538 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2539
2540         * hmac-def.el (define-hmac-function): Switch from old-style to
2541         new-style backquotes.
2542
2543         * md4.el (md4-make-step): Likewise.
2544
2545 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2546
2547         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2548         raw-text coding system when saving .newsrc file, which may contain
2549         non-ASCII group names.
2550
2551 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2552
2553         * gnus-cus.el (gnus-score-extra): New widget.
2554         (gnus-score-extra-convert): New function.
2555         (gnus-score-customize): Use it for Extra.
2556
2557 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2558
2559         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2560         (mml2015-mailcrypt-clear-verify): Use it.
2561         (mml2015-gpg-clear-verify): Use it.
2562         (mml2015-pgg-clear-verify): Use it.
2563         (mml2015-epg-clear-verify): Replace the current part with the output
2564         from GnuPG; don't extract the plaintext by itself.
2565
2566         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2567         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2568         mml2015-clear-verify-function; don't touch the armor headers or
2569         dash-escaped text here.
2570
2571 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2572
2573         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2574         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2575         parts, or application/octet-stream as a last resort.
2576         (gnus-mime-view-part-as-type): Don't toggle display.
2577         (gnus-mime-view-part-as-charset): Don't turn off display before
2578         querying charset.
2579
2580         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2581         stuff to undisplayer function in Emacs.
2582         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2583
2584         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2585         text/calendar parts.
2586
2587 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2588
2589         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2590         decoding text/calendar parts.
2591
2592         * message.el (message-forward-make-body-mime): Always mark body as
2593         having no illegible text; remove signed-or-encrypted argument.
2594         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2595
2596         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2597         (mml-generate-mime-1): Don't encode body if it is specified to be in
2598         raw form; don't make buffer be unibyte when inserting multibyte string.
2599
2600 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2601
2602         * sha1.el: Fix up comment style.
2603         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2604         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2605
2606         * hex-util.el: Fix up comment style.
2607         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2608
2609         * gnus-salt.el: Use with-current-buffer.
2610         (gnus-pick-setup-message): Fix long-standing typo.
2611
2612 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2613
2614         * imap.el (imap-logout-timeout): New variable.
2615         (imap-logout, imap-logout-wait): New functions.
2616         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2617
2618         * nnimap.el (nnimap-logout-timeout): New server variable.
2619         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2620         nnimap-logout-timeout.
2621
2622         * gnus-art.el (gnus-article-summary-command-nosave)
2623         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2624
2625 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2626
2627         * gnus.el (gnus-maximum-newsgroup): New variable.
2628
2629         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2630         according to gnus-maximum-newsgroup.
2631
2632         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2633         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2634         Limit the range of articles according to gnus-maximum-newsgroup.
2635
2636 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2637
2638         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2639         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2640         Don't perform gnus-configure-windows here; reuse existing sticky
2641         article buffer.
2642
2643         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2644         it doesn't exist in gnus-article-mode.
2645
2646 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2647
2648         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2649         (gnus-agent-decoded-group-name): New function.
2650         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2651         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2652
2653 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
2654
2655         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2656         Add binding for gnus-sticky-article.
2657         (gnus-summary-exit): Don't kill sticky article buffers.
2658
2659         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2660         article buffer.
2661         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2662         (gnus-kill-sticky-article-buffers): New commands.
2663
2664 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2665
2666         * nntp.el (nntp-xref-number-is-evil): New server variable.
2667         (nntp-find-group-and-number): If it is non-nil, don't trust article
2668         numbers in the Xref header.
2669
2670 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2671
2672         * gnus-agent.el (gnus-agent-read-group): New function.
2673         (gnus-agent-flush-group, gnus-agent-expire-group)
2674         (gnus-agent-regenerate-group): Use it.
2675         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2676         nnmail-pathname-coding-system.
2677
2678 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2679
2680         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2681
2682         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2683         that are unread as unread, and also as selected so that information of
2684         marks having been changed by a user may be updated when exiting group.
2685
2686 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2687
2688         * gnus-art.el (gnus-mime-display-single): Pass part number that is
2689         calculated ignoring signature parts to gnus-treat-article.
2690
2691 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2692
2693         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2694         a point here in order to keep the window start.
2695         (gnus-insert-mime-security-button): Make a button overlay without the
2696         front stickiness.
2697         (gnus-mime-display-security): Goto the end of a button.
2698
2699         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2700
2701 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2702
2703         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2704         group-name-at-point.
2705         (gnus-group-completing-read): New function that offers decoded
2706         non-ASCII group names for completion.
2707         (gnus-fetch-group, gnus-group-read-ephemeral-group)
2708         (gnus-group-jump-to-group, gnus-group-make-group-simple)
2709         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2710         (gnus-group-fetch-control): Use it.
2711         (gnus-fetch-group): Use group-name-at-point for the initial value
2712         rather than the default value; use gnus-alive-p.
2713
2714         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2715         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2716         (gnus-summary-post-news): Use gnus-group-completing-read.
2717
2718         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2719         (gnus-read-move-group-name): Decode group name for completion.
2720
2721 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
2722
2723         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2724         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2725         Yamaoka slightly modified the code).
2726
2727 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2728
2729         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2730         (nnmail-split-incoming): Bind it.
2731
2732         * nnml.el (nnml-group-name-charset): New function.
2733         (nnml-decoded-group-name): Use it; don't decode group name if
2734         nnmail-group-names-not-encoded-p is non-nil.
2735         (nnml-encoded-group-name): New function.
2736         (nnml-group-pathname): Inline nnml-decoded-group-name.
2737         (nnml-request-expire-articles): Decode group name in message.
2738         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2739         nnmail-pathname-coding-system.
2740         (nnml-save-mail, nnml-active-number): Work with decoded group names and
2741         not decoded ones according to nnmail-group-names-not-encoded-p.
2742         (nnml-generate-active-info): Use nnml-encoded-group-name.
2743
2744 2007-08-08  Glenn Morris  <rgm@gnu.org>
2745
2746         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2747         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2748         doc-strings and comments.
2749
2750 2007-07-25  Glenn Morris  <rgm@gnu.org>
2751
2752         * Relicense all FSF files to GPLv3 or later.
2753
2754 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2755
2756         * gnus-sum.el (gnus-summary-move-article): Make
2757         gnus-summary-respool-article work.
2758
2759 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
2760
2761         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2762         string.
2763
2764 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
2765
2766         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
2767         that should be ignored when comparing distant RSS articles with local
2768         ones.
2769         (nnrss-make-hash-index): New function.  Create a hash index according
2770         to the ignored fields.
2771         (nnrss-check-group): Use it.
2772
2773 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2774
2775         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2776
2777         * gnus-art.el (article-decode-group-name): Decode Xref header too.
2778
2779         * gnus-group.el (gnus-group-make-group): Encode group name here unless
2780         the new optional argument ENCODED is non-nil.
2781         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2782         coding system for encoding group name.
2783         (gnus-group-make-rss-group): Pass un-encoded group name to
2784         gnus-group-make-group.
2785         (gnus-group-set-info): Tell gnus-group-make-group that group name is
2786         encoded.
2787
2788         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2789         Encode group name to which articles are moved or copied.
2790         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2791         coding system for encoding Newsgroup, Followup-To and Xref headers.
2792
2793         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2794         marks; use nnheader-file-coding-system to write a file.
2795         (nnagent-retrieve-headers): Bind file-name-coding-system to
2796         nnmail-pathname-coding-system.
2797
2798         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2799
2800         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2801         (nnml-request-article, nnml-request-create-group)
2802         (nnml-request-rename-group, nnml-find-id)
2803         (nnml-possibly-change-directory, nnml-possibly-create-directory)
2804         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2805         (nnml-save-marks): Use nnml-group-pathname instead of
2806         nnmail-group-pathname.
2807
2808         (nnml-request-create-group, nnml-request-expire-articles)
2809         (nnml-request-move-article, nnml-request-delete-group)
2810         (nnml-deletable-article-p, nnml-possibly-create-directory)
2811         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2812         (nnml-open-marks): Bind file-name-coding-system to
2813         nnmail-pathname-coding-system.
2814
2815         (nnml-request-article): Pass server argument to nnml-find-group-number.
2816         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2817         server argument to nnml-possibly-create-directory.
2818         (nnml-request-accept-article): Pass server argument to
2819         nnml-active-number and nnml-save-mail.
2820         (nnml-find-group-number): Pass server argument to nnml-find-id.
2821         (nnml-request-update-info): Pass server argument to
2822         nnml-marks-changed-p.
2823
2824         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2825         (nnml-save-mail, nnml-active-number): Add server argument.
2826
2827         (nnml-request-delete-group): Warn if group is missing.
2828         (nnml-get-nov-buffer): Decode group name.
2829         (nnml-generate-active-info): Encode group name.
2830         (nnml-open-marks): Decode group name in messages.
2831
2832 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2833
2834         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2835         if it is not specified.
2836         (gnus-article-pipe-part, gnus-article-save-part)
2837         (gnus-article-interactively-view-part, gnus-article-copy-part)
2838         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2839         (gnus-article-inline-part, gnus-article-save-part-and-strip)
2840         (gnus-article-replace-part, gnus-article-delete-part)
2841         (gnus-article-view-part-as-type): Pass raw prefix argument to
2842         gnus-article-part-wrapper.
2843
2844 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2845
2846         * gnus-agent.el (gnus-agent-save-active): Bind
2847         nnheader-file-coding-system to gnus-agent-file-coding-system.
2848
2849         * gnus-cache.el (gnus-cache-save-buffers)
2850         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2851         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2852         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2853         (gnus-cache-braid-nov, gnus-cache-braid-heads)
2854         (gnus-cache-generate-active, gnus-cache-rename-group)
2855         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2856         (gnus-cache-update-overview-total-fetched-for): Bind
2857         file-name-coding-system to nnmail-pathname-coding-system.
2858         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2859         variables.
2860         (gnus-cache-decoded-group-name): New function.
2861         (gnus-cache-file-name): Use it.
2862         (gnus-cache-generate-active): Use non-decoded group name for active.
2863
2864         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2865         right place.
2866         (gnus-write-active-file): Don't break non-ASCII group names.
2867
2868         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2869         nnmail-pathname-coding-system.
2870
2871         * lpath.el: Bind default-file-name-coding-system,
2872         file-name-coding-system and language-info-alist for XEmacs.
2873
2874         * gnus-uu.el (gnus-uu-decode-save): Typo.
2875
2876 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2877
2878         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2879
2880 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2881
2882         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2883         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2884         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2885         (gnus-agent-flush-group, gnus-agent-flush-cache)
2886         (gnus-agent-fetch-headers, gnus-agent-load-alist)
2887         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2888         (gnus-agent-retrieve-headers, gnus-agent-request-article)
2889         (gnus-agent-regenerate-group)
2890         (gnus-agent-update-files-total-fetched-for)
2891         (gnus-agent-update-view-total-fetched-for): Bind
2892         file-name-coding-system to nnmail-pathname-coding-system.
2893         (gnus-agent-group-pathname): Don't encode file names by
2894         nnmail-pathname-coding-system.
2895         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2896         coding-system-for-write instead of buffer-file-coding-system to
2897         gnus-agent-file-coding-system.
2898
2899         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2900         Decode group name.
2901
2902         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2903
2904         * gnus-start.el (gnus-update-active-hashtb-from-killed)
2905         (gnus-read-newsrc-el-file): Make group names unibyte.
2906
2907         * nnmail.el (nnmail-group-pathname): Don't encode file names by
2908         nnmail-pathname-coding-system.
2909
2910         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2911         (nnrss-request-delete-group): Bind file-name-coding-system to
2912         nnmail-pathname-coding-system.
2913         (nnrss-read-server-data, nnrss-read-group-data): Bind
2914         file-name-coding-system correctly.
2915         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2916
2917         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2918         (nntp-server-to-method-cache): New variable.
2919         (nntp-group-pathname): New function that decodes non-ASCII group names.
2920         (nntp-possibly-create-directory, nntp-marks-changed-p)
2921         (nntp-save-marks, nntp-open-marks): Use it.
2922         (nntp-possibly-create-directory, nntp-open-marks):
2923         Bind file-name-coding-system to nnmail-pathname-coding-system.
2924         (nntp-open-marks): Decode group names when bootstrapping marks.
2925
2926         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2927         Newsgroups and Folowup-To headers.
2928
2929 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2930
2931         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2932         (gnus-server-closed-face, gnus-server-denied-face)
2933         (gnus-server-offline-face): Remove variable.
2934         (gnus-server-font-lock-keywords): Use faces that are not aliases.
2935
2936         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2937         of modifying message-stack directly for XEmacs.
2938
2939         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2940         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2941         if the coding-system argument is nil for XEmacs.
2942
2943         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2944         mm-charset-override-alist.
2945
2946         * rfc2047.el: Don't require base64; require rfc2045 for the function
2947         rfc2045-encode-string.
2948         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2949         to quote the parameter value.
2950
2951 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2952
2953         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2954         form in gnus-group-name-charset-method-alist.
2955
2956         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2957         overrides the default layout edit-form.
2958
2959         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2960
2961         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2962
2963 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2964
2965         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2966         as unfetched articles.
2967
2968 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
2969
2970         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2971
2972 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2973
2974         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2975         original back end that keeps marks in the local system.
2976
2977 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2978
2979         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2980         arg of pop-to-buffer for XEmacs.
2981         (gnus-article-read-summary-keys): Ditto; don't restore window
2982         configuration if summary command ends up with neither article buffer
2983         nor summary buffer; describe bindings if summary keys end with C-h.
2984
2985 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2986
2987         * message.el (message-fix-before-sending): Skip raw message part to be
2988         forwarded while checking illegible text.
2989         (message-forward-make-body-mime, message-forward-make-body): Mark
2990         signed or encrypted raw message as having no illegible text.
2991
2992 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2993
2994         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2995         (gnus-message-with-timestamp-1): New macro.
2996         (gnus-message-with-timestamp): New function.
2997         (gnus-message): Use them.
2998
2999         * nnheader.el (nnheader-message): Use them.
3000
3001 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
3002
3003         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
3004         .newsrc.eld file.
3005
3006 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3007
3008         * gnus-agent.el (gnus-agent-fetch-headers)
3009         (gnus-agent-retrieve-headers): Bind
3010         gnus-decode-encoded-address-function to identity.
3011
3012         * nntp.el (nntp-send-xover-command): Recognize an xover command is
3013         available also when the server returns simply a dot.
3014
3015         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
3016
3017 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3018
3019         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
3020
3021 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3022
3023         * gnus-ems.el (gnus-x-splash): Make it work.
3024
3025         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
3026         from being used.
3027
3028         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
3029
3030 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3031
3032         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
3033         4th and the 5th arguments.
3034
3035         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
3036         the front stickiness.
3037         (gnus-article-summary-command-nosave): Correct the order of the
3038         arguments passed to pop-to-buffer.
3039         (gnus-article-read-summary-keys): Ditto; make it work properly when the
3040         summary command ends up with the article buffer.
3041
3042         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
3043         the same faces.
3044
3045 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3046
3047         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
3048
3049 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3050
3051         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
3052         * gnus-sum.el (gnus-summary-highlight):
3053         * pgg.el (pgg-sign-region, pgg-sign):
3054         * mail-source.el (mail-source-delete-old-incoming-confirm):
3055         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
3056
3057 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3058
3059         * gnus-art.el (gnus-mime-view-part-externally)
3060         (gnus-mime-view-part-internally): Fix predicate function passed to
3061         completing-read.
3062
3063         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
3064
3065         * gnus.el (gnus-update-message-archive-method): Add :version.
3066
3067 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3068
3069         * gnus.el (gnus-update-message-archive-method): New variable.
3070
3071         * gnus-start.el (gnus-setup-news): Update saved "archive" method
3072         according to gnus-message-archive-method if
3073         gnus-update-message-archive-method is non-nil.
3074
3075 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3076
3077         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
3078         by Loic Dachary <loic@dachary.org>.
3079         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
3080
3081 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3082
3083         * message.el (message-pop-to-buffer): Add switch-function argument.
3084         (message-mail): Pass switch-function argument to it.
3085
3086 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
3087
3088         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
3089         Improve doc string.
3090
3091 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3092
3093         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3094         (gnus-header-content)
3095         * gnus-cite.el (gnus-cite-10)
3096         * gnus-srvr.el (gnus-server-closed)
3097         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3098         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3099         (gnus-group-mail-3-empty, gnus-group-mail-low)
3100         (gnus-group-mail-low-empty, gnus-splash)
3101         * message.el (message-header-to, message-header-cc)
3102         (message-header-subject, message-header-other, message-header-name)
3103         (message-header-xheader, message-separator, message-cited-text)
3104         (message-mml): Lighten colors of faces used for dark background.
3105
3106 2007-05-24  Simon Josefsson  <simon@josefsson.org>
3107
3108         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3109         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
3110
3111 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3112
3113         * message.el (message-narrow-to-headers-or-head):
3114         Ignore mail-header-separator in the body.
3115
3116 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3117
3118         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
3119         same as window size.
3120
3121 2007-05-22  Kevin Ryde  <user42@zip.com.au>
3122
3123         * message.el (message-font-lock-keywords): Use message-header-xheader
3124         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
3125         ahead of the anything pattern, to get it recognised.
3126
3127 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3128
3129         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
3130         spam.el loads uses it in the compiled defadvice form.
3131
3132 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
3133
3134         * gnus-sum.el (gnus-articles-to-read)
3135         (gnus-summary-insert-old-articles): Don't truncate group name for
3136         `read-string'.
3137
3138         * gnus-util.el (gnus-limit-string): Delete this function.
3139
3140         * gnus-sum.el (gnus-simplify-subject-fully): Use
3141         `truncate-string-to-width' instead.
3142
3143 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
3144
3145         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
3146         if, on summary exit, the next group has to be selected.
3147         (gnus-summary-exit): Use it.
3148
3149 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
3150
3151         * gnus-art.el (gnus-article-mode): Fix comment about displaying
3152         non-break space.
3153
3154 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3155
3156         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
3157         Check if group is not a directory.
3158         (nnfolder-request-expire-articles): Don't delete articles if the target
3159         group is not available.
3160
3161         * nnml.el (nnml-request-create-group): Properly check if group is not a
3162         file.
3163         (nnml-request-expire-articles): Don't delete articles if the target
3164         group is not available.
3165
3166         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3167         Don't quote characters that are within parentheses.
3168
3169 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3170
3171         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3172         (gnus-handle-ephemeral-exit): Select article according to it.
3173
3174 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
3175
3176         * message.el (message-insert-formated-citation-line): Remove newline.
3177         (message-citation-line-format): Add final \n here so that the user can
3178         avoid a blank line.
3179
3180 2007-05-03  Dan Christensen  <jdc@uwo.ca>
3181
3182         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3183         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3184         Update lanl/arXiv support.
3185
3186 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3187
3188         * gnus.el: Bump version number.
3189
3190 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3191
3192         * gnus.el (gnus-version-number): Bump version.
3193
3194 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3195
3196         * gnus.el: No Gnus v0.6 is released.
3197
3198 2007-04-27  Didier Verna  <didier@xemacs.org>
3199
3200         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3201         * gmm-utils.el (gmm-regexp-concat): here.
3202         * message.el: Don't require 'gnus-util.
3203         (message-dont-reply-to-names): Handle name change above.
3204         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3205
3206 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3207
3208         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3209         since the initial value varies according to the system.
3210
3211 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3212
3213         * mm-util.el (mm-charset-synonym-alist): Defcustom.
3214
3215 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
3216
3217         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3218
3219 2007-04-24  Didier Verna  <didier@xemacs.org>
3220
3221         Improve the type of gnus-ignored-from-addresses.
3222         * gnus-util.el (gnus-orify-regexp): New function.
3223         * message.el (gnus-util): Require it.
3224         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3225         * gnus-sum.el (gnus-ignored-from-addresses): New function.
3226         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3227
3228 2007-04-24  Didier Verna  <didier@xemacs.org>
3229
3230         * gnus-sum.el:
3231         * gnus-utils.el: Fix some trailing whitespaces.
3232
3233 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3234
3235         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3236         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3237         article's Message-ID; refer parent article in summary buffer.
3238
3239         * message.el (message-bounce): Call mime-to-mml.
3240
3241         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
3242         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
3243         optimize and/or forms properly.
3244
3245 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
3246
3247         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
3248         URL.
3249
3250 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3251
3252         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3253
3254 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3255
3256         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3257         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3258         displayed of multipart/alternative part if it is invoked from summary
3259         buffer.
3260
3261         * mm-view.el (mm-inline-text-html-render-with-w3m)
3262         (mm-inline-text-html-render-with-w3m-standalone)
3263         (mm-inline-render-with-function): Use mail-parse-charset by default.
3264
3265 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
3266
3267         * parse-time.el (parse-time-string-chars): Check if CHAR
3268         is less than the length of parse-time-syntax.
3269
3270 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3271
3272         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3273         from gnus-newsgroup-processable.
3274
3275 2007-04-16  Didier Verna  <didier@xemacs.org>
3276
3277         * gnus-msg.el (gnus-configure-posting-styles): Handle
3278         message-signature-directory properly with :file syntax.  Reported by
3279         "Leo".
3280
3281 2007-04-11  Didier Verna  <didier@xemacs.org>
3282
3283         New user option: message-signature-directory.
3284         * gnus-msg.el (gnus-configure-posting-styles): Support it.
3285         * message.el (message-insert-signature): Ditto.
3286         * message.el (message-signature-file): Doc update.
3287         * message.el (message-signature-directory): New.
3288
3289 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3290
3291         * gnus-msg.el (gnus-inews-yank-articles): Use
3292         message-exchange-point-and-mark instead of exchange-point-and-mark.
3293
3294 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3295
3296         * message.el (message-yank-original): Make sure cited text ends with
3297         newline; don't exchange point and mark.
3298
3299 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
3300
3301         * tls.el (open-tls-stream): Properly handle case where there
3302         is no associated buffer.
3303
3304 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
3305
3306         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3307         message-yank-original, make sure (< mark TEXT point).
3308
3309 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3310
3311         * message.el (message-fill-column): New variable.
3312         (message-mode): Use it.  Add comment on a possible new hook.
3313
3314         * nnmail.el (nnmail-spool-file): Mark as obsolete.
3315         (nnmail-get-new-mail): Reformat.
3316
3317         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3318
3319         * gmm-utils.el: Fix Commentary.
3320         (gmm-tool-bar-from-list): Fix typo in doc string.
3321
3322 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
3323
3324         * message.el (message-yank-original): Don't switch point and mark
3325         unnecessarily to put point and mark as documented.
3326
3327 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3328
3329         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3330         from the message heads.
3331
3332 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
3333
3334         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3335         article buffer does not have a window.  This may not be the best
3336         solution but is certainly better than setting the start of the null,
3337         that is the current, window.
3338
3339 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3340
3341         * gnus-draft.el (gnus-draft-setup-hook): New hook.
3342         (gnus-draft-setup): Run it.
3343
3344         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3345         gnus-score-fast-scoring.  Allow regexp.
3346         (gnus-score-headers): Use it.
3347
3348         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3349         XEmacs.
3350
3351         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3352         string.
3353         (gnus-button-alist): Also catch `<f1> k ...'.
3354         (gnus-treat-display-x-face): Fix doc string.
3355
3356 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3357
3358         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3359         evaluation of gnus-extended-version to ensure correct generation of the
3360         User-Agent header when message-generate-headers-first is used.
3361
3362 2007-03-24  Simon Josefsson  <simon@josefsson.org>
3363
3364         * hashcash.el (hashcash-generate-payment-async): Don't crash if
3365         hashcash-path is nil.  Don't call callback with incorrect number of
3366         parameters if val is 0.
3367
3368 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3369
3370         * message.el (message-required-news-headers):
3371         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3372
3373 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3374
3375         * tls.el (open-tls-stream): In handshake-waiting loop,
3376         don't wait more if there is output available to process.
3377
3378 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3379
3380         * tls.el (tls-program): Doc fix.
3381
3382 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3383
3384         * message.el (message-generate-new-buffers): Change the meaning of the
3385         nil value; add `standard' to the choices; treat t as `unique'; improve
3386         doc string.
3387         (gnus-select-frame-set-input-focus): Autoload.
3388         (message-buffer-name): Search for the existing message buffer if
3389         message-generate-new-buffers is nil or `standard'; treat the value t of
3390         message-generate-new-buffers as `unique'.
3391         (message-pop-to-buffer): Raise the frame already displaying the message
3392         buffer; clear the echo area after querying.
3393         (message-setup): Pass the `continue' argument to compose-mail.
3394         (message-mail): Prefer `switch-function' if it is given; search for the
3395         existing message buffer if the `continue' argument is non-nil; pass
3396         continue and switch-function arguments to compose-mail by way of
3397         message-setup.
3398         (message-mail-other-window): Adjust argument of message-setup.
3399         (message-mail-other-frame): Ditto.
3400
3401 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3402
3403         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3404         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3405         to turn font-lock on when turning gnus-message-citation-mode on.
3406
3407 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
3408
3409         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3410         (mml-smime-function-alist): New variable; add epg as the backend.
3411         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3412         mml-smime- functions instead.
3413         * mm-view.el: Require smime.
3414
3415 2007-03-05  Didier Verna  <didier@xemacs.org>
3416
3417         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3418         instead of just inheritance for posting styles.
3419         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3420
3421 2007-02-24  Chris Moore  <dooglus@gmail.com>
3422
3423         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3424         * pgg-pgp.el (pgg-pgp-encrypt-region):
3425         * pgg-gpg.el (pgg-gpg-encrypt-region):
3426         Check pgg-encrypt-for-me if no other recipients.
3427
3428 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3429
3430         * tls.el (tls-certtool-program): Fix custom type.
3431
3432 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3433
3434         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3435         and point-at-eol instead of line-(beginning|end)-position.
3436
3437         * assistant.el (assistant-parse-buffer): Ditto.
3438
3439         * netrc.el (netrc-parse-services): Ditto.
3440
3441 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
3442
3443         * mml2015.el (mml2015-epg-find-usable-key): New function.
3444         (mml2015-epg-sign): Use it.
3445         (mml2015-epg-encrypt): Use it.
3446
3447 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3448
3449         * message.el (message-make-in-reply-to): Quote name containing
3450         non-ASCII characters.  It will make the RFC2047 encoder cause an error
3451         if there are special characters.  Reported by NAKAJI Hiroyuki
3452         <nakaji@jp.freebsd.org>.
3453
3454 2007-02-27  Didier Verna  <didier@xemacs.org>
3455
3456         Include the group parameters as well as the topic ones in the
3457         inheritance filter process.
3458         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3459         argument GROUP-PARAMS-LIST.
3460         * gnus-topic.el (gnus-group-topic-parameters): Use it.
3461
3462 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3463
3464         * nntp.el (nntp-never-echoes-commands)
3465         (nntp-open-connection-functions-never-echo-commands): New variables.
3466         (nntp-send-command): Use them.
3467
3468 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
3469
3470         * mml2015.el (mml2015-epg-verify): Simplified.
3471
3472 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3473
3474         * mml.el (mml-content-disposition-alist): New user option.
3475         (mml-content-disposition): New function.
3476         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3477         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3478
3479 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
3480
3481         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3482         verification.
3483
3484 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3485
3486         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3487         articles posted in the last 24 hours.
3488
3489 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
3490
3491         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3492
3493 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
3494
3495         * nntp.el (nntp-send-command): Don't wait for echoes when
3496         nntp-open-ssl-stream is used.
3497
3498 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3499
3500         * gnus-cite.el (gnus-test-font-lock-add-keywords)
3501         (gnus-message-add-citation-keywords)
3502         (gnus-message-remove-citation-keywords): Remove.
3503         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3504         directly, make the variables in font-lock-defaults buffer-local, add
3505         gnus-message-citation-keywords to them and then update the value of
3506         font-lock-keywords.
3507
3508 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3509
3510         * message.el (message-cite-original-1): Don't call
3511         gnus-article-highlight-citation.
3512
3513         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3514         citations; fix line count.
3515
3516 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3517
3518         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3519         (gnus-message-add-citation-keywords)
3520         (gnus-message-remove-citation-keywords): Use it; fix the emulating
3521         versions of font-lock-add-keywords and font-lock-remove-keywords to
3522         work with XEmacs correctly.
3523
3524 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3525
3526         * gnus-cite.el (gnus-cite-face-list): Set the values of
3527         gnus-message-max-citation-depth and gnus-message-citation-keywords.
3528         (gnus-message-max-citation-depth): Use defvar rather than defconst.
3529         (gnus-message-cite-prefix-regexp): New variable.
3530         (gnus-message-search-citation-line): Use it; protect against long
3531         citation prefix; fill match data with nil rather than 0 for XEmacs; set
3532         the 0th match data for Emacs.
3533         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3534         (gnus-message-add-citation-keywords): Append keywords rather than
3535         prepending; emulate font-lock-add-keywords if it is not available.
3536         (gnus-message-remove-citation-keywords): Emulate
3537         font-lock-remove-keywords if it is not available.
3538
3539         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3540
3541         * message.el (message-cite-prefix-regexp): Set the value of
3542         gnus-message-cite-prefix-regexp.
3543
3544 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3545
3546         * nnweb.el (nnweb-google-parse-1): Update parser.
3547
3548 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3549
3550         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3551
3552 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3553
3554         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3555         regexp.
3556
3557 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3558
3559         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3560         string-to-multibyte.
3561         (uudecode-decode-region-internal): Use it.
3562
3563         * lpath.el: Fbind string-as-multibyte for XEmacs.
3564
3565 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3566
3567         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3568         custom choice.
3569
3570         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3571
3572 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3573
3574         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3575
3576         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3577         `write-region' to respect `mm-inhibit-file-name-handlers'.
3578
3579 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3580
3581         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3582         Use gnus-home-directory instead of "~/" or "$HOME".
3583
3584 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3585
3586         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3587         to mention filename.
3588         Add comments at beginning regarding usage.
3589         (encrypt-write-file-contents): Change interactive so a string is
3590         acceptable.  If the file has no associated model, show an error instead
3591         of a nonsense prompt.
3592
3593 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3594
3595         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3596         Thanks to Yoshihiko Yamada for kind notification of this typo.
3597
3598 2007-01-12  Kenichi Handa  <handa@m17n.org>
3599
3600         * uudecode.el (uudecode-decode-region-internal): Make it work in a
3601         multibyte buffer.
3602
3603 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3604
3605         * gnus-score.el (gnus-score-fast-scoring): New variable.
3606         (gnus-score-headers): Use it.
3607
3608         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3609
3610         * message.el (message-cite-original-1): Call
3611         gnus-article-highlight-citation if requested.
3612         (message-make-from): Allow name and address as optional arguments.
3613
3614         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3615
3616         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3617         bugs to doc string.
3618         (gnus-button-alist): Add mid\\|message-id.
3619         (gnus-button-fetch-group): Extend for use in
3620         `browse-url-browser-function'.
3621         (gnus-button-url-regexp): Try to catch paired parentheses like in
3622         Wikipedia URLs.
3623
3624         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3625         Suggested by Simon Krahnke <overlord@gmx.li>.
3626
3627 2007-01-13  Romain Francoise  <romain@orebokech.com>
3628
3629         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3630         Update copyright.
3631
3632 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
3633
3634         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3635
3636 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3637
3638         * gnus-registry.el (gnus-registry-unfollowed-groups)
3639         (gnus-registry-split-fancy-with-parent): Fix documentation.
3640
3641 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3642
3643         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3644         from nnweb groups.
3645
3646 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3647
3648         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3649         Xref urls.  Erase buffer before requesting head.
3650
3651 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3652
3653         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
3654         customizable.
3655
3656 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
3657
3658         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3659         no signing key is found.
3660         (mml2015-epg-encrypt): Ask user whether to skip or abort if
3661         no encrypting and/or signing key is found.
3662
3663 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3664
3665         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3666
3667 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3668
3669         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3670         headers read from disk with the ones newly found in the current search.
3671         This should no longer cause problems, because the article numbers in
3672         Gmane's `nov.php' output are ignored since the previous change.
3673
3674 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3675
3676         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3677
3678 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3679
3680         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
3681         replace-regexp-in-string; bind url-version; fbind display-images-p and
3682         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
3683         find-face and set-itimer-function for Emacs; bind itimer-list for
3684         Emacs.
3685
3686         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3687
3688 2007-01-01  Romain Francoise  <romain@orebokech.com>
3689
3690         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3691
3692 2006-12-31  Steve Youngs  <steve@sxemacs.org>
3693
3694         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3695         `define-minor-mode' macro definition expanded properly.
3696         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3697         exclude it there.
3698
3699         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3700         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
3701         `fboundp' test.
3702         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3703         This is OK to autoload in (S)XEmacs now.
3704
3705 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3706
3707         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3708         keystroke.
3709         (gnus-summary-limit-to-singletons): Fix typo.
3710
3711         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3712         else fails.
3713
3714 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3715
3716         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3717         docstring.
3718
3719         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3720         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3721         (gnus-summary-insert-dormant-articles): Fix typo in message.
3722
3723 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3724
3725         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3726         nil for XEmacs.
3727         (gnus-message-citation-mode): Don't autoload in XEmacs.
3728
3729         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3730
3731 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
3732
3733         * nnimap.el (nnimap-expunge-search-string): Mention
3734         nnimap-search-uids-not-since-is-evil in docstring.
3735
3736 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3737
3738         * spam.el: Revert to make-obsolete-variable because
3739         define-obsolete-variable-alias is not supported in Emacs 21.
3740
3741         * spam.el (spam-ifile-path, spam-ifile-database-path)
3742         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3743         make-obsolete-variable.
3744         (spam-bsfilter-path, spam-bsfilter-program)
3745         (spam-spamassassin-path, spam-spamassassin-program)
3746         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
3747         use "path" inappropriately.
3748         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3749         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3750         variable names.
3751
3752 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
3753
3754         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3755         summary buffer.
3756
3757         * password.el (password-cache-remove): Use clear-string to burn
3758         password, if available.
3759
3760 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3761
3762         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3763
3764         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3765
3766         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3767         (gnus-message-highlight-citation): Move defcustom here from
3768         gnus-cite.el.
3769         (gnus-message-citation-mode): Autoload.
3770
3771         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
3772         checks to make it compile with XEmacs.
3773         (gnus-message-citation-mode): New minor mode.
3774         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3775         (gnus-message-highlight-citation): New variables.
3776         (gnus-message-search-citation-line)
3777         (gnus-message-add-citation-keywords)
3778         (gnus-message-remove-citation-keywords)
3779         (turn-on-gnus-message-citation-mode)
3780         (turn-off-gnus-message-citation-mode): New functions.
3781
3782 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
3783
3784         * gnus-cite.el: Enable highlighting of different citation levels in
3785         message-mode.
3786
3787 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3788
3789         * message.el (message-make-fqdn): Fix comment.
3790         (message-bogus-system-names): Add ".local".
3791
3792         * spam.el (spam-ifile-path, spam-ifile-program)
3793         (spam-ifile-database-path, spam-ifile-database)
3794         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3795         Don't use "path" inappropriately.
3796         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3797         strings.
3798         (spam-check-ifile, spam-ifile-register-with-ifile)
3799         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3800         new variable names.
3801
3802         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3803         (gnus-treat-display-smileys): Simplify using
3804         gnus-image-type-available-p.
3805
3806         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3807         available.
3808
3809         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
3810         `display-images-p' if available.
3811
3812 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3813
3814         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3815         one after turning on the buffer's multibyteness instead of decoding
3816         them directly in the unibyte buffer that causes unexpected conversion
3817         in Emacs 23 (unicode).
3818
3819 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3820
3821         * message.el (message-generate-hashcash): Fix custom type.
3822
3823 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3824
3825         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3826
3827 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3828
3829         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3830         disconnect icons.  Add help text.
3831
3832 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
3833
3834         * spam.el (spam-extra-header-to-number): CRM114 spam score is
3835         negated to be consistent with the others we handle.
3836
3837 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3838
3839         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3840         version of gnus-summary-buffer to something, so that we can use two
3841         article buffers at the same time.
3842
3843 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
3844
3845         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3846         trigger all the extra headers.
3847         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3848         sorting.
3849
3850 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3851
3852         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3853         solid groups.
3854
3855 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
3856
3857         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3858
3859 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3860
3861         * legacy-gnus-agent.el: Add Copyright notice.
3862
3863 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
3864
3865         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3866
3867 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3868
3869         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3870
3871         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3872         to make it work reliably in CVS Emacs.
3873         (gnus-summary-limit-strange-charsets-predicate)
3874         (gnus-summary-limit-to-predicate): New functions.
3875
3876 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
3877
3878         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3879         specifying array size.
3880         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3881         array if it is too small.
3882         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3883         (gnus-sort-threads-loop): New function.
3884
3885 2006-12-06  Chris Moore  <dooglus@gmail.com>
3886
3887         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3888         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3889
3890 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
3891
3892         * mm-url.el (mm-url-predefined-programs): Call curl with correct
3893         options.
3894
3895 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3896
3897         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3898         DOS-ing the recipient.
3899
3900         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3901         the headers when creating the mapping to avoid mismappings.
3902         (nnweb-gmane-create-mapping): Always nix out old mapping.
3903
3904 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3905
3906         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3907         and mm-verify-option to never.
3908
3909 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3910
3911         * message.el (message-signed-or-encrypted-p): New function.
3912         (message-forward-make-body): Use it.
3913
3914         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3915         Replace encode-coding-string with mm-encode-coding-string.
3916
3917 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3918
3919         * nneething.el (nneething-decode-file-name): Replace
3920         decode-coding-string with mm-decode-coding-string.
3921
3922         * gnus-int.el (gnus-open-server): Say failed server's name.
3923
3924 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3925
3926         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3927         strings to a single string.  Quote `errors-file-name'.
3928         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3929         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3930         Adjust calls.  Use `shell-quote-argument'.
3931
3932 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3933
3934         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3935         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3936
3937         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3938         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3939         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3940         (gnus-group-make-directory-group, gnus-group-transpose-groups):
3941         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3942         (gnus-subscribe-newsgroup, gnus-1):
3943         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3944         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3945         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3946         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3947
3948 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3949
3950         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3951         keystroke.
3952         (gnus-summary-limit-to-bodies): Implement headersp.
3953
3954 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3955
3956         * dns.el (query-dns): Protect against "Process dns deleted" strings.
3957
3958 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3959
3960         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3961
3962 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3963
3964         * message.el (message-generate-hashcash): Expand range of values to
3965         include `opportunistic'.
3966         (message-send-mail): Use it.
3967
3968 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3969
3970         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3971         and comment it.
3972
3973         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3974
3975 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
3976
3977         * gnus-util.el (gnus-extract-address-components): Improve comment.
3978
3979 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3980
3981         * gnus-util.el (gnus-extract-address-components): Work with address in
3982         which the name portion contains @.
3983
3984         * lpath.el: Fbind custom-autoload.
3985
3986 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3987
3988         * gnus.el (gnus-start): Move custom group up.
3989         (gnus-select-method): Don't autoload, but make it available for
3990         `customize-variable'.
3991         (gnus-getenv-nntpserver): Don't autoload.
3992
3993 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
3994
3995         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3996
3997 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3998
3999         * message.el (message-sendmail-extra-arguments): New variable.
4000         (message-send-mail-with-sendmail): Use it.
4001
4002 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4003
4004         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
4005         mm-with-unibyte-current-buffer to make string unibyte.
4006
4007         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
4008         mm-string-as-multibyte.
4009
4010 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
4011
4012         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
4013         Reported by Werner Koch <wk@gnupg.org>.
4014
4015 2006-11-14  Daiki Ueno  <ueno@p360>
4016
4017         * mml2015.el: Autoload epa-select-keys when compiling.
4018
4019 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4020
4021         * mml2015.el (mml2015-epg-sign): Save the signing keys in
4022         message-options.
4023         (mml2015-epg-encrypt): Save the recipient keys in message-options.
4024
4025 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4026
4027         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
4028         EasyPG (< 0.0.6).
4029         (mml2015-always-trust): New user option.
4030         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
4031         prompt.
4032
4033 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * nntp.el (nntp-authinfo-force): New variable.
4036         (nntp-send-authinfo): Use it.
4037
4038 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
4039
4040         * message.el (message-strip-subject-encoded-words): Allow _not_ to
4041         decode encoded words.  Improve prompt.  Add comment about forwarding.
4042         (message-replacement-char): Move up.
4043
4044 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4045
4046         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
4047         instead of gnus-intersection because arguments of gnus-sorted-nunion
4048         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
4049
4050 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
4051
4052         * message.el (message-strip-subject-encoded-words): Reformat prompt.
4053         (message-simplify-subject-functions): Enable
4054         message-strip-subject-encoded-words by default.
4055
4056 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
4057
4058         * message.el (message-strip-subject-encoded-words): New function
4059         (message-simplify-subject-functions): New variable.
4060         (message-simplify-subject): Use it.  Fix typo in doc string.
4061         Support message-strip-subject-encoded-words.
4062
4063 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4064
4065         * gnus-diary.el (gnus-diary-delay-format-function):
4066         * nndiary.el (nndiary-reminders):
4067         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
4068
4069 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4070
4071         * gnus-art.el (article-hide-boring-headers): Fetch date from
4072         gnus-original-article-buffer to avoid problems with localized date
4073         strings.
4074
4075 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4076
4077         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
4078
4079 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
4080
4081         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
4082         New variables.
4083         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4084         (mm-charset-synonym-alist): Move some entries to
4085         mm-codepage-iso-8859-list.
4086         (mm-charset-synonym-alist, mm-charset-override-alist): Add
4087         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4088
4089 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4090
4091         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4092
4093 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4094
4095         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4096         with Emacs 21 and XEmacs.
4097
4098 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4099
4100         * spam.el (spam-parse-address): New function for better parsing,
4101         catching errors, etc.
4102         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4103
4104 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4105
4106         * mm-view.el: Add interactive arg to html2text autoload.
4107
4108 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4109
4110         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4111
4112 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
4113
4114         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4115         variables.
4116         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4117         (mm-charset-synonym-alist): Move some entries to
4118         mm-codepage-iso-8859-list.
4119
4120         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4121
4122 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
4123
4124         * message.el (message-citation-line-format)
4125         (message-insert-formated-citation-line): Fix implementation of %E, %N
4126         and %n according to the doc string.
4127
4128 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
4129
4130         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4131         car-safe to avoid bad parses.
4132
4133 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4134
4135         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
4136         names.
4137
4138         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
4139
4140 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4141
4142         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
4143         header.
4144
4145         * message.el (message-draft-headers): Add Date.
4146         (message-headers-to-generate): Fix typo in docstring.
4147
4148         * nndraft.el (nndraft-required-headers): New variable.
4149         (nndraft-generate-headers): Use it.
4150
4151         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
4152
4153 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4154
4155         * gnus-registry.el (gnus-registry-wash-for-keywords)
4156         (gnus-registry-find-keywords): New functions to allow easy searching of
4157         articles that are in the registry.
4158
4159 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4160
4161         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4162         ietf-drums-parse-address instead of gnus-extract-address-components.
4163         Reported by Damien Elmes <damien@repose.cx>.
4164
4165 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4166
4167         * gnus.el (gnus-mime): Remove unused custom group.
4168
4169 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4170
4171         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
4172         "blank line" when searching for end of armor headers.
4173
4174 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4175
4176         * gmm-utils.el (gmm-write-region): Fix variable name.
4177
4178 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4179
4180         * gmm-utils.el (gmm-write-region): New function based on compatibility
4181         code from `mm-make-temp-file'.
4182
4183         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
4184
4185         * nnmaildir.el (nnmaildir--update-nov)
4186         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
4187         Use `gmm-write-region'.
4188
4189 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4190
4191         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
4192         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4193
4194         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
4195
4196         * message.el (message-replacement-char): New variable.
4197         (message-fix-before-sending): Use it.
4198         (message-simplify-subject): New function to remove duplicate code.
4199         (message-reply, message-followup): Use it.
4200
4201         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4202         gnus-summary-limit-to-articles.
4203
4204 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4205
4206         * gnus-util.el (gnus-with-local-quit): New macro.
4207
4208         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
4209
4210 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
4211
4212         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4213         ignore non-string data.
4214
4215 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
4216
4217         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4218         non-string data (needs to be done in the registry too).
4219
4220 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4221
4222         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4223         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4224         (gnus-registry-split-fancy-with-parent)
4225         (gnus-registry-fetch-simplified-message-subject-fast)
4226         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4227         Remove text properties on ingress into the registry and when it's saved.
4228         (gnus-registry-clean-empty-function): Fix bug with cleaning the
4229         registry from entries with no groups.
4230
4231 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4232
4233         * gnus-util.el (gnus-string-remove-all-properties): Add utility
4234         function to remove string properties.
4235
4236 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4237
4238         * gmm-utils.el (gmm): Adjust custom version.
4239
4240         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4241         custom version.
4242
4243         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4244
4245 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4246
4247         * gnus-art.el (gnus-insert-prev-page-button)
4248         (gnus-insert-next-page-button): Simplify.  Reformat.
4249
4250 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4251
4252         * gnus-art.el (gnus-insert-prev-page-button)
4253         (gnus-insert-next-page-button): Apply gnus-article-button-face.
4254
4255 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4256
4257         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4258
4259 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4260
4261         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4262         gnus-article-button-face to MIME and security buttons.
4263
4264 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
4265
4266         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4267         readable.
4268
4269 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4270
4271         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
4272
4273 2006-09-20  Steve Youngs  <steve@sxemacs.org>
4274
4275         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4276         `browse-url-of-file' instead of `browse-url'.
4277
4278 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4279
4280         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4281         regexp.  Articles containing quotation were cut prematurely.
4282
4283 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4284
4285         * message.el (message-cite-original-1): Use nobody by default for the
4286         value of From header.
4287         (message-reply): Ditto.
4288
4289 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
4290
4291         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4292         to the gnus-info.  This fixes a bug of inline-PGP message verification.
4293         Reported by Michael Piotrowski <mxp@dynalabs.de>.
4294
4295 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
4296
4297         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4298         mails in the doc string.  Add some URLs in comment.
4299         (pop3-movemail): Warn about pop3-leave-mail-on-server.
4300
4301 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4302
4303         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4304         backslashes handling and the way to find boundaries of quoted strings.
4305
4306 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
4307
4308         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4309         mml1991-encrypt-to-self is set and mml1991-signers is not set.
4310         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4311         mml2015-encrypt-to-self is set and mml2015-signers is not set.
4312
4313 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4314
4315         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
4316         doc string.
4317         (gnus-button-regexp, gnus-button-last): Remove unused variables.
4318
4319 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4320
4321         * lpath.el: Fbind epg-check-configuration.
4322
4323 2006-09-06  Simon Josefsson  <jas@extundo.com>
4324
4325         * mml2015.el (mml2015-use): Doc fix, mention epg.
4326
4327 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4328
4329         * mml2015.el (mml2015-use): Default to epg, if available.
4330
4331 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4332
4333         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4334         message-sender.
4335         (mml1991-epg-encrypt): Ditto.
4336         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4337         message-sender.
4338         (mml2015-epg-encrypt): Ditto.
4339
4340 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
4341
4342         * message.el (message-send-mail-with-sendmail): Look for sendmail in
4343         several common directories.
4344
4345 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
4346
4347         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4348         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4349
4350 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * gnus-art.el (article-decode-encoded-words): Make it fast.
4353
4354 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4355
4356         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4357
4358         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4359         in quoted string into `\'.
4360
4361 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4362
4363         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4364         Use standard-syntax-table.
4365
4366 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4367
4368         * gnus-art.el (gnus-decode-address-function): New variable.
4369         (article-decode-encoded-words): Use it to decode headers which are
4370         assumed to contain addresses.
4371         (gnus-mime-delete-part): Remove useless `or'.
4372
4373         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4374         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4375         (gnus-nov-parse-line): Use it to decode From header.
4376         (gnus-get-newsgroup-headers): Ditto.
4377         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4378
4379         * mail-parse.el (mail-decode-encoded-address-region): New alias.
4380         (mail-decode-encoded-address-string): New alias.
4381
4382         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4383         New function.
4384         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4385         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4386         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4387         (rfc2047-decode-string): Ditto.
4388         (rfc2047-decode-address-region): New function.
4389         (rfc2047-decode-address-string): New function.
4390
4391 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
4392
4393         * message.el (message-caesar-buffer-body): Allow rotating headers.
4394
4395         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4396
4397         * message.el (message-insert-formated-citation-line): Fix %f.
4398         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4399
4400 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4401
4402         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4403         (gnus-bookmark-mouse-available-p): New macro.
4404         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4405         (gnus-bookmark-bmenu-show-infos): Use it.
4406         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4407         (gnus-bookmark-bmenu-hide-infos): Ditto.
4408         (gnus-bookmark-remove-properties): New function.
4409         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4410         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4411         (gnus-bookmark-write-file): Bind coding-system-for-write.
4412         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4413         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4414         group before selecting it.
4415         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4416         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4417         quit-window if it is not available; use gnus-mouse-2 and bind it to
4418         gnus-bookmark-bmenu-select-by-mouse.
4419         (gnus-bookmark-show-details): Remove unused variable `details-list'.
4420         (gnus-bookmark-bmenu-select-by-mouse): New function.
4421
4422 2006-08-13  Romain Francoise  <romain@orebokech.com>
4423
4424         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4425         space.
4426
4427 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4428
4429         * compface.el (uncompface): Use binary rather than raw-text-unix.
4430
4431 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4432
4433         * compface.el (uncompface): Make sure the eol conversion doesn't take
4434         place when communicating with the external programs.  Reported by
4435         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4436
4437 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4438
4439         * nnheader.el (nnheader-insert-head): Fix typo in comment.
4440
4441 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4442
4443         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4444         Make it more robust by parsing author and date independently.
4445
4446 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4447
4448         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4449
4450 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
4451
4452         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4453         first matching secret key.
4454         (mml2015-epg-encrypt): Ditto.
4455
4456         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4457         first matching secret key.
4458         (mml1991-epg-encrypt): Ditto.
4459
4460         * mml2015.el (mml2015-encrypt-to-self): New user option.
4461         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4462         mml2015-epg-encrypt-to-self is set.
4463
4464         * mml1991.el (mml1991-encrypt-to-self): New variable.
4465         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4466         mml1991-epg-encrypt-to-self is set.
4467
4468         * mml2015.el (mml2015-signers): New user option.
4469         (mml2015-epg-sign): Reflect the value of mml2015-signers.
4470         (mml2015-epg-encrypt): Allow to select signing keys.
4471
4472         * mml1991.el (mml1991-signers): New variable.
4473         (mml1991-epg-sign): Reflect the value of mml1991-signers.
4474         (mml1991-epg-encrypt): Allow to select signing keys.
4475
4476 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4477
4478         * nnheader.el (nnheader-insert-head): Make it work even if the file
4479         uses CRLF for the line-break code.
4480
4481 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
4482
4483         * mml2015.el: Require mml-sec instead of password.
4484         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4485         (mml2015-cache-passphrase): Inherit the default value from
4486         mml-secure-cache-passphrase.
4487         (mml2015-passphrase-cache-expiry): Inherit the default value from
4488         mml-secure-passphrase-cache-expiry.
4489
4490         * mml1991.el: Require mml-sec instead of password.
4491         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4492         (mml1991-cache-passphrase): Inherit the default value from
4493         mml-secure-cache-passphrase.
4494         (mml1991-passphrase-cache-expiry): Inherit the default value from
4495         mml-secure-passphrase-cache-expiry.
4496
4497         * mml-sec.el: Require password.
4498         (mml-secure-verbose): New user option.
4499         (mml-secure-cache-passphrase): New user option.
4500         (mml-secure-passphrase-cache-expiry): New user option.
4501
4502 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
4503
4504         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4505         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
4506         andreas@altroot.de (Andreas Vögele).
4507
4508         FIXME: Use `tiny change'?
4509
4510 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4511
4512         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4513         workaround for the url package included with Emacs.
4514
4515         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4516
4517 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4518
4519         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4520         correctly.  This fixes a bug caused by the 2006-05-12 change.
4521
4522 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
4523
4524         * nnmail.el (nnmail-article-group): If splitting raises an error, give
4525         some information about the error when saying that the `bogus' mail
4526         group will be used.
4527
4528 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
4529
4530         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4531         string.
4532
4533 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
4534
4535         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4536
4537 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4538
4539         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4540
4541 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4542
4543         * mml1991.el (mml1991-function-alist): Add epg.
4544         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4545         (mml1991-epg-encrypt): New functions.
4546
4547 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4548
4549         * mml2015.el (mml2015-verbose): New variable.
4550         (mml2015-cache-passphrase): Ditto.
4551         (mml2015-passphrase-cache-expiry): Ditto.
4552         (mml2015-function-alist): Add epg.
4553         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4554         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4555         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4556         functions.
4557
4558 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4559
4560         * message.el (message-cite-original-1): Preserve region when removing
4561         quoted text due to X-No-Archive in order to avoid bogus attribution
4562         when citing multiple messages.
4563
4564 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4565
4566         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4567         Kenneth Jacker <khj@be.cs.appstate.edu>.
4568
4569 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4570
4571         * gnus-diary.el (gnus-user-format-function-d)
4572         (gnus-user-format-function-D): Autoload.
4573
4574         * imap.el (Commentary): Fix typo.
4575
4576         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4577         2006-04-22 contribution.
4578
4579 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4580
4581         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4582         It didn't really fix the bogosity I'm seeing with solid web groups.
4583
4584 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4585
4586         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4587         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4588         created using server names.  If we use the feature without declaring
4589         it, Gnus does not properly manage server and group state.
4590
4591         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4592         bound.
4593
4594 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4595
4596         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4597         looking up the method using GROUP's prefix before inventing a new one.
4598         It is used on killed/unknown groups in various places where returning
4599         an all-new method isn't expected by the caller.
4600
4601         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4602         and match semantics of gnus-group-real-prefix.
4603
4604 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
4605
4606         * nnmail.el (nnmail-broken-references-mailers): New variable.
4607         (nnmail-ignore-broken-references): New function generalizing
4608         nnmail-fix-eudora-headers.
4609         (nnmail-fix-eudora-headers): Now obsolete.
4610
4611         * gnus-art.el (gnus-button-handle-custom): Support
4612         `customize-apropos*'.
4613
4614 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4615
4616         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4617
4618         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4619         articles.
4620
4621 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4622
4623         * message.el (message-cite-reply-above): New variable.
4624         (message-yank-original): Use it.
4625
4626 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4627
4628         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4629
4630 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
4631
4632         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4633         as read.
4634
4635         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4636
4637 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
4638
4639         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4640         (gnus-bookmark-default-file): Use gnus-directory.
4641         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4642         Remove "*" in doc string.
4643         (gnus-bookmark-write-file): Simplify.
4644         (gnus-bookmark-maybe-sort-alist): Use `when'.
4645         (gnus-bookmark-get-bookmark): Fix typo in doc string.
4646         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4647         FIXME about Emacs 21 and XEmacs compatibility.
4648         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4649         compatibility.
4650         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4651         compatibility.
4652         (gnus-bookmark-menu-heading): Fix version.
4653
4654 2006-06-19  Bastien Guerry  <bzg@altern.org>
4655
4656         * gnus-bookmark.el: New file.
4657
4658 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4659
4660         * message.el (message-syntax-checks): Doc fix.
4661
4662 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4663
4664         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4665         unsubscribed groups as if they were killed ones.  It causes duplicate
4666         entries in gnus-newsrc-alist.
4667
4668 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4669
4670         * message.el (message-syntax-checks): Doc fix.
4671         (message-send-mail): Add check for continuation headers.
4672         (message-check-news-header-syntax): Fix regexp used to check for
4673         continuation headers.
4674
4675 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4676
4677         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4678
4679 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
4680
4681         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4682
4683 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4684
4685         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4686         default-truncate-lines.
4687
4688 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4689
4690         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4691         to fill the utf-8 entry.
4692
4693         * lpath.el: Fbind unicode-precedence-list.
4694
4695 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4696
4697         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4698
4699 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
4700
4701         * gnus-agent.el (directory-files-and-attributes): Move all the way
4702         forward (the third and final move).
4703         (gnus-agent-read-agentview): Trap reconstruction errors due to
4704         nonexistant directory.  Handle by returning nil.
4705
4706 2006-05-30  Didier Verna  <didier@xemacs.org>
4707
4708         * message.el (message-dont-reply-to-names): Update the custom type.
4709         * message.el (message-dont-reply-to-names): New defsubst: potentially
4710         convert a list of regexps into a single one.
4711         * message.el (message-get-reply-headers): Use it.
4712         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4713
4714 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4715
4716         * gnus-agent.el (directory-files-and-attributes): Move forward.
4717
4718 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4719
4720         * gnus-ml.el (gnus-mailing-list-subscribe)
4721         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4722         (gnus-mailing-list-message): Fix doc strings.
4723
4724 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4725
4726         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4727         of doing it manually.
4728
4729 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4730
4731         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4732         comment.
4733
4734 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
4735
4736         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4737         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4738         (gnus-agent-read-local): All symbols allocated in my-obarray
4739         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4740         (gnus-agent-regenerate-group): Check numeric names to see if they are
4741         messages or groups.
4742         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4743         better way of do this...)
4744
4745         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4746         'dummy.group' (there should be a better way of do this...)
4747
4748 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4749
4750         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4751         (gnus-saved-headers): Ditto.
4752         (gnus-default-article-saver): Mention functions may have properties.
4753         (gnus-article-save): Override gnus-save-all-headers and
4754         gnus-saved-headers by :headers property which saver function may have.
4755         (gnus-summary-save-in-file): Add :headers property.
4756         (gnus-summary-write-to-file): Ditto.
4757
4758         * gnus-sum.el (gnus-summary-save-article): Bind
4759         gnus-prompt-before-saving to t when saving many articles in a file;
4760         always show all headers.
4761
4762         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
4763
4764 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4765
4766         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4767         marks.
4768
4769         * message.el (message-indent-citation): Add optional arguments to allow
4770         using it outside of message buffers.
4771
4772         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4773         (gnus-article-treat-unfold-headers): Use it.
4774         (gnus-article-truncate-lines): New variable.
4775         (gnus-article-mode): Use it.
4776         (gnus-article-toggle-truncate-lines): New function.
4777
4778         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4779         gnus-article-toggle-truncate-lines.
4780
4781         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4782         coding system in XEmacs, use binary.
4783
4784 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4785
4786         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4787         after-load-alist.
4788
4789         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4790         this function should save decoded articles.
4791         (gnus-summary-write-to-file): Use property to specify this function
4792         should save decoded articles and specify gnus-summary-save-in-file
4793         should be used to save articles other than the first one when saving
4794         many articles.
4795         (gnus-summary-save-body-in-file): Use property to specify this
4796         function should save decoded articles.
4797         (gnus-summary-write-body-to-file): Use property to specify this
4798         function should save decoded articles and specify
4799         gnus-summary-save-body-in-file should be used to save articles other
4800         than the first one when saving many articles.
4801
4802         * gnus-sum.el (gnus-summary-save-article): Simplify.
4803
4804 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4805
4806         * gnus-art.el (gnus-default-article-saver): Add
4807         gnus-summary-write-body-to-file.
4808         (gnus-article-save-coding-system): Don't use coding system object
4809         in XEmacs.
4810         (gnus-read-save-file-name): Add optional `dir-var' argument which
4811         specifies directory in which files are saved; work even if optional
4812         `variable' argument is not specified.
4813         (gnus-summary-write-to-file): Read file name.
4814         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4815         (gnus-summary-write-body-to-file): New function.
4816
4817         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4818         (gnus-summary-local-variables): Add it.
4819         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4820         (gnus-summary-save-article): Remove optional `decode' argument;
4821         determine whether to decode articles by the value of
4822         gnus-default-article-saver; when saving many files using
4823         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4824         it first and use gnus-summary-save-in-file or
4825         gnus-summary-save-body-in-file thereafter unless
4826         gnus-prompt-before-saving is always; move point to article which
4827         will be saved.
4828         (gnus-summary-save-article-file): Revert.
4829         (gnus-summary-write-article-file): Revert.
4830         (gnus-summary-save-article-body-file): Revert.
4831         (gnus-summary-write-article-body-file): New function.
4832
4833 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4834
4835         * gnus-art.el (gnus-default-article-saver): Doc fix.
4836         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4837         from gnus-summary-save-article-coding-system, and default to a
4838         certain coding system.
4839         (gnus-output-to-file): Add coding cookie and encode text according
4840         to gnus-article-save-coding-system; don't use mm-append-to-file.
4841
4842         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4843         gnus-art.el and rename to gnus-article-save-coding-system.
4844         (gnus-summary-save-article): Require gnus-art; don't show all
4845         headers if it decodes articles; don't add coding cookie here;
4846         don't bind mm-text-coding-system-for-write.
4847         (gnus-summary-save-article-file): Save decoded articles.
4848         (gnus-summary-write-article-file): When saving many files, use
4849         gnus-summary-write-to-file first and gnus-summary-save-in-file
4850         thereafter unless gnus-prompt-before-saving is always.
4851         (gnus-summary-save-article-body-file): Save decoded articles.
4852
4853         * lpath.el: Fbind select-safe-coding-system for XEmacs.
4854
4855 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4856
4857         * nnrss.el (nnrss-check-group): Bind hash-index.
4858
4859 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
4860
4861         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4862         its hash index.  Store this hash in `nnrss-group-data'.
4863         (nnrss-read-group-data): Update accordingly.
4864
4865 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4866
4867         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4868         entry.
4869
4870         * gnus-sum.el (gnus-summary-make-menu-bar): Add
4871         gnus-article-browse-html-article.
4872
4873 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
4874
4875         * gnus-sum.el (gnus-summary-mime-map): Add
4876         gnus-article-browse-html-article.
4877
4878         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4879
4880 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4881
4882         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4883         suitable coding systems in customize.
4884
4885 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
4886
4887         * mail-source.el (mail-sources): Fix custom type.
4888
4889 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
4890
4891         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4892         (gnus-summary-expire-articles-now): Shorten prompt.
4893
4894         * gmm-utils.el (wid-edit): Require.
4895         (defun-gmm): Renamed from `gmm-defun-compat'.
4896         (gmm-image-search-load-path): Use it.
4897         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
4898
4899 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4900
4901         * gnus-sum.el (gnus-summary-save-article-coding-system): New
4902         variable.
4903         (gnus-summary-save-article): Add optional `decode' argument.  If
4904         it is set and gnus-summary-save-article-coding-system is non-nil,
4905         save decoded article.
4906         (gnus-summary-write-article-file): Save decoded article if
4907         gnus-summary-save-article-coding-system is non-nil.
4908
4909         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4910         type.
4911
4912 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4913
4914         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4915
4916 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4917
4918         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4919         first to test gnus-single-article-buffer which may be buffer-local.
4920
4921         * gnus-sum.el (gnus-summary-setup-buffer): Make
4922         gnus-single-article-buffer buffer-local and nil in ephemeral
4923         group; make gnus-article-buffer, gnus-article-current, and
4924         gnus-original-article-buffer always buffer-local.
4925         (gnus-summary-exit): Kill article buffer belonging to ephemeral
4926         group.
4927         (gnus-handle-ephemeral-exit): Don't move to next summary line.
4928
4929 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4930
4931         * nnml.el (nnml-request-compact-group): Compressed files might not
4932         have .gz extension.
4933
4934 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4935
4936         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4937         (mm-copy-to-buffer): Use with-current-buffer.
4938         (mm-display-part): Simplify.
4939         (mm-inlinable-p): Add optional arg `type'.
4940
4941 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4942
4943         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4944         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4945         Try harder to show the attachment internally or externally using
4946         gnus-mime-view-part-as-type.
4947
4948 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4949
4950         * message.el (message-from-style, message-signature-separator)
4951         (message-user-organization-file, message-send-mail-function)
4952         (message-citation-line-function, message-yank-prefix)
4953         (message-indent-citation-function, message-signature)
4954         (message-signature-file, message-signature-insert-empty-line):
4955         Remove autoloads.
4956
4957         * gnus-art.el (gnus-buttonized-mime-types): Remove
4958         "multipart/signed".  Revert 2006-04-26 change.
4959
4960 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4961
4962         * gnus.el (gnus-version-number): Bump version.
4963
4964 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4965
4966         * gnus.el: No Gnus v0.5 is released.
4967
4968 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4969
4970         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4971         fetching articles by message-id.
4972
4973 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4974
4975         * message.el (hashcash): Require hashcash as normal.
4976
4977         * ecomplete.el (ecomplete-highlight-match-line): Use
4978         point-at-eol.
4979         (ecomplete-highlight-match-line): Use `highlight', because that
4980         face exists in both Emacs and XEmacs.
4981
4982         * message.el (message-display-abbrev): Use point-at-bol.
4983
4984         * mail-source.el: Don't require timer/timer-funcs.
4985
4986         * gnus-async.el: Ditto.
4987
4988         * password.el: Ditto.
4989
4990         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
4991
4992         * mm-url.el: Ditto.
4993
4994         * gnus-xmas.el: Don't require timer-funcs.
4995
4996         * mm-util.el: Require timer/timer-funcs.
4997
4998 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4999
5000         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
5001         Close.
5002
5003 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5004
5005         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
5006         unibyte after clear-decrypt function runs.
5007
5008         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
5009         returns as a unibyte string.
5010
5011 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5012
5013         * lpath.el: Revert.
5014
5015         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
5016         (pgg-gpg-process-sentinel): Revert.
5017
5018         * pgg-pgp.el (pgg-pgp-process-region): Revert.
5019         (pgg-pgp-lookup-key): Revert.
5020
5021         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
5022         (pgg-pgp5-lookup-key): Revert.
5023
5024         * pgg.el (pgg-fetch-key): Revert.
5025
5026 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5027
5028         * lpath.el: Fbind string-as-multibyte for XEmacs.
5029
5030         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
5031         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
5032         (mml1991-pgg-encrypt): Ditto.
5033
5034         * pgg-gpg.el (pgg-string-to-multibyte): New function.
5035         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
5036         a multibyte buffer.
5037
5038         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
5039         (pgg-pgp-lookup-key): Ditto.
5040
5041         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
5042         (pgg-pgp5-lookup-key): Ditto.
5043
5044         * pgg.el (pgg-fetch-key): Ditto.
5045
5046 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
5047
5048         * message.el (message-user-organization-file): Check several
5049         locations of the organization file.
5050
5051         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
5052         Add gnus-article-view-part-as-type.
5053
5054         * gnus-art.el (gnus-article-view-part-as-type): New function.
5055
5056         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
5057         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
5058
5059         * mml.el: Simplify autoload.
5060         (mml-mode): defvar dnd-protocol-alist instead of using
5061         symbol-value.
5062         (mml-default-directory): New variable.
5063         (mml-minibuffer-read-file): Use it.
5064         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
5065
5066         * message.el (message-citation-line-format): New variable.
5067         (message-insert-formated-citation-line): New function.
5068         (message-citation-line-function): Add
5069         `message-insert-formated-citation-line' to custom type.
5070
5071         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
5072         to doc string.
5073
5074         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
5075         depending on mm-verify-option.
5076
5077 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5078
5079         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
5080         binding pgg-* variables; reimplement the section which prevents
5081         MIME header from being signed.
5082         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
5083         pgg-text-mode; remove a blank line at the top of body.
5084
5085         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
5086         lines at the top of body; use gnus-newsgroup-charset if there's no
5087         Charset header.
5088
5089 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5090
5091         * message.el (message-self-insert-commands): Doc fix.
5092
5093         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
5094         (mm-uu-pgp-encrypted-test): Ditto.
5095         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
5096         between header and body; return application/pgp-encrypted handle
5097         if decryption failed; decode decrypted body by charset.
5098
5099         * mm-decode.el (mm-automatic-display): Don't make application/pgp
5100         element match to application/pgp-*.
5101
5102 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5103
5104         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
5105         HTML.
5106
5107 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5108
5109         * mail-source.el (mail-source-call-script): Message the error
5110         string.
5111
5112 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5113
5114         * gnus-util.el (gnus-byte-compile): Use it.
5115
5116 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
5117
5118         * gnus-util.el (kill-empty-logs): New function.
5119
5120 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5121
5122         * message.el (message-mail-alias-type): Doc fix.
5123         (message-mail-alias-type-p): New function.
5124         (message-send): Use it.
5125         (message-mode): Ditto.
5126         (message-strip-forbidden-properties): Ditto.
5127
5128         * ecomplete.el (ecomplete-database-file-coding-system): New
5129         variable.
5130         (ecomplete-save): Use it.
5131         (ecomplete-setup): Use it.
5132
5133 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5134
5135         * message.el (message-self-insert-commands): New variable.
5136         (message-strip-forbidden-properties): Use it.
5137
5138 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5139
5140         * message.el (message-put-addresses-in-ecomplete): Use a regexp
5141         that doesn't make XEmacs choke.
5142
5143 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
5144
5145         * gnus-util.el (gnus-replace-in-string):
5146         Prefer replace-regexp-in-string over of replace-in-string.
5147
5148 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5149
5150         * gnus-util.el (gnus-select-frame-set-input-focus):
5151         Use select-frame-set-input-focus if it is available in XEmacs; use
5152         definition defined in Emacs 22 for old Emacsen.
5153
5154         * dgnushack.el: Autoload unmorse-region for XEmacs.
5155
5156         * lpath.el: Bind cursor-in-non-selected-windows and
5157         select-frame-set-input-focus for XEmacs.
5158
5159 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5160
5161         * mm-view.el (mm-inline-text): Use equal instead of equalp.
5162
5163 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
5164
5165         * gnus-registry.el (gnus-registry-cache-save): Remove text
5166         properties when saving via the temp buffer.
5167
5168 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5169
5170         * message.el (message-generate-hashcash): Honor custom type.
5171
5172 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5173
5174         * message.el (message-generate-hashcash): Default to non-nil when
5175         hashcash is found.
5176
5177         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5178         (gnus-refer-thread-limit): Increase default to 500.
5179
5180         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
5181
5182         * flow-fill.el (fill-flowed): Allow delete-space.
5183
5184 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5185
5186         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5187         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5188         Remove autoloads.
5189
5190 2006-04-18  Simon Josefsson  <jas@extundo.com>
5191
5192         * message.el (message-generate-hashcash): Default to.
5193
5194 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5195
5196         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5197         concatenating segments rather than before concatenating them.
5198
5199 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5200
5201         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
5202
5203 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5204
5205         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
5206
5207         * message.el (message-forward-make-body-plain): Allow
5208         message-forward-ignored-headers to be a list.
5209         (message-remove-ignored-headers): Factor out into function.
5210         (message-forward-make-body-mml): Use it.
5211
5212         * imap.el (imap-quote-specials): New function.
5213         (imap-login-auth): Quote specials.
5214
5215         * rfc2231.el (rfc2231-parse-string): Remove dead code.
5216         (rfc2231-parse-string): Allow concatanation of parameters that
5217         aren't contiguous.  The test case is
5218           (mail-header-parse-content-type "message/external-body;
5219             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
5220             access-type=LOCAL-FILE;
5221             name*1*=plugh%2fhello-sailor%2fbing.pdf")
5222
5223 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5224
5225         * nntp.el (nntp-accept-process-output): Return the value of
5226         `nnheader-accept-process-output'.
5227
5228 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5229
5230         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
5231         (gnus-button-alist): Recognize more diff formats.
5232         (gnus-button-patch): Strip directory.
5233
5234 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5235
5236         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
5237         Emacs 22 when setting focus.
5238
5239 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5240
5241         * gnus-art.el (gnus-article-treat-types): Do treatment of
5242         text/x-verbatim parts.
5243         (gnus-button-patch): New command.
5244
5245         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5246         addresses that contain invalid characters.
5247
5248 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5249
5250         * message.el (message-put-addresses-in-ecomplete): Use
5251         gnus-replace-in-string.
5252         (message-is-yours-p): Use the more correct
5253         mail-header-parse-address instead of
5254         mail-extract-address-components.
5255         (message-put-addresses-in-ecomplete): Fix typo.
5256
5257         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5258         keystroke.
5259
5260         * gnus-art.el (gnus-treatment-function-alist): Change order of
5261         newsgroups/generic header folding to avoid double-folding.
5262
5263         * message.el (message-hidden-headers): Add X-Draft-From.
5264
5265         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5266         command.
5267         (gnus-summary-repeat-search-article-backward): New command.
5268
5269         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5270         groups in the parent topic.
5271
5272 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
5273
5274         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5275         (spam-extra-header-to-number): Return the CRM114 number as a
5276         number instead of a string.
5277
5278 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5279
5280         * gnus-art.el (gnus-face-properties-alist): Moved here from
5281         gnus-fun.
5282
5283         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5284
5285 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5286
5287         * message.el (message-strip-forbidden-properties): Only display on
5288         self-insert-command.
5289
5290         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5291         reindent.
5292         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5293
5294 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
5295
5296         * smiley.el (smiley-style): Fix typo.
5297
5298 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5299
5300         * hashcash.el (hashcash-insert-payment-async-2): Use
5301         message-goto-eoh instead of doing it manually.
5302         (mail-add-payment): Use message-narrow-to-header instead of trying
5303         to do the same itself.
5304
5305         * message.el (message-hidden-headers): Add Face.
5306
5307         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5308         reparenting code.
5309         (gnus-summary-reparent-children): Refactored out code.
5310         (gnus-summary-thread-map): New keystroke.
5311         (gnus-summary-reparent-children): Make into command.
5312
5313         * smiley.el (smiley-style): Default to `medium' if using a large
5314         font.
5315
5316         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5317         does it itself.
5318
5319         * message.el (message-point-in-header-p): Simplify definition.
5320
5321 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5322
5323         * nnagent.el (nnagent-request-set-mark): Silence log file
5324         writing.
5325         (nnagent-request-set-mark): Use write-region instead of
5326         append-to-file.
5327
5328         * gnus-sum.el (gnus-read-header): Fudge article number if using a
5329         strange select method.
5330
5331         * ecomplete.el (ecomplete-display-matches): Get highlightling
5332         right.
5333         (ecomplete-display-matches): Use literals.
5334         (ecomplete-display-matches): Disable message logging.
5335
5336         * message.el (message-display-abbrev): Small optimization.
5337
5338         * ecomplete.el (ecomplete-display-matches): Allow automatic
5339         display.
5340
5341         * message.el (message-strip-forbidden-properties): Display
5342         abbrevs.
5343         (message-display-abbrev): Get automatic display right.
5344
5345         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5346         keystrokes.
5347
5348 2006-04-13  Romain Francoise  <romain@orebokech.com>
5349
5350         TODO: Backport to v5-10!
5351
5352         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5353         Moved here (and renamed) from gnus-registry.el.
5354
5355         * gnus-registry.el: Require gnus-util.
5356         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5357
5358 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5359
5360         * gnus-group.el (gnus-group-catchup-current): Change
5361         if-then-else-if-then-else into cond.
5362         (gnus-group-catchup): Indent.
5363         (group-name-at-point): New function.
5364         (gnus-fetch-group): Provide default from thing at point.
5365
5366 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5367
5368         * message.el (message-display-abbrev): Fix regexp.
5369
5370         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5371         choosing.
5372         (ecomplete-highlight-match-line): Fix up code rewrite, remove
5373         dead variables.
5374
5375         * message.el (message-newline-and-indent): Remove debugging.
5376         (message-display-abbrev): Use new implementation.
5377
5378 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5379
5380         * gnus-art.el (gnus-article-mode): Set
5381         cursor-in-non-selected-windows to nil.
5382
5383         * smiley.el: Revert previous change.
5384         (smiley-data-directory): defvar it before using it in the
5385         defcustom of `smiley-style'.
5386
5387 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5388
5389         * message.el (message-newline-and-indent): New function.
5390
5391         * ecomplete.el: Implement more bits.
5392
5393         * message.el (message-put-addresses-in-ecomplete): Clean up the
5394         string.
5395
5396         * ecomplete.el (ecomplete-add-item): Chop off decimals.
5397
5398         * gnus-sum.el (gnus-summary-save-parts): Bind
5399         gnus-summary-save-parts-counter and use it to make unique file
5400         names.
5401
5402         * gnus-art.el (gnus-ignored-headers): Add some more headers.
5403
5404         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5405         parameter to say whether to actually parse the individual
5406         addresses.
5407
5408         * message.el (message-put-addresses-in-ecomplete): New function.
5409         (ecomplete): Require.
5410         (message-mail-alias-type): Add ecomplete as an option.
5411
5412 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
5413
5414         * flow-fill.el (fill-flowed): Remove trailing space from blank
5415         quoted lines.
5416
5417 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5418
5419         * smiley.el (smiley-style): Move definition later to avoid a
5420         compilation warning.
5421
5422 2006-04-12  Kenichi Handa  <handa@m17n.org>
5423
5424         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5425         buffer and then decode the buffer text if necessary.
5426         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5427         first, and after mm-encode-body, change the buffer to unibyte.
5428         Use mm-disable-multibyte instead of set-buffer-multibyte.
5429
5430 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5431
5432         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5433         Content-Type header instead of Content-Disposition header.
5434         (gnus-mime-inline-part): Ditto.
5435         (gnus-mime-view-part-as-charset): Ignore charset that the part
5436         specifies.
5437
5438         * mm-decode.el (mm-display-part): Work with external parts and
5439         usual parts similarly.
5440
5441         * mm-extern.el (mm-inline-external-body): Use mm-display-part
5442         instead of gnus-display-mime.
5443
5444         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5445         instead of with-temp-buffer.
5446
5447         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5448         tag to summarized topics part in order to encode non-ASCII text.
5449
5450 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5451
5452         * smiley.el (smiley-style): New variable.
5453         (smiley-directory): New function.
5454         (smiley-data-directory): Derive from `smiley-style' using
5455         `smiley-directory'.
5456         (smiley-regexp-alist): Add new entries.
5457
5458         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5459         (gnus-article-browse-delete-temp): Add :version.
5460
5461 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
5462
5463         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5464         the sieve region.
5465
5466 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5467
5468         * gnus.el (gnus-version-number): Bump version.
5469
5470 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5471
5472         * gnus.el: No Gnus v0.4 is released.
5473
5474 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5475
5476         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5477         layout.
5478
5479         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5480         unknown charset.
5481
5482         * message.el (message-header-synonyms): Add Original-To to the
5483         default.
5484
5485         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5486         optional parameter.
5487
5488 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5489
5490         * gnus-fun.el (gnus): Require it for gnus-directory.
5491
5492 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5493
5494         * gnus-fun.el (gnus-face-properties-alist): Add :version.
5495
5496 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5497
5498         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5499
5500 2006-04-05  Simon Josefsson  <jas@extundo.com>
5501
5502         * password.el (password-reset): New function.
5503
5504 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5505
5506         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5507         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5508
5509 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5510
5511         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5512         Some whitespace was matched into the url, which broke browsing hits
5513         > 100 when mm-url-use-external was nil.
5514
5515 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5516
5517         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5518         gnus-extra-headers for 'Newsgroups.
5519
5520         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5521         bound.
5522
5523 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5524
5525         * pgg-gpg.el: Clean up process buffers every time gpg processes
5526         complete.
5527
5528 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5529
5530         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5531         doc string.
5532
5533 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5534
5535         * pgg-gpg.el (pgg-gpg-process-filter)
5536         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5537
5538         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5539         lines, temporary fix.
5540
5541 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5542
5543         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5544
5545 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5546
5547         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5548         default-enable-multibyte-characters.  This reverts the change from
5549         revision 6.17 which is no longer necessary because the passphrase
5550         is sent separately now.  GnuPG messages are unreadable under
5551         multibyte locales with default-enable-multibyte-characters set to
5552         nil.
5553
5554 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5555
5556         * message.el (message-tool-bar-gnome): Move "spell".
5557
5558 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5559
5560         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5561         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5562         instead.
5563
5564 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5565
5566         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5567         newsgroups handling for NNTP overviews which don't include
5568         Newsgroups.
5569
5570 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5571
5572         * message.el (message-resend): Bind message-generate-hashcash to nil.
5573
5574 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5575
5576         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5577         when searching for already-paid recipients.
5578
5579 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5580
5581         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5582         passphrases when it is not needed.
5583         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5584         passphrase stuff from gpg, should only be necessary when you use
5585         gpg with a smartcard.
5586
5587 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5588
5589         * mml.el (mml-insert-mime): Ignore cached contents of
5590         message/external-body part.
5591
5592         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5593         (mm-insert-part): Ditto.
5594
5595 2006-03-23  Simon Josefsson  <jas@extundo.com>
5596
5597         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5598         Reiner.
5599         (pgg-gpg-use-agent-p): Use it again.
5600
5601 2006-03-23  Simon Josefsson  <jas@extundo.com>
5602
5603         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5604         older emacsen.
5605         (pgg-gpg-use-agent-p): Don't use it.
5606
5607 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
5608
5609         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5610         if we can.
5611
5612 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5613
5614         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5615         (pgg-gpg-update-agent): New function.
5616         (pgg-gpg-use-agent-p): New function.
5617         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5618         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5619         (pgg-gpg-sign-region): Use it.
5620
5621 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5622
5623         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5624         Reported by Ralf Wachinger <rwachinger@gmx.de>.
5625
5626 2006-03-21  Simon Josefsson  <jas@extundo.com>
5627
5628         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5629         <wilde@sha-bang.de>.
5630         (pgg-gpg-use-agent): New variable.
5631         (pgg-gpg-process-region): Use it.
5632         (pgg-gpg-encrypt-region): Likewise.
5633         (pgg-gpg-encrypt-symmetric-region): Likewise.
5634         (pgg-gpg-decrypt-region): Likewise.
5635         (pgg-gpg-sign-region): Likewise.
5636         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5637
5638 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5639
5640         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5641
5642         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5643         Add comment on version.
5644
5645 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5646
5647         * smiley.el: Add missing test smiley.
5648
5649 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5650
5651         * mm-decode.el (mm-with-part): New macro.
5652         (mm-get-part): Use it; work with message/external-body as well.
5653         (mm-save-part): Treat name and filename equally.
5654
5655         * mm-extern.el (mm-extern-cache-contents): New function.
5656         (mm-inline-external-body): Use it; force the part to be displayed;
5657         move undisplayer added to the cached handle to the parent.
5658
5659         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5660         (gnus-mime-view-part-as-type): Work with message/external-body.
5661
5662         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5663
5664 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5665
5666         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5667         images in image-load-path.  [Sync with image.el, revision 1.60, in
5668         Emacs.]
5669
5670 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5671
5672         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5673         path rather than symbol.  Always return list of directories.
5674         Guarantee that image directory comes first.  [Sync with image.el,
5675         revision 1.59, in Emacs.]
5676
5677         * message.el (message-make-tool-bar): Adjust to new API of
5678         `gmm-image-load-path-for-library'.
5679
5680         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5681
5682         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5683
5684 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5685
5686         * gnus-art.el (gnus-article-only-boring-p):
5687         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5688         intangible text.
5689         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5690
5691 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
5692
5693         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
5694         `defun' instead of `gmm-defun-compat'.
5695
5696 2006-03-14  Simon Josefsson  <jas@extundo.com>
5697
5698         * message.el (message-unique-id): Don't use message-number-base36
5699         if (user-uid) is a float.
5700         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5701
5702 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5703
5704         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5705
5706         * gnus-art.el (gnus-mime-display-single): Make sure there is an
5707         empty line between a part and a message part.
5708
5709 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5710
5711         * smiley.el: Add more test smileys.
5712         (smiley-data-directory, smiley-regexp-alist)
5713         (gnus-smiley-file-types): Fix doc strings.
5714         (smiley-update-cache): Clear smiley-cached-regexp-alist before
5715         adding new elements.
5716         (smiley-mouse-map): Unused code.  Make it a comment.
5717
5718 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5719
5720         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5721         scan latest NoCeM messages instead of old ones.
5722         (gnus-nocem-check-article): Fix regexps so as to match to PGP
5723         delimiters that are recently used.
5724         (gnus-nocem-load-cache): Add autoload cookie.
5725
5726         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5727
5728         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5729         level which is larger than gnus-use-nocem is specified.
5730
5731         * gnus-group.el (gnus-group-get-new-news): Ditto.
5732
5733 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5734
5735         * gnus-util.el (gnus-tool-bar-update): New function.
5736
5737         * gnus-group.el (gnus-group-update-tool-bar): New variable.
5738         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5739
5740         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5741
5742         * gnus-group.el (gnus-group-redraw-when-idle)
5743         (gnus-group-redraw-check): Remove.
5744         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5745
5746 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5747
5748         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5749         if optional last element is specified in splits (FIELD VALUE...).
5750
5751 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
5752
5753         * message.el (message-make-tool-bar): Rename gmm-image-load-path
5754         to gmm-image-load-path-for-library.  Call with no-error argument.
5755         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5756
5757         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5758
5759         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5760
5761         * gmm-utils.el (gmm-image-load-path): Remove alias.
5762
5763 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
5764
5765         * gmm-utils.el (gmm-image-load-path): Add alias.
5766
5767         * nnml.el (nnml-generate-nov-databases-directory): Rename from
5768         nnml-generate-nov-databases-1.
5769         (nnml-generate-nov-databases): Use it.
5770         (nnml-generate-nov-databases-directory): Document no-active
5771         argument.
5772
5773         * gmm-utils.el (gmm-image-load-path-for-library): Return single
5774         directory if path is t.  Add no-error.
5775
5776         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5777         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5778
5779         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5780         resetting gnus-article-browse-html-temp-list.
5781
5782         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5783         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
5784         Add example to docstring.  Rename local variables.  Move error
5785         checks to default case in cond and simplify.
5786
5787 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5788
5789         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5790         handle is multipart when calling it recursively.
5791         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5792
5793 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
5794
5795         * nnimap.el (nnimap-request-update-info-internal): Optimize.
5796         Don't `gnus-uncompress-range' to avoid excessive memory usage.
5797
5798 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5799
5800         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5801         is loaded.
5802
5803         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5804         loaded.
5805
5806 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5807
5808         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5809         to "Emacs 23 (unicode)" in doc string.
5810
5811         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5812         "Emacs 23 (unicode)" in comment.
5813
5814 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5815
5816         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5817
5818         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5819         characters 160 through 255 in Emacs 23.
5820
5821 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5822
5823         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5824         gnus-article-browse-html-temp.
5825         (gnus-article-browse-delete-temp): Make it customizable.  Add
5826         `file'.  Adjust doc string.
5827         (gnus-article-browse-delete-temp-files): Add argument.  Allow
5828         query for each file.  Adjust doc string.
5829         (gnus-article-browse-html-parts): Add
5830         `gnus-article-browse-delete-temp-files' to
5831         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5832
5833 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
5834
5835         * gnus-art.el (gnus-article-browse-html-temp)
5836         (gnus-article-browse-delete-temp): New variables.
5837         (gnus-article-browse-delete-temp-files): New function.
5838         (gnus-article-browse-html-parts): Use it.
5839
5840 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5841
5842         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5843
5844         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5845         string.
5846
5847         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5848         gnus-summary-insert-new-articles when unplugged.  Remove
5849         gnus-summary-search-article-forward.
5850
5851         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5852         display-visual-class instead of display-color-cells.
5853
5854 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5855
5856         * dgnushack.el: Autoload customize-group for XEmacs.
5857
5858         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5859         message/* containing non-ASCII text properly.
5860
5861 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5862
5863         * message.el: Require gmm-utils, remove autoloads.
5864         (message-tool-bar): Set default based on
5865         gmm-tool-bar-style.
5866         (message-tool-bar-gnome): Add gmm-customize-mode.
5867
5868         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5869         gmm-tool-bar-style.
5870         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5871
5872         * gnus-group.el (gnus-group-tool-bar): Set default based on
5873         gmm-tool-bar-style.
5874         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5875
5876         * gmm-utils.el (gmm-image-directory): Rename variable from
5877         gmm-image-load-path.
5878         (gmm-image-load-path): Use gmm-image-directory.
5879         (gmm-customize-mode): New function.
5880         (gmm-tool-bar-style): New variable.
5881
5882         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5883         gnus-group-redraw-line-number.
5884         (gnus-group-redraw-check): Simplify.
5885         (gnus-group-tool-bar-update): Remove redraw check.
5886         (gnus-group-make-tool-bar): Add redraw check.
5887
5888 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
5889
5890         * gnus-art.el (gnus-button): Add missing parentheses.
5891
5892 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5893
5894         * lpath.el: Fbind line-number-at-pos.
5895
5896 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5897
5898         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5899
5900 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5901
5902         * gnus-art.el (gnus-button): New face.
5903         (gnus-article-button-face): Use it.
5904
5905         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5906         gnus-summary-next-page.  Re-order.
5907
5908         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5909         next-node are now included.
5910         (gnus-group-redraw-line-number): New internal variable.
5911         (gnus-group-redraw-check): Helper function for updating the tool
5912         bar.
5913         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5914
5915         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5916
5917         * spam.el (spam-spamassassin-score-regexp): New internal variable.
5918         (spam-extra-header-to-number, spam-check-spamassassin-headers):
5919         Use it to match format of Spamassassin 3.0 and later.  Reported by
5920         IRIE Tetsuya <irie@t.email.ne.jp>.
5921         (spam-check-bogofilter)
5922         (spam-bogofilter-register-with-bogofilter): Fix args of
5923         `gnus-error' calls.
5924
5925 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5926
5927         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5928         unnecessary interaction when sending queued mails.  Reported by
5929         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5930
5931 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5932
5933         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5934         first or last are nil.
5935
5936 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5937
5938         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5939
5940 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5941
5942         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5943
5944 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5945
5946         * dns.el (query-dns): Protect more against buggy tcp output.
5947
5948 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5949
5950         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5951         nov.php.
5952
5953 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5954
5955         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5956         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5957         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
5958         output on the server side.
5959         (nnweb-google-create-mapping): Update regexps and add some
5960         progress indication.
5961
5962 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
5963
5964         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5965         gnus-agent-toggle-plugged.  Re-order icons.
5966         (gnus-group-tool-bar-gnome): Add
5967         gnus-group-{prev,next}-unread-group.
5968         (gnus-group-tool-bar-gnome): Re-order icons.
5969
5970         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5971         gnus-summary-insert-new-articles.
5972
5973         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5974         comments.
5975
5976         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
5977         also available in Emacs 21.3.
5978
5979         * message.el (message-fix-before-sending): Change "Emacs 22" to
5980         "Emacs 23 (unicode)" in comment.
5981
5982         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5983         "Emacs 23 (unicode)" in comment.
5984
5985         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5986         comment.
5987         (mm-coding-system-p): Add comment about no-MULE XEmacs.
5988
5989         * mm-view.el (mm-fill-flowed): Add :version.
5990
5991 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5992
5993         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5994         and load-path.
5995
5996 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
5997
5998         * message.el: Autoload gmm-image-load-path.
5999         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
6000         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
6001         consitency.
6002
6003         * gmm-utils.el (gmm-image-load-path): Also search in
6004         "../etc/images".  Don't set gmm-image-load-path if we don't find
6005         the image.
6006
6007 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6008
6009         * gmm-utils.el (gmm-image-load-path): Don't make
6010         `gmm-image-load-path' include subdirectories which the second arg
6011         `image' might specify.
6012
6013         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
6014         subdirectory to icon file names.
6015
6016         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
6017
6018 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6019
6020         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
6021         gmm-image-load-path calls.
6022
6023         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6024
6025         * message.el (message-make-tool-bar): Ditto.
6026
6027         * mml.el (mml-preview): Added comment concerning tool bar icons.
6028
6029         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
6030         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
6031
6032         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
6033         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
6034
6035         * message.el (message-tool-bar-gnome): Use new icon names.
6036         (message-make-tool-bar): Use `gmm-image-load-path'.
6037
6038         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
6039         functions from MH-E.
6040         (gmm-image-load-path): New variable from MH-E.
6041         (gmm-image-load-path): New function from MH-E.  Added arguments
6042         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
6043         *-image-load-path-called-flag.
6044
6045 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
6046
6047         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
6048
6049 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
6050
6051         * nnimap.el (nnimap-request-move-article): Change folder back to
6052         source group before deleting.
6053
6054 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
6055
6056         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
6057
6058         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
6059         mm-url.
6060
6061         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
6062
6063 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6064
6065         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
6066         coding system which mm-charset-to-coding-system returns for a
6067         given charset is valid.
6068
6069 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
6070
6071         * html2text.el (html2text-remove-tag-list):
6072         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
6073
6074 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6075
6076         * gnus-cus.el: Revert 2005-10-17 change.
6077
6078 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * gnus-art.el (article-strip-banner): Call
6081         article-really-strip-banner only when the regexp match is made.
6082
6083 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6084
6085         * gnus-art.el (article-strip-banner): Use
6086         gnus-extract-address-components instead of
6087         mail-header-parse-addresses to make it work with non-ASCII text;
6088         remove mail-encode-encoded-word-string.
6089
6090         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
6091         values which are surrounded with \"...\"; make it never cause a
6092         Lisp error; give up parsing of parameters if it failed in
6093         extracting type.
6094
6095 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
6096
6097         * smime.el (smime-cert-by-ldap-1): Fix bug where
6098         `smime-ldap-search' returns results without userCertificates.
6099
6100 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6101
6102         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
6103
6104 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6105
6106         * spam.el (spam-check-spamassassin-headers): Adapt format for
6107         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
6108         <ari@mbf.ocn.ne.jp>.
6109         (spam-list-of-processors): Add spam-use-gmane.
6110
6111 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6112
6113         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
6114         make-temp-file; make it work with XEmacs as well.
6115
6116         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
6117         mm-make-temp-file.
6118
6119         * mm-decode.el (mm-display-external): Use the 3rd arg of
6120         mm-make-temp-file.
6121         (mm-create-image-xemacs): Ditto.
6122
6123 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6124
6125         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
6126         with message-narrow-to-headers.
6127         (gnus-draft-setup): Narrow to header to run message-fetch-field.
6128         (gnus-draft-check-draft-articles): New function.
6129         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
6130
6131 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6132
6133         * gnus-art.el (gnus-article-browse-html-parts):
6134         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
6135         Don't use suffix argument for mm-make-temp-file for Emacs 21
6136         compatibility.  Remove useless `format'.
6137
6138 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6139
6140         * nnweb.el (nnweb-google-wash-article): Update regexps.
6141         (nnweb-group-alist): Use defvoo instead of defvar.
6142
6143 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6144
6145         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
6146         re-loading nn* modules.
6147
6148 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6149
6150         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
6151         for `tool-bar-mode' and don't check it's default-value.
6152
6153         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6154
6155         * message.el (message-make-tool-bar): Ditto.
6156
6157         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
6158         `substring'.  Shorten tmp-file name.
6159
6160         * gnus.el: Remove bogus comment.
6161
6162 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
6163
6164         * gnus-art.el (gnus-article-browse-html-parts): New function.
6165         (gnus-article-browse-html-article): New function for viewing html
6166         articles with a browser.
6167
6168 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
6169
6170         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
6171         in elisp.
6172         (pgg-gpg-encrypt-symmetric-region): Ditto.
6173         (pgg-gpg-sign-region): Ditto.
6174
6175         * pgg-def.el (pgg-text-mode): New variable.
6176
6177         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6178         (mml2015-pgg-encrypt): Ditto.
6179
6180         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6181         (mml1991-pgg-encrypt): Ditto.
6182
6183 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6184
6185         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6186         message-make-date instead of current-time-string.
6187
6188         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6189         to gnus-decoded which mm-uu might set.
6190
6191 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6192
6193         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6194         don't decode quoted parameters; remove misimported Emacs code.
6195         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6196         (rfc2231-decode-encoded-string): Don't use split-string which
6197         behaves differently according to Emacs version; use
6198         mm-decode-coding-region to convert charset to coding-system.
6199         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6200         (rfc2231-encode-string): Remove misimported Emacs code.
6201
6202 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6203
6204         * gnus-art.el (article-decode-charset): Don't use ignore-errors
6205         when calling mail-header-parse-content-type.
6206         (article-de-quoted-unreadable): Ditto.
6207         (article-de-base64-unreadable): Ditto.
6208         (article-wash-html): Ditto.
6209
6210         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6211         calling mail-header-parse-content-type and
6212         mail-header-parse-content-disposition.
6213         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6214         mail-header-parse-content-type.
6215
6216         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6217         insert charset and format parameters; encode description after
6218         inserting it to buffer.
6219         (mml-insert-parameter): Fold lines properly even if a parameter is
6220         segmented into two or more lines; change the max column to 76.
6221
6222         * rfc1843.el (rfc1843-decode-article-body): Don't use
6223         ignore-errors when calling mail-header-parse-content-type.
6224
6225         * rfc2231.el (rfc2231-parse-string): Return at least type if
6226         possible; don't cause an error even if it fails in parsing of
6227         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6228         (rfc2231-encode-string): Don't break lines at the beginning, leave
6229         it to mml-insert-parameter.
6230
6231         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
6232         calling mail-header-parse-content-type.
6233
6234 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
6235
6236         * spam-report.el (spam-report-gmane-use-article-number):
6237         Improve doc string.
6238         (spam-report-gmane-internal): Check if a suitable header was found
6239         in the article.
6240
6241 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6242
6243         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
6244         (rfc2231-encode-string): Make param*=value always begin with LWSP.
6245
6246 2006-02-05  Romain Francoise  <romain@orebokech.com>
6247
6248         Update copyright notices of all files in the gnus directory.
6249
6250 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6251
6252         * nnweb.el (nnweb-request-group): Avoid growing overview files.
6253
6254 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6255
6256         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6257         segmented lines of parameter value to cope with Thunderbird 1.5
6258         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6259         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6260         (rfc2231-encode-string): Don't make lines exceeding 76 column.
6261
6262 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
6263
6264         * mml.el (mml-generate-mime-1): Correct the order of inline signed
6265         parts.
6266
6267 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6268
6269         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6270         there's only one active file for all servers.
6271         (nnweb-request-scan): Make sure nnweb-articles is initialized on
6272         solid groups.  Gnus might have used a FAST request to select the group.
6273         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6274         and nnweb-search redundantly in the active file.
6275         (nnweb-request-list): Don't list bogus groups.  There can only be one.
6276         (nnweb-request-create-group): Don't use ARGS.
6277         (nnweb-possibly-change-server, nnweb-request-group): Remove some
6278         initialisations.  Let nnoo do the work.
6279
6280 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6281
6282         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6283         Say the part has been decoded.
6284
6285         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
6286
6287 2006-01-31  Kevin Ryde  <user42@zip.com.au>
6288
6289         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6290         mailcap-viewer-test-cache when there's no 'test clause, since that
6291         will invert the meaning of a "nil" test previously determined by
6292         mailcap-mailcap-entry-passes-test.
6293
6294 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6295
6296         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6297         compiling.
6298
6299         * gnus-sum.el: Ditto.
6300
6301         * message.el: Don't bind tool-bar-map when compiling.
6302
6303 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
6304
6305         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6306
6307 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6308
6309         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6310         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6311         current Google Groups.
6312
6313 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
6314
6315         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6316         and tool-bar-mode.
6317
6318         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6319         and tool-bar-mode.
6320
6321         * message.el (message-tool-bar-update): Simplify.
6322         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6323
6324         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6325         gnus-summary-buffer.
6326         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6327         gnus-summary-reply.
6328
6329         * gmm-utils.el (gmm): Add :version.
6330
6331 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6332
6333         * Makefile.in (clean): New rule.
6334         (distclean): Use it.
6335
6336 2006-01-26  Steve Youngs  <steve@sxemacs.org>
6337
6338         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6339         autoload.
6340
6341 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * gmm-utils.el (gmm-verbose): Add :group.
6344
6345 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
6346
6347         * message.el: Change some comments WRT tool-bars.
6348
6349         * gnus-sum.el (gnus-summary-tool-bar)
6350         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6351         (gnus-summary-tool-bar-zap-list): New variables.
6352         (gnus-summary-make-tool-bar): Complete rewrite using
6353         `gmm-tool-bar-from-list'.
6354
6355         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6356         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6357         variables.
6358         (gnus-group-make-tool-bar): Complete rewrite using
6359         `gmm-tool-bar-from-list'.
6360         (gnus-group-tool-bar-update): New function.
6361
6362         * message.el (message-mode-field-menu): Add "Show hidden Headers".
6363
6364 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6365
6366         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6367         is dissected into a single part of which the type is the same as
6368         the given one; decode charset.
6369
6370 2006-01-21  Kevin Ryde  <user42@zip.com.au>
6371
6372         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6373         into alists as symbol not string, since that's what
6374         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6375         look for.
6376
6377 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
6378
6379         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6380         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6381
6382         * message.el (message-tool-bar-gnome): Use gmm-ignore.
6383
6384 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6385
6386         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
6387         (gnus-xmas-mime-security-button-menu): New function.
6388
6389         * gnus-art.el (gnus-mime-security-button-commands): New variable.
6390         (gnus-mime-security-button-menu): New definition.
6391         (gnus-mime-security-button-map): Use them.
6392         (gnus-mime-security-button-menu): New function.
6393         (gnus-insert-mime-security-button): Addition to help echo.
6394         (gnus-mime-security-run-function, gnus-mime-security-save-part)
6395         (gnus-mime-security-pipe-part): New functions.
6396
6397         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6398         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6399
6400         * mm-decode.el (mm-handle-set-disposition): Remove.
6401         (mm-handle-set-description): Remove.
6402
6403 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6404
6405         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6406         (mm-w3m-standalone-supports-m17n-p): New function.
6407         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6408         w3m usage.
6409
6410         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6411         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6412
6413 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6414
6415         * message.el (message-tool-bar-zap-list): Use
6416         gmm-tool-bar-zap-list as custom type.
6417         (message-tool-bar-update): New function.
6418         (message-tool-bar, message-tool-bar-gnome)
6419         (message-tool-bar-retro): Add message-tool-bar-update.
6420         (message-tool-bar-gnome): Add flyspell-buffer.
6421
6422         * gnus-util.el (gnus-error): Describe `args'.
6423
6424         * gmm-utils.el (gmm-error): Describe `args'.
6425         (gmm-tool-bar-zap-list): New widget.
6426         (gmm-tool-bar-from-list): Improve description of `zap-list'.
6427
6428 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6429
6430         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6431         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6432         the number of recursive calls.
6433
6434         * mm-decode.el (mm-handle-set-disposition): New macro.
6435         (mm-handle-set-description): New macro.
6436
6437 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6438
6439         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6440         encoding.
6441
6442 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6443
6444         * message.el (message-tool-bar-zap-list, message-tool-bar)
6445         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6446         (message-tool-bar-local-item-from-menu): Remove.
6447         (message-tool-bar-map): Replace by `message-make-tool-bar'.
6448         (message-make-tool-bar): New function.
6449         (message-mode): Use `message-make-tool-bar'.
6450
6451         * gmm-utils.el: New file.
6452         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6453         (gmm-lazy): New widget copied from `nnmail.el'.
6454         (gmm-tool-bar-from-list): New function for creating customizable
6455         tool bars.
6456         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
6457         output.
6458         (gmm): Add :prefix to defgroup.
6459
6460 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6461
6462         * gmm-utils.el (gmm-widget-p): New function.
6463
6464 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6465
6466         * mml.el (mml-attach-file): Describe `description' in doc string.
6467         (mml-menu): Add Emacs MIME manual and PGG manual.
6468
6469 2006-01-20  Richard M. Stallman  <rms@gnu.org>
6470
6471         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6472
6473 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
6474
6475         * nntp.el (nntp-end-of-line): Doc fix.
6476
6477 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
6478
6479         * imap.el (imap-open): Handle case where buffer is a buffer
6480         object.
6481
6482 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6483
6484         * gnus-delay.el (gnus-delay): Don't autoload.
6485         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6486         to be re-loaded when customizing the `gnus-delay' group.
6487
6488 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
6489
6490         * message.el (message-insert-citation-line): Use newlines.
6491
6492 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6493
6494         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6495         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
6496         these routines, so the passphrase can be managed externally and
6497         passed in to the system.
6498         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6499         pgg-add-passphrase-to-cache function.
6500
6501         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6502         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
6503         these routines, so the passphrase can be managed externally and
6504         passed in to the system.
6505         (pgg-pgp5-sign-region): Use new name of
6506         pgg-add-passphrase-to-cache function.
6507
6508 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6509
6510         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6511         part of the decoded armor to find the key-identifier.
6512         (pgg-gpg-lookup-key-owner): New function to return the
6513         human-readable identifier of a key owner.
6514         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
6515         itself.
6516         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6517         the key value) if we have a key and can match it against a secret
6518         key.  Also, added a note pointing out fact that the prompt only
6519         indicates the first matching key.
6520
6521         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
6522         pgg-decrypt-region.
6523         (pgg-add-passphrase-to-cache): Rename from
6524         `pgg-add-passphrase-cache' to reduce confusion (all callers
6525         changed).
6526         (pgg-remove-passphrase-from-cache): Rename from
6527         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6528         changed).
6529         (pgg-read-passphrase, pgg-add-passphrase-cache)
6530         (pgg-remove-passphrase-cache): Add informative docstrings.
6531         (pgg-decrypt): Convey provided passphrase in subordinate call to
6532         pgg-decrypt-region.
6533
6534 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
6535
6536         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6537         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6538         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6539         'passphrase' argument, so the passphrase can be managed externally
6540         and then passed in to the system.
6541
6542         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6543         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
6544         so the passphrase cache can be used reliably with identifiers
6545         besides a pgp packet's key id.
6546
6547         * pgg-gpg.el (pgg-gpg-encrypt-region)
6548         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6549         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
6550         these routines, so the passphrase can be managed externally and
6551         passed in to the system.
6552
6553         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6554         'notruncate' argument, so the passphrase cache can be used
6555         reliably with identifiers besides a pgp packet's key id.
6556
6557 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
6558
6559         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6560         symmetric encryption.
6561         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6562         encrypted session key.
6563         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6564         message ask for the passphrase in a proper way.
6565
6566         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6567         New user commands for symmetric encryption.
6568
6569 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6570
6571         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6572
6573         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6574
6575 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6576
6577         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6578
6579 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6580
6581         * mm-decode.el (mm-inlined-types): Add application/pgp.
6582         (mm-automatic-display): Ditto.
6583
6584         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6585         part as text.
6586
6587 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6588
6589         * nnrss.el: Update copyright.
6590         (nnrss-opml-import): Query whether to subscribe to each entry.
6591
6592         * gnus-art.el:
6593         * gnus-sum.el:
6594         * gnus-xmas.el:
6595         * messagexmas.el:
6596         * mm-uu.el:
6597         * mm-view.el: Update copyright.
6598
6599 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
6600
6601         * message.el (message-info): New function.
6602         (message-mode-menu): Add it.
6603         Update copyright.
6604
6605         * ChangeLog: Fix and update copyright.
6606
6607 2006-01-13  Romain Francoise  <romain@orebokech.com>
6608
6609         * message.el (message-forward-subject-name-subject): Prefer the
6610         address to 'nowhere' if the sender has no name.
6611         Fix typo.  Update copyright year.
6612
6613 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6614
6615         * gnus-art.el (article-wash-html): Use
6616         gnus-summary-show-article-charset-alist if a numeric arg is given.
6617         (gnus-article-wash-html-with-w3m-standalone): New function.
6618
6619         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6620         mm-inline-text-html-render-with-w3m-standalone.
6621         (mm-text-html-washer-alist): Map w3m-standalone to
6622         gnus-article-wash-html-with-w3m-standalone.
6623         (mm-inline-text-html-render-with-w3m-standalone): New function.
6624
6625 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6626
6627         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6628         Improve LaTeX.
6629
6630 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6633         (nnrss-request-article): Render text/plain parts as HTML.
6634
6635         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6636         the buffer.
6637
6638 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6639
6640         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6641         custom definition of `gnus-posting-styles'.
6642
6643         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6644         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6645
6646 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6647
6648         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6649         Use nntp for bug archive.
6650
6651 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6652
6653         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6654         parts.
6655         (nnrss-normalize-date): New function converts ISO 8601 date into
6656         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6657         (nnrss-check-group): Use it.
6658
6659 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6660
6661         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6662
6663         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6664         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6665         (nnrss-insert-w3): Ditto.
6666
6667 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6668
6669         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6670         the articles to be forwarded including the case where neither a
6671         number of articles nor a region is specified.
6672
6673 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6674
6675         * nnrss.el (nnrss-request-article): Fix last change; fill
6676         text/plain parts.
6677
6678 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6679
6680         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6681         in text/plain part.
6682         (nnrss-check-group): Don't add excessive newline to dc:subject.
6683
6684 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
6685
6686         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6687         article.
6688
6689 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6690
6691         * nnml.el: Don't require gnus-bcklg.  Autoload it.
6692         (nnml-use-compressed-files, nnml-save-mail): Support other
6693         comression programs such as bzip2.
6694
6695 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6696
6697         * dns.el (query-dns): Make sure we check the buffer size before
6698         removing tcp headers.
6699
6700 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6701
6702         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6703         remove MIME buttons associated with multipart/alternative parts.
6704         (gnus-mime-display-alternative): Tag buttons using `article-type'
6705         text property.
6706
6707         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6708         associated with multipart/alternative parts.
6709
6710         * gnus-art.el (gnus-signature-separator): Fix custom type.
6711
6712         * mm-decode.el (mm-inlined-types): Fix custom type.
6713         (mm-keep-viewer-alive-types): Ditto.
6714         (mm-automatic-display): Ditto.
6715         (mm-attachment-override-types): Ditto.
6716         (mm-inline-override-types): Ditto.
6717         (mm-automatic-external-display): Ditto.
6718
6719 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6720
6721         * spam-report.el (spam-report-user-mail-address)
6722         (spam-report-user-agent): New variables.
6723         (spam-report-url-ping-plain): Use spam-report-user-agent.
6724
6725 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
6726
6727         * gnus-art.el (gnus-button-handle-custom): Do not just use
6728         `customize-apropos' for any "M-x customize-*" button but the
6729         function called for.  Accept both the function name and its
6730         argument in order to achieve this.
6731         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
6732         function name to `gnus-button-handle-custom' in case of "M-x
6733         customize-*" buttons.
6734
6735 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6736
6737         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6738         multipart/alternative and add xref to mm-discouraged-alternatives
6739         in doc string.
6740
6741         * mm-decode.el (mm-discouraged-alternatives): Add xref to
6742         gnus-buttonized-mime-types in doc string.
6743
6744 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
6745
6746         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6747         Suggest image/.* in the doc string.
6748
6749 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6750
6751         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6752         message-marks (Debian bug #342521).
6753
6754 2005-12-12  Simon Josefsson  <jas@extundo.com>
6755
6756         * password.el (password-read-from-cache): Add.
6757         (password-read): Use it.
6758
6759 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6760
6761         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6762         us-ascii as a MIME charset.
6763
6764         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6765         against the case where the 2nd arg TYPE is nil.
6766
6767 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6768
6769         * pop3.el (pop3-stream-type): Fix custom version.
6770
6771         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6772
6773 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6774
6775         * mm-decode.el (mm-display-external): Add missing cdr.
6776
6777 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6778
6779         * mm-decode.el (mm-display-external): Use nametemplate (defined in
6780         RFC1524) if it is in mailcap or add a suffix according to
6781         mailcap-mime-extensions when generating a temp filename; postpone
6782         deleting a temp file for 2 seconds for some wrappers, shell
6783         scripts, and so on, which might exit right after having started a
6784         viewer command as a background job.
6785
6786 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6787
6788         * nntp.el (nntp-marks-directory): Fix custom group.
6789
6790         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6791         steps when < 10.
6792
6793         * gnus-start.el (gnus-no-server-1): Mention
6794         `gnus-level-default-subscribed' in doc string.
6795
6796 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6797
6798         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6799         parens.
6800
6801 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6802
6803         * gnus-xmas.el (gnus-use-toolbar): Revert.
6804         (gnus-xmas-setup-toolbar): Use global default-toolbar if
6805         gnus-use-toolbar is default.
6806
6807         * messagexmas.el (message-use-toolbar): Revert.
6808         (message-setup-toolbar): Use global default-toolbar if
6809         message-use-toolbar is default.
6810
6811 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6812
6813         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
6814         according to default-toolbar-visible-p.
6815
6816         * messagexmas.el (message-use-toolbar): Ditto.
6817
6818 2005-11-26  Dave Love  <fx@gnu.org>
6819
6820         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6821         (tls-program, tls-success): Provide openssl alternative.
6822
6823         * starttls.el: Doc fixes.
6824         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6825         SERVICE to PORT.
6826
6827         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
6828         port null or service name.
6829         (starttls-negotiate): Autoload.
6830
6831 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6832
6833         * message.el (message-kill-to-signature): Fix interactive spec.
6834
6835 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6836
6837         * pop3.el (pop3-open-server): Recognize a string as a service name.
6838
6839 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
6840
6841         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6842
6843 2005-11-23  Dave Love  <fx@gnu.org>
6844
6845         Add pop3s, pop3/starttls.
6846
6847         * pop3.el (pop3-authentication-scheme): Clarify doc.
6848         (open-tls-stream, starttls-open-stream): Autoload.
6849         (pop3-stream-type): New.
6850         (pop3-open-server): Use it.
6851
6852         * mail-source.el (mail-sources): Fix some :types.  Add stream type
6853         for POP.
6854         (mail-source-keyword-map): Add :stream for POP.
6855         (mail-source-fetch-pop): Use pop3-stream-type.
6856
6857 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6860         of current-time-string.
6861
6862 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
6863
6864         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6865         date header.
6866
6867 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6868
6869         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6870         it can seriously impact performance as it bypasses the agent's
6871         local caches.
6872
6873 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6874
6875         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6876         must be explicitly online rather than "not explicitly offline" for
6877         its flags to be synchronized.
6878
6879         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6880         that gnus-uu-unmark-thread will function correctly.
6881
6882         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6883         1024K is instead displayed as 1M.
6884
6885 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6886
6887         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6888
6889 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
6890
6891         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6892
6893 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
6894
6895         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6896         error message to display actual error condition.
6897         (gnus-agent-save-local): Avoid saving symbols that are bound to
6898         nil as they simply result in a warning message in
6899         gnus-agent-read-local.
6900
6901 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6902
6903         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6904         rather than make-variable-buffer-local for file-precious-flag.
6905
6906 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6907
6908         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6909         for duplicates which are removed.  The invalid sort check then
6910         triggers a rescan after the sort as sorting may have moved
6911         duplicate entries such that they can be cheaply detected.
6912
6913 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6914
6915         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6916
6917 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6918
6919         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6920         internal variable to a custom variable.  Changed default value
6921         from compressed(2) to uncompressed(1).
6922         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6923         support for uncompressed agentview files.  Taken together, reading
6924         the agentview file should now be 6-7 times faster.
6925
6926 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6927
6928         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6929         as a buffer-local variable.  This avoids creating truncated
6930         dribble files as a result of a hang up, eg.
6931
6932 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
6933
6934         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
6935         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
6936         XEmacs.
6937
6938 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6939
6940         * gnus-start.el (gnus-start-draft-setup): Enforce
6941         `gnus-draft-mode' for nndraft:drafts at startup.
6942
6943         * gnus.el (gnus-splash): Change custom group.
6944         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6945         allow-list argument.
6946
6947         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6948         string.
6949
6950 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6951
6952         * gnus-art.el (gnus-default-article-saver): Add user-defined
6953         `function' to custom type.
6954
6955 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6956
6957         * imap.el (imap-open): Handle case where buffer is a buffer
6958         object.
6959
6960 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6961
6962         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6963         long lines.
6964         (gnus-cache-delete-group): Wrap doc strings.
6965
6966         * gnus-agent.el (gnus-agent-rename-group)
6967         (gnus-agent-delete-group): Wrap doc strings.
6968
6969 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6970
6971         * messagexmas.el (message-use-toolbar): Change the valid values
6972         into default, top, bottom, left, and right.
6973         (message-toolbar-thickness): New variable.
6974         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
6975         well.
6976         (message-setup-toolbar): Make it work.
6977
6978         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
6979         (gnus-use-toolbar): Change the valid values into default, top,
6980         bottom, left, and right.
6981         (gnus-toolbar-thickness): New variable.
6982         (gnus-xmas-setup-toolbar): New function.
6983         (gnus-xmas-setup-group-toolbar): Use it.
6984         (gnus-xmas-setup-summary-toolbar): Use it.
6985
6986 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6987
6988         * gnus-start.el (gnus-1): Add "native" to
6989         gnus-predefined-server-alist.
6990
6991         * gnus.el (gnus-method-to-server): Don't add "native" to the
6992         lists here, because that leads to problems when
6993         gnus-select-method is bound.
6994
6995 2005-11-09  Simon Josefsson  <jas@extundo.com>
6996
6997         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6998         use (not sort-by-date) instead.
6999
7000 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7001
7002         * gnus-delay.el (gnus-delay-group): Don't autoload.
7003         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7004         to be re-loaded when customizing the `gnus-delay' group.
7005
7006 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
7007
7008         * message.el: Revert last changes.
7009         (message-insert-citation-line): Use newlines.
7010
7011 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7012
7013         * message.el (message-courtesy-message)
7014         (message-mark-insert-begin, message-mark-insert-end)
7015         (message-elide-ellipsis, message-cancel-message)
7016         (message-add-header, message-change-subject)
7017         (message-cross-post-followup-to-header)
7018         (message-cross-post-insert-note, message-reduce-to-to-cc)
7019         (message-widen-reply, message-delete-not-region)
7020         (message-kill-to-signature, message-insert-signature)
7021         (message-insert-importance-high, message-insert-importance-low)
7022         (message-insert-or-toggle-importance)
7023         (message-insert-disposition-notification-to)
7024         (message-indent-citation, message-yank-original)
7025         (message-cite-original-without-signature, message-cite-original)
7026         (message-insert-citation-line, message-position-on-field)
7027         (message-fix-before-sending, message-send-mail-partially)
7028         (message-send-mail, message-send-mail-with-sendmail)
7029         (message-send-mail-with-qmail, message-send-news)
7030         (message-check-news-header-syntax, message-generate-headers)
7031         (message-insert-courtesy-copy, message-fill-address)
7032         (message-fill-header, message-shorten-references)
7033         (message-setup-1, message-cancel-news)
7034         (message-forward-make-body-plain, message-forward-make-body-mime)
7035         (message-forward-make-body-mml, message-encode-message-body)
7036         (message-forward-make-body-digest-plain)
7037         (message-forward-make-body-digest-mime)
7038         (message-use-alternative-email-as-from): Insert `hard-newline'
7039         instead of ordinary newlines.
7040
7041 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7042
7043         * message.el (message-generate-headers): Downcase the argument
7044         given to message-check-element.
7045
7046 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
7047
7048         * nntp.el (nntp-authinfo-rejected): New error condition.
7049         (nntp-wait-for): Use new error condition to signal authentication
7050         error.
7051         (nntp-retrieve-data): Rethrow new error condition to break out of
7052         recursive call to nntp-send-authinfo.
7053
7054 2005-11-08  Romain Francoise  <romain@orebokech.com>
7055
7056         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
7057         (gnus-summary-exit-map): Bind to `Z p'.
7058         (gnus-summary-make-menu-bar): Add menu item.
7059
7060 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
7061
7062         * gnus-art.el (gnus-article-treat-custom): Add `first'.
7063         (gnus-treat-*): Add `first' in all doc strings.
7064
7065         * gnus-group.el (gnus-group-compact-group): Fix typo.
7066
7067 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7068
7069         * gnus.el (gnus-parameters-case-fold-search): New variable.
7070         (gnus-parameters-get-parameter): Use it.
7071
7072         * gnus-score.el (gnus-home-score-file): Doc fix.
7073
7074 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
7075
7076         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
7077
7078 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7079
7080         * mm-util.el (mm-special-display-p): New function.
7081
7082         * mml.el (mml-preview): Use it; doc fix.
7083
7084 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7085
7086         * imap.el (imap-open): Handle case where buffer is a buffer object.
7087
7088 2005-10-29  Romain Francoise  <romain@orebokech.com>
7089
7090         * message.el (message-fix-before-sending): Fix comment.
7091
7092 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7093
7094         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
7095
7096 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7097
7098         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
7099         Used in gnus-score.el.
7100
7101 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7102
7103         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
7104
7105 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7106
7107         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
7108         whitespace removed in revision 7.8.  Use concatenated string to
7109         protect trailing whitespace.
7110
7111 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
7112
7113         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
7114         (nnimap-request-expire-articles): Use it to avoid sending 'UID
7115         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
7116         Courier IMAP ("some version from 2004").  Mostly based on similar
7117         code in the same function.
7118
7119 2005-10-26  Didier Verna  <didier@xemacs.org>
7120
7121         * gnus-group.el (gnus-group-compact-group): Invalidate original
7122         article buffer.
7123         * gnus-srvr.el (gnus-server-compact-server): Ditto.
7124         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
7125         NOV database and in article itself.
7126         Invalidate article backlog.
7127
7128 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7129
7130         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
7131
7132 2005-10-26  Simon Josefsson  <jas@extundo.com>
7133
7134         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
7135         part of 2004-07-25 change.
7136
7137 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7138
7139         * message.el (message-display-completion-list): New function.
7140         (message-expand-group): Use it; make sure the Completions buffer
7141         is modifiable.
7142 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7143
7144         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
7145         user-mail-name is an empty string.
7146
7147 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7148
7149         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
7150         depending on gnus-score-decay-constant.
7151
7152         * encrypt.el (encrypt-insert-file-contents)
7153         (encrypt-write-file-contents): Don't use `gnus-message'.
7154
7155         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
7156         arguments.
7157         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
7158         arguments to mm-uu-verbatim-marks-extract.
7159         (mm-uu-hide-markers): New variable.
7160         (mm-uu-extract): Use face similar to `gnus-cite-3'.
7161
7162         * gnus-fun.el (gnus-convert-image-to-x-face-command)
7163         (gnus-convert-image-to-face-command): Use "convert" by default to
7164         allow other input image formats.
7165         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
7166         accordingly.
7167
7168 2005-10-23  Simon Josefsson  <jas@extundo.com>
7169
7170         * imap.el (imap-gssapi-program): Align command line parameters
7171         with latest GNU SASL.
7172         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
7173
7174 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7175
7176         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
7177         HTML.
7178         (nnslashdot-request-article): Ditto.
7179
7180         * lpath.el (featurep): Add nobreak-char-display.
7181
7182 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7183
7184         * mail-source.el (mail-source-fetch-pop): Require pop3.
7185         (mail-source-check-pop): Ditto.
7186
7187 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7188
7189         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
7190         errors.
7191
7192 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7193
7194         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
7195         (gnus-treat-strip-leading-blank-lines): Improve doc string.
7196
7197         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
7198
7199         * mm-bodies.el (mm-decode-string): Call
7200         `mm-charset-to-coding-system' with allow-override argument.
7201
7202 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7203
7204         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
7205         (rfc2047-charset-to-coding-system): New function.
7206         (rfc2047-decode-encoded-words): New function.
7207         (rfc2047-decode-region): Use them.
7208         (rfc2047-decode-cte): Remove.
7209         (rfc2047-parse-and-decode): Remove.
7210         (rfc2047-decode): Remove.
7211
7212 2005-10-15  Kenichi Handa  <handa@m17n.org>
7213
7214         * rfc2047.el (rfc2047-decode-cte): New function.
7215         (rfc2047-decode-region): Change the way to decode successive
7216         encoded-words: decode B- or Q-encoding in each encoded-word,
7217         concatenate them, and decode it as charset.
7218
7219 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7220
7221         * lpath.el: Fbind codepage-setup for XEmacs.
7222
7223 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
7224
7225         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
7226         widget-move-and-invoke.
7227         (gnus-custom-mode): Use gnus-custom-map.
7228
7229 2005-10-15  Bill Wohler  <wohler@newt.com>
7230
7231         * message.el (message-tool-bar-map): Renamed image file from
7232         mail_send to mail/send.
7233
7234 2005-10-16  Masatake YAMATO  <jet@gyve.org>
7235
7236         * message.el (message-expand-group): Pass the common
7237         prefix substring of completion to `display-completion-list'.
7238
7239 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
7240
7241         * mml-sec.el (mml-secure-method): New internal variable.
7242         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7243         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7244         functions using mml-secure-method.
7245
7246         * mml.el (mml-mode-map): Add key bindings for those functions.
7247         (mml-menu): Simplify security menu entries.  Suggested by Jesper
7248         Harder <harder@myrealbox.com>.
7249         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7250         end of message if point is the headers of the message.
7251
7252         * message.el (message-in-body-p): New function.
7253
7254         * assistant.el: Autoload gnus-util and netrc.
7255
7256         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7257         Use `mm-charset-override-alist' only when decoding.
7258
7259         * mm-bodies.el (mm-decode-body): Call
7260         `mm-charset-to-coding-system' with allow-override argument.
7261
7262         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7263         `filename' from Content-Disposition if Content-Type doesn't
7264         provide `name'.
7265         (gnus-mime-view-part-as-type): Set default instead of
7266         initial-input.
7267
7268 2005-10-09  Daniel Brockman  <daniel@brockman.se>
7269
7270         * format-spec.el (format-spec): Propagate text properties of % spec.
7271
7272 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7273
7274         * gnus-art.el (gnus-treat-predicate): Add `first'.
7275
7276 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7277
7278         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7279         (mm-charset-override-alist): New variable.
7280         (mm-charset-to-coding-system): Use it.
7281         (mm-codepage-setup): New helper function.
7282         (mm-charset-eval-alist): New variable.
7283         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
7284         about unknown charsets.
7285
7286         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
7287
7288 2005-10-04  David Hansen  <david.hansen@gmx.net>
7289
7290         * nnrss.el (nnrss-request-article): Add support for the comments tag.
7291         (nnrss-check-group): Ditto.
7292
7293 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7294
7295         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7296         Rename x-gnus-verbatim to x-verbatim.
7297         (mm-uu-type-alist): Fix regexp for verbatim-marks.
7298
7299         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7300         x-verbatim.
7301
7302         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7303
7304         * gnus-util.el (gnus-remove-duplicates): Remove.
7305
7306         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7307         instead of gnus-remove-duplicates.
7308
7309         * message.el (message-remove-duplicates): Remove.
7310         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7311         message-remove-duplicates.
7312
7313         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7314         available, else use implementation from `delete-dups'.
7315
7316         * message.el (message-insert-expires): New function.
7317         (message-mode-map): Add key binding.
7318         (message-mode-field-menu): Add menu entry.
7319         (message-mode): Document it.
7320         (message-make-expires-date): Use `message-make-date'.
7321
7322 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
7323
7324         * message.el (message-make-expires-date): New function.
7325
7326 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7327
7328         * Makefile.in (list-installed-shadows): New entry.
7329         (install): Use it.
7330         (remove-installed-shadows): New entry.
7331
7332         * dgnushack.el (dgnushack-default-load-path): New variable.
7333         (dgnushack-find-lisp-shadows): New function.
7334         (dgnushack-remove-lisp-shadows): New function.
7335
7336 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7337
7338         * Makefile.in (install-el-elc): New entry.
7339         (install): Use it so that .el files are necessarily installed.
7340
7341 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7342
7343         * time-date.el: Autoload parse-time-string, XEmacs needs it.
7344
7345 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7346
7347         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7348         function rather than the diff-mode.el package.
7349         (mm-display-external): Use with-current-buffer.
7350         (mm-viewer-completion-map, mm-viewer-completion-map):
7351         Move initialization inside declaration.
7352
7353 2005-09-29  Simon Josefsson  <jas@extundo.com>
7354
7355         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
7356         autoload mail-check-payment.
7357         (spam-check-hashcash): Define unconditionally, since hashcash.el
7358         is part of Gnus now.  Ignore errors from payment checking.
7359
7360 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7361
7362         * message.el (message-bold-region, message-unbold-region): Rename
7363         from `bold-region' and `unbold-region'.
7364
7365         * message.el: Remove useless autoloads.
7366
7367 2005-09-28  Simon Josefsson  <jas@extundo.com>
7368
7369         * message.el (message-use-idna): Default to t.
7370         (message-use-idna): Test whether encoding works too.  Doc fix.
7371
7372 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7373
7374         * nntp.el (nntp-warn-about-losing-connection): Remove.
7375
7376 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7377
7378         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7379         customizable.  Change default value.
7380         (mm-uu-diff-groups-regexp): Change default value.
7381         (mm-uu-type-alist): Add doc string.
7382         (mm-uu-configure): Add doc string.  Make it interactive.
7383         (mm-uu-tex-groups-regexp): New variable.
7384         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7385         (mm-uu-type-alist): Add LaTeX documents.
7386         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7387         of "text/verbatim".
7388         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7389
7390         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7391         instead of "text/verbatim".
7392
7393         * message.el (message-mark-inserted-region)
7394         (message-mark-insert-file): Use slrn style marks when called with
7395         prefix argument.
7396
7397 2005-09-27  Simon Josefsson  <jas@extundo.com>
7398
7399         * message.el (message-idna-to-ascii-rhs-1): Reformat.
7400
7401 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
7402
7403         * message.el (message-remove-duplicates): New function.
7404         Implementation borrowed from `gnus-remove-duplicates'.
7405         (message-idna-to-ascii-rhs): Also encode idna addresses in
7406         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7407         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7408         only ask about the same idna domain once per header and also tell
7409         in what header to replace the idna domain.
7410
7411         * gnus-art.el (article-decode-idna-rhs): Also decode idna
7412         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7413         (article-decode-idna-rhs): Fix regexp so that all idna-address in
7414         a header is decoded and not just the last one.
7415
7416 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7417
7418         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7419         has been decoded.
7420
7421         * mm-decode.el (mm-automatic-display): Add text/verbatim.
7422         (mm-insert-part): Don't modify text if it has been decoded.
7423
7424         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7425         decoded.
7426
7427         * mm-view.el (mm-inline-text): Don't strip text props unless
7428         decoding enriched or richtext parts.
7429
7430 2005-09-25  Romain Francoise  <romain@orebokech.com>
7431
7432         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7433         * gnus-start.el (gnus-subscribe-interactively):
7434         * gnus-uu.el (gnus-uu-grab-articles):
7435         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7436         space.
7437
7438 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7439
7440         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7441         * mm-view.el (mm-view-pkcs7-decrypt):
7442         * gnus-sum.el (gnus-summary-limit-to-extra)
7443         (gnus-summary-respool-article, gnus-read-move-group-name):
7444         * gnus-score.el (gnus-summary-increase-score):
7445         * gnus-util.el (gnus-completing-read-with-default):
7446         * gnus-art.el (gnus-read-save-file-name)
7447         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7448         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7449         * message.el (message-check-news-header-syntax):
7450         Follow convention for reading with the minibuffer.
7451
7452 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
7453
7454         * spam-report.el (spam-report-url-ping-plain):
7455         Use gnus-extended-version as User-Agent.
7456
7457         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7458         default value is nil.
7459
7460         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7461         (mm-uu-verbatim-marks-extract): New function.
7462         (mm-uu-extract): New face.
7463         (mm-uu-copy-to-buffer): Use it.
7464
7465         * spam-report.el (spam-report-gmane-ham): Renamed from
7466         `spam-report-gmane-unspam'.
7467         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7468         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
7469
7470         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7471         Autoload.
7472         (spam-report-gmane-unregister-routine): Renamed
7473         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7474
7475 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
7476
7477         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7478         (spam-report-gmane-unregister-routine): Add support for gmane
7479         unregistration.
7480
7481         * spam-report.el (spam-report-gmane-unspam)
7482         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7483         (spam-report-gmane): Change to take a single article and do unspam
7484         registration.
7485
7486 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7487
7488         * mm-url.el (mm-url-decode-entities): Fix regexp.
7489
7490 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7491
7492         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7493         default to nil, to be able to use Gnus at all.  If the default
7494         switches to something else, then the function should be fixed not
7495         be exceedingly slow.
7496
7497 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
7498
7499         * gnus-start.el (gnus-activate-group): If the server is nil, don't
7500         fail hard.
7501
7502         * spam-report.el: Add better Keywords line.
7503
7504         * spam.el: Add Maintainer and better Keywords line.
7505
7506 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7507
7508         * gnus-art.el (gnus-article-replace-part)
7509         (gnus-mime-replace-part): New functions.
7510         (gnus-mime-action-alist, gnus-mime-button-commands)
7511         (gnus-mime-save-part-and-strip): Added file argument.
7512         (gnus-article-part-wrapper): Added interactive argument.
7513
7514         * gnus-sum.el (gnus-summary-mime-map): Add
7515         `gnus-article-replace-part'.
7516
7517 2005-09-19  Didier Verna  <didier@xemacs.org>
7518
7519         The nnml compaction feature:
7520         * nnml.el (nnml-request-compact-group): New function.
7521         * nnml.el (nnml-request-compact): New function.
7522         * gnus-int.el (gnus-request-compact-group): New function.
7523         * gnus-int.el (gnus-request-compact): New function.
7524         * gnus-group.el (gnus-group-compact-group): New function.
7525         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7526         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7527         * gnus-srvr.el (gnus-server-compact-server): New function.
7528         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7529         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7530
7531 2005-09-18  Deepak Goel  <deego@gnufans.org>
7532
7533         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7534         format spec.
7535
7536 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7537
7538         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7539
7540 2005-09-15  Romain Francoise  <romain@orebokech.com>
7541
7542         * message.el (message-fill-paragraph): Clarify docstring.
7543
7544 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7545
7546         * gnus-art.el (gnus-mime-display-part): Protect against broken
7547         MIME messages.
7548
7549 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7550
7551         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7552         before parsing header.
7553
7554 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7555
7556         * html2text.el (html2text-replace-list): Add new entities.
7557
7558 2005-09-11  Romain Francoise  <romain@orebokech.com>
7559
7560         * message.el (message-alternative-emails): Improve docstring.
7561         (message-setup-1): Call `message-use-alternative-email-as-from'
7562         after `message-setup-hook' to give it precedence over posting
7563         styles, etc.
7564         (message-use-alternative-email-as-from): Add docstring.  Remove
7565         the original From header if present.
7566
7567         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7568         (nnml-save-mail): Use it.
7569
7570         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7571         articles.  Add new argument `silent'.
7572         (gnus-uu-mark-all): Report the total number of marked articles.
7573
7574 2005-09-10  Romain Francoise  <romain@orebokech.com>
7575
7576         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7577         (gnus-uu-mark-series): Likewise.
7578
7579 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7580
7581         * spam-report.el (spam-report-gmane): Fix generation of spam
7582         report URL.
7583
7584 2005-09-10  Simon Josefsson  <jas@extundo.com>
7585
7586         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7587         t, based on discussion on the ding list with Robert Epprecht
7588         <epprecht@solnet.ch>.
7589
7590 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7591
7592         * spam-report.el (spam-report-gmane): Make it work without
7593         X-Report-Spam header.  Gmane now only provides Archived-At.
7594         This is only used if `spam-report-gmane-use-article-number' is nil.
7595         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7596
7597         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7598         make `gnus-summary-sort-by-recipient' work with threading.
7599
7600         * nnweb.el (nnweb-google-wash-article): Print a message if article
7601         is not available.
7602
7603 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7604
7605         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7606         change.  Decode text/* parts content before displaying.
7607
7608 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7609
7610         * mml-smime.el: Remove defvar of gnus-extract-address-components.
7611
7612 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7613
7614         * mm-view.el (mm-display-inline-fontify): Disable support modes.
7615
7616         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
7617         url-package-name, url-package-version,
7618         w3m-cid-retrieve-function-alist, w3m-current-buffer,
7619         w3m-display-inline-images, and w3m-minor-mode-map.
7620
7621 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
7622
7623         * message.el (message-tab-body-function): Fix mismatched custom type.
7624
7625         * gnus.el (gnus-group-change-level-function): Ditto.
7626
7627         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7628
7629         * gnus-art.el (gnus-signature-limit)
7630         (gnus-article-mime-part-function): Ditto.
7631
7632 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7633
7634         * mml.el (mml-mode): Silence the byte compiler.
7635
7636         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7637         using `(sit-for 0)' before moving the point to the specified part;
7638         skip unbuttonized parts.
7639         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7640         return to the summary window if gnus-auto-select-part is non-nil.
7641
7642 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
7643
7644         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7645         variables.
7646         (mml-dnd-attach-file, mml-mode): Use them.
7647
7648         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7649         Make fetching article by MID work again for Google Groups.  Added
7650         FIXME concerning gnus-group-make-web-group.
7651
7652         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7653         Don't depend on Gnus by using mail-extract-address-components if
7654         gnus-extract-address-components is not bound.
7655
7656 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7657
7658         * gnus-art.el (gnus-mime-display-security): Don't display the
7659         signature, but only the signed part.
7660
7661 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7662
7663         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7664
7665         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7666         list, not listp.
7667
7668 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
7669
7670         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7671         when encoding.
7672
7673         * mm-bodies.el (mm-decode-content-transfer-encoding):
7674         De-canonicalize CRLF for all text content types, not just
7675         text/plain.
7676
7677 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7678
7679         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7680         valid article; point arrow and cursor at the MIME button.
7681
7682 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7683
7684         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7685         Suggested by Dan Christensen <jdc@uwo.ca>.
7686
7687         * mm-decode.el (mm-save-part): Enable change of prompt.
7688
7689 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
7690
7691         * gnus-msg.el (gnus-inews-add-send-actions): Made
7692         `message-post-method' lambda parameter ARG `&optional'.
7693
7694 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7695
7696         * gnus-sum.el (gnus-summary-mime-map): Added
7697         gnus-article-save-part-and-strip, gnus-article-delete-part and
7698         gnus-article-jump-to-part.
7699
7700         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7701         (gnus-article-edit-part): Use it.
7702         (gnus-article-part-wrapper): Added no-handle argument.
7703         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7704         functions.
7705
7706 2005-08-29  Romain Francoise  <romain@orebokech.com>
7707
7708         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7709         docstring.
7710         (gnus-face-from-file): Likewise.
7711
7712 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7713
7714         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7715         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7716         non-nil.
7717         (gnus-auto-select-part): New variable.
7718         (gnus-article-jump-to-part): New function.
7719         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7720         (gnus-mime-delete-part): Allow selecting specified part after
7721         deleting or stripping parts.
7722         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
7723         part if argument is bogus.
7724
7725 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7726
7727         * gnus-art.el (w3m-minor-mode-map):
7728         * gnus-spec.el (gnus-newsrc-file-version):
7729         * gnus-util.el (nnmail-active-file-coding-system)
7730         (gnus-original-article-buffer, gnus-user-agent):
7731         * gnus.el (gnus-ham-process-destinations)
7732         (gnus-parameter-ham-marks-alist)
7733         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7734         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7735         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7736         * mm-decode.el (gnus-current-window-configuration):
7737         * mm-extern.el (gnus-article-mime-handles):
7738         * mm-url.el (url-current-object, url-package-name)
7739         (url-package-version):
7740         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7741         (smime-keys, w3m-cid-retrieve-function-alist)
7742         (w3m-current-buffer, w3m-display-inline-images)
7743         (w3m-minor-mode-map):
7744         * mml-smime.el (gnus-extract-address-components):
7745         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7746         (gnus-newsrc-hashtb, message-default-charset)
7747         (message-deletable-headers, message-options)
7748         (message-posting-charset, message-required-mail-headers)
7749         (message-required-news-headers):
7750         * mml1991.el (mc-pgp-always-sign):
7751         * mml2015.el (mc-pgp-always-sign):
7752         * nnheader.el (nnmail-extra-headers):
7753         * rfc1843.el (gnus-decode-encoded-word-function)
7754         (gnus-decode-header-function, gnus-newsgroup-name):
7755         * spam-stat.el (gnus-original-article-buffer): Add defvars.
7756
7757 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
7758
7759         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7760         the end of the date treatments.
7761
7762 2005-08-15  Simon Josefsson  <jas@extundo.com>
7763
7764         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7765         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
7766         Capello and Romain Francoise.
7767         (pgg-fetch-key-function): Removed, not used?
7768         (pgg-insert-url-with-w3): Require url, to get
7769         url-insert-file-contents regardless of where it is defined.
7770
7771 2005-08-13  Romain Francoise  <romain@orebokech.com>
7772
7773         * message.el (message-cite-original-1): New function.
7774         (message-cite-original): Use it.
7775         (message-cite-original-without-signature): Ditto.
7776
7777 2005-08-08  Romain Francoise  <romain@orebokech.com>
7778
7779         * message.el (message-yank-empty-prefix): New variable.
7780         (message-indent-citation): Use it.
7781         (message-cite-original-without-signature): Respect X-No-Archive.
7782
7783 2005-08-08  Simon Josefsson  <jas@extundo.com>
7784
7785         * pgg.el: Autoload url-insert-file-contents instead of loading
7786         w3/url.
7787         (pgg-insert-url-with-w3): Don't load url here.
7788
7789 2005-08-07  Jesper Harder  <harder@phys.au.dk>
7790
7791         * message.el (message-kill-to-signature): Don't insert newline at
7792         bol.
7793         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7794
7795 2005-08-06  Romain Francoise  <romain@orebokech.com>
7796
7797         * message.el (message-user-fqdn): Fix typo in docstring.
7798
7799 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
7800
7801         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7802
7803         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7804
7805 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7806
7807         * mm-bodies.el (mm-encode-body): Use coding system rather than
7808         charset to encode text.
7809
7810         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7811         number of charsets if utf-8 is available (XEmacs).
7812
7813 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
7814
7815         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7816         taken from `gnus-button-mid-or-mail-regexp'.
7817         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7818         (gnus-button-alist): Improve regexp for domain part of the MIDs
7819         for news:localpart@domain buttons.
7820         (gnus-button-ctan-directory-regexp): Update.
7821
7822 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7823
7824         * sieve-manage.el (sieve-manage-interactive-login): Use
7825         make-local-variable rather than make-variable-buffer-local.
7826         (sieve-manage-open): Ditto.
7827         (sieve-manage-authenticate): Ditto.
7828
7829         * mml.el (mml-generate-mime-1): Make the content type default to
7830         text/plain if the filename is not specified.
7831
7832 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7833
7834         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7835         instead of insert-buffer.
7836
7837         * message.el (message-yank-original): Ditto; set the mark at the
7838         end of the yanked message.
7839
7840 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7841
7842         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7843         lines to scroll rather than to stop it.
7844
7845         * mml.el (mml-generate-default-type): Add doc string.
7846         (mml-generate-mime-1): Use mm-default-file-encoding or make it
7847         default to application/octet-stream when determining the content
7848         type if it is not specified for the part or the mml contents; add
7849         a comment about mml-generate-default-type.
7850
7851 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
7852
7853         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7854         make it default to application/octet-stream when determining the
7855         content type if it is not specified for the external contents.
7856
7857 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7858
7859         * rfc2231.el (rfc2231-parse-string): Take care that not only a
7860         segmented parameter but also other parameters might be there.
7861
7862 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7863
7864         * mm-decode.el (mm-display-external): Delete temp file, directory
7865         and buffer immediately if the external process is exited.
7866
7867 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7868
7869         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7870         fewer lines than that of scroll-margin.
7871         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7872
7873 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7874
7875         * gnus-art.el (gnus-article-next-page): Revert.
7876         (gnus-article-beginning-of-window): New macro.
7877         (gnus-article-next-page-1): Use it.
7878         (gnus-article-prev-page): Ditto.
7879         (gnus-article-edit-part): Use insert-buffer-substring instead of
7880         insert-buffer.
7881         (gnus-article-edit-exit): Ditto.
7882
7883         * gnus-util.el (gnus-beginning-of-window): Remove.
7884         (gnus-end-of-window): Remove.
7885
7886         * lpath.el: Don't bind header-line-format and scroll-margin.
7887
7888 2005-07-25  Simon Josefsson  <jas@extundo.com>
7889
7890         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7891         to have the url package without w3.  Reported by Daiki Ueno
7892         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7893
7894 2005-07-20  Didier Verna  <didier@xemacs.org>
7895
7896         * gnus-diary.el: Remove the description comment (nndiary is now
7897         properly documented in the Gnus manual).
7898         Fix the spelling of "Back End".
7899         * nndiary.el: Ditto.
7900         Fix the copyright notice.
7901
7902 2005-07-18  Romain Francoise  <romain@orebokech.com>
7903
7904         * gnus-sum.el (gnus-summary-to-prefix)
7905         (gnus-summary-newsgroup-prefix): New variables.
7906         (gnus-summary-from-or-to-or-newsgroups): Use them.
7907
7908 2005-07-17  Romain Francoise  <romain@orebokech.com>
7909
7910         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7911         space as it's generally not especially interesting to the user.
7912
7913 2005-07-16  Romain Francoise  <romain@orebokech.com>
7914
7915         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7916         nil to avoid prompting and file modification if one of the
7917         messages at the top of the nnfolder file contains a copyright
7918         notice.
7919         Update copyright notice.
7920
7921         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7922         instead of `current-time-string' as the latter creates a time
7923         string that is not RFC 2822 compliant (it lacks the zone).
7924         Update copyright notice.
7925
7926 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7927
7928         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7929         for text/rtf.  Display default in prompt.  Pass default for M-n.
7930
7931         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7932
7933 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7934
7935         * gnus-msg.el (gnus-button-mailto): Remove
7936         save-selected-window-window hackery because it relies on
7937         save-selected-window internals.
7938
7939 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7940
7941         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7942         (gnus-article-next-page-1): Use gnus-beginning-of-window.
7943         (gnus-article-prev-page): Ditto.
7944
7945         * gnus-util.el (gnus-beginning-of-window): New function.
7946         (gnus-end-of-window): New function.
7947
7948         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
7949
7950 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7951
7952         * gnus-score.el (gnus-score-edit-all-score): Set
7953         gnus-score-edit-exit-function to gnus-score-edit-done and call
7954         gnus-message.
7955
7956 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7957
7958         * gnus-msg.el (gnus-button-mailto): Remove
7959         save-selected-window-window hackery because it relies on
7960         save-selected-window internals.
7961
7962 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7963
7964         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7965         add-minor-mode.
7966         (gnus-binary-mode): Ditto.
7967
7968         * gnus-topic.el (gnus-topic-mode): Ditto.
7969
7970 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
7971
7972         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7973         (gnus-article-prev-page): Take scroll-margin into consideration.
7974
7975 2005-07-04  Lute Kamstra  <lute@gnu.org>
7976
7977         Update FSF's address in GPL notices.
7978
7979 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
7980
7981         * gnus.el (gnus-exit):
7982         * gnus-group.el (gnus-group-icons):
7983         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7984
7985         * gnus-nocem.el (gnus-nocem):
7986         * message.el (message-various, message-buffers, message-sending)
7987         (message-interface, message-forwarding, message-insertion)
7988         (message-headers, message-news, message-mail):
7989         * pgg-gpg.el (pgg-gpg):
7990         * pgg-parse.el (pgg-parse):
7991         * pgg-pgp.el (pgg-pgp):
7992         * pgg-pgp5.el (pgg-pgp5):
7993         * pop3.el (pop3): Finish `defgroup' description with period.
7994
7995 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7996
7997         * gnus-art.el (article-display-face): Improve the efficiency.
7998         (article-display-x-face): Ditto; remove grey x-face stuff.
7999
8000 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8001
8002         * gnus-art.el (article-display-face): Correct the position in
8003         which Faces are inserted.
8004
8005 2005-06-29  Didier Verna  <didier@xemacs.org>
8006
8007         * gnus-art.el (article-display-face): Display faces in correct
8008         order.
8009
8010 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8011
8012         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
8013         (gnus-fill-real-hashtb): Use hash table instead of obarray.
8014         (gnus-nocem-check-article): Fetch the Type header.
8015         (gnus-nocem-message-wanted-p): Fix the way to examine types.
8016         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
8017         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
8018         make sure gnus-nocem-hashtb is initialized.
8019         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
8020         (gnus-nocem-unwanted-article-p): Ditto.
8021
8022         * pgg.el (pgg-verify): Return the verification result.
8023
8024 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8025
8026         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
8027         is ascii.
8028
8029 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
8030
8031         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
8032         `show-nonbreak-escape'.
8033
8034 2005-06-23  Lute Kamstra  <lute@gnu.org>
8035
8036         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
8037
8038         * dig.el (dig-mode):
8039         * smime.el (smime-mode): Use gnus-run-mode-hooks.
8040
8041 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
8042
8043         * nnimap.el (nnimap-split-download-body): Fix spellings.
8044
8045 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
8046
8047         * gnus-art.el (gnus-article-encrypt-body):
8048         * gnus-cus.el (gnus-score-customize):
8049         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
8050         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
8051
8052 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
8053
8054         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
8055         header by looking for magic "MII" at the beginnig.
8056
8057 2005-06-16  Miles Bader  <miles@gnu.org>
8058
8059         * gnus-xmas.el (gnus-xmas-group-startup-message):
8060         Use renamed gnus-splash face.
8061
8062         * assistant.el (assistant-field): Remove "-face" suffix from face name.
8063         (assistant-field-face): New backward-compatibility alias for renamed
8064         face.
8065         (assistant-render-text): Use renamed assistant-field face.
8066
8067         * spam.el (spam): Remove "-face" suffix from face name.
8068         (spam-face): New backward-compatibility alias for renamed face.
8069         (spam-face, spam-initialize): Use renamed spam face.
8070
8071         * message.el (message-header-to, message-header-cc)
8072         (message-header-subject, message-header-newsgroups)
8073         (message-header-other, message-header-name)
8074         (message-header-xheader, message-separator, message-cited-text)
8075         (message-mml): Remove "-face" suffix from face names.
8076         (message-header-to-face, message-header-cc-face)
8077         (message-header-subject-face, message-header-newsgroups-face)
8078         (message-header-other-face, message-header-name-face)
8079         (message-header-xheader-face, message-separator-face)
8080         (message-cited-text-face, message-mml-face):
8081         New backward-compatibility aliases for renamed faces.
8082         (message-font-lock-keywords): Use renamed message faces.
8083
8084         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
8085         (sieve-test-commands, sieve-tagged-arguments):
8086         Remove "-face" suffix from face names.
8087         (sieve-control-commands-face, sieve-action-commands-face)
8088         (sieve-test-commands-face, sieve-tagged-arguments-face):
8089         New backward-compatibility aliases for renamed faces.
8090         (sieve-control-commands-face, sieve-action-commands-face)
8091         (sieve-test-commands-face, sieve-tagged-arguments-face):
8092         Use renamed sieve faces.
8093
8094         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
8095         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
8096         (gnus-group-news-3-empty, gnus-group-news-4)
8097         (gnus-group-news-4-empty, gnus-group-news-5)
8098         (gnus-group-news-5-empty, gnus-group-news-6)
8099         (gnus-group-news-6-empty, gnus-group-news-low)
8100         (gnus-group-news-low-empty, gnus-group-mail-1)
8101         (gnus-group-mail-1-empty, gnus-group-mail-2)
8102         (gnus-group-mail-2-empty, gnus-group-mail-3)
8103         (gnus-group-mail-3-empty, gnus-group-mail-low)
8104         (gnus-group-mail-low-empty, gnus-summary-selected)
8105         (gnus-summary-cancelled, gnus-summary-high-ticked)
8106         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
8107         (gnus-summary-high-ancient, gnus-summary-low-ancient)
8108         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
8109         (gnus-summary-low-undownloaded)
8110         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
8111         (gnus-summary-low-unread, gnus-summary-normal-unread)
8112         (gnus-summary-high-read, gnus-summary-low-read)
8113         (gnus-summary-normal-read, gnus-splash):
8114         Remove "-face" suffix from face names.
8115         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8116         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8117         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8118         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8119         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8120         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8121         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8122         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8123         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8124         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8125         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8126         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8127         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8128         (gnus-summary-normal-ticked-face)
8129         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
8130         (gnus-summary-normal-ancient-face)
8131         (gnus-summary-high-undownloaded-face)
8132         (gnus-summary-low-undownloaded-face)
8133         (gnus-summary-normal-undownloaded-face)
8134         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8135         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8136         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8137         (gnus-splash-face):
8138         New backward-compatibility aliases for renamed faces.
8139         (gnus-group-startup-message): Use renamed gnus faces.
8140
8141         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
8142         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
8143         (gnus-server-agent): Remove "-face" suffix from face names.
8144         (gnus-server-agent-face, gnus-server-opened-face)
8145         (gnus-server-closed-face, gnus-server-denied-face)
8146         (gnus-server-offline-face):
8147         New backward-compatibility aliases for renamed faces.
8148         (gnus-server-agent-face, gnus-server-opened-face)
8149         (gnus-server-closed-face, gnus-server-denied-face)
8150         (gnus-server-offline-face): Use renamed gnus faces.
8151
8152         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
8153         Remove "-face" suffix from face names.
8154         (gnus-picon-xbm-face, gnus-picon-face):
8155         New backward-compatibility aliases for renamed faces.
8156
8157         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
8158         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
8159         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
8160         (gnus-cite-11): Remove "-face" suffix from face names.
8161         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
8162         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
8163         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
8164         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
8165         New backward-compatibility aliases for renamed faces.
8166         (gnus-cite-attribution-face, gnus-cite-face-list)
8167         (gnus-article-boring-faces): Use renamed gnus faces.
8168
8169         * gnus-art.el (gnus-signature, gnus-header-from)
8170         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
8171         (gnus-header-content): Remove "-face" suffix from face names.
8172         (gnus-signature-face, gnus-header-from-face)
8173         (gnus-header-subject-face, gnus-header-newsgroups-face)
8174         (gnus-header-name-face, gnus-header-content-face):
8175         New backward-compatibility aliases for renamed faces.
8176         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
8177
8178         * gnus-sum.el (gnus-summary-selected-face)
8179         (gnus-summary-highlight): Use renamed gnus faces.
8180         * gnus-group.el (gnus-group-highlight): Likewise.
8181
8182 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
8183
8184         * gnus-sieve.el (gnus-sieve-article-add-rule):
8185         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
8186         * spam-stat.el (spam-stat-buffer-change-to-spam)
8187         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
8188
8189         * message.el (message-is-yours-p):
8190         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
8191
8192 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8193
8194         * mm-view.el (mm-inline-text): Withdraw the last change.
8195
8196 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8197
8198         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
8199         executing enriched-decode.
8200
8201 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8202
8203         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
8204         charset of tar files.
8205
8206 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
8207
8208         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
8209
8210 2005-06-04  Lute Kamstra  <lute@gnu.org>
8211
8212         * nnfolder.el (nnfolder-read-folder): Make sure that undo
8213         information is never recorded.
8214
8215 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8216
8217         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
8218
8219 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8220
8221         * pop3.el (pop3-apop): Run md5 in the binary mode.
8222
8223         * starttls.el (starttls-set-process-query-on-exit-flag):
8224         Use eval-and-compile.
8225
8226 2005-05-31  Simon Josefsson  <jas@extundo.com>
8227
8228         * smime.el (smime-replace-in-string): Define.
8229         (smime-cert-by-ldap-1): Use it.
8230
8231 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8232
8233         * gnus-art.el (article-display-x-face): Replace
8234         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8235
8236         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
8237         set-process-query-on-exit-flag or process-kill-without-query.
8238
8239         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
8240         loop instead of replace-regexp.
8241
8242         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
8243         instead of process-kill-without-query if it is available.
8244
8245         * lpath.el: Fbind ldap-search-entries.
8246
8247         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
8248         instead of find-file-hooks if it is available.
8249
8250         * mml1991.el: Bind pgg-default-user-id when compiling.
8251
8252         * mml2015.el: Bind pgg-default-user-id when compiling.
8253
8254         * nndraft.el (nndraft-request-associate-buffer):
8255         Use write-contents-functions instead of write-contents-hooks if it is
8256         available.
8257
8258         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
8259         instead of find-file-hooks if it is available.
8260
8261         * nntp.el (nntp-open-connection): Replace
8262         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8263         (nntp-open-ssl-stream): Ditto.
8264         (nntp-open-tls-stream): Ditto.
8265
8266         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8267         set-process-query-on-exit-flag or process-kill-without-query.
8268         (starttls-open-stream-gnutls): Use it instead of
8269         process-kill-without-query.
8270         (starttls-open-stream): Ditto.
8271
8272 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
8273
8274         * smime.el (smime-cert-by-ldap-1): Don't use
8275         replace-regexp-in-string.
8276
8277 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
8278
8279         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8280
8281         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
8282         in PEM format.  Adjust to the XEmacs compability.
8283
8284 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
8285
8286         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8287         by `string-to-number'.
8288         * gnus-agent.el (gnus-agent-regenerate-group)
8289         (gnus-agent-fetch-articles): Ditto.
8290         * gnus-art.el (gnus-button-fetch-group): Ditto.
8291         * gnus-cache.el (gnus-cache-generate-active)
8292         (gnus-cache-articles-in-group): Ditto.
8293         * gnus-group.el (gnus-group-set-current-level)
8294         (gnus-group-insert-group-line): Ditto.
8295         * gnus-score.el (gnus-score-set-expunge-below)
8296         (gnus-score-set-mark-below, gnus-summary-score-effect)
8297         (gnus-summary-score-entry): Ditto.
8298         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8299         (gnus-soup-pack): Ditto.
8300         * gnus-spec.el (gnus-xmas-format): Ditto.
8301         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8302         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8303         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8304         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8305         * nndb.el (nndb-get-remote-expire-response): Ditto.
8306         * nndiary.el (nndiary-parse-schedule-value)
8307         (nndiary-string-to-number, nndiary-request-replace-article)
8308         (nndiary-request-article): Ditto.
8309         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8310         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8311         * nneething.el (nneething-make-head): Ditto.
8312         * nnfolder.el (nnfolder-request-article)
8313         (nnfolder-retrieve-headers): Ditto.
8314         * nnheader.el (nnheader-file-to-number): Ditto.
8315         * nnkiboze.el (nnkiboze-request-article): Ditto.
8316         * nnmail.el (nnmail-process-unix-mail-format)
8317         (nnmail-process-babyl-mail-format): Ditto.
8318         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8319         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8320         (nnmh-request-create-group, nnmh-request-list-1)
8321         (nnmh-request-group, nnmh-request-article): Ditto.
8322         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8323         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8324         * nnsoup.el (nnsoup-make-active): Ditto.
8325         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8326         * nntp.el (nntp-find-group-and-number)
8327         (nntp-retrieve-headers-with-xover): Ditto.
8328         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8329         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8330         (pgg-format-key-identifier): Ditto.
8331         * pop3.el (pop3-last, pop3-stat): Ditto.
8332         * qp.el (quoted-printable-decode-region): Ditto.
8333
8334         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8335         of concat.
8336
8337 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8338
8339         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8340
8341         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8342
8343         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8344
8345         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8346
8347         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8348
8349         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8350
8351         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8352         (gnus-carpal-mode): Ditto.
8353
8354         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8355         (gnus-browse-mode): Ditto.
8356
8357         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8358
8359         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8360
8361 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8362
8363         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8364
8365 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8366
8367         * gnus-util.el (gnus-run-mode-hooks): New function.
8368
8369         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8370
8371         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
8372         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
8373
8374 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8375
8376         * gnus-agent.el (gnus-agent-make-mode-line-string):
8377         Use mode-line-highlight as mouse-face.
8378
8379 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8380
8381         * canlock.el (canlock): Change the parent group to news.
8382
8383         * deuglify.el (gnus-outlook-deuglify): Add :group.
8384
8385         * dig.el (dig): Add :group.
8386
8387         * dns-mode.el (dns-mode): Add :group.
8388
8389         * encrypt.el (encrypt): Add :group.
8390
8391         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8392         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8393         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8394         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8395         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8396
8397         * gnus-diary.el (gnus-diary): Add :group.
8398
8399         * gnus.el (gnus-group-news-1-face): Add :group.
8400         (gnus-group-news-1-empty-face): Ditto.
8401         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8402         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8403         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8404         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8405         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8406         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8407         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8408         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8409         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8410         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8411         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8412         (gnus-summary-high-ticked-face): Ditto.
8413         (gnus-summary-low-ticked-face): Ditto.
8414         (gnus-summary-normal-ticked-face): Ditto.
8415         (gnus-summary-high-ancient-face): Ditto.
8416         (gnus-summary-low-ancient-face): Ditto.
8417         (gnus-summary-normal-ancient-face): Ditto.
8418         (gnus-summary-high-undownloaded-face): Ditto.
8419         (gnus-summary-low-undownloaded-face): Ditto.
8420         (gnus-summary-normal-undownloaded-face): Ditto.
8421         (gnus-summary-high-unread-face): Ditto.
8422         (gnus-summary-low-unread-face): Ditto.
8423         (gnus-summary-normal-unread-face): Ditto.
8424         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8425         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8426
8427         * hashcash.el (hashcash): New custom group.
8428         (hashcash-default-payment): Add :group.
8429         (hashcash-payment-alist): Ditto.
8430         (hashcash-default-accept-payment): Ditto.
8431         (hashcash-accept-resources): Ditto.
8432         (hashcash-path): Ditto.
8433         (hashcash-extra-generate-parameters): Ditto.
8434         (hashcash-double-spend-database): Ditto.
8435         (hashcash-in-news): Ditto.
8436
8437         * message.el (message-minibuffer-local-map): Add :group.
8438
8439         * netrc.el (netrc): Add :group.
8440
8441         * sieve-manage.el (sieve-manage-log): Add :group.
8442         (sieve-manage-default-user): Diito.
8443         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8444         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8445         (sieve-manage-authenticators): Ditto.
8446         (sieve-manage-authenticator-alist): Ditto.
8447         (sieve-manage-default-port): Ditto.
8448
8449         * sieve-mode.el (sieve-control-commands-face): Add :group.
8450         (sieve-action-commands-face): Ditto.
8451         (sieve-test-commands-face): Ditto.
8452         (sieve-tagged-arguments-face): Ditto.
8453
8454         * smime.el (smime): Add :group.
8455
8456         * spam-report.el (spam-report): Add :group.
8457
8458         * spam.el (spam, spam-face): Add :group.
8459
8460 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8461
8462         * nntp.el (nntp-next-result-arrived-p): Some news servers may
8463         return \n.\n.\n at the end of articles.  Protect against that.
8464         (nntp-with-open-group): Allow debugging.
8465
8466         * nnheader.el (mail-header-set-extra): Make into a function
8467         because I just could't understand how to quote the list properly.
8468
8469         * dns.el (query-dns-cached): New function.
8470
8471 2005-05-26  Lute Kamstra  <lute@gnu.org>
8472
8473         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8474
8475 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8476
8477         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
8478
8479         * gnus-art.el: Don't autoload mail-extract-address-components.
8480
8481         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8482         eval-and-compile to evaluate it.
8483
8484         * hashcash.el: Don't autoload executable-find.
8485
8486         * nndb.el: Don't declare the nndb back end two or more times; don't
8487         autoload news-reply-mode, news-setup, cancel-timer and telnet.
8488
8489         * nntp.el: Autoload format-spec instead of format; use
8490         eval-and-compile to evaluate autoload forms.
8491
8492 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
8493
8494         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8495
8496 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8497
8498         * gnus.el (gnus-version-number): Bump version.
8499
8500 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8501
8502         * gnus.el: No Gnus v0.3 is released.
8503
8504 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8505
8506         * lpath.el (featurep): Bind show-nonbreak-escape.
8507
8508 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8509
8510         * gnus-art.el (gnus-article-edit-part): Disable undo.
8511
8512 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8513
8514         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8515         gnus-article-date-lapsed-new-header is t if date timer is active;
8516         skip headers in which the original date value is empty.
8517         (gnus-article-save-original-date): Redefine it as a macro.
8518         (gnus-display-mime): Use it.
8519
8520 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8521
8522         * gnus-art.el (article-date-ut): Support converting date in
8523         forwarded parts as well.
8524         (gnus-article-save-original-date): New function.
8525         (gnus-display-mime): Use it.
8526
8527 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
8528
8529         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8530         enclosure element of <item>.
8531
8532 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
8533
8534         * message.el (message-kill-buffer-query): Renamed from
8535         `message-kill-buffer-query-if-modified'.  Added :version.
8536
8537 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8538
8539         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8540         window layout.
8541
8542 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8543
8544         * mml.el: Autoload dnd when compiling.
8545
8546 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8547
8548         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8549         x-dnd-*.
8550
8551 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8552
8553         * qp.el (quoted-printable-encode-region): Save excursion.
8554
8555 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8556
8557         * message.el (message-kill-buffer-query-if-modified): Add new variable
8558         so the user can kill a modified message buffer quickly.
8559         (message-kill-buffer): Use it.
8560
8561 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8562
8563         * lpath.el: Fbind display-time-event-handler; don't fbind
8564         string-to-multibyte.
8565
8566         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8567
8568 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8569
8570         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8571         contained in text because xml.el decodes entities) with LFs.
8572
8573 2005-04-11  Lute Kamstra  <lute@gnu.org>
8574
8575         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8576         differently.
8577
8578 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8579
8580         * mm-util.el (mm-detect-coding-region): Typo.
8581
8582 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8583
8584         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8585
8586 2005-04-06  D Goel  <deego@gnufans.org>
8587
8588         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8589         user-function allow user modifications of the scores.
8590         (spam-stat-score-buffer-user): New function, to allow
8591         user-computed modifications to the score.
8592         (spam-stat-score-buffer-user-functions): List of additional
8593         scoring functions.
8594         (spam-stat-error-holder): Global temporary error holder.
8595         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8596         variable.
8597
8598 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
8599
8600         * gnus-registry.el (gnus-registry-clean-empty-function)
8601         (gnus-registry-trim, gnus-registry-fetch-groups)
8602         (gnus-registry-delete-group): Groups that match
8603         `gnus-registry-ignored-groups' are removed from the registry
8604         entries, not just ignored for splitting.  This helps clean up the
8605         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
8606         to get all the groups a message ID is in.
8607
8608         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8609         (spam-stat-split-fancy): Change "threshhold" to "threshold"
8610         (spam-stat-score-buffer-user-functions): Add :number custom type.
8611
8612 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8613
8614         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8615         argument in XEmacs.
8616
8617         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8618         (nnrss-request-group): Decode group name first.
8619         (nnrss-request-article): Make a text/plain article if mml-to-mime
8620         failed.
8621         (nnrss-get-encoding): Return a compatible encoding according to
8622         nnrss-compatible-encoding-alist.
8623         (nnrss-find-el): Use consp instead of listp.
8624         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8625
8626 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8627
8628         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8629         which Emacs 20 doesn't support.
8630         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8631
8632 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8633
8634         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8635         silence the byte compiler inside the defun.
8636
8637         * gnus-demon.el (parse-time-string): Add autoload.
8638
8639         * gnus-delay.el (parse-time-string): Add autoload.
8640
8641         * gnus-art.el (parse-time-string): Add autoload.
8642
8643         * nnultimate.el (parse-time): Require for `parse-time-string'.
8644
8645 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8646
8647         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8648
8649         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8650
8651         * smime.el (smime-ldap-host-list): Add :version.
8652
8653 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8654
8655         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8656         pass it to `gnus-browse-read-group'.
8657         (gnus-browse-read-group): Add NUMBER argument and pass it to
8658         `gnus-group-read-ephemeral-group'.
8659
8660         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8661         argument and pass it to `gnus-group-read-group'.
8662
8663 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
8664
8665         * mm-util.el (mm-xemacs-find-mime-charset): Only call
8666         mm-xemacs-find-mime-charset-1 if we have the mule feature
8667         available at runtime.
8668
8669 2005-03-25  Werner Lemberg  <wl@gnu.org>
8670
8671         * nnmaildir.el: Replace `illegal' with `invalid'.
8672
8673 2005-03-23  Lute Kamstra  <lute@gnu.org>
8674
8675         * time-date.el: Add comment on time value formats.
8676         Don't require parse-time.
8677         (with-decoded-time-value): New macro.
8678         (encode-time-value): New function.
8679         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8680         (days-to-time): Return a valid time value when arg is huge.
8681         (time-since): Use time-subtract.
8682         (time-to-number-of-days): Use time-to-seconds.
8683
8684 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8685
8686         * gnus-start.el (gnus-display-time-event-handler):
8687         Check display-time-timer at runtime rather than only at load time
8688         in case display-time-mode is turned off in the mean time.
8689
8690 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8691
8692         * nnimap.el (nnimap-open-connection): Print which authinfo file is
8693         used.
8694
8695         * nneething.el (nneething-map-file-directory): Derive from
8696         `gnus-directory'.
8697
8698         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8699         the To/Cc button.
8700
8701 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8702
8703         * nnmaildir.el (nnmaildir-request-accept-article):
8704         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8705
8706 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8707
8708         * gnus-async.el: Require timer-funcs at compile time when in
8709         XEmacs for `run-with-idle-timer'.
8710
8711 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8712
8713         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8714         autoloaded function.
8715
8716 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8717
8718         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8719
8720 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
8721
8722         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8723
8724 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8725
8726         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8727         gnus-expert-user to default.
8728
8729 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
8730
8731         * nnimap.el (nnimap-open-server): Ditto.
8732
8733         * imap.el (imap-authenticate): Fix typo.
8734
8735 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
8736
8737         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8738         buffer (since IMAP server might return FETCH response out of
8739         order, and the nntp buffer must be sorted).
8740
8741 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
8742
8743         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8744         comparison on string.
8745
8746         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8747         (gnus-agent-score): Renamed category keywords to match gnus-cus.
8748         (gnus-agent-summary-fetch-series): Modified to protect against
8749         gnus-agent-summary-fetch-group clearing processable flags.
8750         (gnus-agent-synchronize-group-flags): Update live group buffer as
8751         synchronization may occur due to the user toggle the plugged
8752         status.
8753         (gnus-agent-fetch-group-1): Clear downloadable flag when article
8754         successfully downloaded.
8755         (gnus-agent-expire-group-1): Avoid using markers when the overview
8756         is in ascending order; greatly improves performance.
8757         (gnus-agent-regenerate-group): Use
8758         gnus-agent-synchronize-group-flags to reset read status in both
8759         gnus and server.
8760         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8761
8762 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8763
8764         * message.el: Don't autoload former message-utils variables.
8765         (message-strip-subject-trailing-was): Change doc string.
8766
8767         * nnweb.el: Fixes for `gnus-group-make-web-group'.
8768         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
8769         (nnweb-google-search): Add "hl=en" here.
8770         (nnweb-google-parse-1, nnweb-google-create-mapping):
8771         Don't hardcode URL.
8772
8773 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8774
8775         * message.el (message-get-reply-headers, message-followup):
8776         Mention related variables `message-use-followup-to' and
8777         `message-use-mail-followup-to', in the information buffer.
8778
8779         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8780         of broken groups(-beta).google.com.
8781
8782 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8783
8784         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8785         parameter to invoked gnus-request-move-article; remove the
8786         redundant gnus-sum-hint-move-is-internal variable; apply the marks
8787         all at once instead of once per article.
8788         (gnus-summary-remove-process-mark): Accept a list of articles as
8789         well as a single article for processing.
8790
8791         * gnus-int.el (gnus-request-move-article): Add move-is-internal
8792         parameter.
8793
8794         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8795
8796         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8797
8798         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8799         parameter.
8800
8801         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8802         parameter.
8803
8804         * nnimap.el (nnimap-request-move-article): Add move-is-internal
8805         parameter and remove the gnus-sum-hint-move-is-internal variable.
8806
8807         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8808         parameter.
8809
8810         * nndraft.el (nndraft-request-move-article): Add move-is-internal
8811         parameter.
8812
8813         * nndiary.el (nndiary-request-move-article): Add move-is-internal
8814         parameter.
8815
8816         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8817
8818         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8819         parameter.
8820
8821         * nnagent.el (nnagent-request-move-article): Add move-is-internal
8822         parameter.
8823
8824 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8825
8826         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8827         a more conservative way.
8828
8829 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8830
8831         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8832         buffer, so it moves the window's cursor.
8833
8834 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
8835
8836         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8837         `mm-dissect-multipart' and receive the from field as an (optional)
8838         argument from `mm-dissect-multipart'.
8839         (mm-dissect-multipart): Receive the from field as an argument and
8840         pass it on when we call `mm-dissect-buffer' on MIME parts.
8841         Fixes verification/decryption of signed/encrypted MIME parts.
8842
8843 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
8844
8845         * gnus-sum.el (gnus-summary-move-article): Set
8846         gnus-sum-hint-move-is-internal for gnus-request-move-article and
8847         whatever it calls (right now, only nnimap-request-move article
8848         respects it).
8849
8850         * nnimap.el (nnimap-request-move-article): When
8851         gnus-sum-hint-move-is-internal is set, don't do the extra
8852         nnimap-request-article.
8853
8854 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8855
8856         * nnheader.el (nnheader-find-file-noselect): Add doc string.
8857
8858         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8859         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8860
8861         * gnus-sum.el (gnus-summary-caesar-message):
8862         Apply `gnus-treat-article' after rotation.
8863
8864         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8865         doc string.
8866
8867 2005-02-22  Simon Josefsson  <jas@extundo.com>
8868
8869         * encrypt.el (encrypt-password-cache-expiry): Remove (use
8870         `password-cache-expiry' instead).  Reported by Arne Jørgensen
8871         <arne@arnested.dk>.
8872         (encrypt): Add password-cache and password-cache-expiry as group
8873         members.
8874
8875 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
8876
8877         * smime.el (smime-ldap-host-list): Doc fix.
8878         (smime-ask-passphrase): Use `password-read-and-add' to read (and
8879         cache) password.
8880         (smime-sign-region): Use it.
8881         (smime-decrypt-region): Use it.
8882         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8883         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8884         fails.
8885         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8886         certificate from DER to PEM format rather than calling openssl.
8887
8888         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8889
8890         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8891         for signing/encryption.
8892
8893         * mml.el (mml-parse-1): Use them.
8894
8895 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
8896
8897         * nnrss.el (nnrss-verbose): Removed.
8898         (nnrss-request-group): Use `nnheader-message' instead.
8899
8900 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
8901
8902         * nnrss.el (nnrss-verbose): New variable.
8903         (nnrss-request-group): Make it say nnrss is requesting a group.
8904
8905 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8906
8907         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8908         Handle news URL with given port correctly.
8909
8910 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8911
8912         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8913         containing special characters.
8914
8915         * gnus-sum.el (gnus-summary-edit-article): Ditto.
8916
8917         * mml.el (mime-to-mml): Ditto.
8918
8919         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8920         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8921         (rfc2047-decode-region): Quote decoded words containing special
8922         characters when rfc2047-quote-decoded-words-containing-tspecials
8923         is non-nil.
8924
8925 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8926
8927         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8928
8929         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8930
8931 2005-02-15  Simon Josefsson  <jas@extundo.com>
8932
8933         * nnimap.el (nnimap-debug): Doc fix.
8934
8935         * imap.el (imap-debug): Doc fix.
8936
8937 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8938
8939         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8940
8941 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8942
8943         * gnus.el (spam-contents): Improve docs for spam-contents
8944         parameter in its variable incarnation.
8945
8946 2005-02-14  Simon Josefsson  <jas@extundo.com>
8947
8948         * smime-ldap.el: Use require instead of load-library for ldap.
8949         (smime-ldap-search): Indent.
8950         (smime-ldap-search-internal): Shorten line.
8951
8952         * smime.el (smime-cert-by-dns): Add doc-string.
8953         (smime-cert-by-ldap-1): Indent.
8954
8955         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8956         mml-smime-get-dns-ldap.
8957         (mml-smime-encrypt-query): Use new function.  Default to ldap.
8958
8959 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
8960
8961         * smime.el: Require smime-ldap.
8962         (smime-ldap-host-list): New variable.
8963         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8964
8965         * mml-smime.el (mml-smime-encrypt-query): New function.
8966         (mml-smime-encrypt-query): Use it.
8967
8968         * smime-ldap.el: New file.
8969
8970 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8971
8972         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8973
8974 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8975
8976         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8977         argument in doc string.  Make query for type more clear.
8978
8979 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8980
8981         * gnus.el (gnus-group-startup-message): Search for gnus images in
8982         etc/images/gnus.
8983         * mm-util.el (mm-image-load-path): Likewise.
8984         * smiley.el (smiley-data-directory): Search for smilies in
8985         etc/images/smilies.
8986
8987 2005-02-09  Kim F. Storm  <storm@cua.dk>
8988
8989         Change Emacs release version from 21.4 to 22.1 throughout.
8990         Change Emacs development version from 21.3.50 to 22.0.50.
8991
8992 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8993
8994         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8995
8996         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8997         non-Mule XEmacs as well.
8998         (mm-decompress-buffer): Signal an error intentionally if it does
8999         not decompress compressed data because auto-compression-mode is
9000         disabled.
9001
9002 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
9003
9004         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
9005         an ID in the registry even if it has no groups.
9006
9007 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9008
9009         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
9010         merge it into mm-decompress-buffer.
9011         (gnus-mime-copy-part): Use the MIME part charset, the value which
9012         a user specified or gnus-newsgroup-charset for decoding, like
9013         gnus-mime-inline-part does; set buffer-file-coding-system to tell
9014         save-buffer what was used.  Suggested by Kevin Ryde
9015         <user42@zip.com.au>.
9016         (gnus-mime-inline-part): Allow the name parameter as well as the
9017         filename parameter; force decompressing of compressed data; always
9018         display contents being not decoded as unibyte.
9019
9020         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
9021         as well as the filename parameter.
9022
9023         * mm-util.el (mm-decompress-buffer): Merge
9024         gnus-mime-jka-compr-maybe-uncompress.
9025         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
9026         of compressed data.
9027
9028 2005-02-08  Simon Josefsson  <jas@extundo.com>
9029
9030         * imap.el (imap-log): Doc fix.
9031
9032 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9033
9034         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
9035         the coding cookies; decompress compressed parts.
9036
9037         * mml.el (mml-generate-mime-1): Add the charset parameter according
9038         to the value which a user specified manually or the coding cookie.
9039
9040         * mm-util.el (mm-string-to-multibyte): New function.
9041         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
9042         (mm-coding-system-to-mime-charset): New function.
9043         (mm-decompress-buffer): New function.
9044         (mm-find-buffer-file-coding-system): New function.
9045
9046         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
9047         (mm-display-inline-fontify): Rewrite for decoding and decompressing
9048         parts.
9049
9050 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9051
9052         * mm-view.el (mm-display-inline-fontify): Decode a part according
9053         to the charset parameter.
9054
9055 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9056
9057         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
9058         prefix arg is neither nil nor a number, as info specifies.
9059
9060 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9061
9062         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
9063         timestamps.
9064
9065 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
9066
9067         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
9068         groups error checking and notify user.
9069
9070 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
9071
9072         * message.el (message-send-mail-function): Check existence of
9073         sendmail-program first before using default value
9074         `message-send-mail-with-sendmail'.  Otherwise use more generic
9075         `smtpmail-send-it'.
9076
9077 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9078
9079         * nntp.el (nntp-request-update-info): Always return nil.
9080
9081 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9082
9083         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
9084
9085 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9086
9087         * message.el (message-beginning-of-line): Change the behavior when
9088         invoked between BOL and : so that it first moves backward.
9089
9090 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9091
9092         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
9093         article buffer when editing of the article is discarded.
9094         (gnus-article-prepare): Revert.
9095
9096 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9097
9098         * gnus-art.el (gnus-article-prepare):
9099         Remove message-strip-forbidden-properties from the local hook.
9100
9101 2005-01-27  Simon Josefsson  <jas@extundo.com>
9102
9103         * password.el (password-cache-add): Only start one timer per key.
9104         Reported by Derek Atkins <warlord@MIT.EDU>.
9105
9106 2005-01-26  Steve Youngs  <steve@sxemacs.org>
9107
9108         * run-at-time.el: Removed.  It is no longer needed as
9109         timer-funcs.el in the xemacs-base package has a working version of
9110         `run-at-time'.
9111
9112         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
9113
9114         * password.el: Require timer-funcs instead of run-at-time in
9115         XEmacs.
9116         Remove `password-run-at-time' macro.
9117         (password-cache-add): Use `run-at-time' instead of
9118         `password-run-at-time'.
9119
9120         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
9121         Remove `nnheader-cancel-function-timers' alias,
9122         `cancel-function-timers' exists in XEmacs in timer-funcs.
9123
9124         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
9125         for `run-with-idle-timer'.
9126
9127         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
9128         for `run-at-time'.
9129
9130         * mm-url.el: Require timer-funcs at compile time when in XEmacs
9131         for `with-timeout'.
9132
9133         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
9134         the same as for XEmacs 21.4.
9135         No need to ignore `run-with-idle-timer', this function exists in
9136         XEmacs now in timer-funcs.el in the xemacs-base package.
9137         (dgnushack-compile): No need to delete
9138         run-at-time.el from the list of files to compile because it
9139         doesn't exist anymore.
9140
9141 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9142
9143         * mml.el (mml-generate-mime-1): Convert string into unibyte when
9144         inserting " *mml*" buffer's contents into a unibyte temp buffer.
9145
9146 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
9147
9148         * mail-source.el (mail-source-fetch-imap): Search for ^From case
9149         sensitively.
9150
9151 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
9152
9153         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
9154
9155 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9156
9157         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
9158         which will be inserted according to the multibyteness of a buffer
9159         rather than the type of contents.  Suggested by ARISAWA Akihiro
9160         <ari@mbf.ocn.ne.jp>.
9161
9162         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
9163         of string which old xml.el may return rather than a string.
9164
9165 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9166
9167         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
9168
9169 2005-01-16  Simon Josefsson  <jas@extundo.com>
9170
9171         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
9172         idn/idna.el isn't available.
9173         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
9174         <michael@waxrat.com>.
9175
9176         * hashcash.el: Remove non-FSF copyright header.
9177
9178         * hashcash.el (hashcash-extra-generate-parameters): New variable.
9179         (hashcash-generate-payment): Use it.
9180         (hashcash-generate-payment-async): Use it.
9181
9182 2005-01-15  Simon Josefsson  <jas@extundo.com>
9183
9184         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
9185         Suggested by Raymond Scholz <ray-2005@zonix.de>.
9186
9187         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
9188         gnus-summary-idna-message.
9189         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
9190         (gnus-summary-idna-message): New function.
9191
9192 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9193
9194         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
9195         gnus-novice-user.
9196
9197 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9198
9199         * nnrss.el (nnrss-request-delete-group): Delete entries in
9200         nnrss-group-alist as well.
9201         (nnrss-save-server-data): Insert newline.
9202
9203 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
9204
9205         * gnus.el (gnus-user-agent): Use list of symbols instead of
9206         symbols.  Display full version number for (S)XEmacs.  Optionally
9207         display (S)XEmacs codename.
9208
9209         * gnus-util.el (gnus-emacs-version): Update for new
9210         `gnus-user-agent'.
9211
9212         * gnus-msg.el (gnus-extended-version): Make it possible to omit
9213         Gnus version.
9214
9215 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9216
9217         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
9218         which is unreadable in some setups.
9219
9220 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9221
9222         * gnus-spec.el (gnus-update-format-specifications): Flush the
9223         group format spec cache if it doesn't support decoded group names.
9224
9225 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9226
9227         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
9228         Allow to apply decay on score files matching a regexp.
9229
9230 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9231
9232         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
9233         compatibility in %g and %c.
9234
9235 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9236
9237         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
9238         name for only %g and %c.
9239         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
9240         of gnus-tmp-group to decoded group name.
9241         (gnus-group-make-rss-group): Exclude `/'s from group names.
9242
9243 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * nnrss.el (nnrss-get-encoding): Fix regexp.
9246
9247 2004-12-27  Simon Josefsson  <jas@extundo.com>
9248
9249         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
9250         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
9251         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
9252
9253 2004-12-17  Kim F. Storm  <storm@cua.dk>
9254
9255         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
9256
9257         * gnus-sum.el (gnus-summary-mode-map): Likewise.
9258
9259 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9260
9261         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
9262
9263 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9264
9265         * nnrss.el: Require rfc2047 and mml.
9266         (nnrss-file-coding-system): New variable.
9267         (nnrss-format-string): Redefine it as an inline function.
9268         (nnrss-decode-group-name): New function.
9269         (nnrss-string-as-multibyte): Remove.
9270         (nnrss-retrieve-headers): Decode group name; don't use
9271         nnrss-format-string.
9272         (nnrss-request-group): Decode group name.
9273         (nnrss-request-article): Decode group name; allow a Message-ID as
9274         well as an article number; don't use nnrss-format-string; encode a
9275         Message-ID string which may contain non-ASCII characters; use
9276         mml-to-mime to compose a MIME article.
9277         (nnrss-request-expire-articles): Decode group name.
9278         (nnrss-request-delete-group): Decode group name.
9279         (nnrss-fetch): Clarify error message.
9280         (nnrss-read-server-data): Use insert-file-contents instead of load;
9281         bind file-name-coding-system; use multibyte buffer.
9282         (nnrss-save-server-data): Bind coding-system-for-write to the
9283         value of nnrss-file-coding-system; bind file-name-coding-system;
9284         add coding cookie.
9285         (nnrss-read-group-data): Use insert-file-contents instead of load;
9286         bind file-name-coding-system; use multibyte buffer.
9287         (nnrss-save-group-data): Bind coding-system-for-write to the
9288         value of nnrss-file-coding-system; bind file-name-coding-system.
9289         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
9290         make it work with non-ASCII text.
9291         (nnrss-find-el): Make it work with old xml.el as well.
9292
9293 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9294
9295         * nnrss.el (nnrss-get-encoding): New function.
9296         (nnrss-fetch): Use unibyte buffer initially; bind
9297         coding-system-for-read while performing mm-url-insert; remove ^Ms;
9298         decode contents according to the encoding attribute.
9299         (nnrss-save-group-data): Add coding cookie.
9300         (nnrss-mime-encode-string): New function.
9301         (nnrss-check-group): Use it to encode subject and author.
9302
9303 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
9304
9305         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9306         imaginary variable.
9307
9308 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9309
9310         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9311         correctly even if there are wide characters.
9312
9313 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9314
9315         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9316         downcased symbol names; make a new cache instead of reusing
9317         bbdb-hashtable.
9318
9319 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9320
9321         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9322         concatenating segments rather than before concatenating them.
9323         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9324
9325         * message.el (message-get-reply-headers): Bind `extra'.
9326
9327 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9328
9329         * message.el (message-extra-wide-headers): New variable.
9330         (message-get-reply-headers): Use it.
9331
9332 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9333
9334         * gnus-agent.el (gnus-agent-group-path): Decode group name.
9335         (gnus-agent-group-pathname): Ditto.
9336
9337         * gnus-cache.el (gnus-cache-file-name): Decode group name.
9338
9339         * gnus-group.el (gnus-group-make-group): Decode group name.
9340         (gnus-group-make-rss-group): Register the group data after opening
9341         the nnrss group.
9342
9343 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
9344
9345         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9346         by expiry now get marked as read.
9347
9348 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9349
9350         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9351
9352 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
9353
9354         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9355         unify Latin characters in XEmacs.
9356         (mm-find-mime-charset-region): Use it.
9357
9358 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9359
9360         * gnus-util.el (gnus-delete-directory): New function.
9361
9362         * gnus-agent.el (gnus-agent-delete-group): Use it.
9363
9364         * gnus-cache.el (gnus-cache-delete-group): Use it.
9365
9366 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9367
9368         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9369         names.
9370
9371 2004-12-16  Simon Josefsson  <jas@extundo.com>
9372
9373         * hashcash.el (hashcash-payment-alist): Fix custom :type.
9374
9375 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9376
9377         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9378
9379         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9380         (gnus-group-set-current-level): Decode group name.
9381
9382 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
9383
9384         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9385         failed.
9386
9387 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9388
9389         * gnus-group.el (gnus-group-delete-group): Decode group name.
9390         (gnus-group-make-rss-group): Encode group name.
9391         (gnus-group-catchup-current): Decode group name.
9392         (gnus-group-kill-group): Decode group name.
9393
9394 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9395
9396         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9397
9398 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9399
9400         * gnus-group.el (gnus-group-make-rss-group):
9401         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9402
9403         * gnus-start.el (gnus-setup-news): Honor user's setting to
9404         gnus-message-archive-method.  Suggested by Lute Kamstra
9405         <lute@gnu.org>.
9406
9407 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
9408
9409         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9410         global counterparts of the buffer-local variables.
9411
9412 2004-11-16  Romain Francoise  <romain@orebokech.com>
9413
9414         * gnus-sum.el (gnus-summary-exit): Don't clear the global
9415         counterparts of the buffer-local variables.
9416
9417 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9418
9419         * message.el (message-forbidden-properties): Fixed typo in doc
9420         string.
9421
9422 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9423
9424         * gnus-util.el (gnus-replace-in-string): Added doc string.
9425
9426         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9427         to avoid problems when splitting mails with many recipients.
9428
9429 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9430
9431         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9432         pop-to-buffer, covered by the subsequent gnus-configure-windows.
9433
9434 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
9435
9436         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9437         if there is no hashtable in memory or file modification time is
9438         newer than cached timestamp.
9439
9440 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9441
9442         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9443         not-matching option.
9444
9445 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
9446
9447         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9448         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9449         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9450         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9451         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
9452         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9453
9454 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9455
9456         * message.el (message-forward-make-body-mml): Remove headers
9457         according to message-forward-ignored-headers if a message is decoded.
9458
9459 2004-12-02  Romain Francoise  <romain@orebokech.com>
9460
9461         * message.el (message-forward-make-body-plain): Always remove
9462         headers according to message-forward-ignored-headers.
9463
9464 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9465
9466         * spam.el (spam-summary-prepare-exit): Remove the
9467         gnus-summary-limit pop for now, it has problems with ham marks for
9468         me.
9469
9470 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
9471
9472         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9473         correctly.
9474
9475 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
9476
9477         * format-spec.el (format-spec): Message the char.
9478
9479 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9480
9481         * gnus-art.el (gnus-split-methods): Reformat comments.
9482
9483         * spam.el (spam-summary-prepare-exit): Remove article limits
9484         before exiting the summary buffer.
9485
9486 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9487
9488         * lpath.el: Remove bbdb-create-internal, bbdb-records,
9489         spam-BBDB-register-routine and spam-enter-ham-BBDB.
9490
9491         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9492         order to silence the byte compiler.
9493
9494         * spam.el: Fix the way to silence the byte compiler, which
9495         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9496         bbdb-search-simple, spam-BBDB-register-routine,
9497         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9498         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9499         spam-stat-buffer-is-spam, spam-stat-load,
9500         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9501         spam-stat-save and spam-stat-split-fancy.
9502
9503 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9504
9505         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9506         which may confuse users.
9507         (canlock-password-for-verify): Ditto.
9508
9509         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9510
9511         * gnus-art.el (gnus-emphasis-alist): Ditto.
9512
9513         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9514
9515         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9516
9517         * gnus-start.el (gnus-save-killed-list): Ditto.
9518
9519         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9520         (gnus-sum-thread-tree-root): Ditto.
9521         (gnus-sum-thread-tree-false-root): Ditto.
9522         (gnus-sum-thread-tree-single-indent): Ditto.
9523
9524         * message.el (message-courtesy-message): Ditto.
9525         (message-archive-note): Ditto.
9526         (message-subscribed-address-file): Ditto.
9527         (message-user-fqdn): Ditto.
9528
9529         * spam-report.el (spam-report-gmane-regex): Ditto.
9530
9531         * spam.el (spam-blackhole-good-server-regex): Ditto.
9532
9533 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9534
9535         * mml.el (mml-preview): Widen the message buffer before copying
9536         the contents to the preview buffer; sort headers before previewing.
9537
9538         * message.el (message-hidden-headers): Fix the way to avoid a bug
9539         in the `repeat' widget in Emacs 21.3 or earlier.
9540
9541 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9542
9543         * message.el (message-hidden-headers): Default to "^References:".
9544         Improve customization type.  Suggested by Reiner Steib
9545         <Reiner.Steib@gmx.de>.
9546
9547 2004-11-25  Romain Francoise  <romain@orebokech.com>
9548
9549         * message.el (message-strip-forbidden-properties): Remove check for
9550         obsolete `message-hidden' text property, hidden headers are not
9551         accessible in the buffer anymore.
9552
9553 2004-11-22  Romain Francoise  <romain@orebokech.com>
9554
9555         * message.el (message-header-format-alist): Add `From' in list
9556         so that it can be sorted.
9557         (message-fix-before-sending): Widen and sort headers before
9558         sending.
9559         (message-hide-headers): Use narrowing to hide headers by moving
9560         them to the top of the buffer and narrowing to the region
9561         underneath.
9562
9563 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9564
9565         * message.el (message-strip-forbidden-properties): Bind
9566         buffer-read-only (etc) to nil.
9567
9568 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9569
9570         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9571         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9572
9573 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9574
9575         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9576
9577 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9578
9579         * dns.el (query-dns): Use sit-for to time instead of
9580         accept-process-output, since that doesn't seem to work on udp
9581         sockets.
9582
9583 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9584
9585         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9586
9587 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9588
9589         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9590         doc string.  Improve doc string.
9591
9592 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9593
9594         * nntp.el (nntp-request-update-info): Return nil if
9595         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9596         may not call gnus-activate-group which uselessly issues the GROUP
9597         commands for all nntp groups and wastes time.  Reported by Romain
9598         Francoise <romain@orebokech.com>.
9599
9600         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9601
9602 2004-11-15  Simon Josefsson  <jas@extundo.com>
9603
9604         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9605         headers separately.
9606         (gnus-button-openpgp): New function, inspired by Jochen Küpper
9607         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9608
9609 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9610
9611         * gnus-start.el (gnus-convert-old-newsrc):
9612         Assign legacy-gnus-agent to 5.10.7.
9613
9614 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9615
9616         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9617         start of the lines.
9618
9619 2004-11-14  Magnus Henoch  <mange@freemail.hu>
9620
9621         * hashcash.el (hashcash-default-payment): Change default to 20
9622         (hashcash-default-accept-payment): Change default to 20
9623         (hashcash-process-alist): New variable
9624         (hashcash-generate-payment-async): Add
9625         (hashcash-already-paid-p): Add
9626         (hashcash-insert-payment): Don't generate payments twice
9627         (hashcash-insert-payment-async): Add
9628         (hashcash-insert-payment-async-2): Add
9629         (hashcash-cancel-async): Add
9630         (hashcash-wait-async): Add
9631         (hashcash-processes-running-p): Add
9632         (hashcash-wait-or-cancel): Add
9633         (mail-add-payment): New optional argument.  Conditionally start
9634         asynchronous calculation.
9635         (mail-add-payment-async): Add
9636
9637         * message.el (message-send-mail): Wait for asynchronous hashcash
9638         results.  Don't clobber existing X-Hashcash headers.
9639         (message-setup-1): Call mail-add-payment-async when
9640         message-generate-hashcash is non-nil.
9641
9642 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9643
9644         * message.el (message-use-alternative-email-as-from): Examine the
9645         From header as well; use message-make-from in order to include a
9646         user's full name.
9647
9648 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9649
9650         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9651         default; improve customization type.
9652         (gnus-emphasis-custom-with-format): New macro.
9653         (gnus-emphasis-custom-value-to-external): New function.
9654         (gnus-emphasis-custom-value-to-internal): New function.
9655
9656 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9657
9658         * dns.el (query-dns): Resolve reverse addresses.
9659
9660 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9661
9662         * gnus-group.el (gnus-group-get-new-news): Use it.
9663
9664         * gnus-start.el (gnus-check-reasonable-setup): New function.
9665
9666 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9667
9668         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9669         "Args out of range" error.  Reported by Arnaud Giersch
9670         <arnaud.giersch@free.fr>.
9671
9672 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9673
9674         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9675
9676 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9677
9678         * spam.el (spam group): Add :version.
9679
9680         * pgg-def.el (pgg group): Add :version.
9681
9682 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9683
9684         * gnus-art.el (gnus-article-edit-article): Don't associate the
9685         article buffer with a draft file.  This is a temporary measure
9686         against the 2004-08-22 change to gnus-article-edit-mode.
9687
9688 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9689
9690         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9691         (html2text-format-tags): Remove unused variable `attr'.
9692
9693 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9694
9695         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9696
9697         * tls.el (tls-process-connection-type, tls-success)
9698         (tls-certtool-program): Add :version.
9699
9700         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
9701         (starttls-extra-arguments, starttls-process-connection-type)
9702         (starttls-connect, starttls-failure, starttls-success): Add :version.
9703
9704         * spam-stat.el (spam-stat): Add :version.
9705
9706         * sieve.el (sieve): Add :version.
9707
9708         * sha1.el (sha1): Add :version.
9709         (sha1-use-external): Remove redundant version.
9710
9711         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9712         (nnmail-cache-ignore-groups, nnmail-spool-hook)
9713         (nnmail-split-fancy-match-partial-words)
9714         (nnmail-split-lowercase-expanded): Add :version.
9715
9716         * nndiary.el (nndiary): Add :version.
9717
9718         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9719
9720         * mml-sec.el (mml-default-sign-method)
9721         (mml-default-encrypt-method, mml-signencrypt-style-alist):
9722         Add :version.
9723
9724         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9725
9726         * mm-url.el (mm-url-use-external, mm-url-program)
9727         (mm-url-arguments): Add :version.
9728
9729         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9730         (mm-attachment-file-modes, mm-decrypt-option)
9731         (mm-w3m-safe-url-regexp): Add :version.
9732
9733         * message.el (message-cite-prefix-regexp)
9734         (message-sendmail-envelope-from, message-minibuffer-local-map)
9735         (message-user-fqdn, message-completion-alist): Add :version.
9736
9737         * gnus-win.el (gnus-configure-windows-hook)
9738         (gnus-use-frames-on-any-display): Add :version.
9739
9740         * gnus-art.el (gnus-article-address-banner-alist)
9741         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9742         (gnus-treat-from-picon, gnus-treat-mail-picon)
9743         (gnus-treat-x-pgp-sig): Add :version.
9744
9745         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9746         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9747         (gnus-summary-article-delete-hook)
9748         (gnus-summary-display-while-building): Add :version.
9749
9750         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9751         (gnus-get-top-new-news-hook):Add :version.
9752
9753         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9754         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9755
9756         * gnus-registry.el (gnus-registry): Add :version.
9757
9758         * gnus-spec.el (gnus-use-correct-string-widths)
9759         (gnus-make-format-preserve-properties): Add :version.
9760
9761         * gnus.el (gnus-group-charter-alist)
9762         (gnus-group-fetch-control-use-browse-url)
9763         (gnus-install-group-spam-parameters): Add :version.
9764
9765         * gnus-diary.el (gnus-diary): Add :version.
9766
9767         * gnus-delay.el (gnus-delay): Add :version.
9768
9769         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9770         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9771         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9772         Add :version.
9773
9774         * gnus-agent.el (gnus-agent-max-fetch-size)
9775         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9776         (gnus-agent-prompt-send-queue): Add :version.
9777
9778         * deuglify.el (gnus-outlook-deuglify): Add :version.
9779
9780         * html2text.el: Beautify code.  Improve doc strings.  Some
9781         checkdoc cleanup.
9782         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9783
9784 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
9785
9786         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9787
9788 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
9789
9790         * gnus-registry.el (gnus-registry-hashtb): Create the registry
9791         when package is loaded.
9792
9793         * spam.el (spam-summary-score-preferred-header): Add global preference
9794         for people who want to override the default SpamAssassin over
9795         Bogofilter preference (when both are set).
9796         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9797         (spam-user-format-function-S): Check
9798         spam-summary-score-preferred-header.
9799         (spam-extra-header-to-number): Add X-Bogosity header parsing.
9800         (spam-user-format-function-S): Format the score correctly.
9801
9802 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9803
9804         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9805         signature file.  Suggested by Manoj Srivastava
9806         <srivasta@golden-gryphon.com>.
9807
9808         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9809         iso-2022-jp even in the Japanese language environment.
9810         Suggested by Jason Rumney <jasonr@gnu.org>.
9811
9812 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9813
9814         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9815         use the same characters as the dummy marks; make it free from
9816         getting affected by the language environment.
9817         (gnus-summary-read-group-1): Update mark positions only when the
9818         format spec is updated.
9819
9820         * gnus-spec.el (gnus-update-format-specifications): Return a list
9821         of updated types.
9822
9823 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9824
9825         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9826         of boundp to check if display-warning is available.
9827
9828 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
9829
9830         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9831
9832 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * nnspool.el (nnspool-spool-directory): Use news-path if the
9835         news-directory variable is not bound.
9836
9837         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9838         function instead of display-warning if it is not available.
9839
9840 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9841
9842         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9843         v5-10: Use `point-at-bol'.
9844
9845 2004-10-26  Simon Josefsson  <jas@extundo.com>
9846
9847         * hashcash.el: Fix URL in comment, reported by Cheng Gao
9848         <chenggao@gmail.com>.
9849
9850 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9851
9852         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
9853         instead.
9854
9855 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
9856
9857         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9858         to remove a server from the nnimap-server-buffer-alist.
9859         (nnimap-open-connection, nnimap-close-server): Use it.
9860
9861         * gnus-encrypt.el: Remove file in favor of encrypt.el.
9862
9863 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9864
9865         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9866         running the major-mode function.
9867
9868 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9869
9870         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9871         dummy marks in the right way.
9872
9873 2004-10-18  David Edmondson  <dme@dme.org>
9874
9875         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9876         excessively.
9877
9878 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
9879
9880         * gnus-util.el (gnus-split-references): Accept a nil references
9881         string and go on blissfully.
9882
9883         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9884         cases where the references string is non-nil but has no references.
9885
9886         * encrypt.el: Add autoload tags.
9887
9888         * spam.el (spam-resolve-registrations-routine): Remove article
9889         from unregistration list too.  Reported by David Hanak
9890         <dhanak@isis.vanderbilt.edu>
9891
9892 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
9893
9894         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9895         nil.  Changed custom type.
9896
9897 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
9898
9899         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9900
9901         * gnus-sum.el (gnus-summary-move-article): Use it.
9902
9903 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
9904
9905         * encrypt.el: Add autoload cookies.
9906
9907         * spam.el (spam-backend-article-list-property)
9908         (spam-backend-get-article-todo-list)
9909         (spam-backend-put-article-todo-list, )
9910         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9911         Resolve registrations separately.
9912         (spam-register-routine): Format comments.
9913         (spam-unregister-routine, spam-register-routine): Always call with
9914         specific-articles, no default list.
9915         (spam-summary-prepare-exit): Use the spam-classifications function.
9916
9917         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9918         gnus-encrypt.el.
9919
9920         * encrypt.el: Copied from gnus-encrypt.el.
9921
9922         * gnus-encrypt.el: Commented that it's obsolete.
9923
9924 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9925
9926         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9927         (gnus-score-save): Use it.
9928
9929         * message.el (message-bury): Use `window-dedicated-p'.
9930
9931 2004-10-15  Simon Josefsson  <jas@extundo.com>
9932
9933         * pop3.el (top-level): Don't require nnheader.
9934         (pop3-read-timeout): Add.
9935         (pop3-accept-process-output): Add.
9936         (pop3-read-response, pop3-retr): Use it.
9937
9938 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
9939
9940         * spam.el (spam-register-routine): Move comment.
9941         (spam-verify-bogofilter): Use 'unknown for the initial
9942         spam-bogofilter-valid state, not 'never.
9943
9944         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9945         for netrc-machine.
9946
9947         * nnimap.el (nnimap-open-connection): Use
9948         netrc-machine-user-or-password.
9949
9950 2004-10-17  Richard M. Stallman  <rms@gnu.org>
9951
9952         * gnus-registry.el (gnus-registry-unload-hook):
9953         Set as a variable with add-hook.
9954
9955         * nnspool.el (nnspool-spool-directory): Use news-directory instead
9956         of news-path.
9957
9958         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9959
9960         * spam.el: Delete duplicate `provide'.
9961         (spam-unload-hook): Set as a variable with add-hook.
9962
9963 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9964
9965         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9966         in the doc string.
9967
9968         * message.el (message-ignored-news-headers)
9969         (message-ignored-supersedes-headers)
9970         (message-ignored-resent-headers)
9971         (message-forward-ignored-headers): Improve custom type.
9972
9973 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9974
9975         * message.el (message-tokenize-header): Fix 2004-09-06 change
9976         which used point-min in the wrong place.
9977
9978 2004-10-12  Simon Josefsson  <jas@extundo.com>
9979
9980         * tls.el (tls-certtool-program): New variable.
9981         (tls-certificate-information): New function, based on
9982         ssl-certificate-information.
9983
9984 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * compface.el: Move the version of ELisp-based uncompface program
9987         to the contrib directory because of the copyright problem.
9988
9989 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9990
9991         * message.el (message-kill-buffer): Raise the current frame.
9992
9993 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9994
9995         * gnus-sum.el: Mention that multibyte characters don't work as marks.
9996
9997         * gnus.el (message-y-or-n-p): Autoload.
9998
9999         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
10000         (pop3-password-required, pop3-authentication-scheme)
10001         (pop3-leave-mail-on-server): Made customizable.
10002         (pop3): New custom group.
10003         (pop3-retr): Remove `sleep-for' statements.
10004         Suggested by Dave Love <fx@gnu.org>.
10005
10006         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
10007         Windows/DOS.
10008
10009         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10010         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
10011         Dave Love <fx@gnu.org>.
10012
10013         * mml.el (mml-minibuffer-read-disposition): Require match.
10014         Suggested by Dave Love <fx@gnu.org>.
10015
10016 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10017
10018         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
10019         doc string.
10020
10021 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10022
10023         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
10024
10025 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10026
10027         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
10028         instead of calling `mm-insert-inline', to decode text/* parts
10029         before displaying them.
10030
10031 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10032
10033         * mm-uu.el (mm-uu-text-plain-type): New variable.
10034         (mm-uu-pgp-signed-extract-1): Use it.
10035         (mm-uu-pgp-encrypted-extract-1): Use it.
10036         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
10037         bind mm-uu-text-plain-type with that value.
10038         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
10039         mm-uu-dissect.
10040
10041 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10042
10043         * gnus-group.el (gnus-update-group-mark-positions):
10044         * gnus-sum.el (gnus-update-summary-mark-positions):
10045         * message.el (message-check-news-body-syntax):
10046         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
10047         of string-as-multibyte.
10048
10049 2004-10-05  Juri Linkov  <juri@jurta.org>
10050
10051         * gnus-group.el (gnus-update-group-mark-positions):
10052         * gnus-sum.el (gnus-update-summary-mark-positions):
10053         * message.el (message-check-news-body-syntax):
10054         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
10055         8-bit unibyte values to a multibyte string for search functions.
10056
10057 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10058
10059         * mm-uu.el (mm-uu-dissect): Allow optional arg.
10060         (mm-uu-dissect-text-parts): New function.
10061
10062         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
10063         dissect text parts.
10064
10065         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
10066         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
10067
10068         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
10069
10070         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
10071         gnus-current-topics instead of gnus-current-topic.
10072
10073 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
10074
10075         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
10076
10077 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
10078
10079         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
10080         where approriate.
10081
10082         * nnml.el (nnml-generate-active-info): do.
10083
10084         * nndiary.el (nndiary-generate-active-info): do.
10085
10086         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
10087         (gnus-topic-move): do.
10088
10089         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
10090         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
10091
10092         * gnus-srvr.el (gnus-server-prepare)
10093         (gnus-server-open-all-servers): do.
10094
10095         * gnus-msg.el (gnus-summary-cancel-article)
10096         (gnus-summary-resend-message)
10097         (gnus-summary-mail-crosspost-complaint): do.
10098
10099         * gnus-move.el (gnus-change-server): do.
10100
10101         * gnus-group.el (gnus-group-unmark-all-groups)
10102         (gnus-group-set-current-level): do.
10103
10104 2004-10-04  Simon Josefsson  <jas@extundo.com>
10105
10106         * message.el (message-generate-hashcash): Doc fix.
10107
10108 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
10109
10110         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
10111         avoid infinite recursion via gnus-get-function.
10112
10113 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
10114
10115         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
10116
10117         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
10118
10119         * nnmail.el (nnmail-split-history): do.
10120
10121         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
10122         (nnml-request-delete-group): do.
10123
10124         * nnslashdot.el (nnslashdot-read-groups): do.
10125
10126         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
10127         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
10128
10129         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
10130         (nnspool-sift-nov-with-sed): Use last
10131         (nnspool-retrieve-headers-with-nov): Use mapc.
10132         (nnspool-request-newgroups): Use dolist.
10133         (nnspool-request-group): Use last.
10134
10135         * nntp.el (nntp-read-server-type): Use dolist.
10136
10137         * nnvirtual.el (nnvirtual-create-mapping)
10138         (nnvirtual-update-read-and-marked): Use dolist.
10139         (nnvirtual-convert-headers): Simplify.
10140
10141 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10142
10143         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
10144         support for sync'ing tick marks.
10145
10146 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10147
10148         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
10149         there's no visible header.
10150
10151 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10152
10153         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
10154         necessary, pass full group name to gnus-request-set-marks.
10155
10156 2004-10-01  Simon Josefsson  <jas@extundo.com>
10157
10158         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
10159         acroread.
10160
10161 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10162
10163         * spam-report.el (spam-report-gmane): Fix interactive.
10164
10165         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
10166
10167         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
10168         when writing file.
10169         (gnus-agent-synchronize-flags): Don't default to being
10170         interactive.
10171
10172 2004-09-30  Simon Josefsson  <jas@extundo.com>
10173
10174         * message.el (message-generate-hashcash): Add.
10175         (message-send-mail): Use it, call mail-add-payment.
10176
10177 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10178
10179         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
10180
10181 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
10182
10183         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
10184         gnus-requst-update-info with explicit code to sync the in-memory
10185         info read flags with the marks being sync'd to the backend.
10186
10187         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
10188
10189 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10190
10191         * spam.el (spam-verify-bogofilter): Add new function.
10192         (spam-check-bogofilter)
10193         (spam-bogofilter-register-with-bogofilter): Use it.
10194         (spam-verify-bogofilter): Add small fixes.
10195
10196 2004-09-28  Simon Josefsson  <jas@extundo.com>
10197
10198         * hashcash.el (hashcash-generate-payment): Revert.
10199
10200 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10201
10202         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
10203         gnus-extract-references instead of gnus-split-references.
10204
10205         * gnus-util.el (gnus-extract-references): Add new function, analogous
10206         to gnus-split-references but extracts only the message-ID without
10207         anything extra.
10208
10209         * hashcash.el (hashcash-generate-payment)
10210         (hashcash-check-payment): Do the right thing if hashcash-path is
10211         nil (because the hashcash program could not be found).
10212
10213         * spam.el (spam-use-hashcash): Remove comment.
10214
10215 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
10216
10217         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
10218         (gnus-cache-enter-article, gnus-cache-remove-article)
10219         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
10220
10221         * gnus-async.el (gnus-async-prefetch-remove-group): do.
10222
10223         * gnus-art.el (article-hide-boring-headers)
10224         (article-translate-strings, article-display-face)
10225         (gnus-article-mime-match-handle-first)
10226         (gnus-article-highlight-headers)
10227         (gnus-article-add-buttons-to-head): do.
10228
10229 2004-09-27  Simon Josefsson  <jas@extundo.com>
10230
10231         * hashcash.el: New version, from
10232         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
10233         ../contrib/.
10234
10235 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10236
10237         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
10238
10239 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
10240
10241         * gnus-dup.el (gnus-dup-open): Use mapc.
10242         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
10243
10244         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
10245         Reported by Stefan Wiens <s.wi@gmx.net>.
10246
10247         * gnus.el (gnus-shutdown): Use dolist.
10248
10249         * gnus-undo.el (gnus-undo): Use mapc.
10250
10251         * nnrss.el (nnrss-generate-active): do.
10252
10253         * message.el (message-cite-original-without-signature)
10254         (message-cite-original): Use mapc.
10255         (message-do-actions, message-make-forward-subject): Use dolist.
10256
10257 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10258
10259         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
10260         deletion to remove entire duplicate line.  Fixes merged article
10261         number bug.
10262
10263 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10264
10265         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
10266         servers that are offline.  Avoids having gnus-agent-toggle-plugged
10267         first ask if you want to open a server and then, even when you
10268         responded with no, asking if you want to synchronize the server's
10269         flags.
10270         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
10271         multi-line expressions.
10272         (gnus-agent-synchronize-group-flags): New internal function.
10273         Updates marks in memory (in the info structure) AND in the
10274         backend.
10275
10276         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
10277
10278         * nnagent.el (nnagent-request-set-mark): Use
10279         gnus-agent-synchronize-group-flags, not backend's request-set-mark
10280         method, to ensure that synchronization updates marks in the
10281         backend and in the info (in memory) structure.
10282
10283 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10284
10285         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
10286         convention fully; don't miss the root article of a thread; make
10287         the X-Draft-From header with correct article numbers.
10288
10289 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
10290
10291         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
10292         unless plugged.  Disable the agent so that an open failure causes
10293         an error.
10294
10295         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
10296         Reverted 2004-09-21 change.  The backend must be opened while
10297         synchronizing flags even when the backend stores the flags
10298         locally.
10299
10300 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
10301
10302         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
10303         in `header' match.  Reported by Svend Tollak Munkejord.
10304
10305         * message.el (message-cite-original): Fix use of
10306         `message-cite-articles-with-x-no-archive'.
10307
10308 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10309
10310         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10311         (gnus-window-to-buffer): Ditto.
10312
10313         * mml.el (mml-preview-buffer): New variable.
10314         (mml-preview): Manage window layout with gnus-buffer-configuration.
10315
10316         * gnus-msg.el (gnus-setup-message): Put article numbers into the
10317         X-Draft-From header even if those articles aren't quoted.
10318
10319 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
10320
10321         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10322         (gnus-request-set-mark, gnus-request-update-mark): Use new
10323         g-s-t-u-l-m to decide to use backend even when unplugged.
10324
10325 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10326
10327         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10328         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
10329
10330 2004-09-20  Simon Josefsson  <jas@extundo.com>
10331
10332         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10333         "utf-16-le".
10334
10335 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10336
10337         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10338
10339 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10340
10341         * uudecode.el (uudecode-use-external): Add :version.
10342
10343         * smime.el (smime-CA-file, smime-encrypt-cipher)
10344         (smime-dns-server): Add :version.
10345
10346         * smiley.el (gnus-smiley-file-types): Add :version.
10347
10348         * sha1.el (sha1-use-external): Add :version.
10349
10350         * pgg-def.el (pgg-query-keyserver): Add :version.
10351
10352         * nnmail.el (nnmail-fancy-expiry-targets)
10353         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10354         Add :version.
10355
10356         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10357         (nnimap-retrieve-groups-asynchronous): Add :version.
10358         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
10359
10360         * mml.el (mml-content-disposition-parameters)
10361         (mml-insert-mime-headers-always): Add :version.
10362
10363         * mm-util.el (mm-coding-system-priorities): Add :version.
10364
10365         * mm-decode.el (mm-inline-text-html-with-images)
10366         (mm-keep-viewer-alive-types, mm-external-terminal-program)
10367         (mm-verify-option): Add :version.
10368         (mm-text-html-renderer): Change :version.
10369
10370         * message.el (message-fcc-externalize-attachments)
10371         (message-required-headers, message-draft-headers)
10372         (message-subject-trailing-was-query)
10373         (message-subject-trailing-was-ask-regexp)
10374         (message-subject-trailing-was-regexp, message-mark-insert-begin)
10375         (message-mark-insert-end, message-archive-header)
10376         (message-archive-note, message-cross-post-default)
10377         (message-cross-post-note, message-followup-to-note)
10378         (message-cross-post-note-function, message-use-mail-followup-to)
10379         (message-subscribed-address-functions)
10380         (message-subscribed-address-file, message-subscribed-addresses)
10381         (message-subscribed-regexps, message-allow-no-recipients)
10382         (message-yank-cited-prefix, message-signature-insert-empty-line)
10383         (message-hidden-headers, message-hierarchical-addresses)
10384         (message-mail-user-agent, message-use-idna)
10385         (message-valid-fqdn-regexp)
10386         (message-strip-special-text-properties, message-header-synonyms)
10387         (message-beginning-of-line, message-tab-body-function): Add :version.
10388         (message-insert-canlock, message-wide-reply-confirm-recipients):
10389         Change :version.
10390
10391         * mail-source.el (mail-source-ignore-errors): Add :group, :type
10392         and :version.
10393         (mail-source-delete-old-incoming-confirm)
10394         (mail-source-movemail-program): Add :version.
10395
10396         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10397         (gnus-agent-cache, gnus-agent): Change :version.
10398
10399         * gnus-util.el (gnus-use-byte-compile): Change :version.
10400
10401         * gnus-sum.el (gnus-summary-make-false-root-always)
10402         (gnus-summary-default-high-score)
10403         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10404         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10405         (gnus-read-all-available-headers, gnus-article-emulate-mime)
10406         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10407         (gnus-sum-thread-tree-single-indent)
10408         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10409         (gnus-sum-thread-tree-leaf-with-other)
10410         (gnus-sum-thread-tree-single-leaf): Add :version.
10411         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10412         (gnus-article-loose-mime): Change :version.
10413
10414         * gnus-start.el (gnus-backup-startup-file)
10415         (gnus-save-startup-file-via-temp-buffer): Add :version.
10416
10417         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10418         (gnus-server-offline-face): Add :version.
10419
10420         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10421
10422         * gnus-msg.el (gnus-gcc-externalize-attachments)
10423         (gnus-debug-files, gnus-debug-exclude-variables)
10424         (gnus-discouraged-post-methods): Change :version.
10425         (gnus-confirm-mail-reply-to-news)
10426         (gnus-confirm-treat-mail-like-news): Add :version.
10427
10428         * gnus-int.el (gnus-server-unopen-status): Add :version.
10429
10430         * gnus-group.el (gnus-group-jump-to-group-prompt)
10431         (gnus-large-ephemeral-newsgroup)
10432         (gnus-fetch-old-ephemeral-headers): Add :version.
10433
10434         * gnus-fun.el (gnus-x-face-directory)
10435         (gnus-convert-pbm-to-x-face-command)
10436         (gnus-convert-image-to-x-face-command)
10437         (gnus-convert-image-to-face-command): Add :version.
10438
10439         * gnus-delay.el (gnus-delay-default-hour): Add :version.
10440
10441         * gnus-cite.el (gnus-cite-blank-line-after-header)
10442         (gnus-article-boring-faces): Add :version.
10443
10444         * gnus-art.el (gnus-buttonized-mime-types)
10445         (gnus-inhibit-mime-unbuttonizing)
10446         (gnus-treat-display-face)
10447         (gnus-treat-body-boundary): Change :version.
10448         (gnus-body-boundary-delimiter, gnus-picon-databases)
10449         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10450         (gnus-treat-date-english, gnus-treat-fold-headers)
10451         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10452         (gnus-treat-mail-picon, gnus-treat-wash-html)
10453         (gnus-article-encrypt-protocol)
10454         (gnus-use-idna, gnus-article-over-scroll)
10455         (gnus-mime-display-multipart-alternative-as-mixed)
10456         (gnus-mime-display-multipart-related-as-mixed)
10457         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10458         (gnus-ctan-url, gnus-button-ctan-handler)
10459         (gnus-button-handle-ctan-bogus-regexp)
10460         (gnus-button-ctan-directory-regexp)
10461         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10462         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10463         (gnus-button-man-level, gnus-button-emacs-level)
10464         (gnus-button-message-level, gnus-button-browse-level): Add :version.
10465
10466         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10467         (gnus-agent-go-online): Change :version.
10468         (gnus-agent-expire-unagentized-dirs)
10469         (gnus-agent-auto-agentize-methods): Add :version.
10470
10471         * flow-fill.el (fill-flowed-display-column)
10472         (fill-flowed-encode-column): Add :version.
10473
10474         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10475         (gnus-outlook-deuglify-unwrap-max)
10476         (gnus-outlook-deuglify-cite-marks)
10477         (gnus-outlook-deuglify-unwrap-stop-chars)
10478         (gnus-outlook-deuglify-no-wrap-chars)
10479         (gnus-outlook-deuglify-attrib-cut-regexp)
10480         (gnus-outlook-deuglify-attrib-verb-regexp)
10481         (gnus-outlook-deuglify-attrib-end-regexp)
10482         (gnus-outlook-display-hook): Add :version.
10483
10484         * binhex.el (binhex-use-external): Add :version.
10485
10486 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
10487
10488         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10489         and `invisible'.
10490
10491 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10492
10493         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10494         in gnus-registry-trim.
10495
10496 2004-09-13  Simon Josefsson  <jas@extundo.com>
10497
10498         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10499
10500         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10501
10502         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10503         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10504         <yamaoka@jpl.org>.
10505         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10506         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10507         <yamaoka@jpl.org>.
10508
10509         * sieve.el (sieve-manage-mode): Ditto.
10510
10511 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10512
10513         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10514
10515 2004-09-11  Simon Josefsson  <jas@extundo.com>
10516
10517         * dns-mode.el: Add.
10518
10519         * mm-view.el (mm-display-dns-inline): Add.
10520
10521         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10522         (mm-automatic-display): Ditto.
10523
10524         * mailcap.el (mailcap-mime-data): Add text/dns.
10525         (mailcap-mime-extensions): Map .soa to text/dns.
10526
10527 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
10528
10529         * gnus-art.el (article-decode-mime-words, article-babel)
10530         (gnus-article-highlight-signature, gnus-article-add-buttons)
10531         (gnus-signature-toggle): Remove unnecessary bindings of
10532         `inhibit-read-only' inherited from v5.10 merge.
10533
10534 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10535
10536         * nntp.el (nntp): New customization group.
10537         (nntp-authinfo-file): Add customization group.
10538
10539         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10540
10541         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10542
10543         * gnus.el (to-address, to-list, subscribed)
10544         (large-newsgroup-initial): Ditto.
10545
10546         * flow-fill.el (fill-flowed-display-column)
10547         (fill-flowed-encode-column): Ditto.
10548
10549 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10550
10551         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10552         Use point-min rather than 1.
10553         (message-send-mail): Use buffer-size rather than point-max.
10554
10555         * gnus-sum.el (gnus-summary-search-article-forward):
10556         Signal a specific `search-failed' rather than a generic `error'.
10557
10558         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10559         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10560         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10561
10562 2004-09-10  Simon Josefsson  <jas@extundo.com>
10563
10564         * nndb.el (require): Remove tcp and duplicate cl.
10565
10566 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10567
10568         * gnus-agent.el (directory-files-and-attributes): Move forward.
10569
10570 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10571
10572         * gnus-agent.el (directory-files-and-attributes): Optionally
10573         defined to support XEmacs.
10574
10575 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10576
10577         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10578         to avoid run-time CL dependencies.
10579         (gnus-agent-unfetch-articles): New function.
10580         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10581         article numbers even when local .overview file is missing.
10582         (gnus-agent-read-article-number): New function.  Only accepts
10583         27-bit article numbers.
10584         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10585         gnus-agent-read-article-number.
10586         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10587         from backend while recognizing that article numbers in .overview
10588         must be valid.
10589         (gnus-agent-update-files-total-fetched-for): Use
10590         directory-files-and-attributes to improve performance.
10591         * gnus-int.el (gnus-request-move-article): Use
10592         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10593         improve performance.
10594
10595         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10596         some users confused by references to .newsrc when they only have a
10597         .newsrc.eld file.
10598         (gnus-convert-mark-converter-prompt)
10599         (gnus-convert-converter-needs-prompt): Fixed use of property list.
10600         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10601         New function.  Used internally to only display 'gnus converting
10602         files' message when actually necessary.
10603
10604         * gnus-sum.el (): Removed (require 'gnus-agent) as required
10605         methods now autoloaded.
10606
10607 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10608
10609         * gnus-sum.el (gnus-summary-insert-subject): Remove list
10610         identifiers.
10611
10612 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
10613
10614         * gnus-picon.el: Fix indentation and closing parenthesis.
10615
10616 2004-09-01  Simon Josefsson  <jas@extundo.com>
10617
10618         * message.el (message-canlock-generate): Require sha1, not
10619         sha1-el.  (Can we get rid of this require altogether?  It is ugly
10620         to require within a function.  Sadly, if sha1.el isn't loaded, the
10621         let binding in m-c-g will hide the defcustom definition, which is
10622         bad.)
10623
10624         * canlock.el: Require sha1, not sha1-el.
10625
10626         * message.el: Don't autoload sha1 (there is a autoload cookie in
10627         sha1.el).
10628
10629         * sha1-el.el: Renamed to sha1.el.
10630
10631 2004-08-30  Juanma Barranquero  <lektu@terra.es>
10632
10633         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10634
10635 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10636
10637         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10638
10639 2004-08-30  Kim F. Storm  <storm@cua.dk>
10640
10641         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10642
10643         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10644         Add :group 'nnimap.
10645
10646 2004-08-30  Andreas Schwab  <schwab@suse.de>
10647
10648         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10649         ?* and ?\;.
10650
10651         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10652         and ?\' to symbol instead of whitespace.
10653
10654 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10655
10656         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10657
10658         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10659         instead of re-search-forward.
10660
10661         * gnus-uu.el (gnus-uu-save-article): Ditto.
10662         (gnus-uu-post-encode-uuencode): Ditto.
10663
10664         * html2text.el (html2text-clean-list-items): Ditto.
10665         (html2text-clean-dtdd): Ditto.
10666         (html2text-format-tags): Ditto.
10667
10668         * message.el (message-send-mail-with-sendmail): Fix regexp.
10669         (message-fill-field-general): Use search-forward instead of
10670         re-search-forward.
10671         (unbold-region): Ditto.
10672
10673         * nnrss.el (nnrss-request-article): Ditto.
10674
10675         * nnslashdot.el (nnslashdot-request-article): Ditto.
10676
10677         * nnweb.el (nnweb-gmane-wash-article): Ditto.
10678
10679         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10680         "Unrecognized menu descriptor" error in XEmacs.
10681
10682 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10683
10684         * gnus-sum.el (gnus-read-header): Don't remove a header for the
10685         parent article of a sparse article in the thread hashtb.
10686
10687 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
10688
10689         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10690         (nnmail-expand-newtext): Lowercase expanded entries if
10691         nnmail-split-lowercase-expanded is non-nil.
10692
10693 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10694
10695         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10696
10697         * gnus-group.el (gnus-group-line-format-alist): Convert the value
10698         of gnus-tmp-news-method into string under XEmacs.  It will be
10699         passed to gnus-correct-length which takes only a string argument.
10700
10701 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10702
10703         * gnus-util.el (gnus-bind-print-variables): New macro.
10704         (gnus-prin1): Use it.
10705         (gnus-prin1-to-string): Use it.
10706         (gnus-pp): New function.
10707         (gnus-pp-to-string): New function.
10708
10709         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10710         Replace pp-to-string with gnus-pp-to-string.
10711         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10712         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10713         * gnus-msg.el (gnus-debug): Ditto.
10714         * gnus-score.el (gnus-score-save): Ditto.
10715         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10716         gnus-pp-to-string.
10717         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10718         with gnus-pp.
10719         * score-mode.el (gnus-score-pretty-print): Ditto.
10720         * webmail.el (webmail-debug): Ditto.
10721
10722 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10723
10724         * gnus-art.el (article-display-face, article-display-x-face):
10725         Use buffer-read-only.
10726
10727 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10728
10729         * gnus-art.el (article-hide-list-identifiers):
10730         Bind inhibit-read-only as t.
10731
10732 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10733
10734         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10735
10736 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10737
10738         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10739         (gnus-narrow-to-page): Don't assume point-min == 1.
10740         (gnus-article-edit-mode): Derive from message-mode.
10741
10742         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10743         point-min == 1.
10744
10745         * imap.el (imap-parse-address-list, imap-parse-body-ext):
10746         Disable incorrect use of `assert'.
10747
10748         * message.el (message-mode): Set comment-start-skip.
10749
10750
10751 2004-08-22  Sam Steingold  <sds@gnu.org>
10752
10753         * pop3.el (pop3-leave-mail-on-server): New user variable.
10754         (pop3-movemail): Delete mail only when it is nil.
10755
10756 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
10757
10758         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10759
10760         * mml.el (mml-preview): Use `pop-to-buffer'.
10761
10762         * message.el (message-goto-mail-followup-to): Insert after "To".
10763         (message-carefully-insert-headers): Add comment.
10764
10765         * gnus.el: Remove unused variable `gnus-article-check-size'.
10766
10767         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10768
10769         * gnus-art.el (gnus-button-alist): Improve
10770         `gnus-button-handle-library' entry.
10771
10772 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
10773
10774         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10775         downcase, since XEmacs capitalizes error messages differently.
10776
10777 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
10778
10779         * nntp.el: Add (require 'gnus) due to reference to
10780         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
10781
10782 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
10783
10784         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10785         `mm-fill-flowed'.
10786
10787         * mm-decode.el (mm-dissect-singlepart): Check it.
10788
10789 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
10790
10791         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10792         'imap' for netrc parsing.
10793
10794 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
10795
10796         * mailcap.el (mailcap-mime-data): Mark as risky.
10797
10798 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10799
10800         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10801         may be included in the encoded word.
10802         (rfc2047-encode): Don't append a space if the encoded word
10803         includes close parenthesis.
10804
10805 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10806
10807         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10808         of text within parentheses.
10809
10810 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
10811
10812         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10813         (gnus-encrypt-write-file-contents): Make the password key the file
10814         name PLUS the cipher, not just the cipher.  Also remove failed
10815         passwords from the cache.
10816
10817 2004-08-06  Simon Josefsson  <jas@extundo.com>
10818
10819         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
10820         fix.
10821
10822 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10823
10824         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10825         LWSP.
10826
10827 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
10828
10829         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10830         to append in-reply-to: data to the references: header.
10831
10832         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10833         (netrc-parse): Use gnus-encrypt.el functions.
10834
10835         * gnus-encrypt.el: Add new file for encryption support; currently
10836         does only a few GPG ciphers and an internal XOR cipher.
10837
10838         * password.el: Add comments on using password-read-and-add.
10839         (password-read-and-add): Add function to read and add the
10840         password to the cache at once.
10841
10842 2004-07-28  Simon Josefsson  <jas@extundo.com>
10843
10844         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10845         parameter (but don't use it, for now).
10846
10847         * imap.el (imap-ssl-open): Use imap-process-connection-type,
10848         instead of hard coding to nil.
10849
10850 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10851
10852         * mm-view.el (mm-inline-image-emacs): Open lines under an image
10853         as mm-inline-image-xemacs does.
10854
10855 2004-07-26  Simon Josefsson  <jas@extundo.com>
10856
10857         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10858         Revert part of 2004-07-17 change below.
10859
10860 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10861
10862         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
10863         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10864
10865 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10866
10867         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10868         quotes that actually start with ">" at the beginning of the
10869         lines.
10870
10871 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10872
10873         * rfc2047.el (rfc2047-encode-region): Fix last change.
10874         (rfc2047-encode-parameter): Remove useless concat.
10875
10876 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10877
10878         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10879         encode special characters; fix some kind of misconfigured headers;
10880         signal a real error if debug-on-quit or debug-on-error is non-nil.
10881         (rfc2047-encode-max-chars): New variable.
10882         (rfc2047-encode-1): Use it.
10883         (rfc2047-encode-parameter): New function.
10884
10885         * mml.el (mml-insert-parameter): Remove an excessive space.
10886
10887 2004-07-17  Simon Josefsson  <jas@extundo.com>
10888
10889         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10890         Kai Grossjohann <kai@emptydomain.de>.
10891         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10892         (gnus-group-make-menu-bar): Ditto.
10893
10894         * gnus-util.el (gnus-group-server): Add.
10895
10896 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
10897
10898         * message.el (message-clone-locals): Clone sendmail and smtp
10899         variables.
10900
10901 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10902
10903         * rfc2047.el (rfc2047-encode-region): Fix last change.
10904
10905 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10906
10907         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10908         characters as non-special.
10909
10910 2004-07-09  Simon Josefsson  <jas@extundo.com>
10911
10912         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10913         Users will lose all flag changes made while unplugged with
10914         e.g. nntp unless flag synchronization happens, thus `nil' is not a
10915         good default.  See numerous reports on ding mailing list.
10916
10917 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10918
10919         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10920         add generate-head-function and generate-article-function to the
10921         rfc822-forward entry.
10922         (nndoc-rfc822-forward-generate-article): New function.
10923         (nndoc-rfc822-forward-generate-head): New function.
10924
10925         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10926
10927 2004-07-06  Dan Christensen  <jdc@uwo.ca>
10928
10929         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10930         respect display group parameter and gnus-summary-expunge-below.
10931         (gnus-articles-to-read): Remove unused reference to display group
10932         parameter.
10933
10934 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10935
10936         * nnheader.el (nnheader-uniquify-message-id): New experimental
10937         variable.
10938         (nnheader-nov-read-message-id): Use it.
10939
10940         * spam-report.el (spam-report-gmane): Add interactive.
10941
10942 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10943
10944         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10945         qp-or-base64 for the application/* types.
10946
10947 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
10948
10949         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10950
10951 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
10952
10953         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10954         trim value.
10955
10956 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10957
10958         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10959         New macro and function.
10960         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10961
10962 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10963
10964         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10965         after-load-alist.
10966
10967 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10968
10969         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10970         update info that isn't there.
10971
10972 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
10973
10974         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10975         entry.
10976
10977 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10978
10979         * mm-view.el (mm-inline-render-with-function): Use multibyte
10980         buffer; decode html source by charset.
10981
10982         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10983
10984         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10985         Mule-UCS is loaded under XEmacs.
10986         (mm-mime-mule-charset-alist): Avoid duplicated entries.
10987
10988 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
10989
10990         * nnheader.el (nnheader-max-head-length): Increase to 8192.
10991
10992 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10993
10994         * mm-util.el (mm-coding-system-p): Return a coding-system.
10995         (mm-mime-mule-charset-alist): Use shift_jis instead of
10996         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10997         entries for the mime charsets iso-2022-jp-3 and shift_jis.
10998         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10999         instead of japanese-shift-jis and iso-latin-1 respectively in
11000         order to share the default value with both Emacs and XEmacs-mule.
11001         (mm-mule-charset-to-mime-charset): Make
11002         mm-coding-system-priorities effective.
11003         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
11004         while predicating of candidates upon the priorities.
11005
11006 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
11007
11008         * gnus-sum.el (gnus-summary-make-menu-bar): Add
11009         gnus-uu-invert-processable.
11010
11011         * gnus.el: Autoload gnus-uu-invert-processable.
11012
11013 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11014
11015         * mm-util.el (mm-with-multibyte-buffer): New macro.
11016
11017         * rfc2047.el (rfc2047-encode-string): Use it.
11018         (rfc2047-encode-region): Move point to the end of the region after
11019         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
11020
11021 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11022
11023         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
11024         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
11025
11026 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11027
11028         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
11029         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
11030         Karl Chen <quarl@nospam.quarl.org>.
11031
11032 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
11033
11034         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
11035         invalid addresses.
11036
11037 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
11038
11039         * spam.el: Change section markers, revise TODO list.
11040         (spam-backends): Make new master list of all installed backends.
11041         (spam-summary-exit-behavior): Add new variable to determine how
11042         messages moves are done at summary exit.
11043         (spam-move-spam-nonspam-groups-only)
11044         (spam-process-ham-in-nonham-groups)
11045         (spam-process-ham-in-spam-groups): Remove variables, the
11046         spam-summary-exit-behavior variable should be used to manage this
11047         behavior.
11048         (spam-old-ham-articles, spam-old-spam-articles): Remove.
11049         (spam-old-articles): Add variable, replacing spam-old-ham-articles
11050         and spam-old-spam-articles.
11051         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
11052         Add empty variables, placeholders for the backends they represent.
11053         (spam-set-difference): Move, unchanged.
11054         (spam-list-of-processors): Declare OBSOLETE, not used anymore
11055         unless the user has a processor variable.
11056         (spam-classifications, spam-classification-valid-p)
11057         (spam-backend-properties, spam-backend-property-valid-p)
11058         (spam-backend-function-type-valid-p)
11059         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
11060         (spam-report-articles-gmane, spam-report-articles-resend):
11061         Remove functions, they are not needed.
11062         (spam-install-backend-super, spam-backend-list)
11063         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
11064         (spam-backend-function, spam-backend-ham-registration-function)
11065         (spam-backend-spam-registration-function)
11066         (spam-backend-ham-unregistration-function)
11067         (spam-backend-spam-unregistration-function)
11068         (spam-backend-statistical-p, spam-backend-mover-p)
11069         (spam-install-backend-alias, spam-install-checkonly-backend)
11070         (spam-install-mover-backend, spam-install-nocheck-backend)
11071         (spam-install-backend, spam-install-statistical-backend)
11072         (spam-install-statistical-checkonly-backend): Add backend installation
11073         support.
11074         (spam-summary-prepare-exit): Rewrite to use the new backend code.
11075         (spam-group-processor-p): Use the new backend code and respect the
11076         summary exit behavior.
11077         (spam-mark-spam-as-expired-and-move-routine): Remove.
11078         (spam-summary-prepare): Change to use the new spam-old-articles
11079         variable.
11080         (spam-copy-or-move-routine, spam-copy-spam-routine)
11081         (spam-move-spam-routine, spam-copy-ham-routine)
11082         (spam-move-ham-routine): Add code to copy/move ham or spam.
11083         (spam-fetch-field-fast): Improve doc and code, plus allow the
11084         'number request.
11085         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
11086         variables.
11087         (spam-split, spam-find-spam): Use the new backend code.
11088         (spam-registration-functions): Remove variable.
11089         (spam-unregister-routine): Add convenience wrapper.
11090         (spam-log-undo-registration, spam-register-routine)
11091         (spam-log-processing-to-registry)
11092         (spam-log-unregistration-needed-p): Rename "check" to "backend"
11093         where possible.
11094         (spam-check-gmane-xref, spam-check-regex-headers)
11095         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
11096         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
11097         (spam-check-bogofilter-headers, spam-check-spamoracle)
11098         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
11099         (spam-check-crm114-headers): Use the spam-split-group that
11100         spam-split prepares, no need to determine it every time.
11101
11102         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
11103         to the nnheader-parse-naked-head call.
11104
11105         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
11106
11107         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
11108         the nnheader-nov-read-message-id call.
11109
11110 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11111
11112         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
11113         gnus-activate-group twice.  Suggested by Markus Peter
11114         <warp@spin.de>.
11115
11116 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11117
11118         * gnus-art.el (gnus-article-time-format): Exchange the order of
11119         day and month in the default value; fix customization type.
11120         (article-date-ut): Use add-text-properties.
11121         (article-make-date-line): Use message-make-date instead of
11122         current-time-string.
11123
11124         * message.el (message-fetch-field): Don't use set-text-properties.
11125         (message-make-date): Simplify.
11126
11127         * messagexmas.el (message-xmas-make-date): New function.
11128         (message-xmas-redefine): Defalias message-make-date to it.
11129
11130 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11131
11132         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
11133         (rfc2047-encode-region): Treat text within parentheses as special;
11134         show the original text when error has occurred.
11135
11136         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
11137         already-computed method to gnus-activate-group.
11138
11139         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
11140         same select-methods identical Lisp objects.
11141
11142         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
11143         object when modifying the info.
11144
11145 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11146
11147         * gnus-srvr.el (gnus-server-set-info): Remove the server from
11148         gnus-opened-servers since it has never been opened with the new
11149         configuration yet.
11150
11151 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11152
11153         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
11154         arg to nnheader-generate-fake-message-id.
11155
11156 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
11157
11158         * nnheader.el (nnheader-generate-fake-message-id): Accept a
11159         number and build a fake message ID localized to a group and
11160         article number (so it's repeatable from that point on).
11161         (nnheader-fake-message-id-p): Change regex to accomodate new fake
11162         ID format.
11163
11164         * gnus-sum.el (gnus-get-newsgroup-headers): Call
11165         nnheader-generate-fake-message-id with the article number.
11166
11167 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
11168
11169         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
11170         end-of-buffer.
11171
11172 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11173
11174         * message.el (message-ignored-supersedes-headers): Add Approved.
11175
11176 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11177
11178         * rfc2047.el (rfc2047-encode-message-header): Remove useless
11179         goto-char.
11180         (rfc2047-encode): Fold the line before encoding.
11181
11182 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11183
11184         * rfc2047.el (rfc2047-encode-message-header): Disabled header
11185         folding -- not all headers can be folded, and this should be done
11186         by the message composition mode.  Probably.  I think.
11187
11188 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11189
11190         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
11191         fast.
11192
11193         * gnus-ems.el (gnus-remove-image): Don't use
11194         message-text-with-property; remove only the image found first.
11195
11196         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
11197         found first.
11198
11199 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
11200
11201         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
11202
11203 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11204
11205         * message.el (message-text-with-property): Make it fast and accept
11206         optional arguments.
11207         (message-strip-forbidden-properties): Use it.
11208         (message-fix-before-sending): Follow the m-t-w-p change.
11209
11210         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
11211
11212 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11213
11214         * gnus-art.el (article-hide-headers): Don't change the buffer
11215         mistakenly when performing mml-preview even if
11216         gnus-single-article-buffer is nil.
11217
11218 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
11219
11220         * message.el (message-expand-name-databases): New user option.
11221         (message-expand-name): Use it.
11222
11223 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
11224
11225         * spam.el (spam-report-articles-resend)
11226         (spam-report-resend-register-routine): Allow ham reporting.
11227         (spam-report-resend-register-ham-routine): Add wrapper.
11228         (spam-registration-functions): Add ham resending functions.
11229         (spam-list-of-processors): Add ham resend processor.
11230
11231         * gnus.el (ham-resend-to): Add new group parameter.
11232         (spam-process): Add ham resend option.
11233
11234         * spam-report.el (spam-report-resend): Allow reporting ham.
11235         (spam-report-resend-ham): Add wrapper.
11236
11237 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11238
11239         * message.el (message-cite-articles-with-x-no-archive): New
11240         variable.
11241         (message-cite-original): Use it.
11242
11243 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11244
11245         * message.el (message-cite-original): Respect X-No-Archive.
11246
11247 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11248
11249         * gnus-art.el (article-hide-headers): Refer to the values for
11250         gnus-ignored-headers and gnus-visible-headers in the summary
11251         buffer since a user may have set them as group parameters.
11252
11253 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
11254
11255         * assistant.el (assistant-node-name): Add convenience function.
11256         (assistant-render-text, assistant-render-node): Add error handling,
11257         plus handle multiple next nodes.
11258         (assistant-find-next-node): Comment out for now.
11259         (assistant-find-next-nodes): Add function, returns list of next
11260         nodes.
11261
11262 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
11263
11264         * mail-source.el (mail-source-directory): Fix doc-string.
11265
11266 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
11267
11268         * assistant.el (assistant-render-text, assistant-eval): Add :set
11269         widget type, which is different because it takes and returns a
11270         list.  Much hilarity ensues.
11271
11272 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
11273
11274         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
11275
11276         * gnus-group.el (gnus-group-get-new-news-this-group): Added
11277         doc-string.
11278
11279         * gnus-start.el (gnus-activate-group): Added doc-string.
11280
11281 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11282
11283         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
11284
11285 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
11286
11287         * assistant.el (assistant-render-text): Try to add a :set
11288         widget, more to come.
11289
11290         * spam.el (spam-group-spam-contents-p): Handle empty groupname
11291         strings.
11292         (spam-report-articles-resend)
11293         (spam-register-routine): Do registration iff any articles warrant
11294         it.
11295         (spam-summary-prepare-exit): Change log message for nil group
11296         destinations.
11297
11298 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
11299
11300         * spam.el (spam-report-resend-register-routine): Allow
11301         spam-report-resend-to to be a group parameter or a global value.
11302
11303 2004-05-26  Simon Josefsson  <jas@extundo.com>
11304
11305         * starttls.el: Merge with my GNUTLS based starttls.el.
11306         (starttls-gnutls-program, starttls-use-gnutls)
11307         (starttls-extra-arguments, starttls-process-connection-type)
11308         (starttls-connect, starttls-failure, starttls-success): New
11309         variables.
11310         (starttls-program, starttls-extra-args): Doc fix.
11311         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
11312         functions.
11313         (starttls-negotiate, starttls-open-stream): Check
11314         `starttls-use-gnutls' and pass on to corresponding *-gnutls
11315         function if it is set.
11316
11317 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11318
11319         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11320         structured fields.
11321
11322 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11323
11324         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11325
11326 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
11327
11328         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11329         variable.
11330         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
11331         assigning the spam-mark to new messages.
11332
11333 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
11334
11335         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11336
11337 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11338
11339         * dgnushack.el: Autoload customize-set-variable for XEmacs.
11340
11341         * rfc2047.el (rfc2047-encodable-p): Don't move point.
11342         (rfc2047-decode): Treat the ascii coding-system as raw-text by
11343         default.
11344
11345 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
11346
11347         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11348         correct data.
11349
11350 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
11351
11352         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11353         (spam-group-processor-p): Fix function.
11354         (spam-group-processor-multiple-p)
11355         (spam-group-spam-processor-report-gmane-p)
11356         (spam-group-spam-processor-report-resend-p)
11357         (spam-group-spam-processor-bogofilter-p)
11358         (spam-group-spam-processor-blacklist-p)
11359         (spam-group-spam-processor-ifile-p)
11360         (spam-group-ham-processor-ifile-p)
11361         (spam-group-spam-processor-spamoracle-p)
11362         (spam-group-spam-processor-crm114-p)
11363         (spam-group-ham-processor-bogofilter-p)
11364         (spam-group-spam-processor-stat-p)
11365         (spam-group-ham-processor-stat-p)
11366         (spam-group-ham-processor-whitelist-p)
11367         (spam-group-ham-processor-BBDB-p)
11368         (spam-group-ham-processor-spamoracle-p)
11369         (spam-group-ham-processor-copy-p): Remove functions with some
11370         prejudice against unneeded code.
11371         (spam-report-articles-resend)
11372         (spam-report-resend-register-routine): Allow the group/topic
11373         spam-resend-to value to override spam-report-resend-to.
11374         (spam-summary-prepare-exit): Invoke spam-group-processor-p
11375         properly now.
11376
11377         * gnus.el (spam-resend-to): Add group/topic parameter.
11378         (spam-process): Move the OBSOLETE processors to the end of the
11379         choices.
11380
11381 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
11382
11383         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11384         with resend-to set to nil, and then ask the user if necessary.
11385         (spam-report-resend): spam-report-resend takes a list of articles, not
11386         separate article numbers.
11387
11388 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11389
11390         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11391         addition to emacs-w3m.
11392
11393 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11394
11395         * assistant.el (assistant-authinfo-data): New function.
11396         (assistant-eval): Eval for entire assistant.
11397
11398         * netrc.el (netrc-services-file): New variable.
11399         (netrc-parse-services): New function.
11400         (netrc-find-service-name): New function.
11401         (netrc-find-service-number): New function.
11402         (netrc-port-equal): New function.
11403         (netrc-machine): Use it.
11404
11405         * nnimap.el (nnimap-open-connection): Use netrc.
11406
11407         * gnus-util.el (gnus-netrc-get): Remove aliases.
11408
11409         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11410
11411         * assistant.el (wid-edit): Fix compilation.
11412
11413         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11414
11415 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
11416
11417         * gnus-util.el (gnus-set-file-modes): New function.  (small
11418         patch).
11419
11420 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11421
11422         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11423
11424         * assistant.el (assistant-render-node): Fix up rendering and
11425         read-only text.
11426         (assistant-render-node): Reset.
11427         (assistant-make-read-only): Not sticky.
11428
11429 2004-05-20  Danny Siu  <dsiu@adobe.com>
11430
11431         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11432         centered even when gnus-auto-center-summary is t
11433
11434 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11435
11436         * dns.el (dns-get-txt-answer): New function.
11437         (dns-read-txt): Ditto.
11438         (query-dns): Use it.
11439
11440 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11441
11442         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11443         active for foreign groups even if the group level is higher than
11444         the specified value.
11445
11446 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11447
11448         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11449         non-active groups.
11450
11451         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11452
11453 2004-05-20  Magnus Henoch  <mange@freemail.hu>
11454
11455         * dns.el (dns-read-type): Add support for SVR.  (small patch)
11456
11457 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11458
11459         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11460         (spam-crm114-header, spam-crm114-spam-switch)
11461         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11462         (spam-crm114-positive-spam-header)
11463         (spam-crm114-database-directory, spam-list-of-processors)
11464         (spam-group-spam-processor-crm114-p)
11465         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11466         (spam-generic-score, spam-list-of-checks)
11467         (spam-list-of-statistical-checks, spam-registration-functions)
11468         (spam-check-crm114-headers, spam-crm114-score)
11469         (spam-check-crm114, spam-crm114-register-with-crm114)
11470         (spam-crm114-register-spam-routine)
11471         (spam-crm114-unregister-spam-routine)
11472         (spam-crm114-register-ham-routine)
11473         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
11474         asjo@koldfront.dk (Adam Sjøgren).
11475
11476         * gnus.el: Add spam-use-crm114.
11477
11478         * spam.el (spam-list-of-processors, spam-registration-functions):
11479         Add spam-use-resend.
11480         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11481         (spam-report-articles-gmane): Add doc fix.
11482         (spam-report-articles-resend, spam-report-resend-register-routine):
11483         Add wrappers around spam-report-resend-to.
11484
11485         * spam-report.el (spam-report-resend-to, spam-report-resend):
11486         Add support for resending spam.
11487         (spam-report-gmane): Fix line length >80.
11488
11489         * gnus.el (spam-process): Add spam-use-resend.
11490
11491 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11492
11493         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11494         number of processed spam messages.
11495         (spam-ham-copy-or-move-routine): Return the number of processed
11496         ham messages.
11497         (spam-summary-prepare-exit): Use the above values to decide
11498         whether status messages shouled be displayed.
11499
11500 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11501
11502         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11503         `rfc2047-encoding-function-alist' in order to avoid conflicting
11504         with the old version.
11505         (rfc2047-encode-region): Concatenate words containing non-ASCII
11506         characters in structured fields; don't encode space-delimited
11507         ASCII words even in unstructured fields; don't break words at
11508         char-category boundaries.
11509         (rfc2047-encode-1): New function.
11510         (rfc2047-encode): Use it; encode text so that it occupies the
11511         maximum width within 76-column; work correctly on Q encoding for
11512         iso-2022-* charsets.
11513         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11514         sure not to break a line just after the header name.
11515         (rfc2047-b-encode-region): Removed.
11516         (rfc2047-b-encode-string): New function.
11517         (rfc2047-q-encode-region): Removed.
11518         (rfc2047-q-encode-string): New function.
11519
11520         * mm-util.el (mm-replace-in-string): New function.
11521
11522 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11523
11524         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11525         get it right.
11526         (gnus-inews-make-draft): Really.
11527
11528 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11529
11530         * nnmh.el (nnmh-request-list-1): Don't check the link count
11531         before descending.  (small patch)
11532
11533 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11534
11535         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11536         stuff.
11537
11538         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11539         on real group name.
11540
11541         * gnus-art.el (gnus-signature-limit): Doc fix.
11542
11543         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11544
11545         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
11546
11547 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
11548
11549         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
11550         isn't a string.
11551
11552 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11553
11554         * gnus-draft.el (gnus-draft-send): Bind
11555         rfc2047-encode-encoded-words.
11556
11557         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11558         (rfc2047-encodable-p): Say that =? needs encoding.
11559         (rfc2047-encode-encoded-words): New variable.
11560
11561         * gnus-group.el (gnus-group-select-group): Doc fix.
11562
11563         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11564
11565         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11566         to nil.
11567
11568         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11569
11570         * nnheader.el (nnheader-get-lines-and-char): New function.
11571
11572 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11573
11574         * gnus-msg.el (gnus-summary-followup-with-original): Document
11575         yanking of region when active.
11576
11577 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11578
11579         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11580         groups if the group level is higher than the specified value.
11581
11582 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11583
11584         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11585         (gnus-group-jump-to-group): Added prefix argument using
11586         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11587         non-active group.
11588
11589         * compface.el (uncompface): Be verbose when changing
11590         `uncompface-use-external'.
11591
11592         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11593         handle manual section.
11594
11595 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11596
11597         * gnus-art.el (gnus-button-alist): Revert previous change.
11598
11599 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11600
11601         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11602
11603 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11604
11605         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11606         whether backend can accept message.
11607
11608         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11609
11610 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
11611
11612         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11613         Avoid creating directory when nntp-marks-is-evil is true.
11614         Reported by Reiner Steib.
11615
11616 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11617
11618         * gnus-picon.el (gnus-picon-style): New variable.
11619         (gnus-picon-insert-glyph): Added optional `nostring' argument.
11620         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
11621         Jesper Harder <harder@ifa.au.dk>.
11622
11623 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11624
11625         * message.el (message-fill-field): Return point.
11626         (message-generate-headers): Go to end of field.
11627
11628         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11629         stuff for non-living groups.
11630
11631 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
11632
11633         * gnus-art.el (gnus-article-followup-with-original)
11634         (gnus-article-reply-with-original): gnus-mark-active-p ->
11635         gnus-region-active-p.
11636
11637 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
11638
11639         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11640         only when there is spam or ham to be processed.
11641
11642 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11643
11644         * mail-source.el (mail-source-delete-crash-box): Refactor.
11645         (mail-source-fetch): Use it.
11646         (mail-source-fetch-file): Ditto.
11647         (mail-source-fetch-directory): Run postscript in loop.
11648         (mail-source-fetch-pop): Delete.
11649         (mail-source-fetch-maildir): Ditto.
11650         (mail-source-fetch-imap): Ditto.
11651
11652         * imap.el (imap-authenticators): Comment out sasl.
11653
11654         * message.el (message-skip-to-next-address): New function.
11655         (message-fill-header-address): Refactor.
11656         (message-fill-address): Use it.
11657         (message-delete-address): Use it.
11658         (message-fill-header-general): Refactor.
11659         (message-fill-field-address): Rename.
11660         (message-narrow-to-field): Find the start of the header.
11661         (message-header-format-alist): Don't pre-fill.
11662         (message-fill-header): Removed.
11663         (message-insert-header): New function.
11664         (message-shorten-references): Use it.
11665
11666         * rfc2047.el (rfc2047-field-value): Strip props.
11667
11668         * mail-parse.el (mail-header-make-address): New alias.
11669
11670         * ietf-drums.el (ietf-drums-make-address): New function.
11671
11672         * imap.el: Add compiler directives.
11673
11674         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11675
11676         * gnus-art.el (article-decode-idna-rhs): Don't use
11677         message-idna-inside-rhs-p.
11678
11679 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11680
11681         * message.el (message-idna-inside-rhs-p): Removed.
11682         (message-idna-to-ascii-rhs-1): Use proper address parsing.
11683
11684         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11685         false positives.
11686
11687 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11688
11689         * imap.el (imap-sasl-make-mechanisms): Use sasl.
11690
11691 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11692
11693         * nneething.el (nneething-file-name): Don't create spurious
11694         files.
11695
11696         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11697         (gnus-inews-do-gcc): Remove sleep.
11698
11699         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11700         part under point.
11701
11702         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11703         (gnus-agent-regenerate-group): Using nil messages aren't valid.
11704
11705 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11706
11707         * spam.el (spam-summary-prepare-exit): Fixed (length).
11708
11709 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11710
11711         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11712         as expired without moving it" message when there are spam
11713         messages left.
11714
11715 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
11716
11717         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11718         header is not nil.
11719
11720 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
11721
11722         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11723         nntp-possibly-create-directory, not nntp-possibly-change-group.
11724         (nntp-marks-changed-p): New arg SERVER.
11725         (nntp-request-update-info): Adjust caller.
11726
11727 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
11728
11729         * nntp.el (nntp-save-marks): Pass missing arg.
11730
11731 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11732
11733         * nntp.el: Support marks.
11734         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11735         (nntp-marks-modtime, nntp-marks-directory): New variables.
11736         (nntp-request-set-mark, nntp-request-update-info)
11737         (nntp-possibly-create-directory, nntp-marks-changed-p)
11738         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11739         functions.
11740
11741 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
11742
11743         * gnus-xmas.el (gnus-xmas-select-lowest-window)
11744         (gnus-xmas-redefine): Rename.
11745
11746         * gnus-score.el (gnus-score-insert-help): Use
11747         gnus-select-lowest-window.
11748
11749         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11750         appt-select-lowest-window and rename to gnus-select-lowest-window.
11751
11752         * gnus.el: do.
11753
11754 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11755
11756         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11757         encodings of MIME-encoded words, in order to improve
11758         interoperability with several broken MUAs.
11759
11760 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11761
11762         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11763         tags, only when charsets are not specified in headers.
11764         (mm-inline-text-html-render-with-w3m): Ditto.
11765
11766         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
11767         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
11768
11769 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11770
11771         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11772         instead of MIME-decoded from fields when checking
11773         `gnus-article-address-banner-alist'.
11774
11775 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
11776
11777         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11778         description rather than subject.
11779
11780 2004-05-02  Steve Youngs  <steve@youngs.au.com>
11781
11782         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
11783
11784 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11785
11786         * gnus.el (gnus-version-number): Bump.
11787
11788 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11789
11790         * gnus.el: No Gnus v0.2 is released.
11791
11792 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11793
11794         * gnus-agent.el (gnus-agent-read-agentview): Inline
11795         gnus-uncompress-range.
11796
11797 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11798
11799         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11800         `exec-installed-p'.
11801
11802 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11803
11804         * gnus.el (spam-process, spam-autodetect-methods): Add
11805         bsfilter and bsfilter-headers.
11806
11807         * spam.el (spam-bsfilter): New customize group.
11808         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11809         (spam-bsfilter-header, spam-bsfilter-probability-header)
11810         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11811         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11812         (spam-bsfilter-database-directory): New options.
11813         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11814         (spam-list-of-statistical-checks, spam-registration-functions):
11815         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11816         (spam-bsfilter-score): New command.
11817         (spam-check-bsfilter-headers, spam-check-bsfilter)
11818         (spam-bsfilter-register-with-bsfilter)
11819         (spam-bsfilter-register-spam-routine)
11820         (spam-bsfilter-unregister-spam-routine)
11821         (spam-bsfilter-register-ham-routine)
11822         (spam-bsfilter-unregister-ham-routine): New functions.
11823         (spam-generic-score): Support bsfilter; Accept an optional argument
11824         to recalcurate spam score even if scoring header has already been
11825         added.
11826         (spam-bogofilter-score, spam-spamassassin-score): Accept an
11827         optional argument to recalcurate spam score even if scoring header
11828         has already been added.
11829
11830 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
11831
11832         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11833         strings!  Reported by David D. Smith <davidsmith@acm.org>.
11834         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11835         link is missing.
11836
11837 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
11838
11839         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11840         (html2text-get-attr): Rewrite.
11841
11842         * message.el (message-setup-1): Remove redundant put-text-property
11843         on mail-header-separator.
11844
11845 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
11846
11847         * gnus-registry.el (gnus-registry-cache-whitespace)
11848         (gnus-registry-action, gnus-registry-spool-action)
11849         (gnus-registry-split-fancy-with-parent): Change message levels
11850         from 5 to 3 or 7, as needed.
11851
11852         * spam.el (spam-summary-prepare-exit)
11853         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11854         (spam-split, spam-find-spam, spam-log-undo-registration)
11855         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11856         level from 5 to 6.
11857
11858 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11859
11860         * gnus-ems.el: Autoload appt-select-lowest-window (revert
11861         2004-03-04 change).
11862
11863 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
11864
11865         * sieve-manage.el (sieve-manage-open):
11866         * nnweb.el (nnweb-insert-html):
11867         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11868         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11869         * nnspool.el (nnspool-request-group):
11870         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11871         * nnml.el (nnml-request-update-info):
11872         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11873         (nnmh-request-create-group, nnmh-update-gnus-unreads):
11874         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11875         (nnimap-request-set-mark):
11876         * nnfolder.el (nnfolder-request-update-info):
11877         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11878         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11879         * gnus-uu.el (gnus-uu-find-articles-matching):
11880         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11881         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11882         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11883         * gnus-nocem.el (gnus-nocem-scan-groups):
11884         * gnus-int.el (gnus-start-news-server):
11885         * gnus-group.el (gnus-group-make-kiboze-group)
11886         (gnus-group-browse-foreign-server):
11887         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11888         Use mapc when appropriate.
11889
11890 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
11891
11892         FIXME: Make separate entries for each person.
11893
11894         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11895         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11896         <shields@msrl.com>:
11897
11898         * spam.el (spam-necessary-extra-headers): Get the extra headers we
11899         may need for spam sorting and scoring.
11900         (spam-user-format-function-S): Add user format function suitable for
11901         general use.
11902         (spam-article-sort-by-spam-status): Add sorting function for summary
11903         sorting.
11904         (spam-extra-header-to-number): Add function to get a score from a
11905         header.
11906         (spam-summary-score): Add function to  get a numeric score from the
11907         headers.
11908         (spam-generic-score): Fix function doc, was in wrong place.
11909         (spam-initialize): Take symbols when it's run, and install the
11910         extra headers that spam-necessary-extra-headers thinks we need.
11911
11912 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
11913
11914         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11915         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
11916
11917 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
11918
11919         * gnus-sum.el (gnus-set-global-variables)
11920         (gnus-build-all-threads, gnus-get-newsgroup-headers)
11921         (gnus-article-get-xrefs, gnus-summary-best-group)
11922         (gnus-summary-next-article, gnus-summary-enter-digest-group)
11923         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11924         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11925         Use with-current-buffer.
11926
11927 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
11928
11929         * spam.el (spam-summary-prepare-exit): Simplify logic.
11930         (spam-fetch-article-header): Read the article header if it's not
11931         available.
11932         (spam-list-articles): Simplify logic.
11933         (spam-filelist-register-routine): Fix bug with unregister-list.
11934
11935         * gnus-registry.el: Fix comments at beginning.
11936
11937 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
11938
11939         * message.el (message-cater-to-broken-inn): Remove.
11940         (message-shorten-references): Make sure the total folded length of
11941         References is shorter than 998 characters to cater to a bug in INN
11942         2.3.  Also, don't pretend that references aren't folded -- this
11943         hasn't worked for a while.
11944
11945 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11946
11947         * gnus-agent.el (gnus-agentize):
11948         gnus-agent-send-mail-real-function no longer set to current value
11949         of message-send-mail-function but rather a lambda that calls
11950         message-send-mail-function.  The change makes the agent real-time
11951         responsive to user changes to message-send-mail-function.
11952
11953 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11954
11955         * legacy-gnus-agent.el
11956         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11957         help from Florian Weimer <fw@deneb.enyo.de>
11958
11959 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11960
11961         * nnmail.el (nnmail-cache-insert): Revert last change.
11962
11963 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11964
11965         * nnmail.el (nnmail-cache-insert): Always check whether
11966         nnmail-cache-ignore-groups matches a group name.
11967
11968 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
11969
11970         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11971         (spam-find-spam, spam-log-processing-to-registry)
11972         (spam-log-registered-p, spam-log-unregistration-needed-p)
11973         (spam-log-undo-registration): Use gnus-message instead of
11974         gnus-error, none of these errors are fatal.
11975
11976         * gnus-registry.el (gnus-registry-clean-empty-function)
11977         (gnus-registry-clean-empty): Remove only empty entries without
11978         extra data.
11979
11980 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
11981
11982         * spam-stat.el (spam-stat-buffer-change-to-spam)
11983         (spam-stat-buffer-change-to-non-spam): Change (error) to
11984         (gnus-message 8) invocation.
11985
11986 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11987
11988         * nntp.el (nntp-via-netcat-command): New variable.
11989         (nntp-via-netcat-switches): New variable.
11990         (nntp-open-via-rlogin-and-netcat): New function.
11991         (nntp-open-connection-function): Doc fix.
11992         (nntp-telnet-command): Doc fix.
11993         (nntp-end-of-line): Doc fix.
11994         (nntp-via-rlogin-command): Doc fix.
11995         (nntp-via-user-name): Doc fix.
11996         (nntp-via-address): Doc fix.
11997
11998 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11999
12000         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
12001         error in Emacs 21.1.
12002
12003 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
12004
12005         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
12006
12007 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12008         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
12009         (gnus-agent-with-refreshed-group): New macro.
12010         (gnus-agent-rename-group): New function.
12011         (gnus-agent-delete-group): New function.
12012         (gnus-agent-save-group-info): Use gnus-command-method when
12013         `method' parameter is nil.  Don't write nil entries into the
12014         active file.
12015         (gnus-agent-get-group-info): New function.
12016         (gnus-agent-fetch-articles): Use
12017         gnus-agent-update-files-total-fetched-for to increment disk space
12018         used.
12019         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
12020         gnus-agent-update-view-total-fetched-for to increment disk space
12021         used.
12022         (gnus-agent-get-local): Added optional parameters to avoid calling
12023         gnus-group-real-name and gnus-find-method-for-group.
12024         (gnus-agent-set-local): Delete stored entry if either min, or max,
12025         are nil.
12026         (gnus-agent-fetch-session): Reworded error/quit messages.  On
12027         quit, use gnus-agent-regenerate-group to record existance of any
12028         articles fetched to disk before the quit occurred.
12029         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
12030         gnus-agent-update-view-total-fetched-for, and
12031         gnus-agent-update-files-total-fetched-for to decrement disk space
12032         used.
12033         (gnus-agent-retrieve-headers): Use
12034         gnus-agent-update-view-total-fetched-for to increment disk space
12035         used.
12036         (gnus-agent-regenerate-group): Replace gnus-group-update-group
12037         with gnus-agent-update-files-total-fetched-for to decrement disk
12038         space and fresh group buffer.
12039         (gnus-agent-inhibit-update-total-fetched-for): New variable.
12040         (gnus-agent-need-update-total-fetched-for): New variable.
12041         (gnus-agent-update-files-total-fetched-for): New function.
12042         (gnus-agent-update-view-total-fetched-for): New function.
12043         (gnus-agent-total-fetched-for): New function.
12044
12045         * gnus-cache.el (gnus-cache-save-buffers): Use
12046         gnus-cache-update-overview-total-fetched-for to change disk space
12047         used by this group.
12048         (gnus-cache-possibly-enter-article): Use
12049         gnus-cache-update-file-total-fetched-for to increment disk space
12050         used by this group.
12051         (gnus-cache-possibly-remove-article): Use
12052         gnus-cache-update-file-total-fetched-for to decrement disk space
12053         used by this group.
12054         (gnus-cache-generate-nov-databases): Purge total fetched cache.
12055         (gnus-cache-rename-group): New function.
12056         (gnus-cache-delete-group): New function.
12057         (gnus-cache-inhibit-update-total-fetched-for): New variable.
12058         (gnus-cache-need-update-total-fetched-for): New variable.
12059         (gnus-cache-with-refreshed-group): New macro.
12060         (gnus-cache-update-file-total-fetched-for): New function.
12061         (gnus-cache-update-overview-total-fetched-for): New function.
12062         (gnus-cache-rename-group-total-fetched-for): New function.
12063         (gnus-cache-delete-group-total-fetched-for): New function.
12064         (gnus-cache-total-fetched-for): New function.
12065
12066         * gnus-group.el: Require gnus-sum and autoload functions to
12067         resolve warnings when gnus-group.el compiled alone.
12068         (gnus-group-line-format): Documented new %F
12069         (size of Fetched data) group line format; identifies disk space
12070         used by agent and cache.
12071         (gnus-group-line-format-alist): Defined new F format.
12072         (gnus-total-fetched-for): New function.
12073         (gnus-group-delete-group): No longer update
12074         gnus-cache-active-altered as gnus-request-delete-group now keeps
12075         the cache in sync.
12076         (gnus-group-list-active): Let the agent store a server's active
12077         list if currently plugged.
12078
12079         * gnus-int.el (gnus-request-delete-group):
12080         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
12081         local disk in sync with the server.
12082         (gnus-request-rename-group):
12083         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
12084         local disk in sync with the server.
12085
12086         * gnus-start.el (gnus-get-unread-articles):
12087         Cosmetic simplification to logic.
12088
12089         * gnus-util.el (gnus-rename-file): New function.
12090
12091 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
12092
12093         * mm-util.el (mm-image-load-path): Handle nil in load-path.
12094
12095 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
12096
12097         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
12098         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
12099
12100 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
12101
12102         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
12103         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
12104
12105 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
12106
12107         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
12108
12109 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
12110
12111         * spam.el (spam-set-difference): Add function to replace
12112         gnus-set-difference in spam.el.
12113         (spam-summary-prepare-exit): Use spam-set-difference.
12114
12115 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12116
12117         * gnus-registry.el (gnus-registry-cache-file): Update to use
12118         gnus-dribble-directory OR gnus-home-directory OR ~.
12119         (gnus-registry-split-fancy-with-parent): Fix doc.
12120
12121 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12122
12123         * message.el (message-exchange-point-and-mark): Use
12124         message-mark-active-p.  Suggested by Jesper Harder
12125         <harder@ifa.au.dk>.
12126
12127 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12128
12129         * message.el (message-exchange-point-and-mark): Don't activate
12130         region if it was inactive.  Suggested by Hiroshi Fujishima
12131         <pooh@nature.tsukuba.ac.jp>.
12132
12133 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12134
12135         * gnus-art.el (article-display-face): Display Faces in the same
12136         order as X-Faces.
12137
12138 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12139
12140         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
12141
12142 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12143
12144         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
12145         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
12146         (gnus-article-mime-hierarchy): Remove.
12147         (gnus-article-mime-hierarchy-next): Remove.
12148         (gnus-article-mode): Revert 2004-03-19 change.
12149         (gnus-article-setup-buffer): Revert 2004-03-19 change.
12150         (gnus-insert-mime-button): Revert 2004-03-19 change.
12151         (gnus-mime-accumulate-hierarchy): Remove.
12152         (gnus-mime-enter-multipart): Remove.
12153         (gnus-mime-leave-multipart): Remove.
12154         (gnus-mime-display-part): Revert 2004-03-19 change.
12155         (gnus-mime-display-alternative): Revert 2004-03-19 change.
12156
12157         * mml.el (mml-preview): Revert 2004-03-19 change.
12158
12159 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
12160
12161         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
12162
12163 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12164
12165         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
12166         t while entering a file name using the mm-with-multibyte macro.
12167         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12168
12169         * mm-util.el (mm-with-multibyte): New macro.
12170
12171 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
12174         user option.
12175         (gnus-mime-multipart-functions): Doc and customization fix.
12176         (gnus-article-mime-hierarchy): New variable.
12177         (gnus-article-mime-hierarchy-next): New variable.
12178         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
12179         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
12180         gnus-article-mime-hierarchy-next to nil.
12181         (gnus-insert-mime-button): Show hierarchy numbers.
12182         (gnus-mime-accumulate-hierarchy): New function.
12183         (gnus-mime-enter-multipart): New function.
12184         (gnus-mime-leave-multipart): New function.
12185         (gnus-mime-display-part): Recompute hierarchical MIME structure.
12186         (gnus-mime-display-alternative): Show hierarchy numbers.
12187
12188         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
12189         gnus-article-mime-hierarchy-next to nil.
12190
12191 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
12192
12193         * dns.el: Don't require gnus-xmas.
12194
12195 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
12196
12197         * mml.el (mml-generate-mime-1): Don't use format=flowed with
12198         inline PGP.
12199         (mml-menu): Disable mml-quote-region if mark is inactive.
12200
12201 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12202
12203         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
12204         when the group's active is not available.
12205
12206 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12207
12208         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
12209         error.
12210
12211 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
12212
12213         * imap.el (imap-store-password): New variable.
12214         (imap-interactive-login): Use it.
12215         Suggested by Mark Plaksin <happy@mcplaksin.org>.
12216
12217 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12218
12219         * gnus-art.el (gnus-article-read-summary-keys): Restore new
12220         window-start and hscroll to summary window.
12221
12222 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12223
12224         * gnus-start.el (gnus-convert-old-newsrc): Only write the
12225         conversion message to newsrc-dribble when an actual conversion is
12226         performed.
12227
12228 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
12229
12230         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
12231
12232 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12233
12234         * mm-decode.el (mm-complicated-handles): New function reviving
12235         former definition of mm-multiple-handles.
12236
12237         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12238         (gnus-mime-delete-part): Use it.
12239
12240 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12241
12242         * gnus-agent.el (gnus-agent-read-local): Bind
12243         nnheader-file-coding-system to gnus-agent-file-coding-system to
12244         avoid the implicit assumption that they will always be equal.
12245         (gnus-agent-save-local): Bind buffer-file-coding-system, not
12246         coding-system-for-write, as the with-temp-file macro first prints
12247         to a buffer then saves the buffer.
12248
12249 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * gnus-art.el (gnus-article-edit-part): New function.
12252         (gnus-mime-save-part-and-strip): Use it; do query instead of
12253         signaling an error; don't use mm-multiple-handles.
12254         (gnus-mime-delete-part): Ditto.
12255
12256 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12257
12258         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
12259         old file versions.
12260         (gnus-group-prepare-hook): Removed function that converted list
12261         form of gnus-agent-expire-days to group properties.
12262
12263         * gnus-int.el: Autoload gnus-agent-regenerate-group.
12264         (gnus-request-accept-article): Re-indented.
12265
12266         * gnus-start.el (gnus-convert-old-newsrc): Registered new
12267         converters to handle old agent file formats.  Added logic for a
12268         "backup before upgrading warning".
12269         (gnus-convert-mark-converter-prompt): Developers can mark
12270         functions as needing (default), or not needing,
12271         gnus-convert-old-newsrc's "backup before upgrading warning".
12272         (gnus-convert-converter-needs-prompt): Tests whether the user
12273         should be protected from potentially irreversable changes by the
12274         function.
12275
12276         * legacy-gnus-agent.el: New.  Provides converters that are only
12277         loaded when gnus-convert-old-newsrc needs to call them.
12278
12279 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12280
12281         * mail-source.el (mail-source-touch-pop): Doc fix.
12282
12283         * message.el (message-smtpmail-send-it): Doc fix.
12284
12285 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
12286
12287         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
12288
12289         * nnmail.el (nnmail-split-fancy): do.
12290
12291         * gnus-kill.el (gnus-kill, gnus-execute): do.
12292
12293 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
12294
12295         * gnus-sum.el (gnus-widget-reversible-match)
12296         (gnus-widget-reversible-to-internal)
12297         (gnus-widget-reversible-to-external): New functions.
12298         (gnus-widget-reversible): New widget.
12299         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
12300
12301 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
12302
12303         * gnus-sum.el (gnus-thread-sort-functions)
12304         (gnus-article-sort-functions): Document `(not F)' items.
12305
12306 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12307
12308         * spam.el (spam-use-gmane-xref): Add new backend.
12309         (spam-gmane-xref-spam-group): Add variable to control the name of the
12310         Gmane spam group.
12311         (spam-blackhole-servers, spam-blackhole-good-server-regex)
12312         (spam-regex-headers-spam, spam-regex-headers-ham)
12313         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
12314         (spam-list-of-checks): Add spam-use-gmane-xref to list of
12315         backends and checks.
12316         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
12317
12318         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
12319         an autodetect method.
12320
12321 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12322
12323         * gnus-int.el (gnus-request-accept-article): Inform the agent that
12324         articles are being added to a group.
12325         (gnus-request-replace-article): Inform the agent that articles
12326         need to be uncached as the cached contents are no longer valid.
12327
12328 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * binhex.el: Don't autoload executable-find.
12331
12332         * canlock.el: Don't autoload mail-fetch-field.
12333
12334         * dgnushack.el: Autoload c-mode for XEmacs.
12335
12336         * gnus-ems.el: Don't autoload appt-select-lowest-window.
12337
12338         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12339         rmail-dont-reply-to and rmail-output.
12340
12341         * gnus-score.el: Don't autoload ffap-string-at-point.
12342
12343         * gnus-setup.el: Don't autoload sc-cite-original.
12344
12345         * imap.el: Don't autoload base64-decode-string,
12346         base64-encode-string and md5.
12347
12348         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12349         and rmail-msg-restore-non-pruned-header.
12350
12351         * mm-decode.el: Don't autoload executable-find.
12352
12353         * mm-url.el: Don't autoload executable-find.
12354
12355         * mm-view.el: Don't autoload diff-mode.
12356
12357         * nndb.el: Don't autoload news-reply-mode, news-setup,
12358         cancel-timer and telnet.
12359
12360         * password.el: Don't autoload run-at-time for Emacs.
12361
12362         * sha1-el.el: Don't autoload executable-find.
12363
12364         * sieve-mode.el: Don't autoload c-mode.
12365
12366         * uudecode.el: Don't autoload executable-find.
12367
12368 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12369
12370         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12371         (gnus-agent-possibly-alter-active): Avoid null in numeric
12372         comparison.
12373         (gnus-agent-set-local): Refuse to save null in local object table.
12374         (gnus-agent-regenerate-group): The REREAD parameter can now be a
12375         list of articles that will be marked as unread.
12376
12377 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12378
12379         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12380
12381 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12382
12383         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12384         language tags.
12385
12386 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12387
12388         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12389         Don't bind "obarray".
12390
12391         * gnus-sum.el (gnus-thread-sort-functions): Added
12392         `gnus-thread-sort-by-most-recent-number' and
12393         `gnus-thread-sort-by-most-recent-date'.
12394         Reported by Kai Grossjohann <kai@emptydomain.de>.
12395
12396 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12397
12398         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12399
12400 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12401
12402         * gnus-cus.el (gnus-agent-customize-category): Removed
12403         ignore-errors macro reference that required cl to be loaded at
12404         run-time.
12405
12406         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12407         single-interval range of the form (min . max).  Previously the
12408         range had to look like ((min . max)).  Likewise, return
12409         (min . max) rather than ((min . max)).
12410         (gnus-range-map): Use gnus-range-normalize to accept
12411         single-interval range.
12412
12413         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12414         the cache, but not the agent, now appear with their usual face.
12415
12416         * dgnushack.el (loaddir): New variable that is bound to the
12417         directory containing the dgnushack.el file. Use loaddir, rather
12418         than srcdir, to update load-path. Change lets dgnushack compile
12419         code in directories other than GNUS/lisp.
12420
12421 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12422
12423         * lpath.el: Don't bind w3m-safe-url-regexp.
12424
12425         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12426         w3m-safe-url-regexp variable buffer-local.
12427
12428         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12429
12430 2004-02-27  Simon Josefsson  <jas@extundo.com>
12431
12432         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12433         gnus-group-real-prefix.
12434         (gnus-summary-move-article): Use it, instead of
12435         gnus-group-real-prefix.
12436
12437 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12438
12439         * lpath.el: Bind w3m-safe-url-regexp.
12440
12441         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12442         w3m-safe-url-regexp variable buffer-local and set it as the value
12443         of mm-w3m-safe-url-regexp.
12444
12445         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12446
12447         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12448         parsing gnus-posting-styles when the message is not for replying.
12449
12450         * dgnushack.el: Autoload sgml-mode for XEmacs.
12451
12452         * nnrss.el (nnrss-opml-export): Use
12453         mm-set-buffer-file-coding-system instead of
12454         set-buffer-file-coding-system.
12455
12456 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
12457
12458         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12459         of checkdoc.el).
12460         * nnrss.el: do.
12461         * gnus-mlspl.el: do.
12462         * gnus-ml.el: do.
12463         * gnus-srvr.el: do.
12464
12465         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12466
12467 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12468
12469         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12470         Corrections to custom-manual links.
12471
12472         * gnus-art.el (gnus-article): Ditto.
12473
12474         * mm-decode.el (mime-display, mime-security): Ditto.
12475
12476 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12477
12478         * flow-fill.el: Typo.
12479
12480 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
12481
12482         * spam-wash.el: New file.
12483
12484 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
12485
12486         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12487
12488 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12489
12490         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12491         to be run with new-articles as LIST1, not LIST2.
12492         (spam-registration-functions): Add spam-use-ham-copy as a nil
12493         registration backend.
12494
12495 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12496
12497         * spam-stat.el (spam-stat-washing-hook): New option.
12498         (spam-stat-buffer-words): Use it.
12499         (spam-stat-process-directory, spam-stat-test-directory): Use
12500         insert-file-contents-literally.
12501         (spam-stat-coding-system): New variable.
12502         (spam-stat-load, spam-stat-save): Use it.
12503
12504 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12505
12506         * spam-report.el (spam-report-plug-agent): Quote
12507         spam-report-url-to-file and spam-report-url-ping-plain.
12508
12509 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12510
12511         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12512         / in mailto URLs.
12513
12514 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12515
12516         * spam-report.el (spam-report-process-queue): Fix interactive use.
12517         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12518         (spam-report-unplug-agent): Doc fixes.
12519         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12520         (spam-report-agentize, spam-report-deagentize): Autoload
12521
12522 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12523
12524         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
12525
12526         * message.el (message-setup-fill-variables): Add mml tags to
12527         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12528         <ajk@iu.edu>.
12529         (message-mode): Don't modify paragraph-separate there.
12530
12531 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12532
12533         * compface.el (uncompface-use-external): Default to undecided.
12534         (uncompface-use-external-threshold): New variable.
12535         (uncompface-float-time): New macro.
12536         (uncompface): Determine whether to use the external decoder if
12537         uncompface-use-external is undecided.
12538
12539 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12540
12541         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12542         after images.
12543
12544         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12545
12546 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12547
12548         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12549
12550         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12551
12552         * gnus-sum.el (gnus-summary-limit-to-age)
12553         (gnus-summary-limit-children): do.
12554
12555         * gnus-int.el (gnus-request-scan): do.
12556
12557         * gnus-group.el (gnus-group-suspend): do.
12558
12559         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12560
12561         * gnus-cite.el (gnus-cite-parse-attributions): do.
12562
12563         * gnus-agent.el (gnus-summary-set-agent-mark)
12564         (gnus-agent-regenerate-group): do.
12565
12566         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12567
12568         * binhex.el (binhex-decode-region-internal): do.
12569
12570 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12571
12572         * gnus-fun.el (gnus-face-properties-alist): New user option.
12573         (gnus-display-x-face-in-from): Use it.
12574
12575         * gnus-art.el (article-display-face): Ditto.
12576
12577         * compface.el (uncompface-use-external): Default to nil.
12578
12579 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12580
12581         * nntp.el (nntp-erase-buffer): New function.
12582         (nntp-retrieve-data, nntp-send-command)
12583         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12584         (nntp-possibly-change-group): Use it.
12585
12586         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12587         with-current-buffer.
12588
12589 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12590
12591         * compface.el: Merge the ELisp-based uncompface program.
12592         (compface): New customization group.
12593         (uncompface-use-external): New user option.
12594         (uncompface): Call uncompface-internal if uncompface-use-external
12595         is nil.
12596         (uncompface-internal): New function.  Note that there are also
12597         some other functions and variables added for this function.
12598
12599 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
12600
12601         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12602         if necessary.
12603
12604 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
12605
12606         * spam-report.el (spam-report-unplug-agent)
12607         (spam-report-plug-agent, spam-report-deagentize)
12608         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12609         Add support for the Agent in spam-report: when unplugged, report to a
12610         file; when plugged, submit all the requests.
12611
12612         * spam.el (spam-register-routine): Fix message about
12613         registration.
12614
12615 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
12616
12617         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12618         dependencies.
12619         (rfc2047-encode): Use it.
12620
12621         * gnus-art.el (gnus-button-marker-list): Move before first
12622         reference.
12623
12624         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12625         (imap-parse-body): Fix format string mismatch.
12626
12627         * gnus-score.el (gnus-summary-increase-score): do.
12628
12629         * nnrss.el (nnrss-close): New function.
12630
12631 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
12632
12633         * nnrss.el (nnrss-make-filename): New function.
12634         (nnrss-request-delete-group, nnrss-read-server-data)
12635         (nnrss-save-server-data, nnrss-read-group-data)
12636         (nnrss-save-group-data): Use it.
12637         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12638         (nnrss-read-server-data, nnrss-read-group-data): Use load.
12639         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12640
12641 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
12642
12643         * mml.el (mml-compute-boundary-1): Don't uncompress files.
12644
12645 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
12646
12647         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12648         files.
12649
12650         * message.el (message-generate-headers-first): Don't quote nil
12651         and t in docstrings.
12652
12653         * imap.el (imap-id): do.
12654
12655         * gnus-agent.el (gnus-agent-consider-all-articles)
12656         (gnus-agent-queue-mail): do.
12657
12658 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
12659
12660         * spam-report.el (spam-report-process-queue): New function.
12661         Process requests from `spam-report-requests-file'.
12662         (spam-report-process-queue): Doc fix.
12663
12664 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
12665
12666         * spam.el (spam-register-routine)
12667         (spam-log-processing-to-registry, spam-log-registered-p)
12668         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12669         Change "check" to "spam-check" for semi-clarity.
12670
12671 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
12672
12673         * pop3.el: Require nnheader.
12674
12675         * mml-smime.el: Require cl.  Autoload message-fetch-field.
12676
12677         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12678
12679         * gnus-picon.el: Require cl.
12680
12681         * gnus-fun.el: Require gnus-ems and gnus-util.
12682
12683         * gnus.el (gnus-method-to-server): Move defsubst before first use.
12684
12685         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12686
12687         * gnus-art.el (gnus-article-edit-mode): Define before first
12688         reference.
12689
12690 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
12691
12692         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12693         (gnus-uu-post-encoded): Use point-at-bol.
12694
12695         * gnus-topic.el (gnus-group-active-topic-p): do.
12696
12697         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12698
12699         * gnus-group.el (gnus-group-kill-region): do.
12700
12701         * gnus-art.el (article-date-ut): do.
12702
12703         * message.el (message-fetch-field): Remove redundant
12704         case-fold-search binding.
12705         (message-narrow-to-field): Simplify.
12706
12707 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12708
12709         * spam.el (spam-directory): Derive from `gnus-directory'.
12710
12711         * spam-report.el (spam-report-url-to-file)
12712         (spam-report-requests-file): New function and variable for offline
12713         reporting.
12714         (spam-report-url-ping-function): Add `spam-report-url-to-file'
12715         and user defined function.
12716         (spam-report-url-ping-mm-url): Remove doubled slash.
12717
12718 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
12719
12720         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12721
12722 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
12723
12724         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12725         format string mismatch.
12726
12727         * sieve.el (sieve-deactivate-all): do.
12728
12729         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12730
12731         * nnlistserv.el (nnlistserv-kk-wash-article): do.
12732
12733         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12734
12735         * mm-bodies.el (mm-7bit-chars): Don't include \r.
12736
12737 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
12738
12739         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12740         the list of checks.
12741
12742 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
12743
12744         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12745         padding.
12746
12747 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
12748
12749         * mm-view.el (mm-fill-flowed): New variable.
12750         (mm-inline-text): Use it.
12751
12752 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
12753
12754         * spam.el (spam-spamassassin-register-ham-routine)
12755         (spam-spamassassin-register-spam-routine): Fix function names.
12756
12757 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12758
12759         * gnus.el (gnus-tmp-grouplens): Remove.
12760         (gnus-summary-line-format): Remove grouplens.
12761
12762         * gnus-group.el (gnus-group-line-format): Ditto.
12763
12764         * gnus-spec.el (gnus-format-specs): Ditto.
12765         (gnus-update-format-specifications): Flush the group format spec
12766         cache if there's the grouplens stuff.
12767         (gnus-parse-simple-format): Replace %l with the empty string.
12768
12769 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
12770
12771         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12772         omission.
12773
12774 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12777         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12778
12779 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12780
12781         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12782         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12783         New macros and functions.
12784         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12785         Handle > NLINK_MAX messages.
12786         * nnmaildir.el (nnmaildir-request-set-mark): Use
12787         nnmaildir--emlink-p and nnmaildir--eexist-p.
12788
12789 2004-01-25  Alex Schroeder  <alex@gnu.org>
12790
12791         * spam-stat.el (spam-stat-process-directory-age): New option.
12792         (spam-stat-process-directory): Use it.
12793
12794 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
12795
12796         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12797         (spam-stat-save): Accept prefix argument.
12798
12799 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
12800
12801         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12802         links" error.
12803
12804 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12805
12806         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
12807         the rest of the and/or forms.
12808
12809 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12810
12811         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12812         compatibility with old .newsrc.eld files.
12813
12814         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
12815
12816         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12817
12818         * gnus-start.el (gnus-1): do.
12819
12820         * gnus-group.el (gnus-group-line-format-alist): do.
12821
12822         * gnus.el (gnus-use-grouplens, gnus-visual): do.
12823
12824         * gnus-gl.el: Remove.
12825
12826 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12827
12828         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12829         marks consisting of a single range {for example, (3 . 5)} rather
12830         than a list of a single range { ((3 . 5)) }.
12831
12832 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12833
12834         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12835         with-current-buffer.
12836         (spam-stat-store-current-buffer): Use insert-buffer-substring to
12837         avoid consing a string.
12838
12839         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12840         Remove obsolete entries for big5 and gb2312.
12841
12842 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12843
12844         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12845         uncompressed list.
12846
12847 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
12848
12849         * spam-stat.el (spam-stat-strip-xref): New function.
12850         (spam-stat-process-directory): Use it.
12851
12852         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12853         here -- it's done in message-fetch-field.
12854
12855 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12856
12857         * gnus-agent.el (gnus-agent-queue-mail)
12858         (gnus-agent-prompt-send-queue): New variables.
12859         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12860         * gnus-draft.el (gnus-group-send-queue): Pass the group name
12861         "nndraft:queue" along to gnus-draft-send.  Use
12862         gnus-agent-prompt-send-queue.
12863         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12864         is "nndraft:queue".  Suggested by Gaute Strokkenes
12865         <gs234@srcf.ucam.org>
12866
12867         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12868         (agent-enable-undownloaded-faces): Added
12869         (gnus-agent-cat-groups): Use eval-and-compile, not
12870         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12871         method of gnus-agent-cat-groups even when the buffer has been
12872         evaled.
12873         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12874         delete gnus-agent-save-active-1.
12875         (gnus-agent-save-groups): Deleted.  Identical to
12876         gnus-agent-save-active.
12877         (gnus-agent-write-active): No longer adjust agent's copy of active
12878         file as agent's adjustments are now stored in their own
12879         file.  Removed optional parameter.
12880         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12881         servers.  Add use of min/max range limits from server's local
12882         file.
12883         (gnus-agent-save-alist): Removed unused optional argument.
12884         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12885         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12886         (gnus-agent-set-local): A per-server file that keeps min/max range
12887         limits for articles known to the agent.  Provides a fast mechanism
12888         for altering many active ranges.
12889         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12890         active file (local makes it unnecessary).
12891         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12892
12893         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12894         (agent-enable-undownloaded-faces): Added
12895
12896         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12897         disable it when sending to "nndraft:queue".
12898         (gnus-group-send-queue): Add safety check to avoid sending queue
12899         when unplugged.
12900
12901         * gnus-group.el (gnus-group-catchup): Use new
12902         gnus-sequence-of-unread-articles, not
12903         gnus-list-of-unread-articles, to avoid exhausting memory with huge
12904         numbers of articles.  Use gnus-range-map to avoid having to
12905         uncompress the unread list.
12906         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12907         Fixed invalid ange-ftp reference.
12908
12909         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12910         (gnus-sorted-range-intersection): Intersection of two ranges
12911         without requiring that they first be uncompressed.
12912
12913         * gnus-start.el (gnus-activate-group): Unless blocked by the
12914         caller, possibly expand the active range to include both cached
12915         and agentized articles.
12916         (gnus-convert-old-newsrc): Rewrote in anticipation of having
12917         multiple version-dependent converters.
12918         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12919         gnus-agent-save-active.
12920         (gnus-save-newsrc-file): Save dirty agent range limits.
12921
12922         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12923         gnus-agent-possibly-alter-active.
12924         (gnus-adjust-marked-articles): Faster handling of simple lists
12925
12926 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
12927
12928         * spam-stat.el (spam-stat-test-directory): New optional argument
12929         displays a list of files detected.  Suggested by Andrew Cohen
12930         <cohen@andy.bu.edu>.
12931         (spam-stat-buffer-words-with-scores): Don't narrow and change
12932         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
12933
12934 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
12935
12936         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12937         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12938         (spam-spamassassin-arguments)
12939         (spam-spamassassin-spam-flag-header)
12940         (spam-spamassassin-positive-spam-flag-header)
12941         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12942         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12943         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12944         (spam-list-of-processors, spam-list-of-checks)
12945         (spam-list-of-statistical-checks, spam-registration-functions)
12946         (spam-check-spamassassin-headers, spam-check-spamassassin)
12947         (spam-spamassassin-score)
12948         (spam-spamassassin-register-with-sa-learn)
12949         (spam-spamassassin-register-spam-routine)
12950         (spam-spamassassin-register-ham-routine)
12951         (spam-assassin-register-spam-routine)
12952         (spam-assassin-register-ham-routine): Add SpamAssassin support.
12953         (spam-bogofilter-score): Fix to show article before scoring.
12954
12955 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
12956
12957         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12958         default scoring function.
12959         (spam-generic-score): Call spam-spamassassin-score if
12960         spam-use-spamassassin or spam-use-spamassassin-headers is on;
12961         spam-bogofilter-score otherwise.
12962
12963         * gnus.el (spam-process, spam-autodetect-methods): Add
12964         spamassassin and spamassassin-headers.
12965
12966 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
12967
12968         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12969         Suppress unnecessary messages.
12970
12971 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
12972
12973         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12974         make-hash-table.
12975
12976 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12977
12978         * canlock.el (base64-encode-string): Don't autoload it.
12979
12980 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12981
12982         * run-at-time.el: Remove useless (require 'itimer),
12983         eval-and-compile and (featurep 'xemacs).
12984
12985 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
12986
12987         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12988         GROUP is a virtual group.
12989
12990 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
12991
12992         * gnus.el: Autoload `message-y-or-n-p'.
12993
12994 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
12995
12996         * pgg-parse.el: Remove unnecessary (require 'custom).
12997
12998         * pgg-def.el: do.
12999
13000         * nnmail.el: do.
13001
13002         * gnus-undo.el: do.
13003
13004         * gnus-picon.el: do.
13005
13006         * gnus-util.el: do.
13007
13008 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
13009
13010         * gnus-sum.el (gnus-pick-line-number): Add autoload.
13011
13012 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13013
13014         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
13015         handle, as well as a list.
13016
13017         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
13018         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
13019         (mm-w3m-cid-retrieve): Simplify.
13020
13021 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
13022
13023         * message.el (message-kill-to-signature): Allow prefix arg to
13024         specify number of lines to keep before signature.
13025
13026 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
13027
13028         (message-kill-to-signature): Change docstring.
13029
13030 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13031
13032         * canlock.el: Always require sha1-el.
13033         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
13034
13035         * message.el: Autoload sha1 only when compiling.
13036
13037         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
13038         eudc-expand-inline for XEmacs.
13039
13040 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13041
13042         * message.el (message-canlock-generate): Require sha1-el.
13043
13044 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
13045
13046         * message.el (message-expand-name): Silence the byte compiler.
13047
13048         * lpath.el: Add detect-coding-system.
13049
13050         * dgnushack.el (dgnushack-compile): Remove obsolete check for
13051         cus-edit.
13052
13053 2004-01-13  Simon Josefsson  <jas@extundo.com>
13054
13055         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
13056         Invoke gnus-score-mode.  Reported by
13057         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
13058
13059         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
13060         Jim Blandy <jimb@redhat.com> (tiny change).
13061
13062 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13063
13064         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
13065
13066 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
13067
13068         * spam.el (spam-get-article-as-string): Update to use
13069         gnus-request-article-this-buffer, much simpler.
13070         (spam-get-article-as-buffer): Remove.
13071
13072 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
13073
13074         * message.el (message-expand-name): Use EUDC if the user uses that.
13075
13076 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13077
13078         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
13079         character for the encoding to avoid consing a string.
13080
13081         * rfc2047.el (rfc2047-decode-string): Don't cons a string
13082         unnecessarily.
13083
13084         * mm-util.el (mm-replace-chars-in-string): Remove.
13085
13086         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
13087         of mm-replace-chars-in-string.
13088
13089 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
13090
13091         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
13092
13093         * mm-util.el (mm-subst-char-in-string): Support inplace.
13094
13095         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
13096         a new string in every iteration.  Use shy groups.
13097
13098 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
13099
13100         * gnus-srvr.el (gnus-browse-unsubscribe-group):
13101         * gnus-soup.el (gnus-soup-group-brew):
13102         * gnus-msg.el (gnus-put-message):
13103         * gnus-move.el (gnus-group-move-group-to-server):
13104         * gnus-kill.el (gnus-batch-score):
13105         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
13106         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
13107         (gnus-group-update-group, gnus-group-read-group)
13108         (gnus-group-make-group, gnus-group-make-help-group)
13109         (gnus-group-make-archive-group, gnus-group-make-directory-group)
13110         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
13111         (gnus-group-sort-by-unread, gnus-group-catchup)
13112         (gnus-group-unsubscribe-group, gnus-group-kill-group)
13113         (gnus-group-yank-group, gnus-group-set-info)
13114         (gnus-group-list-groups):
13115         * gnus.el (gnus-generate-new-group-name):
13116         * gnus-delay.el (gnus-delay-send-queue):
13117         * nnvirtual.el (nnvirtual-catchup-group):
13118         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
13119         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
13120         (gnus-group-prepare-topics, gnus-topic-check-topology):
13121         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
13122         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
13123         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
13124         (gnus-group-make-articles-read):
13125         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
13126         (gnus-group-change-level, gnus-kill-newsgroup)
13127         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
13128         (gnus-get-unread-articles, gnus-make-articles-unread)
13129         (gnus-make-ascending-articles-unread): Use accessor
13130         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
13131         to get group information for improved readability.
13132
13133
13134 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13135
13136         * gnus-art.el (article-decode-mime-words, article-babel)
13137         (gnus-article-highlight-signature, gnus-article-add-buttons)
13138         (gnus-signature-toggle): Use gnus-with-article-buffer.
13139
13140         * gnus-art.el (gnus-article-highlight-headers)
13141         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
13142
13143         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
13144         (gnus-article-set-globals, gnus-request-article-this-buffer)
13145         (gnus-button-message-id, gnus-article-maybe-hide-headers)
13146         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
13147         (gnus-mime-display-alternative): Use with-current-buffer.
13148
13149 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13150
13151         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
13152         also under 80 char limit, and call gnus-error if needed.
13153         (spam-fetch-article-header): Fix - it was a
13154         buffer-local variable (gnus-newsgroup-data).
13155         (spam-find-spam): Use spam-generate-fake-headers, forget about
13156         spam-insert-fake-headers.
13157         (spam-insert-fake-headers): Remove.
13158
13159 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13160
13161         * deuglify.el (gnus-article-outlook-unwrap-lines)
13162         (gnus-outlook-rearrange-article)
13163         (gnus-outlook-repair-attribution-outlook)
13164         (gnus-outlook-repair-attribution-block)
13165         (gnus-outlook-repair-attribution-other): Remove redundant
13166         save-excursion.
13167
13168 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13169
13170         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
13171         (spam-fetch-field-subject-fast)
13172         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
13173         (spam-fetch-article-header): Add functions to deal with Gnus
13174         internals for fast retrieval of article header data.
13175         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
13176
13177 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13178
13179         * pop3.el (pop3-md5): Remove.
13180         (pop3-apop): Replace pop3-md5 with md5.
13181
13182         * mm-bodies.el: base64 is always built-in.
13183
13184         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
13185         with-current-buffer.
13186
13187 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13188
13189         * canlock.el (canlock-insert-header): Remove excessive grouping in
13190         regexp.
13191
13192         * gnus-sum.el (gnus-summary-read-document): Ditto.
13193
13194         * gnus-uu.el (gnus-uu-part-number): Ditto.
13195
13196         * html2text.el (html2text-remove-tags): Ditto.
13197         (html2text-format-tags): Ditto.
13198         (html2text-format-single-elements): Ditto.
13199
13200         * mml.el (mml-parse-1): Ditto.
13201
13202 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13203
13204         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
13205
13206         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
13207
13208         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
13209
13210         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
13211
13212 2003-11-15  Simon Josefsson  <jas@extundo.com>
13213
13214         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
13215         (pgg-gpg-lookup-key): Use regexp match instead of
13216         split-string (split-string is different between emacs 21.2 and
13217         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
13218
13219 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13220
13221         * gnus-art.el (gnus-mime-view-all-parts)
13222         (gnus-article-part-wrapper, gnus-article-view-part): Use
13223         with-current-buffer.
13224
13225 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13226
13227         * spam.el (spam-disable-spam-split-during-ham-respool)
13228         (spam-spamoracle-database, spam-cache-lookups)
13229         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
13230         (spam-group-ham-mark-p, spam-group-spam-mark-p)
13231         (spam-group-ham-marks, spam-group-spam-marks)
13232         (spam-group-spam-contents-p, spam-group-ham-contents-p)
13233         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
13234         also add spam-use-blackholes to the statistical checks.
13235         (spam-fetch-field-fast): Add interface to fetching fields, may
13236         become a macro.
13237         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
13238         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
13239         (spam-insert-fake-headers): Fake an article when needed.
13240         (spam-find-spam): Fake article when possible.
13241         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
13242         (spam-check-bogofilter-headers): Use message-fetch-field instead
13243         of nnmail-fetch-field.
13244
13245 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13246
13247         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
13248
13249 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13250
13251         * spam.el (spam-split): Do not require spam-use-CHECK to be
13252         enabled if that check is passed to spam-split explicitly; also
13253         fix so 'spam doesn't get converted to spam-split-group when
13254         spam-split-symbolic-return is t.
13255         (spam-find-spam): Find registrations of the article and use those
13256         instead of re-running spam-split to find the spam/ham
13257         classification of the article.
13258         (spam-log-processing-to-registry, spam-log-registered-p)
13259         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13260         Use gnus-error instead of gnus-message.
13261         (spam-log-registration-type): Add function to determine the
13262         classification of a message based on registry entries; will
13263         return nil if both 'spam and 'ham are found.
13264         (spam-check-BBDB): Expand all the BBDB macros here so we can have
13265         a reasonably fast local cache without the loading errors.
13266         (spam-cache-lookups): Set to t by default.
13267         (spam-find-spam): Don't try to guess spam-cache-lookups.
13268         (spam-enter-whitelist, spam-enter-blacklist): Clear the
13269         spam-caches entry.
13270         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
13271         caching of whitelist/blacklist entries.
13272         (spam-check-whitelist, spam-check-blacklist): Invoke
13273         spam-from-listed-p with a type, not a cache variable.
13274         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
13275
13276 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13277
13278         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
13279
13280         * nnmail.el (nnmail-split-fancy): do.
13281
13282         * mml.el (mml-parse): do.
13283
13284         * gnus-score.el (gnus-enter-score-words-into-hashtb)
13285         (gnus-score-adaptive): do.
13286
13287 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13288
13289         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
13290         (gnus-mime-button-map): Don't set keymap parent.
13291         (gnus-button-ctan-directory-regexp): Use shy grouping.
13292         (gnus-prev-page-map): Don't set keymap parent.
13293         (gnus-prev-page-map): Remove duplicated one.
13294         (gnus-next-page-map): Don't set keymap parent.
13295         (gnus-mime-security-button-map): Ditto.
13296
13297         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
13298         version number.
13299
13300         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
13301
13302 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13303
13304         * canlock.el (canlock-sha1-function): Remove.
13305         (canlock-sha1-function-for-verify): Remove.
13306         (canlock-openssl-program): Remove.
13307         (canlock-openssl-args): Remove.
13308         (canlock-ignore-errors): Remove.
13309         (canlock-sha1-with-openssl): Remove.
13310         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
13311         (canlock-verify): Don't use canlock-ignore-errors.
13312
13313         * sha1-el.el (sha1-string-external): Make it can return a string
13314         in binary form.
13315         (sha1-region-external): Ditto.
13316         (sha1-string-internal): Ditto.
13317         (sha1-region-internal): Ditto.
13318         (sha1-region): Ditto.
13319         (sha1-string): Ditto.
13320         (sha1): Ditto.
13321
13322 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13323
13324         * spam.el (spam-report-articles-gmane): New command.
13325
13326 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13327
13328         * gnus.el: Don't make unnecessary *Group* buffer when loading.
13329
13330         * run-at-time.el (run-at-time-saved): Remove.
13331         (run-at-time): Doc fix.
13332
13333 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13334
13335         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
13336         (gnus-summary-limit-map): Add it.
13337         (gnus-summary-make-menu-bar): do.
13338
13339 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
13340
13341         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
13342         Make attempt at some caching support (done for BBDB only now).
13343         (spam-find-spam): Set spam-cache-lookups if there are more than 2
13344         addresses to be checked.
13345         (spam-clear-cache-BBDB): Add function, to be invoked by
13346         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
13347         (spam-check-BBDB): Check and use the caches, if
13348         spam-cache-lookups is on, remove superfluous (provide).
13349
13350 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13351
13352         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
13353
13354 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
13355
13356         * run-at-time.el (run-at-time-saved): Move to after the definition
13357         of `run-at-time'.
13358
13359         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
13360
13361 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13362
13363         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13364         mm-w3m-local-map-property.
13365
13366         * mm-view.el (mm-w3m-mode-map): Remove.
13367         (mm-w3m-local-map-property): Remove.
13368         (mm-inline-text-html-render-with-w3m): Don't use
13369         mm-w3m-local-map-property.
13370
13371 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13372
13373         * run-at-time.el: New file.
13374
13375         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
13376         under Emacs.
13377
13378         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13379         of gnus-set-text-properties.
13380
13381         * gnus-uu.el (gnus-uu-save-article): Ditto.
13382
13383         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13384
13385         * gnus-cite.el (gnus-cite-parse): Ditto.
13386
13387         * gnus-art.el (gnus-button-push): Use set-text-properties instead
13388         of gnus-.
13389
13390         * gnus-xmas.el (run-at-time): Require run-at-time.
13391
13392         * gnus.el: Changed calls to nnheader-run-at-time and
13393         password-run-at-time throughout to use run-at-time directly.
13394
13395         * password.el: Removed definition of run-at-time.
13396
13397         * nnheaderxm.el: Remove definition of run-at-time.
13398
13399 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
13400
13401         * mml.el (mml-minibuffer-read-disposition): Show attachment type
13402         in prompt.
13403
13404 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13405
13406         * messagexmas.el (message-xmas-redefine): Alias
13407         `message-make-caesar-translation-table' to
13408         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
13409         version.
13410
13411         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
13412         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
13413         `gnus-xmas-set-text-properties'.
13414         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
13415         `gnus-xmas-completing-read'.
13416         (gnus-xmas-completing-read): Removed.
13417         (gnus-xmas-open-network-stream): Removed.
13418
13419         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13420         XEmacs version.
13421
13422         * dns.el (dns-make-network-process): Use `open-network-stream'
13423         instead of `gnus-xmas-open-network-stream'.
13424
13425         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
13426
13427         * .cvsignore: Add auto-autoloads.el, custom-load.el.
13428
13429 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13430
13431         * gnus-art.el (gnus-mime-display-alternative)
13432         (gnus-insert-mime-button, gnus-insert-mime-security-button)
13433         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13434         Don't use gnus-local-map-property.
13435
13436         * gnus-util.el (gnus-local-map-property): Remove.
13437
13438         * mm-view.el (mm-view-pkcs7-decrypt): Replace
13439         gnus-completing-read-maybe-default with completing-read.
13440
13441         * gnus-util.el (gnus-completing-read): do.
13442         (gnus-completing-read-maybe-default): Remove.
13443
13444 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13445
13446         * password.el: Only autoload `run-at-time' if not XEmacs.
13447         Only autoload the itimer functions if XEmacs.
13448
13449 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13450
13451         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
13452         XEmacsen.
13453
13454         * dgnushack.el: Autoload executable-find for XEmacs.
13455
13456 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13457
13458         * gnus-art.el (gnus-read-string): Remove.
13459         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13460         read-string.
13461
13462 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
13463
13464         * netrc.el: Autoload password-read.
13465         (netrc): Add configuration group.
13466         (netrc-encoding-method, netrc-openssl-path): Add
13467         variables for encoding and decoding of files with symmetric
13468         ciphers.
13469         (netrc-encode): Add assistant function to encode a file with
13470         netrc-encoding-method.
13471         (netrc-parse): Add interactive parameter, added optional
13472         decoding if netrc-encoding-method is non-nil but otherwise
13473         behavior is standard.
13474         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13475         Do s/encode/encrypt/ everywhere.
13476
13477         * spam.el: Remove executable-find autoload.
13478
13479 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13480
13481         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13482
13483         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13484
13485 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13486
13487         * gnus-art.el (gnus-treat-ansi-sequences,
13488         (article-treat-ansi-sequences): New variable and function.
13489         Suggested by Dan Jacobson <jidanni@jidanni.org>.
13490
13491         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13492         Use it.
13493
13494 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13495
13496         * mm-util.el (mm-quote-arg): Remove.
13497
13498         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13499         shell-quote-argument.
13500
13501         * gnus-uu.el (gnus-uu-command): do.
13502
13503         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13504
13505         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13506         with make-char.
13507
13508         * mm-util.el (mm-make-char): Remove.
13509
13510         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13511         add-minor-mode.
13512
13513         * gnus-undo.el (gnus-undo-mode): do.
13514
13515         * gnus-topic.el (gnus-topic-mode): do.
13516
13517         * gnus-sum.el (gnus-dead-summary-mode): do.
13518
13519         * gnus-start.el (gnus-slave-mode): do.
13520
13521         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13522
13523         * gnus-ml.el (gnus-mailing-list-mode): do.
13524
13525         * gnus-gl.el (gnus-grouplens-mode): do.
13526
13527         * gnus-draft.el (gnus-draft-mode): do.
13528
13529         * gnus-dired.el (gnus-dired-mode): do.
13530
13531         * gnus-ems.el (gnus-add-minor-mode): Remove.
13532
13533         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13534         Replace gnus-char-width with char-width.
13535
13536         * gnus-ems.el (gnus-char-width): Remove.
13537
13538         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13539         Replace gnus-char-width with char-width.
13540
13541         * gnus-ems.el (gnus-char-width): Remove.
13542
13543         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13544         definition.
13545         Remove Emacs 20 hash table compatibility code.
13546
13547         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13548         20 compatibility code.
13549
13550         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13551
13552         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13553
13554         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13555         with point-at-{eol,bol}.
13556
13557         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13558
13559         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13560
13561         * flow-fill.el (fill-flowed-point-at-bol)
13562         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13563
13564         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13565         Replace with point-at-{eol,bol} throughout all files.
13566
13567 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13568
13569         * ntlm.el (ntlm-string-as-unibyte): New macro.
13570         (ntlm-build-auth-response): Use it.
13571
13572         Remove Emacs 20 stuff:
13573         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
13574         (butlast, mapc, remove): Remove the compiler macros.
13575         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13576         of delq and copy-sequence.
13577         * gnus-art.el (popup-menu): Remove the compiler macro.
13578         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13579         Emacs 20.
13580
13581 2004-01-05  Simon Josefsson  <jas@extundo.com>
13582
13583         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13584         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13585         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13586         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13587         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13588         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13589         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13590         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13591         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13592         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13593         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13594         string-xor into ntlm-string-xor.  Suggested by
13595         Jesper Harder <harder@myrealbox.com>.
13596
13597         * ntlm.el: Don't include poem.
13598
13599         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13600         Jesper Harder <harder@myrealbox.com>.
13601
13602         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13603
13604         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13605         probably breaks emacs with DL patch, but do we care? Is anyone
13606         still using the DL stuff?)
13607
13608         * sieve-manage.el: Use the password package.
13609         (sieve-manage-read-passwd): Remove.
13610         (sieve-manage-interactive-login): Use password.  Re-add
13611         condition-case around loop.
13612
13613         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13614         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13615         the password package.
13616
13617 2003-02-19  Simon Josefsson  <jas@extundo.com>
13618
13619         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13620         token.
13621
13622 2002-08-07  Simon Josefsson  <jas@extundo.com>
13623
13624         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13625         (sieve-manage-authenticators):
13626         (sieve-manage-authenticator-alist): Add some SASL mechs.
13627         (sieve-sasl-auth): New function.
13628         (sieve-manage-cram-md5-auth):
13629         (sieve-manage-plain-auth): Rewrite using SASL library.
13630         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13631         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13632         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13633         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13634
13635 2004-01-05  Simon Josefsson  <jas@extundo.com>
13636
13637         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13638         New files.
13639
13640 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13641
13642         * gnus-group.el (gnus-no-groups-message): Update.
13643
13644         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13645
13646 2003-11-09  Simon Josefsson  <jas@extundo.com>
13647
13648         * imap.el: Support for ID IMAP extension (RFC 2971).
13649         (imap-local-variables): Add imap-id.
13650         (imap-id): New variable.
13651         (imap-id): New function.
13652         (imap-parse-response): Parse untagged ID response.
13653         * nnimap.el (nnimap-id): New variable.
13654         (nnimap-open-connection): Use it.
13655
13656 2003-12-28  Simon Josefsson  <jas@extundo.com>
13657
13658         * gnus-score.el (gnus-score-edit-all-score): New.
13659         * gnus-group.el (gnus-group-score-map): Bind it to W e.
13660
13661 2004-01-04  Simon Josefsson  <jas@extundo.com>
13662
13663         * password.el: Add.
13664
13665 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
13666
13667         * dns.el: Add support for AAAA records (see RFC 3596)
13668
13669         * Fix typo PRT -> PTR
13670
13671         * Parse MX, PTR and SOA replies (see RFC 1035)
13672
13673 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13674
13675         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13676
13677         * Moved to Changelog.2.
13678
13679 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13680
13681         * gnus.el (gnus-version-number): Bump version.
13682
13683 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13684
13685         * gnus.el: No Gnus v0.1 is released.
13686
13687 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13688
13689         * gnus.el: No Gnus v0.0 is released.
13690
13691 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13692
13693         * gnus.el (gnus-version-number): Bump.
13694         (gnus-version): No.
13695
13696 See ChangeLog.2 for earlier changes.
13697
13698     Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13699
13700   This file is part of GNU Emacs.
13701
13702   GNU Emacs is free software: you can redistribute it and/or modify
13703   it under the terms of the GNU General Public License as published by
13704   the Free Software Foundation, either version 3 of the License, or
13705   (at your option) any later version.
13706
13707   GNU Emacs is distributed in the hope that it will be useful,
13708   but WITHOUT ANY WARRANTY; without even the implied warranty of
13709   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13710   GNU General Public License for more details.
13711
13712   You should have received a copy of the GNU General Public License
13713   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13714
13715 ;; Local Variables:
13716 ;; coding: utf-8
13717 ;; fill-column: 79
13718 ;; add-log-time-zone-rule: t
13719 ;; End:
13720
13721 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4