]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
(gnus-demon-add-nntp-close-connection): Fix typo. (Bug#3903)
[gnu-emacs] / lisp / gnus / ChangeLog
1 2009-07-24 Glenn Morris <rgm@gnu.org>
2
3 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4 Fix typo. (Bug#3903)
5
6 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
7
8 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
9 article without making inquiry to a user for unknown encoding.
10
11 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12 (nnmaildir--scan): Assume i-node and device number that file-attributes
13 returns might be cons-cell.
14
15 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
16
17 * auth-source.el: Remove docs now in auth.texi. Don't use
18 `gnus-message' for logging. Add new variables `auth-source-debug' and
19 `auth-source-hide-passwords' and use them.
20
21 2009-07-15 Glenn Morris <rgm@gnu.org>
22
23 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
24
25 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
26
27 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
28 excessive whitespace from the default values of title and description.
29
30 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
31
32 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
33 mail-fetch-field to fetch Content-Description header in order to
34 exclude newlines.
35
36 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
37
38 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
39 to deleted part.
40
41 2009-05-30 David Engster <dengste@eml.cc>
42
43 * nnmairix.el: Remove old documentation in the commentary block.
44 (nnmairix-request-group): Do not update active file for nnml back ends.
45 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
46 end so that overview files are ignored.
47 (nnmairix-update-groups): Make updating the groups more robust by using
48 marks.
49 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
50 with dollar characters in message-id.
51
52 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
53
54 * spam.el: Use dns-query instead of query-dns. Was renamed on
55 2008-12-25 in dns.el.
56
57 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
58
59 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
60 could happen if the text is only composed of spaces and/or tabs.
61
62 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
63
64 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
65 when sending a queued message to avoid extra mml tags.
66
67 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
68
69 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
70
71 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
72
73 * gnus-dired.el: Remove autoload for gnus-setup-message.
74 (gnus-dired-attach): Fake this-command value to prevent Gnus from
75 displaying Gnus logo; always use compose-mail.
76
77 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
78
79 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
80
81 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
82
83 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
84 (gnus-nocem-issuers): List currently active issuers; fix custom type.
85 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
86 available.
87 (gnus-nocem-epg-verify): New function.
88
89 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
90
91 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
92
93 2009-02-15 Glenn Morris <rgm@gnu.org>
94
95 * gnus-util.el (rmail-insert-rmail-file-header)
96 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
97 autoloads.
98 (rmail-default-rmail-file): Remove unnecessary declaration.
99 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
100
101 2009-02-14 Glenn Morris <rgm@gnu.org>
102
103 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
104 variable (only used in gnus-util, which declares it anyway).
105 (rmail-output-to-rmail-file): Remove autoload of deleted function,
106 which was only needed by gnus-art (changed to not use it any more).
107 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
108 only used in gnus-util, which autoloads it itself.
109 (rmail-update-summary): Fix autoload.
110
111 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
112 rather than rmail-output-to-rmail-file.
113
114 2009-02-07 Glenn Morris <rgm@gnu.org>
115
116 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
117 autoload of function that no longer exists.
118 (rmail-toggle-header): Declare.
119 (message-forward-rmail-make-body): Handle mbox Rmail.
120
121 2009-01-31 Glenn Morris <rgm@gnu.org>
122
123 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
124 2009-01-09 change.
125
126 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
127
128 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
129 (auth-source-forget-all-cached): New convenience function.
130 (auth-source-user-or-password): Accept list of modes or a single mode.
131
132 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
133 auth-source modes.
134
135 * nnimap.el (nnimap-open-connection): Use list of
136 auth-source modes.
137
138 * nntp.el (nntp-send-authinfo): Use list of
139 auth-source modes.
140
141 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
142
143 * auth-source.el: Update docs to reflect epa-file-enable is to be used
144 now.
145
146 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
147
148 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
149 coding system in XEmacs; add a workaround for XEmacs.
150
151 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
152
153 * mm-util.el (mm-coding-system-priorities): Protect against nil value
154 of current-language-environment.
155
156 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
157
158 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
159 available at runtime.
160
161 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
162
163 * gnus-art.el (article-date-ut): Fix end point of narrowing.
164
165 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
166
167 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
168 the greatest positive fixnum value doesn't work under an XEmacs with
169 bignum support; use the most-positive-fixnum constant instead,
170 available since Emacs 21.1 with cl and XEmacs 21.1.
171
172 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
173
174 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
175 XEmacs gets not to work.
176
177 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
178
179 * mm-util.el (mm-coding-system-priorities): Allow the value like
180 "Japanese (UTF-8)" of current-language-environment.
181
182 2009-01-09 Glenn Morris <rgm@gnu.org>
183
184 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
185 with last-command-event.
186
187 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
188
189 * message.el (message-fix-before-sending): Amend comment.
190
191 2009-01-07 David Engster <dengste@eml.cc>
192
193 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
194 simplified server definitions by converting it via
195 gnus-server-to-method.
196
197 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
198
199 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
200 parameter's operands.
201
202 2009-01-06 David Engster <dengste@eml.cc>
203
204 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
205 primary select method (for gnus-group-mark-article-as-read).
206
207 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
208
209 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
210 `(gnus)Face', not `(gnus)X-Face'.
211
212 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
213
214 * mm-util.el (mm-ucs-to-char): New function.
215
216 * mm-url.el (mm-url-decode-entities): Use it.
217
218 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
219
220 * message.el (message-fix-before-sending): Add `eight-bit' to
221 illegible-text check.
222
223 2009-01-03 Michael Olson <mwolson@gnu.org>
224
225 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
226 `headers' is nil. This can occur if the IMAP server does not have
227 permissions to read messages from a folder, but can write new messages
228 to the folder.
229 (nnimap-request-article-part): Do not insert `data' if it is nil.
230
231 2009-01-01 Dave Love <fx@gnu.org>
232
233 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
234
235 * nnimap.el: Fix author email.
236 (nnimap-split-rule): Add FIXME comment.
237 (nnimap-debug): Fix doc string.
238
239 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
240
241 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
242 overlay-arrow-position and overlay-arrow-string buffer-local; no need
243 to check if those variables exist (first appeared in Emacs 18.50).
244
245 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
246
247 * mm-util.el (mm-line-number-at-pos): New function.
248
249 * spam-report.el (spam-report-process-queue): Use it.
250
251 2008-12-24 David Engster <dengste@eml.cc>
252
253 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
254 parameters that haven't existed as variables as buffer-local variables.
255
256 2008-12-23 Dave Love <fx@gnu.org>
257
258 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
259 cadar.
260
261 * sieve-manage.el (sieve-manage-starttls-p): Renamed from
262 imap-starttls-p.
263 (sieve-manage-starttls-open): Renamed from imap-starttls-open.
264
265 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
266
267 * spam-report.el (spam-report-gmane-max-requests): New constant.
268 (spam-report-gmane-wait): New variable.
269 (spam-report-gmane-ham, spam-report-gmane-spam)
270 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
271 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
272 the server.
273
274 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
275 Add explanations.
276
277 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
278 nnheader-accept-process-output and nnheader-read-timeout if available.
279 (pop3-movemail): Use it.
280
281 * message.el (message-check-news-body-syntax): Fix signature check if
282 there's an attachment.
283
284 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
285
286 * mm-util.el: Add comments to the mm- emulating functions.
287
288 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
289
290 * gnus-start.el (gnus-before-startup-hook): Fix doc string. Reported
291 by Stephen Berman <stephen.berman@gmx.net>.
292
293 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
294
295 * mm-util.el (mm-substring-no-properties): New function.
296 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
297 (mm-special-display-p): Enable those lambda forms to be byte compiled.
298 (mm-string-to-multibyte): Doc fix.
299
300 * mml.el (mml-attach-file): Use mm-substring-no-properties.
301
302 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
303
304 * mml.el (mml-attach-file): Strip text properties from file name.
305 (Bug#1574)
306
307 2008-12-16 Glenn Morris <rgm@gnu.org>
308
309 * mm-util.el (mm-charset-override-alist): Declare for compiler.
310
311 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
312
313 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
314 knows since the charset specified might be a bogus alias that
315 mm-charset-synonym-alist provides.
316
317 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
318
319 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
320 "ISO_8859-1".
321
322 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
323
324 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
325
326 * mm-util.el (mm-charset-eval-alist):
327 Define it before mm-charset-to-coding-system.
328 (mm-charset-to-coding-system): Add optional argument `silent';
329 define it before mm-charset-override-alist.
330 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
331 default value if it can be used in Emacs currently running;
332 silence mm-charset-to-coding-system.
333
334 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
335
336 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
337 `allow-override' which says whether to use `mm-charset-override-alist'.
338 (rfc2047-decode-encoded-words): Use it.
339
340 * mm-util.el (mm-charset-override-alist): Fix custom type;
341 add `(gb2312 . gbk)' to choices.
342
343 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
344
345 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
346 fast.
347
348 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
349
350 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
351
352 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
353 on links.
354
355 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
356
357 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
358
359 * message.el (message-idna-to-ascii-rhs-1): Protect against local
360 users' addresses that don't have domain parts.
361 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
362 rather than message-narrow-to-head since there will be the message
363 header separator.
364
365 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
366
367 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
368 since the result is inserted in a unibyte buffer anyway.
369 (nnimap-demule-use-string-to-multibyte): Remove.
370 (nnimap-demule): Alias it to mm-string-to-multibyte.
371
372 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
373
374 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
375 variable for debugging bug#464 and bug#1174.
376 (nnimap-demule): Use it.
377
378 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
379
380 * gnus-score.el (gnus-score-find-trace): Handle default score in total
381 score calculation correctly.
382
383 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
384
385 * message.el (message-send-mail): Just set the buffer to unibyte
386 rather than use mm-with-unibyte-current-buffer which does a lot more.
387 (message-send-mail-partially): Don't bother with
388 mm-with-unibyte-current-buffer since it's already been made unibyte by
389 message-send-mail.
390
391 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
392
393 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
394
395 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
396
397 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
398
399 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
400
401 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
402 require itself and to remove `with-no-warnings'.
403
404 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
405
406 * starttls.el (starttls-any-program-available): Get the name of the
407 available TLS layer program.
408 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
409 well as the host name in the "opening" message.
410
411 * auth-source.el (auth-source-cache, auth-source-do-cache)
412 (auth-source-user-or-password): Cache passwords and logins by default,
413 allow override with `auth-source-do-cache'.
414 (auth-source-forget-user-or-password): Allow users to remove cache
415 entries if needed.
416
417 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
418
419 * ietf-drums.el (ietf-drums-remove-comments): Localize second
420 condition-case to only the forward-sexp call.
421
422 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
423
424 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
425 quotes contained. Make it more robust regardless by an extra
426 condition-case wrapper.
427
428 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
429
430 * nnml.el (nnml-request-expire-articles): Check if the function set to
431 `nnmail-expiry-target' returns the symbol `delete'.
432
433 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
434
435 * nnmail.el (nnmail-expiry-target): Fix custom type.
436
437 2008-10-02 Glenn Morris <rgm@gnu.org>
438
439 * mm-util.el (mm-codepage-setup): Tweak codepage error.
440 Silence compiler warning.
441
442 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
443
444 * mml.el (mml-menu): Don't assume mml2015 is bound.
445
446 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
447
448 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
449 exists.
450
451 2008-09-27 Glenn Morris <rgm@gnu.org>
452
453 * gnus-util.el (mail-header-remove-comments): Autoload it.
454
455 2008-09-27 Andreas Schwab <schwab@suse.de>
456
457 * gnus-util.el (gnus-split-references): Strip comments.
458 (gnus-parent-id): Likewise.
459
460 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
461
462 * message.el (message-confirm-send): Fix version.
463
464 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
465
466 * message.el (message-idna-to-ascii-rhs-1): Use
467 mail-extract-address-components rather than mail-header-parse-addresses
468 that is an alias by default to ietf-drums-parse-addresses that does not
469 support non-ASCII names in headers' contents.
470
471 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
472
473 * message.el (message-confirm-send): Fixed variable documentation to
474 avoid the "y/n" wording.
475
476 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
477
478 * message.el (message-set-auto-save-file-name): Save to a different
479 filename so multiple messages (especially drafts) can be recovered.
480
481 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
482
483 * message.el (message-confirm-send): Add appropriate version.
484
485 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
486
487 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
488 defvar.
489
490 2008-09-22 Daiki Ueno <ueno@unixuser.org>
491
492 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
493 (mm-pkcs7-enveloped-magic): Ditto.
494
495 2008-09-17 Simon Josefsson <simon@josefsson.org>
496
497 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
498 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
499
500 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
501
502 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
503 default, it's better.
504
505 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
506
507 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
508 summary line gnus-number property and ignore them (with a warning
509 message).
510
511 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
512
513 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
514 macro caddr in the interactive form since it won't be expanded.
515
516 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
517
518 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
519 `charset'; fix name of function called recursively.
520 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
521
522 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
523
524 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
525 (gnus-mime-set-charset-parameters): New function.
526 (gnus-mime-view-part-as-charset): Use it to correctly display part
527 specifying wrong charset.
528
529 2008-09-08 David Engster <dengste@eml.cc>
530
531 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
532 in completing-read for back end server.
533
534 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
535
536 * message.el (message-confirm-send): New variable to confirm sending a
537 message.
538 (message-send): Use it.
539
540 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
541
542 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
543
544 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
545
546 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
547
548 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
549
550 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
551 prevent tracking too many groups.
552 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
553 Use it.
554
555 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
556
557 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
558 moving point to the bottom of the window in order to avoid recentering.
559
560 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
561
562 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
563 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
564 (gnus-article-beginning-of-window): Fix calculation.
565
566 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
567
568 * gnus-msg.el (gnus-summary-supersede-article)
569 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
570 value of gnus-newsgroup-charset to decode non-MIME encoded text in
571 message header.
572
573 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
574
575 * message.el:
576 * gnus-start.el:
577 * gnus-registry.el: Remove VMS support.
578
579 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
580
581 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
582 macro.
583 (rfc2104-hash): Use it.
584
585 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
586
587 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
588 (gnus-summary-sort-by-most-recent-date): New commands.
589 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
590 and menu entries.
591
592 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
593
594 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
595 don't redisplay article for raw contents; remove plural articles stuff.
596
597 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
598 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
599 on gnus-summary-save-article; display results properly.
600
601 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
602
603 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
604
605 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
606
607 * gnus-art.el (gnus-summary-save-in-pipe): Consider
608 gnus-save-all-headers.
609
610 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
611
612 * gnus-util.el (ns-focus-frame): Remove declaration.
613 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
614 like x.
615
616 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
617
618 * rfc2104.el (rfc2104-zero): Delete defconst.
619 (rfc2104-hex-alist): Likewise.
620 (rfc2104-hex-to-int): Delete func.
621 (rfc2104-hexstring-to-bitstring): Likewise.
622 (rfc2104-nybbles): New defconst.
623 (rfc2104-hash): Rewrite for speed.
624
625 2008-07-16 Glenn Morris <rgm@gnu.org>
626
627 * gnus-util.el (ns-focus-frame): Declare for compiler.
628
629 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
630
631 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
632 set as a group parameter.
633 (gnus-summary-save-in-pipe): Work when it is called independently.
634 (gnus-summary-pipe-to-muttprint): Don't modify
635 gnus-summary-pipe-output-default-command.
636
637 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
638
639 * message.el (message-send-mail-with-sendmail):
640 Display the error message.
641
642 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
643
644 * gnus-art.el (gnus-default-article-saver):
645 Add gnus-summary-save-in-pipe to choices.
646 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
647 gnus-summary-pipe-output-default-command as the default command.
648 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
649 instead of gnus-last-shell-command.
650
651 * gnus-sum.el (gnus-summary-pipe-output-default-command):
652 New user option.
653 (gnus-summary-muttprint-program): Mention the value will be changed.
654 (gnus-summary-save-article): Force showing of all headers.
655 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
656
657 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
658
659 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
660
661 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
662
663 * nnimap.el (nnimap-id):
664 * sieve-manage.el (sieve-manage-open): Doc fixes.
665
666 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
667
668 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
669 if available.
670
671 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
672
673 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
674
675 * nnkiboze.el (nnkiboze-generate-group):
676 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
677
678 * nnmairix.el: Require CL.
679
680 2008-06-15 David Engster <dengste@eml.cc>
681
682 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
683
684 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
685
686 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
687 New macros that expand to an `aset'/`aref' call under Emacs, and to a
688 runtime choice under XEmacs.
689
690 * gnus-sum.el (gnus-summary-set-display-table):
691 Use `gnus-put-display-table', `gnus-get-display-table',
692 `gnus-set-display-table' for the display table, instead of `aset'.
693
694 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
695
696 * nnmairix.el: Add autoloads.
697
698 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
699
700 * nnmairix.el (nnmairix-delete-recreate-group)
701 (nnmairix-update-and-clear-marks): Fix error messages.
702
703 2008-06-14 David Engster <dengste@eml.cc>
704
705 * nnmairix.el: Upgrade to version 0.6.
706 (nnmairix-group-toggle-propmarks-this-group)
707 (nnmairix-group-toggle-readmarks-this-group)
708 (nnmairix-group-delete-recreate-this-group)
709 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
710 (nnmairix-remove-tick-mark-original-article): New commands.
711 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
712 (nnmairix-propagate-marks-to-nnmairix-groups)
713 (nnmairix-only-use-registry, nnmairix-allowfast-default)
714 (nnmairix-marks-cache, nnmairix-version-output): New variables.
715 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
716 functions needed for marks propagation and manipulation of read marks.
717 (nnmairix-update-groups): New function.
718 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
719 (nnmairix-determine-original-group-from-registry)
720 (nnmairix-determine-original-group-from-path)
721 (nnmairix-get-group-from-file-path, nnmairix-map-range)
722 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
723 New helper functions.
724 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
725 keystrokes for new commands.
726 (nnmairix-delete-and-create-on-change): Doc string cleanup.
727 (nnmairix-request-group): Check allow-fast group parameter.
728 (nnmairix-request-create-group): Set allow-fast group parameter if
729 nnmairix-allowfast-default is set.
730 (nnmairix-close-group): Propagate marks upon closing if needed.
731 (nnmairix-group-toggle-threads-this-group): Use new.
732 nnmairix-group-toggle-parameter helper function.
733 (nnmairix-search): Better check for empty search result.
734 (nnmairix-goto-original-article): Use new helper functions for
735 determining original article.
736 (nnmairix-show-original-article): Make sure message-id is in brackets.
737 (nnmairix-call-mairix-binary): Change variable name.
738 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
739 helper function.
740 (nnmairix-widget-toggle-activate): Fix doc string.
741
742 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
743
744 * nnir.el: Require edmacro when compiling with XEmacs.
745 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
746 available in Emacs 21.
747
748 2008-06-11 Glenn Morris <rgm@gnu.org>
749
750 * gnus-util.el (x-focus-frame):
751 * gnus.el (image-size):
752 * mm-decode.el (image-size): Declare.
753
754 * gnus-picon.el (declare-function): Add compat definition.
755 (image-size): Declare.
756
757 * gnus-group.el (tool-bar-map):
758 * gnus-sum.el (tool-bar-map): Define for compiler.
759
760 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
761
762 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
763
764 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
765 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
766 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
767 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
768 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
769 * sieve-manage.el, spam-report.el, spam.el:
770 Remove unnecessary eval-and-compile of autoloads.
771
772 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
773
774 * auth-source.el: Precise Tramp doc.
775
776 2008-06-07 Glenn Morris <rgm@gnu.org>
777
778 * nnmairix.el: Remove unnecessary eval-when-compile.
779
780 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
781
782 * nnir.el: New file.
783
784 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
785
786 * gnus-util.el (gnus-read-shell-command): New function.
787 * mm-decode.el (mm-pipe-part):
788 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
789
790 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
791
792 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
793
794 2008-06-03 Glenn Morris <rgm@gnu.org>
795
796 * pop3.el (nnheader-accept-process-output): Autoload it.
797
798 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
799
800 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
801 are not 2-digit hexadecimal characters that follow `%'s.
802
803 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
804
805 * message.el (message-bogus-recipient-p): Fix type in doc string.
806 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
807 (message-bogus-addresses): Rename from message-bogus-address-regexp.
808 Improve custom options.
809 (message-bogus-recipient-p): Adjust accordingly.
810
811 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
812
813 * nnmairix.el: Require edmacro when compiling with XEmacs.
814
815 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
816
817 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
818 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
819
820 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
821
822 * auth-source.el: Add more docs.
823
824 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
825
826 * nnheader.el (nnheader-read-timeout): Change the default timeout from
827 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
828 retrieval faster in some cases, but might make CPU usage larger. If
829 this has any bad side effects, we might revert this change.
830
831 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
832 seems to make mail retrieval much, much faster.
833 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
834 unconditionally.
835
836 * gnus-draft.el (gnus-group-send-queue): Bind
837 message-send-mail-partially-limit to nil to avoid being prompted.
838
839 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
840
841 * mml.el (mml-attach-buffer): Prompt for `disposition'.
842
843 * message.el (message-bogus-address-regexp): Fix and improve custom
844 type.
845 (message-setup-hook): Add message-check-recipients as custom option.
846
847 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
848
849 * message.el (message-cite-function): Remove bogus autoload which crept
850 in during merge from v5-10.
851
852 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
853
854 * nnimap.el (nnimap-open-connection): Fix login/password bug.
855
856 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
857
858 * auth-source.el: Preliminary Tramp docs.
859 (auth-sources): Change the default auth-sources to use
860 EPA .gpg files.
861
862 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
863
864 * nntp.el: Autoload `auth-source-user-or-password'.
865 (nntp-send-authinfo): Use it.
866
867 * nnimap.el: Autoload `auth-source-user-or-password'.
868 (nnimap-open-connection): Use it.
869
870 * auth-source.el: Added docs on using with url-auth. Import gnus-util
871 for the gnus-message function.
872 (auth-source-user-or-password): Use it.
873
874 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
875
876 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
877 rfc2104-hexstring-to-byte-list. Return a unibyte string.
878 (rfc2104-hash): Use it.
879
880 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
881
882 * gnus-art.el (gnus-article-toggle-truncate-lines):
883 Don't use `iff' in docstring.
884
885 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
886
887 * gnus-registry.el: Adjusted copyright dates and added a keyword.
888
889 * gnus-util.el (gnus-extract-address-component-name)
890 (gnus-extract-address-component-email): Convenience functions around
891 `gnus-extract-address-components'.
892
893 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
894 Use `gnus-extract-address-component-email' to fix bug of comparing full
895 sender name to `user-mail-address'.
896
897 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
898
899 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
900 catch/throw to optimize.
901 (gnus-registry-find-keywords): Just use member to find a keyword.
902
903 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
904
905 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
906 is current before calling gnus-server-prepare.
907 (gnus-server-setup-buffer, gnus-server-update-server)
908 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
909
910 2008-05-04 Juri Linkov <juri@jurta.org>
911
912 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
913 (mailcap-file-default-commands): Use mailcap-replace-in-string
914 instead of replace-regexp-in-string, and mailcap-delete-duplicates
915 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
916
917 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
918
919 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
920
921 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
922
923 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
924 hooks.
925 (gnus-update-read-articles): Speed up non-marks-using users.
926 (gnus-use-marks): Define gnus-use-marks.
927 (gnus-propagate-marks): Rename variable to something more sensible.
928
929 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
930
931 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
932 (gmm-image-load-path-for-library): Fix typos in docstrings.
933 (gmm-message): Reflow docstring.
934
935 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
936
937 * mail-source.el (mail-source-set-1, mail-source-bind):
938 Move auth-source code out of the macro to clean it up and fix bugs.
939
940 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
941
942 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
943 by sender if it's equal to user-mail-address, it's likely to be
944 useless.
945
946 * mail-source.el (mail-source-bind): Don't use user or password if they
947 are not bound. Unintern them if they are nil. Don't use server unless
948 it's bound, and default it to empty string otherwise.
949
950 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
951
952 * mail-source.el: Load auth-source.el.
953 (mail-source-bind): Add comments. Call auth-source-user-or-password to
954 get user name or password, if auth-sources is set up.
955
956 * gnus-registry.el (gnus-registry-split-strategy): New variable for
957 strategy of splitting with parent.
958 (gnus-registry-split-fancy-with-parent)
959 (gnus-registry-post-process-groups): Use it and fix prior
960 bug (returning a list as the split result).
961
962 * auth-source.el (auth-sources): Remove server parameter.
963 (auth-source-pick, auth-source-user-or-password)
964 (auth-source-user-or-password-imap)
965 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
966 (auth-source-user-or-password-sftp)
967 (auth-source-user-or-password-smtp): Remove server parameter.
968
969 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
970
971 * smime.el (smime-sign-region, smime-encrypt-region)
972 (smime-decrypt-region):
973 Remove redundant calls to `generate-new-buffer-name'.
974
975 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
976
977 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
978 Don't use QP for message/rfc822.
979 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
980
981 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
982
983 * sieve-manage.el (sieve-string-bytes): Remove.
984 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
985 correct byte-length only if the process's coding-system is the same as
986 the one used internally by Emacs to represent strings.
987
988 2008-04-22 Juri Linkov <juri@jurta.org>
989
990 * mailcap.el (mailcap-file-default-commands): New function.
991
992 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
993
994 * message.el (message-signature-separator, message-cite-function):
995 Change custom version.
996
997 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
998
999 * mm-decode.el (mm-display-external): Make temp file read-only.
1000
1001 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
1002
1003 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
1004 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
1005 `C-c C-f d'.
1006
1007 2008-04-12 Adrian Aichner <adrian@xemacs.org>
1008
1009 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
1010
1011 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
1012
1013 * auth-source.el: Added docs.
1014 (auth-sources): Modify format to support server.
1015 (auth-source-pick, auth-source-user-or-password)
1016 (auth-source-user-or-password-imap)
1017 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1018 (auth-source-user-or-password-sftp)
1019 (auth-source-user-or-password-smtp): Add server parameter.
1020
1021 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
1022
1023 * gnus-registry.el: Initialize the registry when gnus-registry-install
1024 is t.
1025
1026 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
1027
1028 * compface.el (uncompface): Make buffer unibyte.
1029
1030 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1031
1032 * mail-source.el (mail-source-value):
1033 Prefer fboundp to functionp so it works with macros as well.
1034
1035 2008-04-05 Glenn Morris <rgm@gnu.org>
1036
1037 * gnus-ems.el (mm-disable-multibyte): Autoload it.
1038
1039 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1040
1041 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
1042 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
1043
1044 * nnheader.el (nnheader-init-server-buffer): Change buffer's
1045 multibyteness after rather than before erasing it.
1046
1047 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
1048 mm-with-multibyte.
1049 (gnus-request-article-this-buffer): Make sure the proper decoding is
1050 used if gnus-original-article-buffer happens to be unibyte.
1051
1052 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
1053 default-enable-multibyte-characters.
1054
1055 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
1056 default-enable-multibyte-characters.
1057
1058 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
1059
1060 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
1061
1062 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1063
1064 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1065 Fix last change in case the element is not even a symbol.
1066
1067 2008-04-02 Simon Josefsson <simon@josefsson.org>
1068
1069 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
1070 imap-enable-exchange-bug-workaround.
1071 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
1072
1073 2008-04-01 Simon Josefsson <simon@josefsson.org>
1074
1075 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
1076 a 100 byte status-checks into a 2-3MB transfer for each group.
1077 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
1078 to enable bug workaround or not.
1079 (nnimap-find-minmax-uid): Only enable workaround conditionally.
1080
1081 2008-03-31 Glenn Morris <rgm@gnu.org>
1082
1083 * message.el (mml2015-use): Declare for compiler.
1084 (message-info): Require mml2015 when appropriate.
1085
1086 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
1087
1088 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
1089 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
1090 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
1091 (nntp-service-to-port): New function.
1092 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
1093 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
1094 (nntp-open-netcat-stream): New function.
1095 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
1096
1097 2008-03-29 Sven Joachim <svenjoac@gmx.de>
1098
1099 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
1100
1101 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1102
1103 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
1104
1105 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
1106
1107 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
1108
1109 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
1110
1111 * message.el (message-signature-separator): Change default.
1112 Improve custom type.
1113 (message-cite-function): Change default to
1114 message-cite-original-without-signature.
1115
1116 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
1117 toggle.
1118
1119 * message.el (message-check-news-body-syntax): Fix signature check.
1120 (message-setup-1): Mark buffer as unmodified _after_ running
1121 message-setup-hook and handling message-alternative-emails.
1122 (message-shorten-references): Be more strict when building list of
1123 valid references to comply with GNKSA.
1124
1125 * gnus-group.el (gnus-read-ephemeral-bug-group)
1126 (gnus-read-ephemeral-debian-bug-group)
1127 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
1128
1129 * message.el (message-info): Don't use booleanp which isn't supported
1130 in Emacs 21 and XEmacs.
1131
1132 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
1133
1134 * gnus-group.el (gnus-gmane-group-download-format): Rename from
1135 gnus-group-gmane-group-download-format.
1136 (gnus-group-read-ephemeral-gmane-group): Rename from
1137 gnus-group-read-ephemeral-gmane-group.
1138 (gnus-read-ephemeral-gmane-group-url): Rename from
1139 gnus-group-read-ephemeral-gmane-group-url.
1140 (gnus-bug-group-download-format-alist): New variable.
1141 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
1142 (gnus-read-ephemeral-emacs-bug-group): New commands.
1143
1144 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
1145
1146 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
1147 (gnus-visible-headers): Improve custom type.
1148
1149 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
1150
1151 * mml.el (mml-menu): Add workarounds for XEmacs.
1152
1153 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
1154 X-Boundary header.
1155
1156 * message.el (message-simplify-recipients): Fix previous commit.
1157
1158 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1159
1160 * mm-util.el (mm-set-buffer-multibyte): New function.
1161 * mm-decode.el (mm-copy-to-buffer): Use it.
1162
1163 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1164 Prefer fboundp to functionp so it works with macros as well.
1165
1166 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
1167
1168 * message.el (message-alter-recipients-discard-bogus-full-name):
1169 New function.
1170 (message-alter-recipients-function): New variable.
1171 (message-get-reply-headers): Use it.
1172 (message-replace-header): New helper function.
1173 (message-recipients-without-full-name): New variable.
1174 (message-simplify-recipients): New command.
1175
1176 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
1177
1178 * message.el (message-info): Handle EasyPG manual.
1179
1180 * mml.el (mml-menu): Add entry for EasyPG.
1181
1182 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
1183
1184 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
1185 parameter.
1186
1187 * message.el (message-disassociate-draft): Specify drafts group name
1188 fully.
1189
1190 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
1191
1192 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
1193 unnecessary duplicates from the match list.
1194
1195 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
1196
1197 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
1198 args of `how-many' of which the XEmacs version doesn't take; declare
1199 Info-index-next as function.
1200
1201 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
1202
1203 * gnus-score.el (gnus-score-headers): Fix handling of
1204 gnus-inhibit-slow-scoring.
1205
1206 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
1207 string.
1208 (gnus-button-url-regexp): Improve handling of parenthesis.
1209 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
1210 (gnus-button-handle-info-keystrokes): Handle index entries.
1211
1212 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
1213
1214 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
1215 Incoming* files.
1216
1217 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
1218
1219 * auth-source.el (auth-sources): Renamed from auth-source-choices.
1220 (auth-source-pick): Use it.
1221
1222 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1223
1224 * auth-source.el (auth-source-protocols)
1225 (auth-source-protocols-customize, auth-source-choices): Added and
1226 modified variable customizations and defaults.
1227 (auth-source-pick, auth-source-user-or-password)
1228 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1229 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1230 (auth-source-user-or-password-sftp)
1231 (auth-source-user-or-password-smtp): Use new variables and provide an
1232 interface to netrc.el.
1233
1234 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
1235
1236 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
1237 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
1238 Make sure the nntp port to specify is a string.
1239
1240 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1241
1242 * nntp.el: Use with-current-buffer.
1243 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
1244 dubious mm-with-unibyte-current-buffer.
1245 (nntp-with-open-group-function): New function extracted from
1246 nntp-with-open-group macro.
1247 (nntp-with-open-group): Use the function, so it's easier to debug.
1248 Add indentation and debugging info.
1249 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
1250 the use of the netcat alternatives.
1251
1252 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
1253 Avoid mm-string-as-multibyte as well.
1254
1255 * nnweb.el (nnweb-insert-html):
1256 Remove use of nnheader-string-as-multibyte.
1257
1258 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
1259 (nnheader-string-as-multibyte): Remove.
1260
1261 * mm-view.el: Use inhibit-read-only.
1262 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
1263 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
1264 or unibyte-string.
1265
1266 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
1267 (mm-uu-yenc-extract): Use with-current-buffer.
1268
1269 * gnus-soup.el (gnus-soup-send-packet): Don't use
1270 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
1271
1272 * nnmh.el: Use with-current-buffer.
1273 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
1274 mm-string-as-multibyte on the output of mm-encode-coding-string.
1275
1276 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
1277 (nnimap-request-move-article): Use with-current-buffer.
1278
1279 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
1280 inserting the handle-buffer's text, so the implicit multibyte->unibyte
1281 conversion uses string-make-unibyte rather than string-as-unibyte.
1282
1283 * gnus-msg.el: Use with-current-buffer.
1284
1285 * message.el (message-ignored-resent-headers): Add "Delivered-To".
1286
1287 2008-03-10 Daiki Ueno <ueno@unixuser.org>
1288
1289 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
1290 string for caching if it is 'PIN.
1291
1292 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
1293
1294 * mail-source.el (mail-source-delete-old-incoming-confirm):
1295 Change default to nil.
1296 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
1297
1298 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
1299
1300 * gnus-art.el (gnus-narrow-to-page): Position point properly.
1301 (gnus-article-goto-prev-page): Work for articles having ^L's.
1302
1303 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
1304
1305 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
1306
1307 2008-03-07 Karl Fogel <kfogel@red-bean.com>
1308
1309 * gnus-bookmark.el: Adjust for renames in bookmark.el.
1310 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
1311 (gnus-bookmark-jump): Adjust some variable names.
1312
1313 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
1314
1315 * auth-source.el: New package.
1316 (auth-source-choices): Add customization entry point variable.
1317
1318 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
1319 bug.
1320
1321 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
1322
1323 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
1324 (gnus-registry-initialize, gnus-registry-install-p): Use it.
1325 (gnus-registry-install-shortcuts): Rename from
1326 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
1327 the `gnus-registry-mark-map' keymap dynamically from
1328 `gnus-registry-marks'. The generated functions update the summary line
1329 when a registry mark is added or deleted, and will call
1330 `gnus-registry-install-p' (see the comments in the code).
1331 (gnus-registry-user-format-function-M): Use concat intelligently.
1332
1333 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
1334 the registry mark functions.
1335
1336 2008-03-05 Glenn Morris <rgm@gnu.org>
1337
1338 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
1339 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
1340 gnus-art.
1341 (top-level): No need to load own source when compiling.
1342
1343 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
1344
1345 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
1346 Suggested by <chris.anderton@zetnet.co.uk>.
1347
1348 2008-03-04 Glenn Morris <rgm@gnu.org>
1349
1350 * gnus-sum.el (top-level): No need to require gnus when compiling,
1351 since unconditionally required near start of file.
1352 (gnus-summary-display-while-building): Move definition before use.
1353
1354 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
1355
1356 * gnus-registry.el (gnus-registry-user-format-function-M): Add
1357 formatting function.
1358
1359 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
1360
1361 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1362 with plists.
1363 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1364 Use new format.
1365
1366 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
1367
1368 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1369 `where-is-internal' that returns a range of key sequences.
1370
1371 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
1372
1373 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1374
1375 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1376 (gnus-summary-jump-to-group): Consider windows on other displayed
1377 frames as well. Similar changes might be needed elsewhere, but that's
1378 the one I've bumped into during my use.
1379
1380 * nndoc.el (nndoc-oe-dbx-type-p):
1381 * gnus-msg.el (gnus-debug):
1382 * gnus-group.el (gnus-update-group-mark-positions):
1383 Use mm-string-to-multibyte.
1384
1385 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
1386
1387 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1388 doesn't handle NotDashEscaped.
1389
1390 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
1391 (mml-dnd-attach-options): Fix typo in custom choice.
1392
1393 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1394 nndoc-article-type to mbox.
1395 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1396
1397 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
1398 to nil, instead of html2text.
1399
1400 * imap.el (imap-debug): Add `imap-ping-server'.
1401
1402 * gnus-bookmark.el: Add FIXMEs.
1403
1404 * message.el (message-form-letter-separator)
1405 (message-send-form-letter-delay): New variables.
1406 (message-send-form-letter): Use them. New command to send form
1407 letters. Requested by Uwe Siart.
1408 (message-send-mail-function): Doc fix. Add "Other" custom option.
1409
1410 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
1411
1412 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1413 empty author.
1414
1415 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
1416
1417 * gnus-registry.el (gnus-registry-marks): Add variable for
1418 customization of marks and their appearance.
1419 (gnus-registry-read-mark): Use it.
1420 (gnus-registry-do-marks): Add utility function to loop through
1421 `gnus-registry-marks'.
1422 (gnus-registry-install-shortcuts-and-menus): Add function to install
1423 shortcuts and menus.
1424 (gnus-registry-initialize): Use it.
1425 (gnus-registry-default-mark): Clarify documentation.
1426
1427 2008-02-29 Glenn Morris <rgm@gnu.org>
1428
1429 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1430 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1431 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1432 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1433 Change defcustom :version from 23.0 to 23.1.
1434
1435 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
1436
1437 * gnus-registry.el (gnus-registry-follow-group-p)
1438 (gnus-registry-post-process-groups): Add functions to aid registry
1439 splitting and improve logging. Clarify behavior in function
1440 documentation.
1441 (gnus-registry-split-fancy-with-parent): Use them.
1442
1443 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1444
1445 * gnus-art.el: Use with-current-buffer.
1446
1447 2008-02-27 David Engster <dengste@eml.cc>
1448
1449 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1450 Express real group name in the response.
1451
1452 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
1453
1454 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1455 (nnmairix-last-server, nnmairix-current-server): Defvar them.
1456 (nnmairix-goto-original-article): Defvar gnus-registry-install and
1457 autoload gnus-registry-fetch-group when compiling.
1458 (nnmairix-request-group-with-article-number-correction): Remove
1459 unreferenced argument passed to nnmairix-call-backend.
1460
1461 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
1462
1463 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1464 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
1465 Wilde.
1466
1467 2008-02-27 Glenn Morris <rgm@gnu.org>
1468
1469 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1470 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1471 variables to defconsts. Convert comments to doc-strings.
1472 (nnmairix-last-server, nnmairix-current-server): Convert from free
1473 variables to defvars. Convert comments to doc-strings.
1474 (gnus-registry-fetch-group): Autoload.
1475 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1476 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1477 (nnmairix-widget-build-editable-fields): Use car cddr rather than
1478 caddr.
1479 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1480 nnmairix-request-group-with-article-number-correction call.
1481 (nnmairix-fast, nnmairix-group): New, less general names, for free
1482 variables passed from nnmairix-request-group to
1483 nnmairix-request-group-with-article-number-correction. Declare.
1484 (nnmairix-request-group-with-article-number-correction):
1485 Use nnmairix-fast, nnmairix-group rather than fast, group.
1486
1487 2008-02-26 David Engster <dengste@eml.cc>
1488
1489 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
1490 version 0.5.
1491
1492 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
1493
1494 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1495 instead of making an extra function call. Don't add the current group
1496 to articles only when they have the group. Use
1497 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1498 Reported by David <de_bb@arcor.de>.
1499
1500 2008-02-24 Miles Bader <miles@gnu.org>
1501
1502 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1503 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
1504 (mm-find-mime-charset-region):
1505 * mm-bodies.el (mm-encode-body):
1506 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
1507
1508 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
1509
1510 * mail-source.el (mail-source-delete-incoming): Change default.
1511 Supplement doc string.
1512
1513 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1514
1515 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
1516
1517 * nnmail.el (nnmail-message-id-cache-file): Derive from
1518 `gnus-home-directory'.
1519
1520 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
1521
1522 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1523 Document negative prefix.
1524
1525 * gnus-group.el (gnus-group-read-group): Document negative prefix.
1526
1527 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1528
1529 * message.el (message-unsent-separator): Add the Exim bounce
1530 separator.
1531
1532 2008-02-10 Daiki Ueno <ueno@unixuser.org>
1533
1534 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1535 list.
1536 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1537 recipient/signer list.
1538
1539 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
1540
1541 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1542 fbound (Emacs 23 unicode), signal an error.
1543
1544 2008-02-08 Glenn Morris <rgm@gnu.org>
1545
1546 * gnus-art.el (pgg-display-output-buffer): Declare as function.
1547
1548 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
1549
1550 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1551 ports to the calls to `netrc-machine-user-or-password' in addition to
1552 "imap" and "imaps".
1553
1554 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
1555
1556 * gnus.el (gnus-group-startup-message): Add `find-image' call before
1557 image-load-path is let-bound. Reported by Harald Hanche-Olsen
1558 <hanche@math.ntnu.no>.
1559
1560 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
1561
1562 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1563
1564 2008-02-01 Zhang Wei <id.brep@gmail.com>
1565
1566 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1567
1568 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1569
1570 2008-02-01 Miles Bader <miles@gnu.org>
1571
1572 * mml.el (mml-parse-1): Remove apparently vestigial use of
1573 `mm-hack-charsets'.
1574 * mm-bodies.el (mm-encode-body): Likewise.
1575
1576 2008-02-01 Kenichi Handa <handa@m17n.org>
1577
1578 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1579 rfc2104-hexstring-to-bitstring and changed to return a byte list.
1580 (rfc2104-hash): Convert the result of concat to unibyte string.
1581
1582 2008-02-01 Dave Love <fx@gnu.org>
1583
1584 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1585 coding-system-for-read.
1586 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1587
1588 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1589 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
1590 (mm-find-mime-charset-region): Remove hack-charsets stuff.
1591
1592 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
1593
1594 * mail-source.el (mail-sources): Add `group' choice.
1595
1596 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1597 parameter `in-group' to control into which group the articles go.
1598 Add treatment of `group' mail-source.
1599
1600 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1601
1602 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1603 * message.el (message-beginning-of-line): Use featurep instead of bound
1604 tests in order to resolve conditionals at compile time.
1605
1606 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
1607
1608 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1609
1610 * mm-decode.el (mm-dissect-buffer): Decode description.
1611
1612 * mml.el (mml-to-mime): Encode message header first.
1613
1614 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
1615
1616 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1617 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1618
1619 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
1620
1621 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1622
1623 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
1624
1625 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1626 prefix keys.
1627 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1628 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1629 gnus-xmas.el.
1630
1631 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
1632
1633 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1634 Add new variables for article mark management.
1635 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1636 list of extra data entries which, when present, will indicate that the
1637 article ID should not be trimmed from the registry.
1638 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1639 functions.
1640 (gnus-registry-read-mark): New function to read a mark name from the
1641 user.
1642 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1643 (gnus-registry-set-article-mark-internal): New functions to add and
1644 remove marks.
1645 (gnus-registry-get-article-marks): New function to show the marks for
1646 an article, or retrieve them for further use.
1647
1648 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
1649
1650 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1651 keys when no argument is given.
1652
1653 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
1654
1655 * gnus-sum.el (gnus-article-sort-by-random)
1656 (gnus-thread-sort-by-random): Fix doc strings. Reported by
1657 jidanni@jidanni.org.
1658
1659 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
1660
1661 * gnus-art.el (gnus-article-describe-bindings): New function.
1662 (gnus-article-read-summary-keys): Use it.
1663 (gnus-article-mode-map): Bind `C-h b' to it.
1664
1665 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
1666
1667 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1668 XEmacs.
1669 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1670 against non-character events.
1671
1672 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1673
1674 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1675 command.
1676 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1677 instead of END. Change name of the temp file.
1678 (gnus-group-gmane-group-download-format): Add doc string. Make it
1679 customizable.
1680
1681 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
1682
1683 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1684 bind `S W' to gnus-article-wide-reply-with-original; set default
1685 binding to gnus-article-read-summary-send-keys.
1686 (gnus-article-read-summary-keys): Fix the order of keys; display
1687 continuation keys correctly in the echo area; describe bindings
1688 correctly when keys end with `C-h'.
1689 (gnus-article-read-summary-send-keys): New function.
1690 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1691 for gnus-article-read-summary-send-keys; display continuation keys
1692 correctly in the echo area.
1693 (gnus-article-reply-with-original): Ignore prefix argument.
1694 (gnus-article-wide-reply-with-original): New function.
1695
1696 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1697
1698 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1699 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1700
1701 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1702
1703 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1704 (gnus-group-read-ephemeral-gmane-group): New command.
1705
1706 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1707
1708 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1709
1710 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
1711
1712 * message.el (message-send-mail-function): Increase custom version.
1713
1714 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1715 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
1716
1717 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
1718
1719 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1720 html parts correctly; support forwarded messages.
1721 (gnus-article-browse-html-article): Remove work buffers.
1722
1723 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1724 compiling.
1725 (netrc-bound-and-true-p): New macro.
1726 (netrc-parse): Use it instead of bound-and-true-p that is not available
1727 in XEmacs 21.4.
1728
1729 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
1730
1731 * gnus-registry.el (gnus-registry-mark-article)
1732 (gnus-registry-article-marks): Add functionality to mark articles
1733 through the Gnus registry.
1734
1735 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1736 (netrc-parse): Use encrypt-file-alist to determine if
1737 encrypt-find-model or encrypt-insert-file-contents should be used.
1738
1739 2007-12-19 Glenn Morris <rgm@gnu.org>
1740
1741 * mml.el (message-options-set, message-narrow-to-head)
1742 (message-in-body-p, message-mail-p, message-encode-message-body):
1743 Autoload.
1744 (message-remove-header, message-narrow-to-headers-or-head)
1745 (message-subscribed-p, message-make-mail-followup-to)
1746 (message-position-on-field, message-news-p)
1747 (message-options-set-recipient, message-generate-headers)
1748 (message-sort-headers): Declare as functions.
1749
1750 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
1751
1752 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1753 convention in doc string.
1754
1755 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
1756
1757 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1758 title to html parts.
1759 (gnus-article-browse-html-article): Pass message header to it.
1760
1761 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1762
1763 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
1764
1765 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1766 or password compatible with XEmacs.
1767
1768 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
1769
1770 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1771 format document.
1772 (gnus-mime-delete-part): Don't write description line if empty.
1773 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1774
1775 2007-12-14 Johan Bockgård <bojohan@gnu.org>
1776
1777 * gnus-sum.el (gnus-summary-mark-unread-as-read)
1778 (gnus-summary-mark-read-and-unread-as-read)
1779 (gnus-summary-mark-current-read-and-unread-as-read)
1780 (gnus-summary-mark-unread-as-ticked): Doc fix.
1781 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1782
1783 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1784
1785 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
1786 Christoph Conrad <christoph.conrad@gmx.de>.
1787
1788 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1789
1790 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1791 yes-or-no-p.
1792
1793 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
1794
1795 * mm-decode.el (mm-add-meta-html-tag): New function.
1796 (mm-save-part-to-file, mm-pipe-part): Use it.
1797
1798 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1799 gnus-y-or-n-p instead of y-or-n-p.
1800 (gnus-article-browse-html-parts): Work with message/external-body; use
1801 mm-add-meta-html-tag.
1802
1803 2007-12-11 Glenn Morris <rgm@gnu.org>
1804
1805 * gnus-cache.el: Require gnus-sum not just when compiling.
1806
1807 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1808
1809 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1810 definitions before use.
1811
1812 * mm-decode.el: Require gnus-util.
1813 (mm-remove-part): Only call delete-annotation on XEmacs.
1814
1815 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1816
1817 * nnmail.el: Require gnus-int.
1818
1819 * spam.el: Move `require's before `eval-when-compile's.
1820
1821 * gnus-ems.el (gnus-alive-p):
1822 * gnus-fun.el (message-goto-eoh):
1823 * gnus-util.el (gnus-group-name-decode):
1824 * mail-source.el (gnus-compress-sequence):
1825 * message.el (Info-goto-node, format-spec):
1826 * mm-bodies.el (message-options-get):
1827 * mm-decode.el (mm-view-pkcs7):
1828 * mm-util.el (gmm-write-region):
1829 * mml-smime.el (mml-compute-boundary)
1830 (gnus-completing-read-with-default):
1831 * mml.el (widget-button-press, gnus-make-hashtable):
1832 * mml1991.el (mm-decode-content-transfer-encoding)
1833 (mm-encode-content-transfer-encoding)
1834 (message-options-get, message-options-set):
1835 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1836 * nnfolder.el (gnus-request-group):
1837 * nnheader.el (ietf-drums-unfold-fws):
1838 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1839 * smime.el (gnus-run-mode-hooks):
1840 * spam-stat.el (gnus-message): Autoload.
1841
1842 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1843 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1844 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1845 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1846 Add declare-function compatibility definition.
1847
1848 * gnus-cache.el (nnvirtual-find-group-art):
1849 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1850 (gnus-add-image, gnus-add-wash-type):
1851 * gnus-group.el (nnkiboze-score-file):
1852 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1853 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1854 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1855 (message-tokenize-header, gnus-get-buffer-create)
1856 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1857 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1858 * gnus.el (gnus-group-decoded-name):
1859 * mail-source.el (imap-capability):
1860 * mm-bodies.el (message-options-set):
1861 * mm-decode.el (gnus-configure-windows):
1862 * mm-extern.el (message-goto-body):
1863 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1864 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1865 (epg-sub-key-validity, message-options-set):
1866 * mml.el (widget-event-point, gnus-configure-windows):
1867 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1868 * mml2015.el (epg-check-configuration, epg-configuration)
1869 (message-options-set):
1870 * nndb.el (nndb-request-article):
1871 * nnfolder.el (gnus-request-create-group):
1872 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1873 * nnmaildir.el (gnus-group-mark-article-read):
1874 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1875 * rfc1843.el (message-fetch-field):
1876 * spam.el (gnus-extract-address-components):
1877 Declare as functions.
1878
1879 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1880
1881 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1882
1883 2007-12-09 Glenn Morris <rgm@gnu.org>
1884
1885 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1886
1887 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1888 * message.el, mm-view.el, sieve-manage.el, smime.el:
1889 Add declare-function compatibility definition.
1890
1891 * gnus-art.el (w3-region, w3m-region, Info-menu):
1892 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1893 * gnus-sum.el (gnus-get-predicate):
1894 * gnus-util.el (mm-append-to-file, w32-focus-frame):
1895 * message.el (mail-abbrev-in-expansion-header-p):
1896 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1897 (w3m-detect-meta-charset, w3m-region):
1898 * sieve-manage.el (password-read, password-cache-add)
1899 (password-cache-remove):
1900 * smime.el (password-read-and-add): Declare as functions.
1901
1902 2007-12-08 David Kastrup <dak@gnu.org>
1903
1904 * gnus-sum.el (gnus-summary-simplify-subject-query):
1905 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1906 `message'.
1907
1908 2007-12-07 Glenn Morris <rgm@gnu.org>
1909
1910 * gnus-art.el (article-make-date-line): Revert previous change.
1911
1912 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
1913
1914 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1915
1916 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
1917
1918 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1919 Call gnus-add-to-range ranges only once with a prepared article-list.
1920
1921 2007-12-06 Paul Jarc <prj@po.cwru.edu>
1922
1923 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1924 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1925 group names with backslashes. Reported by Tassilo Horn
1926 <tassilo@member.fsf.org>.
1927
1928 2007-12-06 Deepak Goel <deego3@gmail.com>
1929
1930 * gnus-art.el (article-make-date-line):
1931 * gnus-start.el (gnus-load):
1932 * pop3.el (pop3-read-response): Fix buggy call to `error'.
1933
1934 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1935
1936 * gnus-art.el (gnus-use-idna)
1937 * gnus-start.el (gnus-site-init-file)
1938 * message.el (message-use-idna)
1939 * mm-uu.el (mm-uu-hide-markers)
1940 * smiley.el (smiley-style): Revert changes that suppress warnings.
1941
1942 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1943
1944 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1945 specify charset to html source. Reported by Christoph Conrad
1946 <christoph.conrad@gmx.de>.
1947
1948 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1949
1950 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1951 idna-program in order to suppress byte compile warning issued by XEmacs
1952 that came to byte compile the default value section of defcustom forms
1953 recently.
1954
1955 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1956 value of installation-directory.
1957
1958 * message.el (message-use-idna): Don't directly refer to the value of
1959 idna-program.
1960
1961 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1962
1963 * smiley.el (smiley-style): Don't directly call face-attribute.
1964
1965 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
1966
1967 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1968
1969 * gnus-dired.el: Reduce Gnus dependencies.
1970 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1971 require. Use autoloads instead.
1972 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1973 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1974 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1975 (gnus-dired-mode): Adjust doc string.
1976 (gnus-dired-mail-mode): New variable.
1977 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1978 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1979 (gnus-dired-mail-buffers): New function. Return mail or message
1980 composition buffers.
1981 (gnus-dired-attach): Use it.
1982 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1983 NO-DECODE.
1984 (gnus-dired-print): Use `gnus-print-buffer' depending on
1985 `gnus-dired-mail-mode'.
1986
1987 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1988
1989 * rfc2047.el (rfc2047-encoded-word-regexp)
1990 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1991 explaining what regexp patterns are for.
1992
1993 2007-12-04 Glenn Morris <rgm@gnu.org>
1994
1995 * password.el: Move to ../password-cache.el.
1996
1997 * mml1991.el (password-read, password-cache-add, password-cache-remove):
1998 * mml2015.el (password-read, password-cache-add, password-cache-remove):
1999 * mml-smime.el (password-read, password-cache-add)
2000 (password-cache-remove):
2001 No need to autoload, since mml-sec requires password.
2002
2003 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
2004 * message.el (gnus-extract-address-components):
2005 * mml-smime.el (gnus-extract-address-components): Define for compiler.
2006
2007 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
2008 password.
2009
2010 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
2011
2012 * mailcap.el: Reduce dependencies.
2013 (mail-header-parse-content-type): Autoload.
2014 (mailcap-delete-duplicates): New alias.
2015 (mailcap-mime-info): Add optional argument NO-DECODE.
2016 (mailcap-mime-types): Use mailcap-delete-duplicates.
2017
2018 * message.el (message-ignored-supersedes-headers): Add "X-ID".
2019
2020 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2021
2022 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
2023 function.
2024
2025 * gnus-uu.el (gnus-uu-decode-yenc): New command.
2026 (gnus-uu-yenc-article): New function.
2027
2028 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
2029
2030 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
2031 buffer.
2032
2033 2007-12-02 Glenn Morris <rgm@gnu.org>
2034
2035 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
2036 Move to ../net.
2037
2038 * binhex.el, uudecode.el: Move to ../mail.
2039
2040 * encrypt.el: Remove file.
2041
2042 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
2043
2044 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
2045 matches on patches.
2046
2047 * gnus-art.el (gnus-article-browse-html-article): Mention
2048 `mm-text-html-renderer' in the doc string.
2049
2050 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
2051 string. Add comments.
2052
2053 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
2054 if rhs is ASCII.
2055
2056 2007-12-01 Glenn Morris <rgm@gnu.org>
2057
2058 * dig.el, dns.el: Move to ../net.
2059 * format-spec.el, hex-util.el, sha1.el: Move to ../.
2060
2061 * mail-source.el (top-level): Require format-spec before
2062 eval-when-compile.
2063
2064 2007-11-30 Glenn Morris <rgm@gnu.org>
2065
2066 * encrypt.el: Require password, rather than autoloading password-read.
2067
2068 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
2069
2070 * gnus.el (gnus-method-to-server): Add an optional parameter so the
2071 caller can indicate whether the cache should be disregarded for this
2072 call. This way the result of the call is reproducible at all times and
2073 can be considered a canonical server name for the supplied method.
2074 (gnus-agent-method-p): Canonicalize server names by pushing their
2075 method through `gnus-method-to-server' using the no-cache argument.
2076
2077 * gnus-srvr.el (gnus-server-insert-server-line): Call
2078 `gnus-method-to-server' with `no-cache' argument.
2079
2080 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
2081 gnus-agent-possibly-synchronize-flags as this should be called when the
2082 server is actually being opened.
2083 (gnus-agent-possibly-synchronize-flags)
2084 (gnus-agent-possibly-synchronize-flags-server): Move check for the
2085 flags file of an agentized server to the latter function.
2086
2087 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
2088 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
2089 after a connection has been established successfully.
2090
2091 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
2092
2093 * gnus-art.el (article-display-face): Force to display face if called
2094 interactively; check if gnus-article-x-face-too-ugly matches author.
2095 (article-display-x-face): Display face even if From header is missing
2096 as article-display-face does.
2097
2098 2007-11-28 Richard Stallman <rms@gnu.org>
2099
2100 * md4.el: Move to ../.
2101 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
2102
2103 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
2104
2105 * mail-source.el (mail-sources): Default to fetch from file for
2106 compatibility with default of nnmail-spool-file.
2107
2108 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
2109
2110 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
2111 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
2112 to look for encoded word that should be encoded again.
2113 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
2114 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
2115 encoding pattern.
2116 (rfc2047-decode-region): Switch strict regexp and loose one according
2117 to rfc2047-allow-irregular-q-encoded-words.
2118
2119 2007-11-26 Simon Josefsson <simon@josefsson.org>
2120
2121 * imap.el: Move to ../net directory.
2122
2123 2007-11-25 Romain Francoise <romain@orebokech.com>
2124
2125 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
2126
2127 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
2128
2129 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
2130 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
2131
2132 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
2133 `nnmail-spool-file'.
2134
2135 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
2136 `nnmail-spool-file'.
2137
2138 * gnus-move.el (gnus-change-server): Ditto.
2139
2140 * gnus-kill.el (gnus-batch-score): Ditto.
2141
2142 * gnus-cache.el (gnus-jog-cache): Ditto.
2143
2144 * gnus-msg.el (gnus-summary-reply):
2145 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
2146
2147 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
2148
2149 * gnus-cache.el (gnus-cache-generate-nov-databases):
2150 Use nnml-generate-nov-databases-directory instead of
2151 nnml-generate-nov-databases-1.
2152
2153 2007-11-24 Glenn Morris <rgm@gnu.org>
2154
2155 * message.el (message-tool-bar-retro): Update for rename
2156 mail_send.xpm->mail-send.xpm.
2157
2158 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
2159
2160 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2161 `smime-ldap-search' for Emacs 22 and up.
2162
2163 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
2164
2165 * hashcash.el: Move to ../mail directory.
2166
2167 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
2168
2169 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2170 `smime-ldap-search' for Emacs 22 and up.
2171
2172 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2173
2174 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
2175
2176 * message.el (message-send-mail-function): Fix error convention.
2177 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
2178 (message-widen-reply, message-send-mail, message-talkative-question)
2179 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
2180 (message-clone-locals, message-send-news): Use with-current-buffer.
2181 (message-insert-or-toggle-importance): Remove unused var `valid'.
2182 (message-make-references): Remove unused var `new-references'.
2183 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2184
2185 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
2186
2187 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
2188 (spam-split-symbolic-return-positive): Reflow docstring.
2189 (spam-backends, spam-summary-exit-behavior)
2190 (spam-mark-ham-unread-before-move-from-spam-group)
2191 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
2192 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2193 (spam-clear-cache, spam-backend-check, spam-install-backend)
2194 (spam-install-statistical-backend, spam-list-of-processors)
2195 (spam-group-processor-p, spam-split, spam-bogofilter-score)
2196 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
2197 (spam-check-crm114, spam-initialize, spam-unload-hook):
2198 Fix typos in docstrings.
2199
2200 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
2201
2202 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
2203 been checked if they have never been read and those group levels are
2204 higher than the one that a user specified.
2205
2206 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
2207
2208 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
2209 foreign groups unless a group level is specified by a user.
2210 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
2211
2212 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
2213
2214 * message.el (message-send-mail-function): Require sendmail.
2215
2216 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
2217
2218 * message.el (message-send-mail-function): Check for smtpmail too.
2219
2220 * utf7.el (utf7-encode, utf7-decode): Use coding system
2221 `utf-7'/`utf-7-imap' from utf-7.el' if available.
2222
2223 * message.el (message-send-mail-function): New function.
2224 (message-send-mail-function): Set default using
2225 message-send-mail-function. Adjust doc string.
2226 (message-send-mail-with-mailclient): New function.
2227
2228 2007-11-17 Richard Stallman <rms@gnu.org>
2229
2230 * assistant.el: Remove file.
2231
2232 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
2233
2234 * smime.el (from):
2235 * rfc2047.el (message-posting-charset):
2236 * qp.el (mm-use-ultra-safe-encoding):
2237 * pop3.el (parse-time-months):
2238 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
2239 * nnml.el (files):
2240 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
2241 (jka-compr-compression-info-list, ange-ftp-path-format)
2242 (efs-path-regexp):
2243 * nndiary.el (files):
2244 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
2245 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
2246 (epg-digest-algorithm-alist, inhibit-redisplay)
2247 (password-cache-expiry):
2248 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
2249 (pgg-output-buffer, password-cache-expiry):
2250 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2251 (efs-path-regexp):
2252 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2253 (inhibit-redisplay):
2254 * mm-uu.el (file-name, start-point, end-point, entry)
2255 (gnus-newsgroup-name, gnus-newsgroup-charset):
2256 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2257 (latin-unity-ucs-list):
2258 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
2259 (mm-uu-binhex-decode-function):
2260 * message.el (gnus-message-group-art, gnus-list-identifiers)
2261 (rmail-enable-mime-composing, gnus-local-organization)
2262 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
2263 (gnus-read-active-file, facemenu-add-face-function)
2264 (facemenu-remove-face-function, gnus-article-decoded-p)
2265 (tool-bar-mode):
2266 * mail-source.el (display-time-mail-function):
2267 * gnus-util.el (nnmail-pathname-coding-system)
2268 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
2269 (gnus-original-article-buffer, gnus-user-agent)
2270 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
2271 (xemacs-codename, sxemacs-codename, emacs-program-version):
2272 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
2273 * gnus-start.el (gnus-agent-covered-methods)
2274 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
2275 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
2276 (gnus-newsgroup-headers, gnus-group-list-mode)
2277 (gnus-group-mark-positions, gnus-newsgroup-data)
2278 (gnus-newsgroup-unreads, nnoo-state-alist)
2279 (gnus-current-select-method, mail-sources)
2280 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
2281 (nnmail-spool-file, gnus-cache-active-hashtb):
2282 * gnus-mh.el (mh-lib-progs):
2283 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
2284 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
2285 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
2286 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
2287 (gnus-group-buffer):
2288 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
2289 (font-lock-set-defaults):
2290 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
2291 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
2292 (gnus-summary-post-menu, total-parts, type, condition, length):
2293 * gnus-agent.el (gnus-agent-read-agentview):
2294 * flow-fill.el (show-trailing-whitespace):
2295 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
2296 eval-and-compile wrappers for byte compiler pacifiers.
2297
2298 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
2299 (mm-display-inline-fontify): Check for featurep 'xemacs not
2300 extent-list.
2301
2302 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
2303 itimer-list.
2304 (mm-create-image-xemacs): Only do something for XEmacs.
2305 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
2306
2307 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
2308
2309 * gnus-registry.el (gnus-adaptive-word-syntax-table):
2310 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
2311
2312 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
2313
2314 * nnimap.el (nnimap-split-download-body):
2315 * gnus-demon.el (gnus-demon):
2316 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
2317
2318 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
2319
2320 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
2321 macros.
2322 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
2323 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
2324 copy data from unibyte buffer to multibyte current buffer.
2325 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
2326 to copy data from unibyte current buffer to multibyte buffer.
2327 (nntp-make-process-buffer): Make process buffer unibyte.
2328
2329 * pop3.el (pop3-open-server): Fix typo in Lisp code.
2330
2331 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
2332
2333 * pop3.el (pop3-open-server): Accept and process data more robustly at
2334 connexion start to avoid spurious "POP SSL connexion failed" errors.
2335
2336 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
2337
2338 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2339 read group names.
2340
2341 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
2342
2343 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2344
2345 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2346
2347 * nnmail.el (nnmail-parse-active): Make group names unibyte.
2348 (nnmail-save-active): Use a unibyte buffer when saving active file,
2349 which may contain non-ASCII group names.
2350
2351 * nnml.el (nnml-request-group): Decode group names in messages.
2352
2353 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
2354
2355 * message.el (message-citation-line-function)
2356 (message-insert-formatted-citation-line): Fix spelling of
2357 `message-insert-formated-citation-line'.
2358
2359 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
2360
2361 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2362
2363 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2364
2365 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2366 nnmail-pathname-coding-system.
2367
2368 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2369 that a user enters; decode group names in messages.
2370
2371 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2372
2373 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
2374
2375 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2376
2377 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2378
2379 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2380 risky local variable.
2381
2382 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2383
2384 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
2385
2386 * encrypt.el: Improve documentation to fix function name typo.
2387 Reported by Daiki Ueno <ueno@unixuser.org>.
2388
2389 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2390
2391 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2392 even if the point is not in the last page of an article.
2393 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2394 back to the previous page.
2395
2396 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
2397
2398 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2399
2400 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
2401
2402 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2403
2404 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2405
2406 * message.el (message-check-news-body-syntax): Avoid
2407 mm-string-as-multibyte.
2408 (message-hide-headers): Don't assume (point-min)==1.
2409
2410 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2411
2412 * message.el (message-remove-blank-cited-lines): Fix if remove is
2413 given.
2414 (message-bogus-address-regexp): New variable.
2415 (message-bogus-recipient-p): New function.
2416 (message-check-recipients): New command.
2417 (message-syntax-checks): Add `bogus-recipient'.
2418 (message-fix-before-sending): Add `bogus-recipient'.
2419
2420 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2421 (gnus-treat-body-boundary): Don't test window-system.
2422
2423 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
2424
2425 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2426
2427 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2428
2429 * gnus.el: Bump version to Gnus v5.13.
2430
2431 2007-10-28 Miles Bader <miles@gnu.org>
2432
2433 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2434 at compile-time too.
2435
2436 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
2437
2438 * gnus-msg.el (gnus-message-setup-hook): Add
2439 `message-remove-blank-cited-lines' to options.
2440
2441 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
2442
2443 * message.el (message-remove-blank-cited-lines): New function.
2444 Suggested by Karl Plästerer.
2445
2446 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
2447
2448 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2449 mapc.
2450
2451 * imap.el (imap-open): Replace mapcar called for effect with mapc.
2452 (top-level): Use mapc to set functions to be traced for debugging.
2453
2454 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2455 called for effect with while loop.
2456
2457 * message.el (message-talkative-question): Replace mapcar called for
2458 effect with mapc.
2459
2460 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2461 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2462 called for effect with dolist.
2463
2464 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2465
2466 * nndiary.el: Use dolist instead of mapcar to add diary headers to
2467 gnus-extra-headers and nnmail-extra-headers.
2468
2469 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2470 called for effect with dolist.
2471 (top-level): Use mapc to set functions to be traced for debugging.
2472
2473 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2474 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2475 dolist.
2476
2477 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2478 Replace mapcar called for effect with mapc.
2479 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2480 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2481 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2482 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2483
2484 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2485 remove-if that's a cl function.
2486
2487 * webmail.el (webmail-debug): Replace mapcar called for effect with
2488 dolist.
2489
2490 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
2491
2492 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2493 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2494 with while loop.
2495
2496 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2497 functions from article-* functions.
2498 (gnus-multi-decode-header): Replace mapcar called for effect with
2499 dolist.
2500
2501 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2502 (gnus-bookmark-show-details): Replace mapcar called for effect with
2503 while loop.
2504
2505 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2506 called for effect with while loop.
2507
2508 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2509 with dolist.
2510
2511 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2512 mapcar called for effect with dolist.
2513
2514 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2515
2516 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2517 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2518 Replace mapcar called for effect with dolist.
2519 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2520 mapc.
2521
2522 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2523 Replace mapcar called for effect with dolist.
2524 (gnus-topic-list): Replace mapcar called for effect with mapc.
2525
2526 * gnus.el: Use mapc instead of mapcar to add autoloads.
2527
2528 2007-10-23 Richard Stallman <rms@gnu.org>
2529
2530 * gnus-group.el (gnus-group-highlight): Mark as risky.
2531
2532 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
2533
2534 * gnus.el (gnus-server-to-method): Return method found first in
2535 gnus-newsrc-alist.
2536
2537 * gnus-art.el (gnus-article-highlight-signature)
2538 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2539 button overlay without the front stickiness.
2540
2541 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
2542
2543 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2544 overview buffer needed a catch to receive its throw.
2545 (gnus-agent-flush-cache): Declared as interactive to make this function
2546 easier to use.
2547
2548 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2549
2550 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2551 `next-line'.
2552
2553 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
2554
2555 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2556 exclude address matching message-dont-reply-to-names.
2557
2558 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2559
2560 * gnus-util.el (gnus-string<): New function.
2561
2562 * gnus-sum.el (gnus-article-sort-by-author)
2563 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2564
2565 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2566
2567 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2568 the frame-focus tag is set in gnus-buffer-configuration.
2569
2570 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
2571
2572 * gnus-art.el (gnus-article-add-button): Make a button overlay without
2573 the front stickiness.
2574
2575 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2576
2577 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2578 url pattern; remove duplicate one.
2579 (gnus-article-extend-url-button): New function.
2580 (gnus-article-add-buttons): Use it.
2581 (gnus-button-push): Use concatenated url that it makes.
2582
2583 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
2584
2585 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2586 (sieve-manage-open): Use `mapc' instead of `mapcar'.
2587
2588 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2589
2590 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2591 Don't hardcode point-min==1.
2592
2593 2007-09-30 David Kastrup <dak@gnu.org>
2594
2595 * gnus-art.el (gnus-article-reply-with-original)
2596 (gnus-article-followup-with-original): When `transient-mark-mode' is
2597 off, refrain from active-region behavior for followups.
2598
2599 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
2600
2601 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2602 Fix comment about "iso8859-1".
2603
2604 2007-10-08 Daiki Ueno <ueno@unixuser.org>
2605
2606 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2607 ones returned from the verify-function.
2608
2609 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2610 mml2015-extract-cleartext-signature if extraction failed.
2611
2612 2007-10-07 Daiki Ueno <ueno@unixuser.org>
2613
2614 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2615 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2616 failed.
2617
2618 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
2619
2620 * Relicense "GPLv2 or later" files to "GPLv3 or later".
2621
2622 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
2623
2624 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2625 to mark a thread as expirable. Add variable `hide' to handle hiding of
2626 thread for both the null and zero (kill/expire thread) universal prefix
2627 cases.
2628 (gnus-summary-expire-thread): Add new function to expire a thread,
2629 using gnus-summary-kill-thread.
2630 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2631 shortcuts for gnus-summary-expire-thread.
2632 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2633 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
2634
2635 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2636
2637 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2638 extras value, so an extras entry can be deleted.
2639 (gnus-registry-delete-extra-entry): Use it.
2640 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2641 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2642 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2643 storage through the gnus-registry, and provide an appropriate API for
2644 it.
2645
2646 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2647
2648 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2649 Suggested by Leo <sdl.web@gmail.com>.
2650
2651 * gnus.el: Do.
2652
2653 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2654
2655 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2656 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
2657
2658 * gnus-agent.el (gnus-agent-fetch-headers): Do.
2659
2660 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2661 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2662
2663 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2664
2665 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2666 newline.
2667 (nnmbox-request-accept-article): Don't change article in source buffer;
2668 narrow to header to use message-fetch-field rather than
2669 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2670 (nnmbox-request-replace-article): Quote lines that'll be misidentified
2671 as delimiters; make sure article ends with newline.
2672 (nnmbox-delete-mail): Correct last position of article to be deleted;
2673 ignore X-Gnus-Newsgroup header in article body.
2674 (nnmbox-save-mail): Quote lines looking like delimiters at the right
2675 positions; make sure article ends with newline.
2676
2677 * message.el (message-display-abbrev): Don't infloop when a user
2678 inserts SPC in the beginning of header.
2679
2680 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
2681
2682 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2683 list of groups not followed by default. Fix type to be regexp.
2684 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2685
2686 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
2687
2688 * hmac-def.el (define-hmac-function): Switch from old-style to
2689 new-style backquotes.
2690
2691 * md4.el (md4-make-step): Likewise.
2692
2693 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2694
2695 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2696 raw-text coding system when saving .newsrc file, which may contain
2697 non-ASCII group names.
2698
2699 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
2700
2701 * gnus-cus.el (gnus-score-extra): New widget.
2702 (gnus-score-extra-convert): New function.
2703 (gnus-score-customize): Use it for Extra.
2704
2705 2007-08-31 Daiki Ueno <ueno@unixuser.org>
2706
2707 * mml2015.el (mml2015-extract-cleartext-signature): New function.
2708 (mml2015-mailcrypt-clear-verify): Use it.
2709 (mml2015-gpg-clear-verify): Use it.
2710 (mml2015-pgg-clear-verify): Use it.
2711 (mml2015-epg-clear-verify): Replace the current part with the output
2712 from GnuPG; don't extract the plaintext by itself.
2713
2714 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2715 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2716 mml2015-clear-verify-function; don't touch the armor headers or
2717 dash-escaped text here.
2718
2719 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
2720
2721 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2722 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2723 parts, or application/octet-stream as a last resort.
2724 (gnus-mime-view-part-as-type): Don't toggle display.
2725 (gnus-mime-view-part-as-charset): Don't turn off display before
2726 querying charset.
2727
2728 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2729 stuff to undisplayer function in Emacs.
2730 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2731
2732 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2733 text/calendar parts.
2734
2735 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
2736
2737 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2738 decoding text/calendar parts.
2739
2740 * message.el (message-forward-make-body-mime): Always mark body as
2741 having no illegible text; remove signed-or-encrypted argument.
2742 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2743
2744 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2745 (mml-generate-mime-1): Don't encode body if it is specified to be in
2746 raw form; don't make buffer be unibyte when inserting multibyte string.
2747
2748 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2749
2750 * sha1.el: Fix up comment style.
2751 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2752 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2753
2754 * hex-util.el: Fix up comment style.
2755 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2756
2757 * gnus-salt.el: Use with-current-buffer.
2758 (gnus-pick-setup-message): Fix long-standing typo.
2759
2760 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2761
2762 * imap.el (imap-logout-timeout): New variable.
2763 (imap-logout, imap-logout-wait): New functions.
2764 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2765
2766 * nnimap.el (nnimap-logout-timeout): New server variable.
2767 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2768 nnimap-logout-timeout.
2769
2770 * gnus-art.el (gnus-article-summary-command-nosave)
2771 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2772
2773 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
2774
2775 * gnus.el (gnus-maximum-newsgroup): New variable.
2776
2777 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2778 according to gnus-maximum-newsgroup.
2779
2780 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2781 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2782 Limit the range of articles according to gnus-maximum-newsgroup.
2783
2784 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
2785
2786 * gnus-art.el (gnus-sticky-article): Fixed problems described in
2787 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
2788 Don't perform gnus-configure-windows here; reuse existing sticky
2789 article buffer.
2790
2791 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2792 it doesn't exist in gnus-article-mode.
2793
2794 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
2795
2796 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2797 (gnus-agent-decoded-group-name): New function.
2798 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2799 (gnus-agent-expire-group-1): Use it; decode group name in messages.
2800
2801 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
2802
2803 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2804 Add binding for gnus-sticky-article.
2805 (gnus-summary-exit): Don't kill sticky article buffers.
2806
2807 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2808 article buffer.
2809 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2810 (gnus-kill-sticky-article-buffers): New commands.
2811
2812 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
2813
2814 * nntp.el (nntp-xref-number-is-evil): New server variable.
2815 (nntp-find-group-and-number): If it is non-nil, don't trust article
2816 numbers in the Xref header.
2817
2818 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
2819
2820 * gnus-agent.el (gnus-agent-read-group): New function.
2821 (gnus-agent-flush-group, gnus-agent-expire-group)
2822 (gnus-agent-regenerate-group): Use it.
2823 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2824 nnmail-pathname-coding-system.
2825
2826 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
2827
2828 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2829
2830 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2831 that are unread as unread, and also as selected so that information of
2832 marks having been changed by a user may be updated when exiting group.
2833
2834 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
2835
2836 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
2837
2838 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
2839
2840 * gnus-art.el (gnus-mime-display-single): Pass part number that is
2841 calculated ignoring signature parts to gnus-treat-article.
2842
2843 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
2844
2845 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2846 a point here in order to keep the window start.
2847 (gnus-insert-mime-security-button): Make a button overlay without the
2848 front stickiness.
2849 (gnus-mime-display-security): Goto the end of a button.
2850
2851 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2852
2853 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
2854
2855 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2856 group-name-at-point.
2857 (gnus-group-completing-read): New function that offers decoded
2858 non-ASCII group names for completion.
2859 (gnus-fetch-group, gnus-group-read-ephemeral-group)
2860 (gnus-group-jump-to-group, gnus-group-make-group-simple)
2861 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2862 (gnus-group-fetch-control): Use it.
2863 (gnus-fetch-group): Use group-name-at-point for the initial value
2864 rather than the default value; use gnus-alive-p.
2865
2866 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2867 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2868 (gnus-summary-post-news): Use gnus-group-completing-read.
2869
2870 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2871 (gnus-read-move-group-name): Decode group name for completion.
2872
2873 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
2874
2875 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2876 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2877 Yamaoka slightly modified the code).
2878
2879 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
2880
2881 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2882 (nnmail-split-incoming): Bind it.
2883
2884 * nnml.el (nnml-group-name-charset): New function.
2885 (nnml-decoded-group-name): Use it; don't decode group name if
2886 nnmail-group-names-not-encoded-p is non-nil.
2887 (nnml-encoded-group-name): New function.
2888 (nnml-group-pathname): Inline nnml-decoded-group-name.
2889 (nnml-request-expire-articles): Decode group name in message.
2890 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2891 nnmail-pathname-coding-system.
2892 (nnml-save-mail, nnml-active-number): Work with decoded group names and
2893 not decoded ones according to nnmail-group-names-not-encoded-p.
2894 (nnml-generate-active-info): Use nnml-encoded-group-name.
2895
2896 2007-08-08 Glenn Morris <rgm@gnu.org>
2897
2898 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2899 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2900 doc-strings and comments.
2901
2902 2007-07-25 Glenn Morris <rgm@gnu.org>
2903
2904 * Relicense all FSF files to GPLv3 or later.
2905
2906 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2907
2908 * gnus-sum.el (gnus-summary-move-article): Make
2909 gnus-summary-respool-article work.
2910
2911 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
2912
2913 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2914 string.
2915
2916 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
2917
2918 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
2919 that should be ignored when comparing distant RSS articles with local
2920 ones.
2921 (nnrss-make-hash-index): New function. Create a hash index according
2922 to the ignored fields.
2923 (nnrss-check-group): Use it.
2924
2925 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
2926
2927 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2928
2929 * gnus-art.el (article-decode-group-name): Decode Xref header too.
2930
2931 * gnus-group.el (gnus-group-make-group): Encode group name here unless
2932 the new optional argument ENCODED is non-nil.
2933 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2934 coding system for encoding group name.
2935 (gnus-group-make-rss-group): Pass un-encoded group name to
2936 gnus-group-make-group.
2937 (gnus-group-set-info): Tell gnus-group-make-group that group name is
2938 encoded.
2939
2940 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2941 Encode group name to which articles are moved or copied.
2942 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2943 coding system for encoding Newsgroup, Followup-To and Xref headers.
2944
2945 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2946 marks; use nnheader-file-coding-system to write a file.
2947 (nnagent-retrieve-headers): Bind file-name-coding-system to
2948 nnmail-pathname-coding-system.
2949
2950 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2951
2952 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2953 (nnml-request-article, nnml-request-create-group)
2954 (nnml-request-rename-group, nnml-find-id)
2955 (nnml-possibly-change-directory, nnml-possibly-create-directory)
2956 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2957 (nnml-save-marks): Use nnml-group-pathname instead of
2958 nnmail-group-pathname.
2959
2960 (nnml-request-create-group, nnml-request-expire-articles)
2961 (nnml-request-move-article, nnml-request-delete-group)
2962 (nnml-deletable-article-p, nnml-possibly-create-directory)
2963 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2964 (nnml-open-marks): Bind file-name-coding-system to
2965 nnmail-pathname-coding-system.
2966
2967 (nnml-request-article): Pass server argument to nnml-find-group-number.
2968 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2969 server argument to nnml-possibly-create-directory.
2970 (nnml-request-accept-article): Pass server argument to
2971 nnml-active-number and nnml-save-mail.
2972 (nnml-find-group-number): Pass server argument to nnml-find-id.
2973 (nnml-request-update-info): Pass server argument to
2974 nnml-marks-changed-p.
2975
2976 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2977 (nnml-save-mail, nnml-active-number): Add server argument.
2978
2979 (nnml-request-delete-group): Warn if group is missing.
2980 (nnml-get-nov-buffer): Decode group name.
2981 (nnml-generate-active-info): Encode group name.
2982 (nnml-open-marks): Decode group name in messages.
2983
2984 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
2985
2986 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2987 if it is not specified.
2988 (gnus-article-pipe-part, gnus-article-save-part)
2989 (gnus-article-interactively-view-part, gnus-article-copy-part)
2990 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2991 (gnus-article-inline-part, gnus-article-save-part-and-strip)
2992 (gnus-article-replace-part, gnus-article-delete-part)
2993 (gnus-article-view-part-as-type): Pass raw prefix argument to
2994 gnus-article-part-wrapper.
2995
2996 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
2997
2998 * gnus-agent.el (gnus-agent-save-active): Bind
2999 nnheader-file-coding-system to gnus-agent-file-coding-system.
3000
3001 * gnus-cache.el (gnus-cache-save-buffers)
3002 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
3003 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
3004 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
3005 (gnus-cache-braid-nov, gnus-cache-braid-heads)
3006 (gnus-cache-generate-active, gnus-cache-rename-group)
3007 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
3008 (gnus-cache-update-overview-total-fetched-for): Bind
3009 file-name-coding-system to nnmail-pathname-coding-system.
3010 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
3011 variables.
3012 (gnus-cache-decoded-group-name): New function.
3013 (gnus-cache-file-name): Use it.
3014 (gnus-cache-generate-active): Use non-decoded group name for active.
3015
3016 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
3017 right place.
3018 (gnus-write-active-file): Don't break non-ASCII group names.
3019
3020 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
3021 nnmail-pathname-coding-system.
3022
3023 * gnus-uu.el (gnus-uu-decode-save): Typo.
3024
3025 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
3026
3027 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
3028
3029 2007-07-14 David Kastrup <dak@gnu.org>
3030
3031 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
3032 finishing actions if we did not edit the article.
3033
3034 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
3035
3036 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
3037 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
3038 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
3039 (gnus-agent-flush-group, gnus-agent-flush-cache)
3040 (gnus-agent-fetch-headers, gnus-agent-load-alist)
3041 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
3042 (gnus-agent-retrieve-headers, gnus-agent-request-article)
3043 (gnus-agent-regenerate-group)
3044 (gnus-agent-update-files-total-fetched-for)
3045 (gnus-agent-update-view-total-fetched-for): Bind
3046 file-name-coding-system to nnmail-pathname-coding-system.
3047 (gnus-agent-group-pathname): Don't encode file names by
3048 nnmail-pathname-coding-system.
3049 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
3050 coding-system-for-write instead of buffer-file-coding-system to
3051 gnus-agent-file-coding-system.
3052
3053 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
3054 Decode group name.
3055
3056 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
3057
3058 * gnus-start.el (gnus-update-active-hashtb-from-killed)
3059 (gnus-read-newsrc-el-file): Make group names unibyte.
3060
3061 * nnmail.el (nnmail-group-pathname): Don't encode file names by
3062 nnmail-pathname-coding-system.
3063
3064 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
3065 (nnrss-request-delete-group): Bind file-name-coding-system to
3066 nnmail-pathname-coding-system.
3067 (nnrss-read-server-data, nnrss-read-group-data): Bind
3068 file-name-coding-system correctly.
3069 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
3070
3071 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
3072 (nntp-server-to-method-cache): New variable.
3073 (nntp-group-pathname): New function that decodes non-ASCII group names.
3074 (nntp-possibly-create-directory, nntp-marks-changed-p)
3075 (nntp-save-marks, nntp-open-marks): Use it.
3076 (nntp-possibly-create-directory, nntp-open-marks):
3077 Bind file-name-coding-system to nnmail-pathname-coding-system.
3078 (nntp-open-marks): Decode group names when bootstrapping marks.
3079
3080 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
3081 Newsgroups and Folowup-To headers.
3082
3083 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
3084
3085 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3086 (gnus-server-closed-face, gnus-server-denied-face)
3087 (gnus-server-offline-face): Remove variable.
3088 (gnus-server-font-lock-keywords): Use faces that are not aliases.
3089
3090 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
3091 of modifying message-stack directly for XEmacs.
3092
3093 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
3094 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
3095 if the coding-system argument is nil for XEmacs.
3096
3097 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
3098 mm-charset-override-alist.
3099
3100 * rfc2047.el: Don't require base64; require rfc2045 for the function
3101 rfc2045-encode-string.
3102 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
3103 to quote the parameter value.
3104
3105 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
3106
3107 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
3108 form in gnus-group-name-charset-method-alist.
3109
3110 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
3111 overrides the default layout edit-form.
3112
3113 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
3114
3115 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
3116
3117 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
3118
3119 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
3120 as unfetched articles.
3121
3122 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
3123
3124 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
3125
3126 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
3127
3128 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
3129 original back end that keeps marks in the local system.
3130
3131 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3132
3133 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
3134 arg of pop-to-buffer for XEmacs.
3135 (gnus-article-read-summary-keys): Ditto; don't restore window
3136 configuration if summary command ends up with neither article buffer
3137 nor summary buffer; describe bindings if summary keys end with C-h.
3138
3139 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
3140
3141 * message.el (message-fix-before-sending): Skip raw message part to be
3142 forwarded while checking illegible text.
3143 (message-forward-make-body-mime, message-forward-make-body): Mark
3144 signed or encrypted raw message as having no illegible text.
3145
3146 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
3147
3148 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
3149 (gnus-message-with-timestamp-1): New macro.
3150 (gnus-message-with-timestamp): New function.
3151 (gnus-message): Use them.
3152
3153 * nnheader.el (nnheader-message): Use them.
3154
3155 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
3156
3157 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
3158 .newsrc.eld file.
3159
3160 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
3161
3162 * gnus-agent.el (gnus-agent-fetch-headers)
3163 (gnus-agent-retrieve-headers): Bind
3164 gnus-decode-encoded-address-function to identity.
3165
3166 * nntp.el (nntp-send-xover-command): Recognize an xover command is
3167 available also when the server returns simply a dot.
3168
3169 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
3170
3171 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
3172
3173 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
3174
3175 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
3176
3177 * gnus-ems.el (gnus-x-splash): Make it work.
3178
3179 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
3180 from being used.
3181
3182 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
3183
3184 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
3185 the front stickiness.
3186 (gnus-article-summary-command-nosave): Correct the order of the
3187 arguments passed to pop-to-buffer.
3188 (gnus-article-read-summary-keys): Ditto; make it work properly when the
3189 summary command ends up with the article buffer.
3190
3191 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
3192 the same faces.
3193
3194 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3195
3196 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
3197
3198 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3199
3200 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
3201 * gnus-sum.el (gnus-summary-highlight):
3202 * mail-source.el (mail-source-delete-old-incoming-confirm):
3203 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
3204
3205 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
3206
3207 * gnus-art.el (gnus-mime-view-part-externally)
3208 (gnus-mime-view-part-internally): Fix predicate function passed to
3209 completing-read.
3210
3211 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
3212
3213 * gnus.el (gnus-update-message-archive-method): Add :version.
3214
3215 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
3216
3217 * gnus.el (gnus-update-message-archive-method): New variable.
3218
3219 * gnus-start.el (gnus-setup-news): Update saved "archive" method
3220 according to gnus-message-archive-method if
3221 gnus-update-message-archive-method is non-nil.
3222
3223 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
3224
3225 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
3226 by Loic Dachary <loic@dachary.org>.
3227 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
3228
3229 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
3230
3231 * message.el (message-pop-to-buffer): Add switch-function argument.
3232 (message-mail): Pass switch-function argument to it.
3233
3234 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
3235
3236 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
3237 Improve doc string.
3238
3239 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
3240
3241 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3242 (gnus-header-content)
3243 * gnus-cite.el (gnus-cite-10)
3244 * gnus-srvr.el (gnus-server-closed)
3245 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3246 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3247 (gnus-group-mail-3-empty, gnus-group-mail-low)
3248 (gnus-group-mail-low-empty, gnus-splash)
3249 * message.el (message-header-to, message-header-cc)
3250 (message-header-subject, message-header-other, message-header-name)
3251 (message-header-xheader, message-separator, message-cited-text)
3252 (message-mml): Lighten colors of faces used for dark background.
3253
3254 2007-05-24 Simon Josefsson <simon@josefsson.org>
3255
3256 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3257 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
3258
3259 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
3260
3261 * message.el (message-narrow-to-headers-or-head):
3262 Ignore mail-header-separator in the body.
3263
3264 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
3265
3266 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
3267 same as window size.
3268
3269 2007-05-22 Kevin Ryde <user42@zip.com.au>
3270
3271 * message.el (message-font-lock-keywords): Use message-header-xheader
3272 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
3273 ahead of the anything pattern, to get it recognised.
3274
3275 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
3276
3277 * gnus-sum.el (gnus-articles-to-read)
3278 (gnus-summary-insert-old-articles): Don't truncate group name for
3279 `read-string'.
3280
3281 * gnus-util.el (gnus-limit-string): Delete this function.
3282
3283 * gnus-sum.el (gnus-simplify-subject-fully): Use
3284 `truncate-string-to-width' instead.
3285
3286 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
3287
3288 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
3289 if, on summary exit, the next group has to be selected.
3290 (gnus-summary-exit): Use it.
3291
3292 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
3293
3294 * gnus-art.el (gnus-article-mode): Fix comment about displaying
3295 non-break space.
3296
3297 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3298
3299 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
3300 Check if group is not a directory.
3301 (nnfolder-request-expire-articles): Don't delete articles if the target
3302 group is not available.
3303
3304 * nnml.el (nnml-request-create-group): Properly check if group is not a
3305 file.
3306 (nnml-request-expire-articles): Don't delete articles if the target
3307 group is not available.
3308
3309 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3310 Don't quote characters that are within parentheses.
3311
3312 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
3313
3314 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3315 (gnus-handle-ephemeral-exit): Select article according to it.
3316
3317 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
3318
3319 * message.el (message-insert-formated-citation-line): Remove newline.
3320 (message-citation-line-format): Add final \n here so that the user can
3321 avoid a blank line.
3322
3323 2007-05-03 Dan Christensen <jdc@uwo.ca>
3324
3325 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3326 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3327 Update lanl/arXiv support.
3328
3329 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
3330
3331 * gnus.el: Bump version number.
3332
3333 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3334
3335 * gnus.el (gnus-version-number): Bump version.
3336
3337 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3338
3339 * gnus.el: No Gnus v0.6 is released.
3340
3341 2007-04-27 Didier Verna <didier@xemacs.org>
3342
3343 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3344 * gmm-utils.el (gmm-regexp-concat): here.
3345 * message.el: Don't require 'gnus-util.
3346 (message-dont-reply-to-names): Handle name change above.
3347 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3348
3349 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
3350
3351 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3352 since the initial value varies according to the system.
3353
3354 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
3355
3356 * mm-util.el (mm-charset-synonym-alist): Defcustom.
3357
3358 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
3359
3360 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3361
3362 2007-04-24 Didier Verna <didier@xemacs.org>
3363
3364 Improve the type of gnus-ignored-from-addresses.
3365 * gnus-util.el (gnus-orify-regexp): New function.
3366 * message.el (gnus-util): Require it.
3367 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3368 * gnus-sum.el (gnus-ignored-from-addresses): New function.
3369 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3370
3371 2007-04-24 Didier Verna <didier@xemacs.org>
3372
3373 * gnus-sum.el:
3374 * gnus-utils.el: Fix some trailing whitespaces.
3375
3376 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
3377
3378 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3379 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3380 article's Message-ID; refer parent article in summary buffer.
3381
3382 * message.el (message-bounce): Call mime-to-mml.
3383
3384 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
3385
3386 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3387
3388 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
3389
3390 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3391 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3392 displayed of multipart/alternative part if it is invoked from summary
3393 buffer.
3394
3395 * mm-view.el (mm-inline-text-html-render-with-w3m)
3396 (mm-inline-text-html-render-with-w3m-standalone)
3397 (mm-inline-render-with-function): Use mail-parse-charset by default.
3398
3399 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
3400
3401 * parse-time.el (parse-time-string-chars): Check if CHAR
3402 is less than the length of parse-time-syntax.
3403
3404 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
3405
3406 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3407 from gnus-newsgroup-processable.
3408
3409 2007-04-16 Didier Verna <didier@xemacs.org>
3410
3411 * gnus-msg.el (gnus-configure-posting-styles): Handle
3412 message-signature-directory properly with :file syntax. Reported by
3413 "Leo".
3414
3415 2007-04-11 Didier Verna <didier@xemacs.org>
3416
3417 New user option: message-signature-directory.
3418 * gnus-msg.el (gnus-configure-posting-styles): Support it.
3419 * message.el (message-insert-signature): Ditto.
3420 * message.el (message-signature-file): Doc update.
3421 * message.el (message-signature-directory): New.
3422
3423 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
3424
3425 * gnus-msg.el (gnus-inews-yank-articles): Use
3426 message-exchange-point-and-mark instead of exchange-point-and-mark.
3427
3428 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
3429
3430 * message.el (message-yank-original): Make sure cited text ends with
3431 newline; don't exchange point and mark.
3432
3433 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
3434
3435 * tls.el (open-tls-stream): Properly handle case where there
3436 is no associated buffer.
3437
3438 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
3439
3440 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3441 message-yank-original, make sure (< mark TEXT point).
3442
3443 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
3444
3445 * message.el (message-fill-column): New variable.
3446 (message-mode): Use it. Add comment on a possible new hook.
3447
3448 * nnmail.el (nnmail-spool-file): Mark as obsolete.
3449 (nnmail-get-new-mail): Reformat.
3450
3451 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3452
3453 * gmm-utils.el: Fix Commentary.
3454 (gmm-tool-bar-from-list): Fix typo in doc string.
3455
3456 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
3457
3458 * message.el (message-yank-original): Don't switch point and mark
3459 unnecessarily to put point and mark as documented.
3460
3461 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3462
3463 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3464 from the message heads.
3465
3466 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
3467
3468 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3469 article buffer does not have a window. This may not be the best
3470 solution but is certainly better than setting the start of the null,
3471 that is the current, window.
3472
3473 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
3474
3475 * gnus-draft.el (gnus-draft-setup-hook): New hook.
3476 (gnus-draft-setup): Run it.
3477
3478 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3479 gnus-score-fast-scoring. Allow regexp.
3480 (gnus-score-headers): Use it.
3481
3482 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3483 XEmacs.
3484
3485 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3486 string.
3487 (gnus-button-alist): Also catch `<f1> k ...'.
3488 (gnus-treat-display-x-face): Fix doc string.
3489
3490 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3491
3492 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3493 evaluation of gnus-extended-version to ensure correct generation of the
3494 User-Agent header when message-generate-headers-first is used.
3495
3496 2007-03-24 Simon Josefsson <simon@josefsson.org>
3497
3498 * hashcash.el (hashcash-generate-payment-async): Don't crash if
3499 hashcash-path is nil. Don't call callback with incorrect number of
3500 parameters if val is 0.
3501
3502 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3503
3504 * message.el (message-required-news-headers):
3505 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3506
3507 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
3508
3509 * message.el (message-generate-new-buffers): Change the meaning of the
3510 nil value; add `standard' to the choices; treat t as `unique'; improve
3511 doc string.
3512 (gnus-select-frame-set-input-focus): Autoload.
3513 (message-buffer-name): Search for the existing message buffer if
3514 message-generate-new-buffers is nil or `standard'; treat the value t of
3515 message-generate-new-buffers as `unique'.
3516 (message-pop-to-buffer): Raise the frame already displaying the message
3517 buffer; clear the echo area after querying.
3518 (message-setup): Pass the `continue' argument to compose-mail.
3519 (message-mail): Prefer `switch-function' if it is given; search for the
3520 existing message buffer if the `continue' argument is non-nil; pass
3521 continue and switch-function arguments to compose-mail by way of
3522 message-setup.
3523 (message-mail-other-window): Adjust argument of message-setup.
3524 (message-mail-other-frame): Ditto.
3525
3526 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
3527
3528 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3529 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3530 to turn font-lock on when turning gnus-message-citation-mode on.
3531
3532 2007-03-06 Daiki Ueno <ueno@unixuser.org>
3533
3534 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3535 (mml-smime-function-alist): New variable; add epg as the backend.
3536 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3537 mml-smime- functions instead.
3538 * mm-view.el: Require smime.
3539
3540 2007-03-05 Didier Verna <didier@xemacs.org>
3541
3542 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3543 instead of just inheritance for posting styles.
3544 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3545
3546 2007-02-24 John Paul Wallington <jpw@pobox.com>
3547
3548 * tls.el (tls-certtool-program): Fix custom type.
3549
3550 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3551
3552 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3553 and point-at-eol instead of line-(beginning|end)-position.
3554
3555 * assistant.el (assistant-parse-buffer): Ditto.
3556
3557 2007-02-28 Daiki Ueno <ueno@unixuser.org>
3558
3559 * mml2015.el (mml2015-epg-find-usable-key): New function.
3560 (mml2015-epg-sign): Use it.
3561 (mml2015-epg-encrypt): Use it.
3562
3563 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3564
3565 * message.el (message-make-in-reply-to): Quote name containing
3566 non-ASCII characters. It will make the RFC2047 encoder cause an error
3567 if there are special characters. Reported by NAKAJI Hiroyuki
3568 <nakaji@jp.freebsd.org>.
3569
3570 2007-02-27 Didier Verna <didier@xemacs.org>
3571
3572 Include the group parameters as well as the topic ones in the
3573 inheritance filter process.
3574 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3575 argument GROUP-PARAMS-LIST.
3576 * gnus-topic.el (gnus-group-topic-parameters): Use it.
3577
3578 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
3579
3580 * nntp.el (nntp-never-echoes-commands)
3581 (nntp-open-connection-functions-never-echo-commands): New variables.
3582 (nntp-send-command): Use them.
3583
3584 2007-02-20 Daiki Ueno <ueno@unixuser.org>
3585
3586 * mml2015.el (mml2015-epg-verify): Simplified.
3587
3588 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
3589
3590 * mml.el (mml-content-disposition-alist): New user option.
3591 (mml-content-disposition): New function.
3592 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3593 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3594
3595 2007-02-19 Daiki Ueno <ueno@unixuser.org>
3596
3597 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3598 verification.
3599
3600 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3601
3602 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3603 articles posted in the last 24 hours.
3604
3605 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
3606
3607 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3608
3609 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
3610
3611 * nntp.el (nntp-send-command): Don't wait for echoes when
3612 nntp-open-ssl-stream is used.
3613
3614 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
3615
3616 * gnus-cite.el (gnus-test-font-lock-add-keywords)
3617 (gnus-message-add-citation-keywords)
3618 (gnus-message-remove-citation-keywords): Remove.
3619 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3620 directly, make the variables in font-lock-defaults buffer-local, add
3621 gnus-message-citation-keywords to them and then update the value of
3622 font-lock-keywords.
3623
3624 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
3625
3626 * message.el (message-cite-original-1): Don't call
3627 gnus-article-highlight-citation.
3628
3629 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3630 citations; fix line count.
3631
3632 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
3633
3634 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3635 (gnus-message-add-citation-keywords)
3636 (gnus-message-remove-citation-keywords): Use it; fix the emulating
3637 versions of font-lock-add-keywords and font-lock-remove-keywords to
3638 work with XEmacs correctly.
3639
3640 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3641
3642 * gnus-cite.el (gnus-cite-face-list): Set the values of
3643 gnus-message-max-citation-depth and gnus-message-citation-keywords.
3644 (gnus-message-max-citation-depth): Use defvar rather than defconst.
3645 (gnus-message-cite-prefix-regexp): New variable.
3646 (gnus-message-search-citation-line): Use it; protect against long
3647 citation prefix; fill match data with nil rather than 0 for XEmacs; set
3648 the 0th match data for Emacs.
3649 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3650 (gnus-message-add-citation-keywords): Append keywords rather than
3651 prepending; emulate font-lock-add-keywords if it is not available.
3652 (gnus-message-remove-citation-keywords): Emulate
3653 font-lock-remove-keywords if it is not available.
3654
3655 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3656
3657 * message.el (message-cite-prefix-regexp): Set the value of
3658 gnus-message-cite-prefix-regexp.
3659
3660 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3661
3662 * nnweb.el (nnweb-google-parse-1): Update parser.
3663
3664 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
3665
3666 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3667
3668 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3669
3670 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3671 regexp.
3672
3673 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
3674
3675 * uudecode.el (uudecode-string-to-multibyte): New function emulating
3676 string-to-multibyte.
3677 (uudecode-decode-region-internal): Use it.
3678
3679 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
3680
3681 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3682 custom choice.
3683
3684 * gnus-art.el (gnus-signature-limit): Fix custom choice.
3685
3686 2007-01-22 Daiki Ueno <ueno@unixuser.org>
3687
3688 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3689
3690 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3691 `write-region' to respect `mm-inhibit-file-name-handlers'.
3692
3693 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3694
3695 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3696 Use gnus-home-directory instead of "~/" or "$HOME".
3697
3698 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
3699
3700 * encrypt.el (encrypt-insert-file-contents): Add better prompt
3701 to mention filename.
3702 Add comments at beginning regarding usage.
3703 (encrypt-write-file-contents): Change interactive so a string is
3704 acceptable. If the file has no associated model, show an error instead
3705 of a nonsense prompt.
3706
3707 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3708
3709 * spam.el (spam-bsfilter-ham-switch): Fix typo.
3710 Thanks to Yoshihiko Yamada for kind notification of this typo.
3711
3712 2007-01-12 Kenichi Handa <handa@m17n.org>
3713
3714 * uudecode.el (uudecode-decode-region-internal): Make it work in a
3715 multibyte buffer.
3716
3717 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
3718
3719 * gnus-score.el (gnus-score-fast-scoring): New variable.
3720 (gnus-score-headers): Use it.
3721
3722 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3723
3724 * message.el (message-cite-original-1): Call
3725 gnus-article-highlight-citation if requested.
3726 (message-make-from): Allow name and address as optional arguments.
3727
3728 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3729
3730 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3731 bugs to doc string.
3732 (gnus-button-alist): Add mid\\|message-id.
3733 (gnus-button-fetch-group): Extend for use in
3734 `browse-url-browser-function'.
3735 (gnus-button-url-regexp): Try to catch paired parentheses like in
3736 Wikipedia URLs.
3737
3738 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3739 Suggested by Simon Krahnke <overlord@gmx.li>.
3740
3741 2007-01-13 Romain Francoise <romain@orebokech.com>
3742
3743 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3744 Update copyright.
3745
3746 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
3747
3748 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3749
3750 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
3751
3752 * gnus-registry.el (gnus-registry-unfollowed-groups)
3753 (gnus-registry-split-fancy-with-parent): Fix documentation.
3754
3755 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3756
3757 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3758 from nnweb groups.
3759
3760 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3761
3762 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3763 Xref urls. Erase buffer before requesting head.
3764
3765 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3766
3767 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
3768
3769 * gnus-soup.el (gnus-soup): New custom group. Make user variables
3770 customizable.
3771
3772 2007-01-05 Daiki Ueno <ueno@unixuser.org>
3773
3774 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3775 no signing key is found.
3776 (mml2015-epg-encrypt): Ask user whether to skip or abort if
3777 no encrypting and/or signing key is found.
3778
3779 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
3780
3781 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3782
3783 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3784
3785 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3786 headers read from disk with the ones newly found in the current search.
3787 This should no longer cause problems, because the article numbers in
3788 Gmane's `nov.php' output are ignored since the previous change.
3789
3790 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3791
3792 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3793
3794 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
3795
3796 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3797
3798 2007-01-01 Romain Francoise <romain@orebokech.com>
3799
3800 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3801
3802 2006-12-31 Steve Youngs <steve@sxemacs.org>
3803
3804 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3805 `define-minor-mode' macro definition expanded properly.
3806 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3807 exclude it there.
3808
3809 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3810 of 2006-12-30. The default is nil on (S)XEmacs already because of the
3811 `fboundp' test.
3812 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3813 This is OK to autoload in (S)XEmacs now.
3814
3815 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3816
3817 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3818 keystroke.
3819 (gnus-summary-limit-to-singletons): Fix typo.
3820
3821 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3822 else fails.
3823
3824 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3825
3826 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3827 docstring.
3828
3829 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3830 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3831 (gnus-summary-insert-dormant-articles): Fix typo in message.
3832
3833 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
3834
3835 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3836 nil for XEmacs.
3837 (gnus-message-citation-mode): Don't autoload in XEmacs.
3838
3839 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3840
3841 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
3842
3843 * nnimap.el (nnimap-expunge-search-string): Mention
3844 nnimap-search-uids-not-since-is-evil in docstring.
3845
3846 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
3847
3848 * spam.el: Revert to make-obsolete-variable because
3849 define-obsolete-variable-alias is not supported in Emacs 21.
3850
3851 * spam.el (spam-ifile-path, spam-ifile-database-path)
3852 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3853 make-obsolete-variable.
3854 (spam-bsfilter-path, spam-bsfilter-program)
3855 (spam-spamassassin-path, spam-spamassassin-program)
3856 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
3857 use "path" inappropriately.
3858 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3859 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3860 variable names.
3861
3862 2006-12-28 Daiki Ueno <ueno@unixuser.org>
3863
3864 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3865 summary buffer.
3866
3867 * password.el (password-cache-remove): Use clear-string to burn
3868 password, if available.
3869
3870 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3871
3872 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3873
3874 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3875
3876 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3877 (gnus-message-highlight-citation): Move defcustom here from
3878 gnus-cite.el.
3879 (gnus-message-citation-mode): Autoload.
3880
3881 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
3882 checks to make it compile with XEmacs.
3883 (gnus-message-citation-mode): New minor mode.
3884 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3885 (gnus-message-highlight-citation): New variables.
3886 (gnus-message-search-citation-line)
3887 (gnus-message-add-citation-keywords)
3888 (gnus-message-remove-citation-keywords)
3889 (turn-on-gnus-message-citation-mode)
3890 (turn-off-gnus-message-citation-mode): New functions.
3891
3892 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
3893
3894 * gnus-cite.el: Enable highlighting of different citation levels in
3895 message-mode.
3896
3897 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3898
3899 * message.el (message-make-fqdn): Fix comment.
3900 (message-bogus-system-names): Add ".local".
3901
3902 * spam.el (spam-ifile-path, spam-ifile-program)
3903 (spam-ifile-database-path, spam-ifile-database)
3904 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3905 Don't use "path" inappropriately.
3906 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3907 strings.
3908 (spam-check-ifile, spam-ifile-register-with-ifile)
3909 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3910 new variable names.
3911
3912 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3913 (gnus-treat-display-smileys): Simplify using
3914 gnus-image-type-available-p.
3915
3916 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3917 available.
3918
3919 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3920
3921 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3922 one after turning on the buffer's multibyteness instead of decoding
3923 them directly in the unibyte buffer that causes unexpected conversion
3924 in Emacs 23 (unicode).
3925
3926 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3927
3928 * message.el (message-generate-hashcash): Fix custom type.
3929
3930 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3931
3932 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3933
3934 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3935
3936 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3937 disconnect icons. Add help text.
3938
3939 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
3940
3941 * spam.el (spam-extra-header-to-number): CRM114 spam score is
3942 negated to be consistent with the others we handle.
3943
3944 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3945
3946 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3947 version of gnus-summary-buffer to something, so that we can use two
3948 article buffers at the same time.
3949
3950 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
3951
3952 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3953 trigger all the extra headers.
3954 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3955 sorting.
3956
3957 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3958
3959 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3960 solid groups.
3961
3962 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3963
3964 * legacy-gnus-agent.el: Add Copyright notice.
3965
3966 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
3967
3968 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3969
3970 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3971
3972 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3973
3974 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3975 to make it work reliably in CVS Emacs.
3976 (gnus-summary-limit-strange-charsets-predicate)
3977 (gnus-summary-limit-to-predicate): New functions.
3978
3979 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
3980
3981 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3982 specifying array size.
3983 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3984 array if it is too small.
3985 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3986 (gnus-sort-threads-loop): New function.
3987
3988 2006-12-06 Chris Moore <dooglus@gmail.com>
3989
3990 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3991 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3992
3993 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
3994
3995 * mm-url.el (mm-url-predefined-programs): Call curl with correct
3996 options.
3997
3998 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3999
4000 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
4001 DOS-ing the recipient.
4002
4003 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
4004 the headers when creating the mapping to avoid mismappings.
4005 (nnweb-gmane-create-mapping): Always nix out old mapping.
4006
4007 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
4008
4009 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
4010 and mm-verify-option to never.
4011
4012 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
4013
4014 * message.el (message-signed-or-encrypted-p): New function.
4015 (message-forward-make-body): Use it.
4016
4017 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
4018 Replace encode-coding-string with mm-encode-coding-string.
4019
4020 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
4021
4022 * nneething.el (nneething-decode-file-name): Replace
4023 decode-coding-string with mm-decode-coding-string.
4024
4025 * gnus-int.el (gnus-open-server): Say failed server's name.
4026
4027 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
4028
4029 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
4030 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
4031
4032 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
4033 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
4034 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
4035 (gnus-group-make-directory-group, gnus-group-transpose-groups):
4036 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
4037 (gnus-subscribe-newsgroup, gnus-1):
4038 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
4039 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
4040 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
4041 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
4042
4043 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4044
4045 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
4046 keystroke.
4047 (gnus-summary-limit-to-bodies): Implement headersp.
4048
4049 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4050
4051 * dns.el (query-dns): Protect against "Process dns deleted" strings.
4052
4053 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
4054
4055 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
4056
4057 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4058
4059 * message.el (message-generate-hashcash): Expand range of values to
4060 include `opportunistic'.
4061 (message-send-mail): Use it.
4062
4063 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4064
4065 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
4066 and comment it.
4067
4068 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
4069
4070 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
4071
4072 * gnus-util.el (gnus-extract-address-components): Improve comment.
4073
4074 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
4075
4076 * gnus-util.el (gnus-extract-address-components): Work with address in
4077 which the name portion contains @.
4078
4079 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
4080
4081 * gnus.el (gnus-start): Move custom group up.
4082 (gnus-select-method): Don't autoload, but make it available for
4083 `customize-variable'.
4084 (gnus-getenv-nntpserver): Don't autoload.
4085
4086 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
4087
4088 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
4089
4090 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
4091
4092 * message.el (message-sendmail-extra-arguments): New variable.
4093 (message-send-mail-with-sendmail): Use it.
4094
4095 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
4096
4097 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
4098 mm-with-unibyte-current-buffer to make string unibyte.
4099
4100 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
4101 mm-string-as-multibyte.
4102
4103 2006-11-14 Daiki Ueno <ueno@unixuser.org>
4104
4105 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
4106 Reported by Werner Koch <wk@gnupg.org>.
4107
4108 2006-11-14 Daiki Ueno <ueno@p360>
4109
4110 * mml2015.el: Autoload epa-select-keys when compiling.
4111
4112 2006-11-13 Daiki Ueno <ueno@unixuser.org>
4113
4114 * mml2015.el (mml2015-epg-sign): Save the signing keys in
4115 message-options.
4116 (mml2015-epg-encrypt): Save the recipient keys in message-options.
4117
4118 2006-11-13 Daiki Ueno <ueno@unixuser.org>
4119
4120 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
4121 EasyPG (< 0.0.6).
4122 (mml2015-always-trust): New user option.
4123 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
4124 prompt.
4125
4126 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4127
4128 * nntp.el (nntp-authinfo-force): New variable.
4129 (nntp-send-authinfo): Use it.
4130
4131 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
4132
4133 * message.el (message-strip-subject-encoded-words): Allow _not_ to
4134 decode encoded words. Improve prompt. Add comment about forwarding.
4135 (message-replacement-char): Move up.
4136
4137 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4138
4139 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
4140 instead of gnus-intersection because arguments of gnus-sorted-nunion
4141 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
4142
4143 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
4144
4145 * message.el (message-strip-subject-encoded-words): Reformat prompt.
4146 (message-simplify-subject-functions): Enable
4147 message-strip-subject-encoded-words by default.
4148
4149 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
4150
4151 * message.el (message-strip-subject-encoded-words): New function
4152 (message-simplify-subject-functions): New variable.
4153 (message-simplify-subject): Use it. Fix typo in doc string.
4154 Support message-strip-subject-encoded-words.
4155
4156 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
4157
4158 * gnus-diary.el (gnus-diary-delay-format-function):
4159 * nndiary.el (nndiary-reminders):
4160 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
4161
4162 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
4163
4164 * gnus-art.el (article-hide-boring-headers): Fetch date from
4165 gnus-original-article-buffer to avoid problems with localized date
4166 strings.
4167
4168 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
4169
4170 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
4171
4172 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
4173
4174 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
4175 New variables.
4176 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4177 (mm-charset-synonym-alist): Move some entries to
4178 mm-codepage-iso-8859-list.
4179 (mm-charset-synonym-alist, mm-charset-override-alist): Add
4180 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4181
4182 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
4183
4184 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4185
4186 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4187
4188 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4189 with Emacs 21 and XEmacs.
4190
4191 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
4192
4193 * spam.el (spam-parse-address): New function for better parsing,
4194 catching errors, etc.
4195 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4196
4197 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
4198
4199 * mm-view.el: Add interactive arg to html2text autoload.
4200
4201 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
4202
4203 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4204
4205 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
4206
4207 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4208 variables.
4209 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4210 (mm-charset-synonym-alist): Move some entries to
4211 mm-codepage-iso-8859-list.
4212
4213 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4214
4215 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
4216
4217 * message.el (message-citation-line-format)
4218 (message-insert-formated-citation-line): Fix implementation of %E, %N
4219 and %n according to the doc string.
4220
4221 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
4222
4223 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4224 car-safe to avoid bad parses.
4225
4226 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
4227
4228 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
4229 names.
4230
4231 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
4232
4233 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
4234
4235 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
4236 header.
4237
4238 * message.el (message-draft-headers): Add Date.
4239 (message-headers-to-generate): Fix typo in docstring.
4240
4241 * nndraft.el (nndraft-required-headers): New variable.
4242 (nndraft-generate-headers): Use it.
4243
4244 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
4245
4246 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
4247
4248 * gnus-registry.el (gnus-registry-wash-for-keywords)
4249 (gnus-registry-find-keywords): New functions to allow easy searching of
4250 articles that are in the registry.
4251
4252 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
4253
4254 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4255 ietf-drums-parse-address instead of gnus-extract-address-components.
4256 Reported by Damien Elmes <damien@repose.cx>.
4257
4258 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
4259
4260 * gnus.el (gnus-mime): Remove unused custom group.
4261
4262 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4263
4264 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
4265 "blank line" when searching for end of armor headers.
4266
4267 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4268
4269 * gmm-utils.el (gmm-write-region): Fix variable name.
4270
4271 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
4272
4273 * gmm-utils.el (gmm-write-region): New function based on compatibility
4274 code from `mm-make-temp-file'.
4275
4276 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
4277
4278 * nnmaildir.el (nnmaildir--update-nov)
4279 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
4280 Use `gmm-write-region'.
4281
4282 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
4283
4284 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
4285 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4286
4287 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
4288
4289 * message.el (message-replacement-char): New variable.
4290 (message-fix-before-sending): Use it.
4291 (message-simplify-subject): New function to remove duplicate code.
4292 (message-reply, message-followup): Use it.
4293
4294 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4295 gnus-summary-limit-to-articles.
4296
4297 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
4298
4299 * gnus-util.el (gnus-with-local-quit): New macro.
4300
4301 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
4302
4303 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
4304
4305 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4306 ignore non-string data.
4307
4308 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
4309
4310 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4311 non-string data (needs to be done in the registry too).
4312
4313 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
4314
4315 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4316 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4317 (gnus-registry-split-fancy-with-parent)
4318 (gnus-registry-fetch-simplified-message-subject-fast)
4319 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4320 Remove text properties on ingress into the registry and when it's saved.
4321 (gnus-registry-clean-empty-function): Fix bug with cleaning the
4322 registry from entries with no groups.
4323
4324 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
4325
4326 * gnus-util.el (gnus-string-remove-all-properties): Add utility
4327 function to remove string properties.
4328
4329 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
4330
4331 * gmm-utils.el (gmm): Adjust custom version.
4332
4333 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4334 custom version.
4335
4336 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4337
4338 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
4339
4340 * gnus-art.el (gnus-insert-prev-page-button)
4341 (gnus-insert-next-page-button): Simplify. Reformat.
4342
4343 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
4344
4345 * gnus-art.el (gnus-insert-prev-page-button)
4346 (gnus-insert-next-page-button): Apply gnus-article-button-face.
4347
4348 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
4349
4350 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4351
4352 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
4353
4354 (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4355 gnus-article-button-face to MIME and security buttons.
4356
4357 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
4358
4359 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4360 readable.
4361
4362 2006-09-20 Steve Youngs <steve@sxemacs.org>
4363
4364 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4365 `browse-url-of-file' instead of `browse-url'.
4366
4367 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4368
4369 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4370 regexp. Articles containing quotation were cut prematurely.
4371
4372 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
4373
4374 * message.el (message-cite-original-1): Use nobody by default for the
4375 value of From header.
4376 (message-reply): Ditto.
4377
4378 2006-09-11 Daiki Ueno <ueno@unixuser.org>
4379
4380 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4381 to the gnus-info. This fixes a bug of inline-PGP message verification.
4382 Reported by Michael Piotrowski <mxp@dynalabs.de>.
4383
4384 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
4385
4386 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4387 mails in the doc string. Add some URLs in comment.
4388 (pop3-movemail): Warn about pop3-leave-mail-on-server.
4389
4390 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
4391
4392 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4393 backslashes handling and the way to find boundaries of quoted strings.
4394
4395 2006-09-07 Daiki Ueno <ueno@unixuser.org>
4396
4397 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4398 mml1991-encrypt-to-self is set and mml1991-signers is not set.
4399 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4400 mml2015-encrypt-to-self is set and mml2015-signers is not set.
4401
4402 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
4403
4404 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
4405 doc string.
4406 (gnus-button-regexp, gnus-button-last): Remove unused variables.
4407
4408 2006-09-06 Simon Josefsson <jas@extundo.com>
4409
4410 * mml2015.el (mml2015-use): Doc fix, mention epg.
4411
4412 2006-09-06 Daiki Ueno <ueno@unixuser.org>
4413
4414 * mml2015.el (mml2015-use): Default to epg, if available.
4415
4416 2006-09-06 Daiki Ueno <ueno@unixuser.org>
4417
4418 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4419 message-sender.
4420 (mml1991-epg-encrypt): Ditto.
4421 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4422 message-sender.
4423 (mml2015-epg-encrypt): Ditto.
4424
4425 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
4426
4427 * message.el (message-send-mail-with-sendmail): Look for sendmail in
4428 several common directories.
4429
4430 2006-09-05 Daiki Ueno <ueno@unixuser.org>
4431
4432 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4433 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4434
4435 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
4436
4437 * gnus-art.el (article-decode-encoded-words): Make it fast.
4438
4439 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
4440
4441 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4442
4443 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4444 in quoted string into `\'.
4445
4446 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4447
4448 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4449 Use standard-syntax-table.
4450
4451 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4452
4453 * gnus-art.el (gnus-decode-address-function): New variable.
4454 (article-decode-encoded-words): Use it to decode headers which are
4455 assumed to contain addresses.
4456 (gnus-mime-delete-part): Remove useless `or'.
4457
4458 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4459 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4460 (gnus-nov-parse-line): Use it to decode From header.
4461 (gnus-get-newsgroup-headers): Ditto.
4462 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4463
4464 * mail-parse.el (mail-decode-encoded-address-region): New alias.
4465 (mail-decode-encoded-address-string): New alias.
4466
4467 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4468 New function.
4469 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4470 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4471 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4472 (rfc2047-decode-string): Ditto.
4473 (rfc2047-decode-address-region): New function.
4474 (rfc2047-decode-address-string): New function.
4475
4476 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
4477
4478 * message.el (message-caesar-buffer-body): Allow rotating headers.
4479
4480 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4481
4482 * message.el (message-insert-formated-citation-line): Fix %f.
4483 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4484
4485 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
4486
4487 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4488 (gnus-bookmark-mouse-available-p): New macro.
4489 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4490 (gnus-bookmark-bmenu-show-infos): Use it.
4491 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4492 (gnus-bookmark-bmenu-hide-infos): Ditto.
4493 (gnus-bookmark-remove-properties): New function.
4494 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4495 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4496 (gnus-bookmark-write-file): Bind coding-system-for-write.
4497 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4498 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4499 group before selecting it.
4500 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4501 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4502 quit-window if it is not available; use gnus-mouse-2 and bind it to
4503 gnus-bookmark-bmenu-select-by-mouse.
4504 (gnus-bookmark-show-details): Remove unused variable `details-list'.
4505 (gnus-bookmark-bmenu-select-by-mouse): New function.
4506
4507 2006-08-13 Romain Francoise <romain@orebokech.com>
4508
4509 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4510 space.
4511
4512 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4513
4514 * compface.el (uncompface): Use binary rather than raw-text-unix.
4515
4516 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4517
4518 * compface.el (uncompface): Make sure the eol conversion doesn't take
4519 place when communicating with the external programs. Reported by
4520 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4521
4522 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
4523
4524 * nnheader.el (nnheader-insert-head): Fix typo in comment.
4525
4526 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4527
4528 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4529 Make it more robust by parsing author and date independently.
4530
4531 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
4532
4533 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4534
4535 2006-07-28 Daiki Ueno <ueno@unixuser.org>
4536
4537 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4538 first matching secret key.
4539 (mml2015-epg-encrypt): Ditto.
4540
4541 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4542 first matching secret key.
4543 (mml1991-epg-encrypt): Ditto.
4544
4545 * mml2015.el (mml2015-encrypt-to-self): New user option.
4546 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4547 mml2015-epg-encrypt-to-self is set.
4548
4549 * mml1991.el (mml1991-encrypt-to-self): New variable.
4550 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4551 mml1991-epg-encrypt-to-self is set.
4552
4553 * mml2015.el (mml2015-signers): New user option.
4554 (mml2015-epg-sign): Reflect the value of mml2015-signers.
4555 (mml2015-epg-encrypt): Allow to select signing keys.
4556
4557 * mml1991.el (mml1991-signers): New variable.
4558 (mml1991-epg-sign): Reflect the value of mml1991-signers.
4559 (mml1991-epg-encrypt): Allow to select signing keys.
4560
4561 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
4562
4563 * nnheader.el (nnheader-insert-head): Make it work even if the file
4564 uses CRLF for the line-break code.
4565
4566 2006-07-25 Daiki Ueno <ueno@unixuser.org>
4567
4568 * mml2015.el: Require mml-sec instead of password.
4569 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4570 (mml2015-cache-passphrase): Inherit the default value from
4571 mml-secure-cache-passphrase.
4572 (mml2015-passphrase-cache-expiry): Inherit the default value from
4573 mml-secure-passphrase-cache-expiry.
4574
4575 * mml1991.el: Require mml-sec instead of password.
4576 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4577 (mml1991-cache-passphrase): Inherit the default value from
4578 mml-secure-cache-passphrase.
4579 (mml1991-passphrase-cache-expiry): Inherit the default value from
4580 mml-secure-passphrase-cache-expiry.
4581
4582 * mml-sec.el: Require password.
4583 (mml-secure-verbose): New user option.
4584 (mml-secure-cache-passphrase): New user option.
4585 (mml-secure-passphrase-cache-expiry): New user option.
4586
4587 2006-07-24 Daiki Ueno <ueno@unixuser.org>
4588
4589 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4590 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
4591 andreas@altroot.de (Andreas Vögele).
4592
4593 FIXME: Use `tiny change'?
4594
4595 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4596
4597 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4598 workaround for the url package included with Emacs.
4599
4600 * nnweb.el (nnweb-google-create-mapping): Update regexp.
4601
4602 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
4603
4604 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4605 correctly. This fixes a bug caused by the 2006-05-12 change.
4606
4607 2006-07-18 Karl Fogel <kfogel@red-bean.com>
4608
4609 * nnmail.el (nnmail-article-group): If splitting raises an error, give
4610 some information about the error when saying that the `bogus' mail
4611 group will be used.
4612
4613 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
4614
4615 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4616 string.
4617
4618 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
4619
4620 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4621
4622 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4623
4624 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4625
4626 2006-07-10 Daiki Ueno <ueno@unixuser.org>
4627
4628 * mml1991.el (mml1991-function-alist): Add epg.
4629 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4630 (mml1991-epg-encrypt): New functions.
4631
4632 2006-07-10 Daiki Ueno <ueno@unixuser.org>
4633
4634 * mml2015.el (mml2015-verbose): New variable.
4635 (mml2015-cache-passphrase): Ditto.
4636 (mml2015-passphrase-cache-expiry): Ditto.
4637 (mml2015-function-alist): Add epg.
4638 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4639 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4640 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4641 functions.
4642
4643 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4644
4645 * message.el (message-cite-original-1): Preserve region when removing
4646 quoted text due to X-No-Archive in order to avoid bogus attribution
4647 when citing multiple messages.
4648
4649 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4650
4651 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
4652 Kenneth Jacker <khj@be.cs.appstate.edu>.
4653
4654 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
4655
4656 * gnus-diary.el (gnus-user-format-function-d)
4657 (gnus-user-format-function-D): Autoload.
4658
4659 * imap.el (Commentary): Fix typo.
4660
4661 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4662 2006-04-22 contribution.
4663
4664 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4665
4666 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4667 It didn't really fix the bogosity I'm seeing with solid web groups.
4668
4669 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4670
4671 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4672 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4673 created using server names. If we use the feature without declaring
4674 it, Gnus does not properly manage server and group state.
4675
4676 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4677 bound.
4678
4679 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4680
4681 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4682 looking up the method using GROUP's prefix before inventing a new one.
4683 It is used on killed/unknown groups in various places where returning
4684 an all-new method isn't expected by the caller.
4685
4686 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4687 and match semantics of gnus-group-real-prefix.
4688
4689 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
4690
4691 * nnmail.el (nnmail-broken-references-mailers): New variable.
4692 (nnmail-ignore-broken-references): New function generalizing
4693 nnmail-fix-eudora-headers.
4694 (nnmail-fix-eudora-headers): Now obsolete.
4695
4696 * gnus-art.el (gnus-button-handle-custom): Support
4697 `customize-apropos*'.
4698
4699 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4700
4701 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4702
4703 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4704 articles.
4705
4706 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
4707
4708 * message.el (message-cite-reply-above): New variable.
4709 (message-yank-original): Use it.
4710
4711 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
4712
4713 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4714
4715 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
4716
4717 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4718 as read.
4719
4720 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4721
4722 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
4723
4724 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4725 (gnus-bookmark-default-file): Use gnus-directory.
4726 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4727 Remove "*" in doc string.
4728 (gnus-bookmark-write-file): Simplify.
4729 (gnus-bookmark-maybe-sort-alist): Use `when'.
4730 (gnus-bookmark-get-bookmark): Fix typo in doc string.
4731 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4732 FIXME about Emacs 21 and XEmacs compatibility.
4733 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4734 compatibility.
4735 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4736 compatibility.
4737 (gnus-bookmark-menu-heading): Fix version.
4738
4739 2006-06-19 Bastien Guerry <bzg@altern.org>
4740
4741 * gnus-bookmark.el: New file.
4742
4743 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
4744
4745 * message.el (message-syntax-checks): Doc fix.
4746
4747 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4748
4749 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4750 unsubscribed groups as if they were killed ones. It causes duplicate
4751 entries in gnus-newsrc-alist.
4752
4753 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
4754
4755 * message.el (message-syntax-checks): Doc fix.
4756 (message-send-mail): Add check for continuation headers.
4757 (message-check-news-header-syntax): Fix regexp used to check for
4758 continuation headers.
4759
4760 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
4761
4762 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4763
4764 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
4765
4766 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4767
4768 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
4769
4770 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4771 default-truncate-lines.
4772
4773 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
4774
4775 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4776 to fill the utf-8 entry.
4777
4778 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4779
4780 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4781
4782 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
4783
4784 * gnus-agent.el (directory-files-and-attributes): Move all the way
4785 forward (the third and final move).
4786 (gnus-agent-read-agentview): Trap reconstruction errors due to
4787 nonexistant directory. Handle by returning nil.
4788
4789 2006-05-30 Didier Verna <didier@xemacs.org>
4790
4791 * message.el (message-dont-reply-to-names): Update the custom type.
4792 * message.el (message-dont-reply-to-names): New defsubst: potentially
4793 convert a list of regexps into a single one.
4794 * message.el (message-get-reply-headers): Use it.
4795 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4796
4797 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
4798
4799 * gnus-agent.el (directory-files-and-attributes): Move forward.
4800
4801 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4802
4803 * gnus-ml.el (gnus-mailing-list-subscribe)
4804 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4805 (gnus-mailing-list-message): Fix doc strings.
4806
4807 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4808
4809 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4810 of doing it manually.
4811
4812 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4813
4814 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4815 comment.
4816
4817 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
4818
4819 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4820 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4821 (gnus-agent-read-local): All symbols allocated in my-obarray
4822 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4823 (gnus-agent-regenerate-group): Check numeric names to see if they are
4824 messages or groups.
4825 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4826 better way of do this...)
4827
4828 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4829 'dummy.group' (there should be a better way of do this...)
4830
4831 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
4832
4833 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4834 (gnus-saved-headers): Ditto.
4835 (gnus-default-article-saver): Mention functions may have properties.
4836 (gnus-article-save): Override gnus-save-all-headers and
4837 gnus-saved-headers by :headers property which saver function may have.
4838 (gnus-summary-save-in-file): Add :headers property.
4839 (gnus-summary-write-to-file): Ditto.
4840
4841 * gnus-sum.el (gnus-summary-save-article): Bind
4842 gnus-prompt-before-saving to t when saving many articles in a file;
4843 always show all headers.
4844
4845 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4846
4847 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4848 marks.
4849
4850 * message.el (message-indent-citation): Add optional arguments to allow
4851 using it outside of message buffers.
4852
4853 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4854 (gnus-article-treat-unfold-headers): Use it.
4855 (gnus-article-truncate-lines): New variable.
4856 (gnus-article-mode): Use it.
4857 (gnus-article-toggle-truncate-lines): New function.
4858
4859 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4860 gnus-article-toggle-truncate-lines.
4861
4862 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4863 coding system in XEmacs, use binary.
4864
4865 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
4866
4867 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4868 after-load-alist.
4869
4870 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4871 this function should save decoded articles.
4872 (gnus-summary-write-to-file): Use property to specify this function
4873 should save decoded articles and specify gnus-summary-save-in-file
4874 should be used to save articles other than the first one when saving
4875 many articles.
4876 (gnus-summary-save-body-in-file): Use property to specify this
4877 function should save decoded articles.
4878 (gnus-summary-write-body-to-file): Use property to specify this
4879 function should save decoded articles and specify
4880 gnus-summary-save-body-in-file should be used to save articles other
4881 than the first one when saving many articles.
4882
4883 * gnus-sum.el (gnus-summary-save-article): Simplify.
4884
4885 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
4886
4887 * gnus-art.el (gnus-default-article-saver): Add
4888 gnus-summary-write-body-to-file.
4889 (gnus-article-save-coding-system): Don't use coding system object
4890 in XEmacs.
4891 (gnus-read-save-file-name): Add optional `dir-var' argument which
4892 specifies directory in which files are saved; work even if optional
4893 `variable' argument is not specified.
4894 (gnus-summary-write-to-file): Read file name.
4895 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4896 (gnus-summary-write-body-to-file): New function.
4897
4898 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4899 (gnus-summary-local-variables): Add it.
4900 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4901 (gnus-summary-save-article): Remove optional `decode' argument;
4902 determine whether to decode articles by the value of
4903 gnus-default-article-saver; when saving many files using
4904 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4905 it first and use gnus-summary-save-in-file or
4906 gnus-summary-save-body-in-file thereafter unless
4907 gnus-prompt-before-saving is always; move point to article which
4908 will be saved.
4909 (gnus-summary-save-article-file): Revert.
4910 (gnus-summary-write-article-file): Revert.
4911 (gnus-summary-save-article-body-file): Revert.
4912 (gnus-summary-write-article-body-file): New function.
4913
4914 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4915
4916 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4917
4918 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4919
4920 * gnus-art.el (gnus-default-article-saver): Doc fix.
4921 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4922 from gnus-summary-save-article-coding-system, and default to a
4923 certain coding system.
4924 (gnus-output-to-file): Add coding cookie and encode text according
4925 to gnus-article-save-coding-system; don't use mm-append-to-file.
4926
4927 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4928 gnus-art.el and rename to gnus-article-save-coding-system.
4929 (gnus-summary-save-article): Require gnus-art; don't show all
4930 headers if it decodes articles; don't add coding cookie here;
4931 don't bind mm-text-coding-system-for-write.
4932 (gnus-summary-save-article-file): Save decoded articles.
4933 (gnus-summary-write-article-file): When saving many files, use
4934 gnus-summary-write-to-file first and gnus-summary-save-in-file
4935 thereafter unless gnus-prompt-before-saving is always.
4936 (gnus-summary-save-article-body-file): Save decoded articles.
4937
4938 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4939
4940 * nnrss.el (nnrss-check-group): Bind hash-index.
4941
4942 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
4943
4944 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4945 its hash index. Store this hash in `nnrss-group-data'.
4946 (nnrss-read-group-data): Update accordingly.
4947
4948 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4949
4950 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4951 entry.
4952
4953 * gnus-sum.el (gnus-summary-make-menu-bar): Add
4954 gnus-article-browse-html-article.
4955
4956 2006-05-23 Hynek Schlawack <hynek@ularx.de>
4957
4958 * gnus-sum.el (gnus-summary-mime-map): Add
4959 gnus-article-browse-html-article.
4960 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4961
4962 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4963 suitable coding systems in customize.
4964
4965 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4966
4967 * mail-source.el (mail-sources): Fix custom type.
4968
4969 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
4970
4971 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4972 (gnus-summary-expire-articles-now): Shorten prompt.
4973
4974 * gmm-utils.el (wid-edit): Require.
4975 (defun-gmm): Renamed from `gmm-defun-compat'.
4976 (gmm-image-search-load-path): Use it.
4977 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
4978
4979 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
4980
4981 * gnus-sum.el (gnus-summary-save-article-coding-system): New
4982 variable.
4983 (gnus-summary-save-article): Add optional `decode' argument. If
4984 it is set and gnus-summary-save-article-coding-system is non-nil,
4985 save decoded article.
4986 (gnus-summary-write-article-file): Save decoded article if
4987 gnus-summary-save-article-coding-system is non-nil.
4988
4989 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4990 type.
4991
4992 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4993
4994 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4995
4996 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4997
4998 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4999 first to test gnus-single-article-buffer which may be buffer-local.
5000
5001 * gnus-sum.el (gnus-summary-setup-buffer): Make
5002 gnus-single-article-buffer buffer-local and nil in ephemeral
5003 group; make gnus-article-buffer, gnus-article-current, and
5004 gnus-original-article-buffer always buffer-local.
5005 (gnus-summary-exit): Kill article buffer belonging to ephemeral
5006 group.
5007 (gnus-handle-ephemeral-exit): Don't move to next summary line.
5008
5009 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
5010
5011 * nnml.el (nnml-request-compact-group): Compressed files might not
5012 have .gz extension.
5013
5014 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5015
5016 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
5017 (mm-copy-to-buffer): Use with-current-buffer.
5018 (mm-display-part): Simplify.
5019 (mm-inlinable-p): Add optional arg `type'.
5020
5021 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5022
5023 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
5024 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
5025 Try harder to show the attachment internally or externally using
5026 gnus-mime-view-part-as-type.
5027
5028 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
5029
5030 * message.el (message-from-style, message-signature-separator)
5031 (message-user-organization-file, message-send-mail-function)
5032 (message-citation-line-function, message-yank-prefix)
5033 (message-indent-citation-function, message-signature)
5034 (message-signature-file, message-signature-insert-empty-line):
5035 Remove autoloads.
5036
5037 * gnus-art.el (gnus-buttonized-mime-types): Remove
5038 "multipart/signed". Revert 2006-04-26 change.
5039
5040 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5041
5042 * gnus.el (gnus-version-number): Bump version.
5043
5044 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5045
5046 * gnus.el: No Gnus v0.5 is released.
5047
5048 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5049
5050 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
5051 fetching articles by message-id.
5052
5053 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5054
5055 * message.el (hashcash): Require hashcash as normal.
5056
5057 * ecomplete.el (ecomplete-highlight-match-line): Use
5058 point-at-eol.
5059 (ecomplete-highlight-match-line): Use `highlight', because that
5060 face exists in both Emacs and XEmacs.
5061
5062 * message.el (message-display-abbrev): Use point-at-bol.
5063
5064 * mail-source.el: Don't require timer/timer-funcs.
5065
5066 * gnus-async.el: Ditto.
5067
5068 * password.el: Ditto.
5069
5070 * mm-url.el: Ditto.
5071
5072 * mm-util.el: Require timer/timer-funcs.
5073
5074 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5075
5076 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
5077 Close.
5078
5079 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
5080
5081 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
5082 unibyte after clear-decrypt function runs.
5083
5084 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
5085 returns as a unibyte string.
5086
5087 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
5088
5089 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
5090 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
5091 (mml1991-pgg-encrypt): Ditto.
5092
5093 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
5094
5095 * message.el (message-user-organization-file): Check several
5096 locations of the organization file.
5097
5098 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
5099 Add gnus-article-view-part-as-type.
5100
5101 * gnus-art.el (gnus-article-view-part-as-type): New function.
5102
5103 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
5104 .mobi and .travel. Remove .nato, .bitnet and .uucp.
5105
5106 * mml.el: Simplify autoload.
5107 (mml-mode): defvar dnd-protocol-alist instead of using
5108 symbol-value.
5109 (mml-default-directory): New variable.
5110 (mml-minibuffer-read-file): Use it.
5111 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
5112
5113 * message.el (message-citation-line-format): New variable.
5114 (message-insert-formated-citation-line): New function.
5115 (message-citation-line-function): Add
5116 `message-insert-formated-citation-line' to custom type.
5117
5118 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
5119 to doc string.
5120
5121 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
5122 depending on mm-verify-option.
5123
5124 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
5125
5126 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
5127 binding pgg-* variables; reimplement the section which prevents
5128 MIME header from being signed.
5129 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
5130 pgg-text-mode; remove a blank line at the top of body.
5131
5132 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
5133 lines at the top of body; use gnus-newsgroup-charset if there's no
5134 Charset header.
5135
5136 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
5137
5138 * message.el (message-self-insert-commands): Doc fix.
5139
5140 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
5141 (mm-uu-pgp-encrypted-test): Ditto.
5142 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
5143 between header and body; return application/pgp-encrypted handle
5144 if decryption failed; decode decrypted body by charset.
5145
5146 * mm-decode.el (mm-automatic-display): Don't make application/pgp
5147 element match to application/pgp-*.
5148
5149 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5150
5151 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
5152 HTML.
5153
5154 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5155
5156 * mail-source.el (mail-source-call-script): Message the error
5157 string.
5158
5159 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5160
5161 * gnus-util.el (gnus-byte-compile): Use it.
5162
5163 2006-04-22 xyblor <fake@invalid.email> (tiny change)
5164
5165 * gnus-util.el (kill-empty-logs): New function.
5166
5167 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5168
5169 * message.el (message-mail-alias-type): Doc fix.
5170 (message-mail-alias-type-p): New function.
5171 (message-send): Use it.
5172 (message-mode): Ditto.
5173 (message-strip-forbidden-properties): Ditto.
5174
5175 * ecomplete.el (ecomplete-database-file-coding-system): New
5176 variable.
5177 (ecomplete-save): Use it.
5178 (ecomplete-setup): Use it.
5179
5180 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
5181
5182 * message.el (message-self-insert-commands): New variable.
5183 (message-strip-forbidden-properties): Use it.
5184
5185 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5186
5187 * message.el (message-put-addresses-in-ecomplete): Use a regexp
5188 that doesn't make XEmacs choke.
5189
5190 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
5191
5192 * gnus-util.el (gnus-replace-in-string):
5193 Prefer replace-regexp-in-string over of replace-in-string.
5194
5195 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
5196
5197 * gnus-util.el (gnus-select-frame-set-input-focus):
5198 Use select-frame-set-input-focus if it is available in XEmacs; use
5199 definition defined in Emacs 22 for old Emacsen.
5200
5201 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
5202
5203 * mm-view.el (mm-inline-text): Use equal instead of equalp.
5204
5205 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
5206
5207 * gnus-registry.el (gnus-registry-cache-save): Remove text
5208 properties when saving via the temp buffer.
5209
5210 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
5211
5212 * message.el (message-generate-hashcash): Honor custom type.
5213
5214 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5215
5216 * message.el (message-generate-hashcash): Default to non-nil when
5217 hashcash is found.
5218
5219 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5220 (gnus-refer-thread-limit): Increase default to 500.
5221
5222 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
5223
5224 * flow-fill.el (fill-flowed): Allow delete-space.
5225
5226 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
5227
5228 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5229 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5230 Remove autoloads.
5231
5232 2006-04-18 Simon Josefsson <jas@extundo.com>
5233
5234 * message.el (message-generate-hashcash): Default to.
5235
5236 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
5237
5238 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5239 concatenating segments rather than before concatenating them.
5240
5241 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
5242
5243 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
5244
5245 * imap.el (imap-quote-specials): New function.
5246 (imap-login-auth): Quote specials.
5247
5248 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5249
5250 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
5251
5252 * message.el (message-forward-make-body-plain): Allow
5253 message-forward-ignored-headers to be a list.
5254 (message-remove-ignored-headers): Factor out into function.
5255 (message-forward-make-body-mml): Use it.
5256 * rfc2231.el (rfc2231-parse-string): Remove dead code.
5257 (rfc2231-parse-string): Allow concatanation of parameters that
5258 aren't contiguous. The test case is
5259 (mail-header-parse-content-type "message/external-body;
5260 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
5261 access-type=LOCAL-FILE;
5262 name*1*=plugh%2fhello-sailor%2fbing.pdf")
5263
5264 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
5265
5266 * nntp.el (nntp-accept-process-output): Return the value of
5267 `nnheader-accept-process-output'.
5268
5269 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5270
5271 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
5272 (gnus-button-alist): Recognize more diff formats.
5273 (gnus-button-patch): Strip directory.
5274
5275 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
5276
5277 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
5278 Emacs 22 when setting focus.
5279
5280 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5281
5282 * gnus-art.el (gnus-article-treat-types): Do treatment of
5283 text/x-verbatim parts.
5284 (gnus-button-patch): New command.
5285
5286 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5287 addresses that contain invalid characters.
5288
5289 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5290
5291 * message.el (message-put-addresses-in-ecomplete): Use
5292 gnus-replace-in-string.
5293 (message-is-yours-p): Use the more correct
5294 mail-header-parse-address instead of
5295 mail-extract-address-components.
5296 (message-put-addresses-in-ecomplete): Fix typo.
5297
5298 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5299 keystroke.
5300
5301 * gnus-art.el (gnus-treatment-function-alist): Change order of
5302 newsgroups/generic header folding to avoid double-folding.
5303
5304 * message.el (message-hidden-headers): Add X-Draft-From.
5305
5306 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5307 command.
5308 (gnus-summary-repeat-search-article-backward): New command.
5309
5310 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5311 groups in the parent topic.
5312
5313 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
5314
5315 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5316 (spam-extra-header-to-number): Return the CRM114 number as a
5317 number instead of a string.
5318
5319 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5320
5321 * gnus-art.el (gnus-face-properties-alist): Moved here from
5322 gnus-fun.
5323
5324 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5325
5326 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5327
5328 * message.el (message-strip-forbidden-properties): Only display on
5329 self-insert-command.
5330
5331 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5332 reindent.
5333 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5334
5335 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
5336
5337 * smiley.el (smiley-style): Fix typo.
5338
5339 2006-03-23 Kenichi Handa <handa@m17n.org>
5340
5341 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
5342 instead of set-buffer-multibyte.
5343
5344 2006-03-23 Kenichi Handa <handa@m17n.org>
5345
5346 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5347 buffer and then decode the buffer text if necessary.
5348 (rfc2231-encode-string): Be sure to work on multibyte buffer at
5349 first, and after mm-encode-body, change the buffer to unibyte.
5350
5351 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5352
5353 * hashcash.el (hashcash-insert-payment-async-2): Use
5354 message-goto-eoh instead of doing it manually.
5355 (mail-add-payment): Use message-narrow-to-header instead of trying
5356 to do the same itself.
5357
5358 * message.el (message-hidden-headers): Add Face.
5359
5360 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5361 reparenting code.
5362 (gnus-summary-reparent-children): Refactored out code.
5363 (gnus-summary-thread-map): New keystroke.
5364 (gnus-summary-reparent-children): Make into command.
5365
5366 * smiley.el (smiley-style): Default to `medium' if using a large
5367 font.
5368
5369 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5370 does it itself.
5371
5372 * message.el (message-point-in-header-p): Simplify definition.
5373
5374 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5375
5376 * nnagent.el (nnagent-request-set-mark): Silence log file
5377 writing.
5378 (nnagent-request-set-mark): Use write-region instead of
5379 append-to-file.
5380
5381 * gnus-sum.el (gnus-read-header): Fudge article number if using a
5382 strange select method.
5383
5384 * ecomplete.el (ecomplete-display-matches): Get highlightling
5385 right.
5386 (ecomplete-display-matches): Use literals.
5387 (ecomplete-display-matches): Disable message logging.
5388
5389 * message.el (message-display-abbrev): Small optimization.
5390
5391 * ecomplete.el (ecomplete-display-matches): Allow automatic
5392 display.
5393
5394 * message.el (message-strip-forbidden-properties): Display
5395 abbrevs.
5396 (message-display-abbrev): Get automatic display right.
5397
5398 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5399 keystrokes.
5400
5401 2006-04-13 Romain Francoise <romain@orebokech.com>
5402
5403 TODO: Backport to v5-10!
5404
5405 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5406 Moved here (and renamed) from gnus-registry.el.
5407
5408 * gnus-registry.el: Require gnus-util.
5409 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5410
5411 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5412
5413 * gnus-group.el (gnus-group-catchup-current): Change
5414 if-then-else-if-then-else into cond.
5415 (gnus-group-catchup): Indent.
5416 (group-name-at-point): New function.
5417 (gnus-fetch-group): Provide default from thing at point.
5418
5419 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5420
5421 * message.el (message-display-abbrev): Fix regexp.
5422
5423 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5424 choosing.
5425 (ecomplete-highlight-match-line): Fix up code rewrite, remove
5426 dead variables.
5427
5428 * message.el (message-newline-and-indent): Remove debugging.
5429 (message-display-abbrev): Use new implementation.
5430
5431 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
5432
5433 * gnus-art.el (gnus-article-mode): Set
5434 cursor-in-non-selected-windows to nil.
5435
5436 * smiley.el: Revert previous change.
5437 (smiley-data-directory): defvar it before using it in the
5438 defcustom of `smiley-style'.
5439
5440 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5441
5442 * message.el (message-newline-and-indent): New function.
5443
5444 * ecomplete.el: Implement more bits.
5445
5446 * message.el (message-put-addresses-in-ecomplete): Clean up the
5447 string.
5448
5449 * ecomplete.el (ecomplete-add-item): Chop off decimals.
5450
5451 * gnus-sum.el (gnus-summary-save-parts): Bind
5452 gnus-summary-save-parts-counter and use it to make unique file
5453 names.
5454
5455 * gnus-art.el (gnus-ignored-headers): Add some more headers.
5456
5457 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5458 parameter to say whether to actually parse the individual
5459 addresses.
5460
5461 * message.el (message-put-addresses-in-ecomplete): New function.
5462 (ecomplete): Require.
5463 (message-mail-alias-type): Add ecomplete as an option.
5464
5465 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
5466
5467 * flow-fill.el (fill-flowed): Remove trailing space from blank
5468 quoted lines.
5469
5470 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5471
5472 * smiley.el (smiley-style): Move definition later to avoid a
5473 compilation warning.
5474
5475 2006-04-12 Kenichi Handa <handa@m17n.org>
5476
5477 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5478 buffer and then decode the buffer text if necessary.
5479 (rfc2231-encode-string): Be sure to work on multibyte buffer at
5480 first, and after mm-encode-body, change the buffer to unibyte.
5481 Use mm-disable-multibyte instead of set-buffer-multibyte.
5482
5483 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
5484
5485 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5486 Content-Type header instead of Content-Disposition header.
5487 (gnus-mime-inline-part): Ditto.
5488 (gnus-mime-view-part-as-charset): Ignore charset that the part
5489 specifies.
5490
5491 * mm-decode.el (mm-display-part): Work with external parts and
5492 usual parts similarly.
5493
5494 * mm-extern.el (mm-inline-external-body): Use mm-display-part
5495 instead of gnus-display-mime.
5496
5497 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5498 instead of with-temp-buffer.
5499
5500 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5501 tag to summarized topics part in order to encode non-ASCII text.
5502
5503 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
5504
5505 * smiley.el (smiley-style): New variable.
5506 (smiley-directory): New function.
5507 (smiley-data-directory): Derive from `smiley-style' using
5508 `smiley-directory'.
5509 (smiley-regexp-alist): Add new entries.
5510
5511 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5512 (gnus-article-browse-delete-temp): Add :version.
5513
5514 2006-04-11 Arne Jørgensen <arne@arnested.dk>
5515
5516 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5517 the sieve region.
5518
5519 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5520
5521 * gnus.el (gnus-version-number): Bump version.
5522
5523 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
5524
5525 * gnus.el: No Gnus v0.4 is released.
5526
5527 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5528
5529 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5530 layout.
5531
5532 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5533 unknown charset.
5534
5535 * message.el (message-header-synonyms): Add Original-To to the
5536 default.
5537
5538 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5539 optional parameter.
5540
5541 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5542
5543 * gnus-fun.el (gnus): Require it for gnus-directory.
5544
5545 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5546
5547 * gnus-fun.el (gnus-face-properties-alist): Add :version.
5548
5549 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5550
5551 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5552
5553 2006-04-05 Simon Josefsson <jas@extundo.com>
5554
5555 * password.el (password-reset): New function.
5556
5557 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5558
5559 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5560 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5561
5562 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5563
5564 * nnweb.el (nnweb-google-create-mapping): Update regexp.
5565 Some whitespace was matched into the url, which broke browsing hits
5566 > 100 when mm-url-use-external was nil.
5567
5568 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
5569
5570 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5571 gnus-extra-headers for 'Newsgroups.
5572
5573 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5574 bound.
5575
5576 2006-04-04 Daiki Ueno <ueno@unixuser.org>
5577
5578 * pgg-gpg.el: Clean up process buffers every time gpg processes
5579 complete.
5580
5581 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
5582
5583 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5584 doc string.
5585
5586 2006-04-03 Daiki Ueno <ueno@unixuser.org>
5587
5588 * pgg-gpg.el (pgg-gpg-process-filter)
5589 (pgg-gpg-wait-for-completion): Check if buffer is alive.
5590
5591 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5592 lines, temporary fix.
5593
5594 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
5595
5596 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5597
5598 2006-03-29 Daiki Ueno <ueno@unixuser.org>
5599
5600 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5601 default-enable-multibyte-characters. This reverts the change from
5602 revision 6.17 which is no longer necessary because the passphrase
5603 is sent separately now. GnuPG messages are unreadable under
5604 multibyte locales with default-enable-multibyte-characters set to
5605 nil.
5606
5607 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
5608
5609 * message.el (message-tool-bar-gnome): Move "spell".
5610
5611 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
5612
5613 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5614 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
5615 instead.
5616
5617 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
5618
5619 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5620 newsgroups handling for NNTP overviews which don't include
5621 Newsgroups.
5622
5623 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5624
5625 * message.el (message-resend): Bind message-generate-hashcash to nil.
5626
5627 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5628
5629 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5630 when searching for already-paid recipients.
5631
5632 2006-03-27 Daiki Ueno <ueno@unixuser.org>
5633
5634 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5635 passphrases when it is not needed.
5636 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5637 passphrase stuff from gpg, should only be necessary when you use
5638 gpg with a smartcard.
5639
5640 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
5641
5642 * mml.el (mml-insert-mime): Ignore cached contents of
5643 message/external-body part.
5644
5645 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5646 (mm-insert-part): Ditto.
5647
5648 2006-03-23 Simon Josefsson <jas@extundo.com>
5649
5650 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5651 Reiner.
5652 (pgg-gpg-use-agent-p): Use it again.
5653
5654 2006-03-23 Simon Josefsson <jas@extundo.com>
5655
5656 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5657 older emacsen.
5658 (pgg-gpg-use-agent-p): Don't use it.
5659
5660 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
5661
5662 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5663 if we can.
5664
5665 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
5666
5667 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5668 (pgg-gpg-update-agent): New function.
5669 (pgg-gpg-use-agent-p): New function.
5670 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5671 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5672 (pgg-gpg-sign-region): Use it.
5673
5674 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
5675
5676 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5677 Reported by Ralf Wachinger <rwachinger@gmx.de>.
5678
5679 2006-03-21 Simon Josefsson <jas@extundo.com>
5680
5681 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5682 <wilde@sha-bang.de>.
5683 (pgg-gpg-use-agent): New variable.
5684 (pgg-gpg-process-region): Use it.
5685 (pgg-gpg-encrypt-region): Likewise.
5686 (pgg-gpg-encrypt-symmetric-region): Likewise.
5687 (pgg-gpg-decrypt-region): Likewise.
5688 (pgg-gpg-sign-region): Likewise.
5689 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5690
5691 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5692
5693 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5694
5695 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5696 Add comment on version.
5697
5698 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5699
5700 * smiley.el: Add missing test smiley.
5701
5702 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
5703
5704 * mm-decode.el (mm-with-part): New macro.
5705 (mm-get-part): Use it; work with message/external-body as well.
5706 (mm-save-part): Treat name and filename equally.
5707
5708 * mm-extern.el (mm-extern-cache-contents): New function.
5709 (mm-inline-external-body): Use it; force the part to be displayed;
5710 move undisplayer added to the cached handle to the parent.
5711
5712 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5713 (gnus-mime-view-part-as-type): Work with message/external-body.
5714
5715 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5716
5717 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5718
5719 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5720 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
5721 Emacs.]
5722
5723 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
5724
5725 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5726 path rather than symbol. Always return list of directories.
5727 Guarantee that image directory comes first. [Sync with image.el,
5728 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
5729
5730 * message.el (message-make-tool-bar): Adjust to new API of
5731 `gmm-image-load-path-for-library'.
5732
5733 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5734
5735 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5736
5737 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5738
5739 * gnus-art.el (gnus-article-only-boring-p):
5740 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5741 intangible text.
5742 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5743
5744 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
5745
5746 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
5747 `defun' instead of `gmm-defun-compat'.
5748
5749 2006-03-14 Simon Josefsson <jas@extundo.com>
5750
5751 * message.el (message-unique-id): Don't use message-number-base36
5752 if (user-uid) is a float.
5753 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5754
5755 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5756
5757 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5758
5759 * gnus-art.el (gnus-mime-display-single): Make sure there is an
5760 empty line between a part and a message part.
5761
5762 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5763
5764 * smiley.el: Add more test smileys.
5765 (smiley-data-directory, smiley-regexp-alist)
5766 (gnus-smiley-file-types): Fix doc strings.
5767 (smiley-update-cache): Clear smiley-cached-regexp-alist before
5768 adding new elements.
5769 (smiley-mouse-map): Unused code. Make it a comment.
5770
5771 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
5772
5773 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5774 scan latest NoCeM messages instead of old ones.
5775 (gnus-nocem-check-article): Fix regexps so as to match to PGP
5776 delimiters that are recently used.
5777 (gnus-nocem-load-cache): Add autoload cookie.
5778
5779 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5780
5781 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5782 level which is larger than gnus-use-nocem is specified.
5783
5784 * gnus-group.el (gnus-group-get-new-news): Ditto.
5785
5786 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
5787
5788 * gnus-util.el (gnus-tool-bar-update): New function.
5789
5790 * gnus-group.el (gnus-group-update-tool-bar): New variable.
5791 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5792
5793 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5794
5795 * gnus-group.el (gnus-group-redraw-when-idle)
5796 (gnus-group-redraw-check): Remove.
5797 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5798
5799 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
5800
5801 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5802 if optional last element is specified in splits (FIELD VALUE...).
5803
5804 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
5805
5806 * message.el (message-make-tool-bar): Rename gmm-image-load-path
5807 to gmm-image-load-path-for-library. Call with no-error argument.
5808 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5809
5810 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5811
5812 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5813
5814 * gmm-utils.el (gmm-image-load-path): Remove alias.
5815
5816 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
5817
5818 * gmm-utils.el (gmm-image-load-path): Add alias.
5819
5820 * nnml.el (nnml-generate-nov-databases-directory): Rename from
5821 nnml-generate-nov-databases-1.
5822 (nnml-generate-nov-databases): Use it.
5823 (nnml-generate-nov-databases-directory): Document no-active
5824 argument.
5825
5826 * gmm-utils.el (gmm-image-load-path-for-library): Return single
5827 directory if path is t. Add no-error.
5828
5829 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5830 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5831
5832 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5833 resetting gnus-article-browse-html-temp-list.
5834
5835 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5836 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
5837 Add example to docstring. Rename local variables. Move error
5838 checks to default case in cond and simplify.
5839
5840 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
5841
5842 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5843 handle is multipart when calling it recursively.
5844 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5845
5846 2006-03-03 Daniel Pittman <daniel@rimspace.net>
5847
5848 * nnimap.el (nnimap-request-update-info-internal): Optimize.
5849 Don't `gnus-uncompress-range' to avoid excessive memory usage.
5850
5851 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5852
5853 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5854 is loaded.
5855
5856 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5857 loaded.
5858
5859 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
5860
5861 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5862 to "Emacs 23 (unicode)" in doc string.
5863
5864 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5865 "Emacs 23 (unicode)" in comment.
5866
5867 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5868
5869 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5870
5871 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5872 characters 160 through 255 in Emacs 23.
5873
5874 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5875
5876 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5877 gnus-article-browse-html-temp.
5878 (gnus-article-browse-delete-temp): Make it customizable. Add
5879 `file'. Adjust doc string.
5880 (gnus-article-browse-delete-temp-files): Add argument. Allow
5881 query for each file. Adjust doc string.
5882 (gnus-article-browse-html-parts): Add
5883 `gnus-article-browse-delete-temp-files' to
5884 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5885
5886 2006-03-02 Hynek Schlawack <hynek@ularx.de>
5887
5888 * gnus-art.el (gnus-article-browse-html-temp)
5889 (gnus-article-browse-delete-temp): New variables.
5890 (gnus-article-browse-delete-temp-files): New function.
5891 (gnus-article-browse-html-parts): Use it.
5892
5893 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5894
5895 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5896
5897 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5898 string.
5899
5900 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5901 gnus-summary-insert-new-articles when unplugged. Remove
5902 gnus-summary-search-article-forward.
5903
5904 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5905 display-visual-class instead of display-color-cells.
5906
5907 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
5908
5909 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5910 message/* containing non-ASCII text properly.
5911
5912 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
5913
5914 * message.el: Require gmm-utils, remove autoloads.
5915 (message-tool-bar): Set default based on
5916 gmm-tool-bar-style.
5917 (message-tool-bar-gnome): Add gmm-customize-mode.
5918
5919 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5920 gmm-tool-bar-style.
5921 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5922
5923 * gnus-group.el (gnus-group-tool-bar): Set default based on
5924 gmm-tool-bar-style.
5925 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5926
5927 * gmm-utils.el (gmm-image-directory): Rename variable from
5928 gmm-image-load-path.
5929 (gmm-image-load-path): Use gmm-image-directory.
5930 (gmm-customize-mode): New function.
5931 (gmm-tool-bar-style): New variable.
5932
5933 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5934 gnus-group-redraw-line-number.
5935 (gnus-group-redraw-check): Simplify.
5936 (gnus-group-tool-bar-update): Remove redraw check.
5937 (gnus-group-make-tool-bar): Add redraw check.
5938
5939 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
5940
5941 * gnus-art.el (gnus-button): Add missing parentheses.
5942
5943 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5944
5945 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5946
5947 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5948
5949 * gnus-art.el (gnus-button): New face.
5950 (gnus-article-button-face): Use it.
5951
5952 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5953 gnus-summary-next-page. Re-order.
5954
5955 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5956 next-node are now included.
5957 (gnus-group-redraw-line-number): New internal variable.
5958 (gnus-group-redraw-check): Helper function for updating the tool
5959 bar.
5960 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5961
5962 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5963
5964 * spam.el (spam-spamassassin-score-regexp): New internal variable.
5965 (spam-extra-header-to-number, spam-check-spamassassin-headers):
5966 Use it to match format of Spamassassin 3.0 and later. Reported by
5967 IRIE Tetsuya <irie@t.email.ne.jp>.
5968 (spam-check-bogofilter)
5969 (spam-bogofilter-register-with-bogofilter): Fix args of
5970 `gnus-error' calls.
5971
5972 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5973
5974 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5975 unnecessary interaction when sending queued mails. Reported by
5976 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5977
5978 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5979
5980 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5981 first or last are nil.
5982
5983 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5984
5985 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5986
5987 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5988
5989 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5990
5991 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5992
5993 * dns.el (query-dns): Protect more against buggy tcp output.
5994
5995 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
5996
5997 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5998 nov.php.
5999
6000 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
6001
6002 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
6003 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
6004 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
6005 output on the server side.
6006 (nnweb-google-create-mapping): Update regexps and add some
6007 progress indication.
6008
6009 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
6010
6011 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
6012 gnus-agent-toggle-plugged. Re-order icons.
6013 (gnus-group-tool-bar-gnome): Add
6014 gnus-group-{prev,next}-unread-group.
6015 (gnus-group-tool-bar-gnome): Re-order icons.
6016
6017 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
6018 gnus-summary-insert-new-articles.
6019
6020 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
6021 comments.
6022
6023 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
6024 also available in Emacs 21.3.
6025
6026 * message.el (message-fix-before-sending): Change "Emacs 22" to
6027 "Emacs 23 (unicode)" in comment.
6028
6029 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
6030 "Emacs 23 (unicode)" in comment.
6031
6032 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
6033 comment.
6034 (mm-coding-system-p): Add comment about no-MULE XEmacs.
6035
6036 * mm-view.el (mm-fill-flowed): Add :version.
6037
6038 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
6039
6040 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
6041 and load-path.
6042
6043 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
6044
6045 * message.el: Autoload gmm-image-load-path.
6046 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
6047 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
6048 consitency.
6049
6050 * gmm-utils.el (gmm-image-load-path): Also search in
6051 "../etc/images". Don't set gmm-image-load-path if we don't find
6052 the image.
6053
6054 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
6055
6056 * gmm-utils.el (gmm-image-load-path): Don't make
6057 `gmm-image-load-path' include subdirectories which the second arg
6058 `image' might specify.
6059
6060 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
6061 subdirectory to icon file names.
6062
6063 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
6064
6065 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
6066
6067 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
6068 gmm-image-load-path calls.
6069
6070 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6071
6072 * message.el (message-make-tool-bar): Ditto.
6073
6074 * mml.el (mml-preview): Added comment concerning tool bar icons.
6075
6076 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
6077 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
6078
6079 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
6080 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
6081
6082 * message.el (message-tool-bar-gnome): Use new icon names.
6083 (message-make-tool-bar): Use `gmm-image-load-path'.
6084
6085 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
6086 functions from MH-E.
6087 (gmm-image-load-path): New variable from MH-E.
6088 (gmm-image-load-path): New function from MH-E. Added arguments
6089 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
6090 *-image-load-path-called-flag.
6091
6092 2006-02-21 Milan Zamazal <pdm@brailcom.org>
6093
6094 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
6095
6096 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
6097
6098 * nnimap.el (nnimap-request-move-article): Change folder back to
6099 source group before deleting.
6100
6101 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
6102
6103 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
6104
6105 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
6106 mm-url.
6107
6108 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
6109
6110 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
6111
6112 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
6113 coding system which mm-charset-to-coding-system returns for a
6114 given charset is valid.
6115
6116 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
6117
6118 * html2text.el (html2text-remove-tag-list):
6119 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
6120
6121 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
6122
6123 * gnus-cus.el: Revert 2005-10-17 change.
6124
6125 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
6126
6127 * gnus-art.el (article-strip-banner): Call
6128 article-really-strip-banner only when the regexp match is made.
6129
6130 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
6131
6132 * gnus-art.el (article-strip-banner): Use
6133 gnus-extract-address-components instead of
6134 mail-header-parse-addresses to make it work with non-ASCII text;
6135 remove mail-encode-encoded-word-string.
6136
6137 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
6138 values which are surrounded with \"...\"; make it never cause a
6139 Lisp error; give up parsing of parameters if it failed in
6140 extracting type.
6141
6142 2006-02-14 Arne Jørgensen <arne@arnested.dk>
6143
6144 * smime.el (smime-cert-by-ldap-1): Fix bug where
6145 `smime-ldap-search' returns results without userCertificates.
6146
6147 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
6148
6149 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
6150
6151 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
6152
6153 * spam.el (spam-check-spamassassin-headers): Adapt format for
6154 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
6155 <ari@mbf.ocn.ne.jp>.
6156 (spam-list-of-processors): Add spam-use-gmane.
6157
6158 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
6159
6160 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
6161 make-temp-file; make it work with XEmacs as well.
6162
6163 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
6164 mm-make-temp-file.
6165
6166 * mm-decode.el (mm-display-external): Use the 3rd arg of
6167 mm-make-temp-file.
6168 (mm-create-image-xemacs): Ditto.
6169
6170 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
6171
6172 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
6173 with message-narrow-to-headers.
6174 (gnus-draft-setup): Narrow to header to run message-fetch-field.
6175 (gnus-draft-check-draft-articles): New function.
6176 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
6177
6178 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
6179
6180 * gnus-art.el (gnus-article-browse-html-parts):
6181 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
6182 Don't use suffix argument for mm-make-temp-file for Emacs 21
6183 compatibility. Remove useless `format'.
6184
6185 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
6186
6187 * nnweb.el (nnweb-google-wash-article): Update regexps.
6188 (nnweb-group-alist): Use defvoo instead of defvar.
6189
6190 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
6191
6192 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
6193 re-loading nn* modules.
6194
6195 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
6196
6197 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
6198 for `tool-bar-mode' and don't check it's default-value.
6199
6200 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6201
6202 * message.el (message-make-tool-bar): Ditto.
6203
6204 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
6205 `substring'. Shorten tmp-file name.
6206
6207 * gnus.el: Remove bogus comment.
6208
6209 2006-02-10 Hynek Schlawack <hynek@ularx.de>
6210
6211 * gnus-art.el (gnus-article-browse-html-parts): New function.
6212 (gnus-article-browse-html-article): New function for viewing html
6213 articles with a browser.
6214
6215 2006-02-09 Daiki Ueno <ueno@unixuser.org>
6216
6217 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6218 (mml2015-pgg-encrypt): Ditto.
6219
6220 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6221 (mml1991-pgg-encrypt): Ditto.
6222
6223 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
6224
6225 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6226 message-make-date instead of current-time-string.
6227
6228 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6229 to gnus-decoded which mm-uu might set.
6230
6231 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
6232
6233 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6234 don't decode quoted parameters; remove misimported Emacs code.
6235 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6236 (rfc2231-decode-encoded-string): Don't use split-string which
6237 behaves differently according to Emacs version; use
6238 mm-decode-coding-region to convert charset to coding-system.
6239 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6240 (rfc2231-encode-string): Remove misimported Emacs code.
6241
6242 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
6243
6244 * gnus-art.el (article-decode-charset): Don't use ignore-errors
6245 when calling mail-header-parse-content-type.
6246 (article-de-quoted-unreadable): Ditto.
6247 (article-de-base64-unreadable): Ditto.
6248 (article-wash-html): Ditto.
6249
6250 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6251 calling mail-header-parse-content-type and
6252 mail-header-parse-content-disposition.
6253 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6254 mail-header-parse-content-type.
6255
6256 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6257 insert charset and format parameters; encode description after
6258 inserting it to buffer.
6259 (mml-insert-parameter): Fold lines properly even if a parameter is
6260 segmented into two or more lines; change the max column to 76.
6261
6262 * rfc1843.el (rfc1843-decode-article-body): Don't use
6263 ignore-errors when calling mail-header-parse-content-type.
6264
6265 * rfc2231.el (rfc2231-parse-string): Return at least type if
6266 possible; don't cause an error even if it fails in parsing of
6267 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6268 (rfc2231-encode-string): Don't break lines at the beginning, leave
6269 it to mml-insert-parameter.
6270
6271 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
6272 calling mail-header-parse-content-type.
6273
6274 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
6275
6276 * spam-report.el (spam-report-gmane-use-article-number):
6277 Improve doc string.
6278 (spam-report-gmane-internal): Check if a suitable header was found
6279 in the article.
6280
6281 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
6282
6283 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
6284 (rfc2231-encode-string): Make param*=value always begin with LWSP.
6285
6286 2006-02-05 Romain Francoise <romain@orebokech.com>
6287
6288 Update copyright notices of all files in the gnus directory.
6289
6290 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
6291
6292 * nnweb.el (nnweb-request-group): Avoid growing overview files.
6293
6294 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
6295
6296 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6297 segmented lines of parameter value to cope with Thunderbird 1.5
6298 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6299 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6300 (rfc2231-encode-string): Don't make lines exceeding 76 column.
6301
6302 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
6303
6304 * mml.el (mml-generate-mime-1): Correct the order of inline signed
6305 parts.
6306
6307 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
6308
6309 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6310 there's only one active file for all servers.
6311 (nnweb-request-scan): Make sure nnweb-articles is initialized on
6312 solid groups. Gnus might have used a FAST request to select the group.
6313 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6314 and nnweb-search redundantly in the active file.
6315 (nnweb-request-list): Don't list bogus groups. There can only be one.
6316 (nnweb-request-create-group): Don't use ARGS.
6317 (nnweb-possibly-change-server, nnweb-request-group): Remove some
6318 initialisations. Let nnoo do the work.
6319
6320 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
6321
6322 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6323 Say the part has been decoded.
6324
6325 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
6326
6327 2006-01-31 Kevin Ryde <user42@zip.com.au>
6328
6329 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6330 mailcap-viewer-test-cache when there's no 'test clause, since that
6331 will invert the meaning of a "nil" test previously determined by
6332 mailcap-mailcap-entry-passes-test.
6333
6334 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
6335
6336 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6337 compiling.
6338
6339 * gnus-sum.el: Ditto.
6340
6341 * message.el: Don't bind tool-bar-map when compiling.
6342
6343 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
6344
6345 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6346
6347 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
6348
6349 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6350 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6351 current Google Groups.
6352
6353 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
6354
6355 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6356 and tool-bar-mode.
6357
6358 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6359 and tool-bar-mode.
6360
6361 * message.el (message-tool-bar-update): Simplify.
6362 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6363
6364 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6365 gnus-summary-buffer.
6366 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6367 gnus-summary-reply.
6368
6369 * gmm-utils.el (gmm): Add :version.
6370
6371 2006-01-26 Steve Youngs <steve@sxemacs.org>
6372
6373 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6374 autoload.
6375
6376 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
6377
6378 * gmm-utils.el (gmm-verbose): Add :group.
6379
6380 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
6381
6382 * message.el: Change some comments WRT tool-bars.
6383
6384 * gnus-sum.el (gnus-summary-tool-bar)
6385 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6386 (gnus-summary-tool-bar-zap-list): New variables.
6387 (gnus-summary-make-tool-bar): Complete rewrite using
6388 `gmm-tool-bar-from-list'.
6389
6390 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6391 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6392 variables.
6393 (gnus-group-make-tool-bar): Complete rewrite using
6394 `gmm-tool-bar-from-list'.
6395 (gnus-group-tool-bar-update): New function.
6396
6397 * message.el (message-mode-field-menu): Add "Show hidden Headers".
6398
6399 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
6400
6401 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6402 is dissected into a single part of which the type is the same as
6403 the given one; decode charset.
6404
6405 2006-01-21 Kevin Ryde <user42@zip.com.au>
6406
6407 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6408 into alists as symbol not string, since that's what
6409 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6410 look for.
6411
6412 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
6413
6414 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6415 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6416
6417 * message.el (message-tool-bar-gnome): Use gmm-ignore.
6418
6419 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
6420
6421 * gnus-art.el (gnus-mime-security-button-commands): New variable.
6422 (gnus-mime-security-button-menu): New definition.
6423 (gnus-mime-security-button-map): Use them.
6424 (gnus-mime-security-button-menu): New function.
6425 (gnus-insert-mime-security-button): Addition to help echo.
6426 (gnus-mime-security-run-function, gnus-mime-security-save-part)
6427 (gnus-mime-security-pipe-part): New functions.
6428
6429 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6430 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6431
6432 * mm-decode.el (mm-handle-set-disposition): Remove.
6433 (mm-handle-set-description): Remove.
6434
6435 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
6436
6437 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6438 (mm-w3m-standalone-supports-m17n-p): New function.
6439 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6440 w3m usage.
6441
6442 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6443 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6444
6445 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
6446
6447 * message.el (message-tool-bar-zap-list): Use
6448 gmm-tool-bar-zap-list as custom type.
6449 (message-tool-bar-update): New function.
6450 (message-tool-bar, message-tool-bar-gnome)
6451 (message-tool-bar-retro): Add message-tool-bar-update.
6452 (message-tool-bar-gnome): Add flyspell-buffer.
6453
6454 * gnus-util.el (gnus-error): Describe `args'.
6455
6456 * gmm-utils.el (gmm-error): Describe `args'.
6457 (gmm-tool-bar-zap-list): New widget.
6458 (gmm-tool-bar-from-list): Improve description of `zap-list'.
6459
6460 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
6461
6462 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6463 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6464 the number of recursive calls.
6465
6466 * mm-decode.el (mm-handle-set-disposition): New macro.
6467 (mm-handle-set-description): New macro.
6468
6469 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
6470
6471 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6472 encoding.
6473
6474 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
6475
6476 * message.el (message-tool-bar-zap-list, message-tool-bar)
6477 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6478 (message-tool-bar-local-item-from-menu): Remove.
6479 (message-tool-bar-map): Replace by `message-make-tool-bar'.
6480 (message-make-tool-bar): New function.
6481 (message-mode): Use `message-make-tool-bar'.
6482
6483 * gmm-utils.el: New file.
6484 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6485 (gmm-lazy): New widget copied from `nnmail.el'.
6486 (gmm-tool-bar-from-list): New function for creating customizable
6487 tool bars.
6488 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
6489 output.
6490 (gmm): Add :prefix to defgroup.
6491
6492 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
6493
6494 * gmm-utils.el (gmm-widget-p): New function.
6495
6496 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
6497
6498 * mml.el (mml-attach-file): Describe `description' in doc string.
6499 (mml-menu): Add Emacs MIME manual and PGG manual.
6500
6501 2006-01-20 Richard M. Stallman <rms@gnu.org>
6502
6503 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6504
6505 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
6506
6507 * nntp.el (nntp-end-of-line): Doc fix.
6508
6509 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
6510
6511 * imap.el (imap-open): Handle case where buffer is a buffer
6512 object.
6513
6514 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6515
6516 * gnus-delay.el (gnus-delay): Don't autoload.
6517 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6518 to be re-loaded when customizing the `gnus-delay' group.
6519
6520 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
6521
6522 * message.el (message-insert-citation-line): Use newlines.
6523
6524 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6525
6526 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6527
6528 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6529
6530 2006-01-19 Mark D. Baushke <mdb@gnu.org>
6531
6532 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6533
6534 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
6535
6536 * mm-decode.el (mm-inlined-types): Add application/pgp.
6537 (mm-automatic-display): Ditto.
6538
6539 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6540 part as text.
6541
6542 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6543
6544 * nnrss.el: Update copyright.
6545 (nnrss-opml-import): Query whether to subscribe to each entry.
6546
6547 * gnus-art.el:
6548 * gnus-sum.el:
6549 * mm-uu.el:
6550 * mm-view.el: Update copyright.
6551
6552 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
6553
6554 * message.el (message-info): New function.
6555 (message-mode-menu): Add it.
6556 Update copyright.
6557
6558 * ChangeLog: Fix and update copyright.
6559
6560 2006-01-13 Romain Francoise <romain@orebokech.com>
6561
6562 * message.el (message-forward-subject-name-subject): Prefer the
6563 address to 'nowhere' if the sender has no name.
6564 Fix typo. Update copyright year.
6565
6566 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
6567
6568 * gnus-art.el (article-wash-html): Use
6569 gnus-summary-show-article-charset-alist if a numeric arg is given.
6570 (gnus-article-wash-html-with-w3m-standalone): New function.
6571
6572 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6573 mm-inline-text-html-render-with-w3m-standalone.
6574 (mm-text-html-washer-alist): Map w3m-standalone to
6575 gnus-article-wash-html-with-w3m-standalone.
6576 (mm-inline-text-html-render-with-w3m-standalone): New function.
6577
6578 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6579
6580 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6581 Improve LaTeX.
6582
6583 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6584
6585 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6586 (nnrss-request-article): Render text/plain parts as HTML.
6587
6588 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6589 the buffer.
6590
6591 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
6592
6593 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6594 custom definition of `gnus-posting-styles'.
6595
6596 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6597 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6598
6599 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
6600
6601 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6602 Use nntp for bug archive.
6603
6604 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
6605
6606 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6607 parts.
6608 (nnrss-normalize-date): New function converts ISO 8601 date into
6609 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6610 (nnrss-check-group): Use it.
6611
6612 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
6613
6614 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6615
6616 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6617 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6618 (nnrss-insert-w3): Ditto.
6619
6620 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6621
6622 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6623 the articles to be forwarded including the case where neither a
6624 number of articles nor a region is specified.
6625
6626 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
6627
6628 * nnrss.el (nnrss-request-article): Fix last change; fill
6629 text/plain parts.
6630
6631 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
6632
6633 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6634 in text/plain part.
6635 (nnrss-check-group): Don't add excessive newline to dc:subject.
6636
6637 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
6638
6639 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6640 article.
6641
6642 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
6643
6644 * nnml.el: Don't require gnus-bcklg. Autoload it.
6645 (nnml-use-compressed-files, nnml-save-mail): Support other
6646 comression programs such as bzip2.
6647
6648 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6649
6650 * dns.el (query-dns): Make sure we check the buffer size before
6651 removing tcp headers.
6652
6653 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
6654
6655 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6656 remove MIME buttons associated with multipart/alternative parts.
6657 (gnus-mime-display-alternative): Tag buttons using `article-type'
6658 text property.
6659
6660 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6661 associated with multipart/alternative parts.
6662
6663 * gnus-art.el (gnus-signature-separator): Fix custom type.
6664
6665 * mm-decode.el (mm-inlined-types): Fix custom type.
6666 (mm-keep-viewer-alive-types): Ditto.
6667 (mm-automatic-display): Ditto.
6668 (mm-attachment-override-types): Ditto.
6669 (mm-inline-override-types): Ditto.
6670 (mm-automatic-external-display): Ditto.
6671
6672 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
6673
6674 * spam-report.el (spam-report-user-mail-address)
6675 (spam-report-user-agent): New variables.
6676 (spam-report-url-ping-plain): Use spam-report-user-agent.
6677
6678 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
6679
6680 * gnus-art.el (gnus-button-handle-custom): Do not just use
6681 `customize-apropos' for any "M-x customize-*" button but the
6682 function called for. Accept both the function name and its
6683 argument in order to achieve this.
6684 (gnus-button-alist): Remove support for "custom:" URL's. Pass
6685 function name to `gnus-button-handle-custom' in case of "M-x
6686 customize-*" buttons.
6687
6688 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6689
6690 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6691 multipart/alternative and add xref to mm-discouraged-alternatives
6692 in doc string.
6693
6694 * mm-decode.el (mm-discouraged-alternatives): Add xref to
6695 gnus-buttonized-mime-types in doc string.
6696
6697 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
6698
6699 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6700 Suggest image/.* in the doc string.
6701
6702 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6703
6704 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6705 message-marks (Debian bug #342521).
6706
6707 2005-12-12 Simon Josefsson <jas@extundo.com>
6708
6709 * password.el (password-read-from-cache): Add.
6710 (password-read): Use it.
6711
6712 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6713
6714 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6715 us-ascii as a MIME charset.
6716
6717 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6718 against the case where the 2nd arg TYPE is nil.
6719
6720 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6721
6722 * pop3.el (pop3-stream-type): Fix custom version.
6723
6724 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6725
6726 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6727
6728 * mm-decode.el (mm-display-external): Add missing cdr.
6729
6730 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6731
6732 * mm-decode.el (mm-display-external): Use nametemplate (defined in
6733 RFC1524) if it is in mailcap or add a suffix according to
6734 mailcap-mime-extensions when generating a temp filename; postpone
6735 deleting a temp file for 2 seconds for some wrappers, shell
6736 scripts, and so on, which might exit right after having started a
6737 viewer command as a background job.
6738
6739 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6740
6741 * nntp.el (nntp-marks-directory): Fix custom group.
6742
6743 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6744 steps when < 10.
6745
6746 * gnus-start.el (gnus-no-server-1): Mention
6747 `gnus-level-default-subscribed' in doc string.
6748
6749 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6750
6751 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6752 parens.
6753
6754 2005-11-26 Dave Love <fx@gnu.org>
6755
6756 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6757 (tls-program, tls-success): Provide openssl alternative.
6758
6759 * starttls.el: Doc fixes.
6760 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6761 SERVICE to PORT.
6762
6763 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
6764 port null or service name.
6765 (starttls-negotiate): Autoload.
6766
6767 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6768
6769 * message.el (message-kill-to-signature): Fix interactive spec.
6770
6771 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6772
6773 * pop3.el (pop3-open-server): Recognize a string as a service name.
6774
6775 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
6776
6777 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6778
6779 2005-11-23 Dave Love <fx@gnu.org>
6780
6781 Add pop3s, pop3/starttls.
6782
6783 * pop3.el (pop3-authentication-scheme): Clarify doc.
6784 (open-tls-stream, starttls-open-stream): Autoload.
6785 (pop3-stream-type): New.
6786 (pop3-open-server): Use it.
6787
6788 * mail-source.el (mail-sources): Fix some :types. Add stream type
6789 for POP.
6790 (mail-source-keyword-map): Add :stream for POP.
6791 (mail-source-fetch-pop): Use pop3-stream-type.
6792
6793 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
6794
6795 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6796 of current-time-string.
6797
6798 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
6799
6800 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6801 date header.
6802
6803 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6804
6805 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6806 it can seriously impact performance as it bypasses the agent's
6807 local caches.
6808
6809 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6810
6811 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6812 must be explicitly online rather than "not explicitly offline" for
6813 its flags to be synchronized.
6814
6815 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6816 that gnus-uu-unmark-thread will function correctly.
6817
6818 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6819 1024K is instead displayed as 1M.
6820
6821 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6822
6823 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6824
6825 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
6826
6827 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6828
6829 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
6830
6831 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6832 error message to display actual error condition.
6833 (gnus-agent-save-local): Avoid saving symbols that are bound to
6834 nil as they simply result in a warning message in
6835 gnus-agent-read-local.
6836
6837 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6838
6839 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6840 rather than make-variable-buffer-local for file-precious-flag.
6841
6842 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6843
6844 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6845 for duplicates which are removed. The invalid sort check then
6846 triggers a rescan after the sort as sorting may have moved
6847 duplicate entries such that they can be cheaply detected.
6848
6849 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6850
6851 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6852
6853 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6854
6855 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6856 internal variable to a custom variable. Changed default value
6857 from compressed(2) to uncompressed(1).
6858 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6859 support for uncompressed agentview files. Taken together, reading
6860 the agentview file should now be 6-7 times faster.
6861
6862 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
6863
6864 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6865 as a buffer-local variable. This avoids creating truncated
6866 dribble files as a result of a hang up, eg.
6867
6868 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6869
6870 * gnus-start.el (gnus-start-draft-setup): Enforce
6871 `gnus-draft-mode' for nndraft:drafts at startup.
6872
6873 * gnus.el (gnus-splash): Change custom group.
6874 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6875 allow-list argument.
6876
6877 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6878 string.
6879
6880 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6881
6882 * gnus-art.el (gnus-default-article-saver): Add user-defined
6883 `function' to custom type.
6884
6885 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6886
6887 * imap.el (imap-open): Handle case where buffer is a buffer
6888 object.
6889
6890 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6891
6892 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6893 long lines.
6894 (gnus-cache-delete-group): Wrap doc strings.
6895
6896 * gnus-agent.el (gnus-agent-rename-group)
6897 (gnus-agent-delete-group): Wrap doc strings.
6898
6899 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6900
6901 * gnus-start.el (gnus-1): Add "native" to
6902 gnus-predefined-server-alist.
6903
6904 * gnus.el (gnus-method-to-server): Don't add "native" to the
6905 lists here, because that leads to problems when
6906 gnus-select-method is bound.
6907
6908 2005-11-09 Simon Josefsson <jas@extundo.com>
6909
6910 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6911 use (not sort-by-date) instead.
6912
6913 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6914
6915 * gnus-delay.el (gnus-delay-group): Don't autoload.
6916 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6917 to be re-loaded when customizing the `gnus-delay' group.
6918
6919 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
6920
6921 * message.el: Revert last changes.
6922 (message-insert-citation-line): Use newlines.
6923
6924 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6925
6926 * message.el (message-courtesy-message)
6927 (message-mark-insert-begin, message-mark-insert-end)
6928 (message-elide-ellipsis, message-cancel-message)
6929 (message-add-header, message-change-subject)
6930 (message-cross-post-followup-to-header)
6931 (message-cross-post-insert-note, message-reduce-to-to-cc)
6932 (message-widen-reply, message-delete-not-region)
6933 (message-kill-to-signature, message-insert-signature)
6934 (message-insert-importance-high, message-insert-importance-low)
6935 (message-insert-or-toggle-importance)
6936 (message-insert-disposition-notification-to)
6937 (message-indent-citation, message-yank-original)
6938 (message-cite-original-without-signature, message-cite-original)
6939 (message-insert-citation-line, message-position-on-field)
6940 (message-fix-before-sending, message-send-mail-partially)
6941 (message-send-mail, message-send-mail-with-sendmail)
6942 (message-send-mail-with-qmail, message-send-news)
6943 (message-check-news-header-syntax, message-generate-headers)
6944 (message-insert-courtesy-copy, message-fill-address)
6945 (message-fill-header, message-shorten-references)
6946 (message-setup-1, message-cancel-news)
6947 (message-forward-make-body-plain, message-forward-make-body-mime)
6948 (message-forward-make-body-mml, message-encode-message-body)
6949 (message-forward-make-body-digest-plain)
6950 (message-forward-make-body-digest-mime)
6951 (message-use-alternative-email-as-from): Insert `hard-newline'
6952 instead of ordinary newlines.
6953
6954 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
6955
6956 * message.el (message-generate-headers): Downcase the argument
6957 given to message-check-element.
6958
6959 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
6960
6961 * nntp.el (nntp-authinfo-rejected): New error condition.
6962 (nntp-wait-for): Use new error condition to signal authentication
6963 error.
6964 (nntp-retrieve-data): Rethrow new error condition to break out of
6965 recursive call to nntp-send-authinfo.
6966
6967 2005-11-08 Romain Francoise <romain@orebokech.com>
6968
6969 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6970 (gnus-summary-exit-map): Bind to `Z p'.
6971 (gnus-summary-make-menu-bar): Add menu item.
6972
6973 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
6974
6975 * gnus-art.el (gnus-article-treat-custom): Add `first'.
6976 (gnus-treat-*): Add `first' in all doc strings.
6977
6978 * gnus-group.el (gnus-group-compact-group): Fix typo.
6979
6980 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6981
6982 * gnus.el (gnus-parameters-case-fold-search): New variable.
6983 (gnus-parameters-get-parameter): Use it.
6984
6985 * gnus-score.el (gnus-home-score-file): Doc fix.
6986
6987 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
6988
6989 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6990
6991 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
6992
6993 * mm-util.el (mm-special-display-p): New function.
6994
6995 * mml.el (mml-preview): Use it; doc fix.
6996
6997 2005-10-29 Romain Francoise <romain@orebokech.com>
6998
6999 * message.el (message-fix-before-sending): Fix comment.
7000
7001 2005-10-29 Jari Aalto <jari.aalto@cante.net>
7002
7003 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
7004
7005 2005-10-29 Jari Aalto <jari.aalto@cante.net>
7006
7007 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
7008 Used in gnus-score.el.
7009
7010 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7011
7012 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
7013
7014 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
7015
7016 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
7017 whitespace removed in revision 7.8. Use concatenated string to
7018 protect trailing whitespace.
7019
7020 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
7021
7022 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
7023 (nnimap-request-expire-articles): Use it to avoid sending 'UID
7024 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
7025 Courier IMAP ("some version from 2004"). Mostly based on similar
7026 code in the same function.
7027
7028 2005-10-26 Didier Verna <didier@xemacs.org>
7029
7030 * gnus-group.el (gnus-group-compact-group): Invalidate original
7031 article buffer.
7032 * gnus-srvr.el (gnus-server-compact-server): Ditto.
7033 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
7034 NOV database and in article itself.
7035 Invalidate article backlog.
7036
7037 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
7038
7039 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
7040
7041 2005-10-26 Simon Josefsson <jas@extundo.com>
7042
7043 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
7044 part of 2004-07-25 change.
7045
7046 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
7047
7048 * message.el (message-display-completion-list): New function.
7049 (message-expand-group): Use it; make sure the Completions buffer
7050 is modifiable.
7051
7052 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
7053
7054 * imap.el (imap-open): Handle case where buffer is a buffer object.
7055
7056 2005-10-24 Eli Zaretskii <eliz@gnu.org>
7057
7058 * pgg-def.el:
7059 * pgg-gpg.el:
7060 * pgg-parse.el:
7061 * pgg-pgp.el:
7062 * pgg-pgp5.el:
7063 * pgg.el: Move to the parent lisp directory.
7064
7065 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
7066
7067 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
7068 user-mail-name is an empty string.
7069
7070 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
7071
7072 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
7073 depending on gnus-score-decay-constant.
7074
7075 * encrypt.el (encrypt-insert-file-contents)
7076 (encrypt-write-file-contents): Don't use `gnus-message'.
7077
7078 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
7079 arguments.
7080 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
7081 arguments to mm-uu-verbatim-marks-extract.
7082 (mm-uu-hide-markers): New variable.
7083 (mm-uu-extract): Use face similar to `gnus-cite-3'.
7084
7085 * gnus-fun.el (gnus-convert-image-to-x-face-command)
7086 (gnus-convert-image-to-face-command): Use "convert" by default to
7087 allow other input image formats.
7088 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
7089 accordingly.
7090
7091 2005-10-23 Simon Josefsson <jas@extundo.com>
7092
7093 * imap.el (imap-gssapi-program): Align command line parameters
7094 with latest GNU SASL.
7095 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
7096
7097 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7098
7099 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
7100 HTML.
7101 (nnslashdot-request-article): Ditto.
7102
7103 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
7104
7105 * mail-source.el (mail-source-fetch-pop): Require pop3.
7106 (mail-source-check-pop): Ditto.
7107
7108 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7109
7110 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
7111 errors.
7112
7113 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
7114
7115 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
7116 (gnus-treat-strip-leading-blank-lines): Improve doc string.
7117
7118 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
7119
7120 * mm-bodies.el (mm-decode-string): Call
7121 `mm-charset-to-coding-system' with allow-override argument.
7122
7123 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7124
7125 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
7126 (rfc2047-charset-to-coding-system): New function.
7127 (rfc2047-decode-encoded-words): New function.
7128 (rfc2047-decode-region): Use them.
7129 (rfc2047-decode-cte): Remove.
7130 (rfc2047-parse-and-decode): Remove.
7131 (rfc2047-decode): Remove.
7132
7133 2005-10-15 Kenichi Handa <handa@m17n.org>
7134
7135 * rfc2047.el (rfc2047-decode-cte): New function.
7136 (rfc2047-decode-region): Change the way to decode successive
7137 encoded-words: decode B- or Q-encoding in each encoded-word,
7138 concatenate them, and decode it as charset.
7139
7140 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
7141
7142 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
7143 widget-move-and-invoke.
7144 (gnus-custom-mode): Use gnus-custom-map.
7145
7146 2005-10-15 Bill Wohler <wohler@newt.com>
7147
7148 * message.el (message-tool-bar-map): Renamed image file from
7149 mail_send to mail/send.
7150
7151 2005-10-16 Masatake YAMATO <jet@gyve.org>
7152
7153 * message.el (message-expand-group): Pass the common
7154 prefix substring of completion to `display-completion-list'.
7155
7156 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
7157
7158 * mml-sec.el (mml-secure-method): New internal variable.
7159 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7160 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7161 functions using mml-secure-method.
7162
7163 * mml.el (mml-mode-map): Add key bindings for those functions.
7164 (mml-menu): Simplify security menu entries. Suggested by Jesper
7165 Harder <harder@myrealbox.com>.
7166 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7167 end of message if point is the headers of the message.
7168
7169 * message.el (message-in-body-p): New function.
7170
7171 * assistant.el: Autoload gnus-util and netrc.
7172
7173 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7174 Use `mm-charset-override-alist' only when decoding.
7175
7176 * mm-bodies.el (mm-decode-body): Call
7177 `mm-charset-to-coding-system' with allow-override argument.
7178
7179 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7180 `filename' from Content-Disposition if Content-Type doesn't
7181 provide `name'.
7182 (gnus-mime-view-part-as-type): Set default instead of
7183 initial-input.
7184
7185 2005-10-09 Daniel Brockman <daniel@brockman.se>
7186
7187 * format-spec.el (format-spec): Propagate text properties of % spec.
7188
7189 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
7190
7191 * gnus-art.el (gnus-treat-predicate): Add `first'.
7192
7193 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
7194
7195 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7196 (mm-charset-override-alist): New variable.
7197 (mm-charset-to-coding-system): Use it.
7198 (mm-codepage-setup): New helper function.
7199 (mm-charset-eval-alist): New variable.
7200 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
7201 about unknown charsets.
7202
7203 2005-10-04 David Hansen <david.hansen@gmx.net>
7204
7205 * nnrss.el (nnrss-request-article): Add support for the comments tag.
7206 (nnrss-check-group): Ditto.
7207
7208 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
7209
7210 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7211 Rename x-gnus-verbatim to x-verbatim.
7212 (mm-uu-type-alist): Fix regexp for verbatim-marks.
7213
7214 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7215 x-verbatim.
7216
7217 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7218
7219 * gnus-util.el (gnus-remove-duplicates): Remove.
7220
7221 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7222 instead of gnus-remove-duplicates.
7223
7224 * message.el (message-remove-duplicates): Remove.
7225 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7226 message-remove-duplicates.
7227
7228 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7229 available, else use implementation from `delete-dups'.
7230
7231 * message.el (message-insert-expires): New function.
7232 (message-mode-map): Add key binding.
7233 (message-mode-field-menu): Add menu entry.
7234 (message-mode): Document it.
7235 (message-make-expires-date): Use `message-make-date'.
7236
7237 2005-10-04 Josh Huber <huber@alum.wpi.edu>
7238
7239 * message.el (message-make-expires-date): New function.
7240
7241 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
7242
7243 * time-date.el: Autoload parse-time-string, XEmacs needs it.
7244
7245 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
7246
7247 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7248 function rather than the diff-mode.el package.
7249 (mm-display-external): Use with-current-buffer.
7250 (mm-viewer-completion-map, mm-viewer-completion-map):
7251 Move initialization inside declaration.
7252
7253 2005-09-29 Simon Josefsson <jas@extundo.com>
7254
7255 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
7256 autoload mail-check-payment.
7257 (spam-check-hashcash): Define unconditionally, since hashcash.el
7258 is part of Gnus now. Ignore errors from payment checking.
7259
7260 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
7261
7262 * message.el (message-bold-region, message-unbold-region): Rename
7263 from `bold-region' and `unbold-region'.
7264
7265 * message.el: Remove useless autoloads.
7266
7267 2005-09-28 Simon Josefsson <jas@extundo.com>
7268
7269 * message.el (message-use-idna): Default to t.
7270 (message-use-idna): Test whether encoding works too. Doc fix.
7271
7272 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7273
7274 * nntp.el (nntp-warn-about-losing-connection): Remove.
7275
7276 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
7277
7278 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7279 customizable. Change default value.
7280 (mm-uu-diff-groups-regexp): Change default value.
7281 (mm-uu-type-alist): Add doc string.
7282 (mm-uu-configure): Add doc string. Make it interactive.
7283 (mm-uu-tex-groups-regexp): New variable.
7284 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7285 (mm-uu-type-alist): Add LaTeX documents.
7286 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7287 of "text/verbatim".
7288 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7289
7290 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7291 instead of "text/verbatim".
7292
7293 * message.el (message-mark-inserted-region)
7294 (message-mark-insert-file): Use slrn style marks when called with
7295 prefix argument.
7296
7297 2005-09-27 Simon Josefsson <jas@extundo.com>
7298
7299 * message.el (message-idna-to-ascii-rhs-1): Reformat.
7300
7301 2005-09-27 Arne Jørgensen <arne@arnested.dk>
7302
7303 * message.el (message-remove-duplicates): New function.
7304 Implementation borrowed from `gnus-remove-duplicates'.
7305 (message-idna-to-ascii-rhs): Also encode idna addresses in
7306 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7307 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7308 only ask about the same idna domain once per header and also tell
7309 in what header to replace the idna domain.
7310
7311 * gnus-art.el (article-decode-idna-rhs): Also decode idna
7312 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7313 (article-decode-idna-rhs): Fix regexp so that all idna-address in
7314 a header is decoded and not just the last one.
7315
7316 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
7317
7318 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7319 has been decoded.
7320
7321 * mm-decode.el (mm-automatic-display): Add text/verbatim.
7322 (mm-insert-part): Don't modify text if it has been decoded.
7323
7324 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7325 decoded.
7326
7327 * mm-view.el (mm-inline-text): Don't strip text props unless
7328 decoding enriched or richtext parts.
7329
7330 2005-09-25 Romain Francoise <romain@orebokech.com>
7331
7332 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7333 * gnus-start.el (gnus-subscribe-interactively):
7334 * gnus-uu.el (gnus-uu-grab-articles):
7335 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7336 space.
7337
7338 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
7339
7340 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7341 * mm-view.el (mm-view-pkcs7-decrypt):
7342 * gnus-sum.el (gnus-summary-limit-to-extra)
7343 (gnus-summary-respool-article, gnus-read-move-group-name):
7344 * gnus-score.el (gnus-summary-increase-score):
7345 * gnus-util.el (gnus-completing-read-with-default):
7346 * gnus-art.el (gnus-read-save-file-name)
7347 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7348 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7349 * message.el (message-check-news-header-syntax):
7350 Follow convention for reading with the minibuffer.
7351
7352 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
7353
7354 * spam-report.el (spam-report-url-ping-plain):
7355 Use gnus-extended-version as User-Agent.
7356
7357 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7358 default value is nil.
7359
7360 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7361 (mm-uu-verbatim-marks-extract): New function.
7362 (mm-uu-extract): New face.
7363 (mm-uu-copy-to-buffer): Use it.
7364
7365 * spam-report.el (spam-report-gmane-ham): Renamed from
7366 `spam-report-gmane-unspam'.
7367 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7368 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
7369
7370 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7371 Autoload.
7372 (spam-report-gmane-unregister-routine): Renamed
7373 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7374
7375 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
7376
7377 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7378 (spam-report-gmane-unregister-routine): Add support for gmane
7379 unregistration.
7380
7381 * spam-report.el (spam-report-gmane-unspam)
7382 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7383 (spam-report-gmane): Change to take a single article and do unspam
7384 registration.
7385
7386 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
7387
7388 * mm-url.el (mm-url-decode-entities): Fix regexp.
7389
7390 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7391
7392 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7393 default to nil, to be able to use Gnus at all. If the default
7394 switches to something else, then the function should be fixed not
7395 be exceedingly slow.
7396
7397 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
7398
7399 * gnus-start.el (gnus-activate-group): If the server is nil, don't
7400 fail hard.
7401
7402 * spam-report.el: Add better Keywords line.
7403
7404 * spam.el: Add Maintainer and better Keywords line.
7405
7406 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
7407
7408 * gnus-art.el (gnus-article-replace-part)
7409 (gnus-mime-replace-part): New functions.
7410 (gnus-mime-action-alist, gnus-mime-button-commands)
7411 (gnus-mime-save-part-and-strip): Added file argument.
7412 (gnus-article-part-wrapper): Added interactive argument.
7413
7414 * gnus-sum.el (gnus-summary-mime-map): Add
7415 `gnus-article-replace-part'.
7416
7417 2005-09-19 Didier Verna <didier@xemacs.org>
7418
7419 The nnml compaction feature:
7420 * nnml.el (nnml-request-compact-group): New function.
7421 * nnml.el (nnml-request-compact): New function.
7422 * gnus-int.el (gnus-request-compact-group): New function.
7423 * gnus-int.el (gnus-request-compact): New function.
7424 * gnus-group.el (gnus-group-compact-group): New function.
7425 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7426 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7427 * gnus-srvr.el (gnus-server-compact-server): New function.
7428 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7429 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7430
7431 2005-09-18 Deepak Goel <deego@gnufans.org>
7432
7433 * sieve.el (sieve-help): Fix `message' call: first arg should be a
7434 format spec.
7435
7436 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7437
7438 * gnus.el (gnus-group-startup-message): Bind image-load-path.
7439
7440 2005-09-15 Romain Francoise <romain@orebokech.com>
7441
7442 * message.el (message-fill-paragraph): Clarify docstring.
7443
7444 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7445
7446 * gnus-art.el (gnus-mime-display-part): Protect against broken
7447 MIME messages.
7448
7449 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
7450
7451 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7452 before parsing header.
7453
7454 2005-09-11 Jari Aalto <jari.aalto@cante.net>
7455
7456 * html2text.el (html2text-replace-list): Add new entities.
7457
7458 2005-09-11 Romain Francoise <romain@orebokech.com>
7459
7460 * message.el (message-alternative-emails): Improve docstring.
7461 (message-setup-1): Call `message-use-alternative-email-as-from'
7462 after `message-setup-hook' to give it precedence over posting
7463 styles, etc.
7464 (message-use-alternative-email-as-from): Add docstring. Remove
7465 the original From header if present.
7466
7467 * nnml.el (nnml-compressed-files-size-threshold): New variable.
7468 (nnml-save-mail): Use it.
7469
7470 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7471 articles. Add new argument `silent'.
7472 (gnus-uu-mark-all): Report the total number of marked articles.
7473
7474 2005-09-10 Romain Francoise <romain@orebokech.com>
7475
7476 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7477 (gnus-uu-mark-series): Likewise.
7478
7479 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
7480
7481 * spam-report.el (spam-report-gmane): Fix generation of spam
7482 report URL.
7483
7484 2005-09-10 Simon Josefsson <jas@extundo.com>
7485
7486 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7487 t, based on discussion on the ding list with Robert Epprecht
7488 <epprecht@solnet.ch>.
7489
7490 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
7491
7492 * spam-report.el (spam-report-gmane): Make it work without
7493 X-Report-Spam header. Gmane now only provides Archived-At.
7494 This is only used if `spam-report-gmane-use-article-number' is nil.
7495 (spam-report-gmane-spam-header): Remove. Not used anymore.
7496
7497 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7498 make `gnus-summary-sort-by-recipient' work with threading.
7499
7500 * nnweb.el (nnweb-google-wash-article): Print a message if article
7501 is not available.
7502
7503 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7504
7505 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7506 change. Decode text/* parts content before displaying.
7507
7508 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
7509
7510 * mml-smime.el: Remove defvar of gnus-extract-address-components.
7511
7512 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
7513
7514 * mm-view.el (mm-display-inline-fontify): Disable support modes.
7515
7516 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
7517
7518 * message.el (message-tab-body-function): Fix mismatched custom type.
7519
7520 * gnus.el (gnus-group-change-level-function): Ditto.
7521
7522 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7523
7524 * gnus-art.el (gnus-signature-limit)
7525 (gnus-article-mime-part-function): Ditto.
7526
7527 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
7528
7529 * mml.el (mml-mode): Silence the byte compiler.
7530
7531 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7532 using `(sit-for 0)' before moving the point to the specified part;
7533 skip unbuttonized parts.
7534 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7535 return to the summary window if gnus-auto-select-part is non-nil.
7536
7537 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
7538
7539 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7540 variables.
7541 (mml-dnd-attach-file, mml-mode): Use them.
7542
7543 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7544 Make fetching article by MID work again for Google Groups. Added
7545 FIXME concerning gnus-group-make-web-group.
7546
7547 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7548 Don't depend on Gnus by using mail-extract-address-components if
7549 gnus-extract-address-components is not bound.
7550
7551 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7552
7553 * gnus-art.el (gnus-mime-display-security): Don't display the
7554 signature, but only the signed part.
7555
7556 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
7557
7558 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7559
7560 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7561 list, not listp.
7562
7563 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
7564
7565 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7566 when encoding.
7567
7568 * mm-bodies.el (mm-decode-content-transfer-encoding):
7569 De-canonicalize CRLF for all text content types, not just
7570 text/plain.
7571
7572 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7573
7574 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7575 valid article; point arrow and cursor at the MIME button.
7576
7577 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
7578
7579 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7580 Suggested by Dan Christensen <jdc@uwo.ca>.
7581
7582 * mm-decode.el (mm-save-part): Enable change of prompt.
7583
7584 2005-08-29 Jari Aalto <jari.aalto@cante.net>
7585
7586 * gnus-msg.el (gnus-inews-add-send-actions): Made
7587 `message-post-method' lambda parameter ARG `&optional'.
7588
7589 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7590
7591 * gnus-sum.el (gnus-summary-mime-map): Added
7592 gnus-article-save-part-and-strip, gnus-article-delete-part and
7593 gnus-article-jump-to-part.
7594
7595 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7596 (gnus-article-edit-part): Use it.
7597 (gnus-article-part-wrapper): Added no-handle argument.
7598 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7599 functions.
7600
7601 2005-08-29 Romain Francoise <romain@orebokech.com>
7602
7603 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7604 docstring.
7605 (gnus-face-from-file): Likewise.
7606
7607 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7608
7609 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7610 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7611 non-nil.
7612 (gnus-auto-select-part): New variable.
7613 (gnus-article-jump-to-part): New function.
7614 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7615 (gnus-mime-delete-part): Allow selecting specified part after
7616 deleting or stripping parts.
7617 (gnus-article-jump-to-part): Don't use `read-number'. Use last
7618 part if argument is bogus.
7619
7620 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
7621
7622 * gnus-art.el (w3m-minor-mode-map):
7623 * gnus-spec.el (gnus-newsrc-file-version):
7624 * gnus-util.el (nnmail-active-file-coding-system)
7625 (gnus-original-article-buffer, gnus-user-agent):
7626 * gnus.el (gnus-ham-process-destinations)
7627 (gnus-parameter-ham-marks-alist)
7628 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7629 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7630 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7631 * mm-decode.el (gnus-current-window-configuration):
7632 * mm-extern.el (gnus-article-mime-handles):
7633 * mm-url.el (url-current-object, url-package-name)
7634 (url-package-version):
7635 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7636 (smime-keys, w3m-cid-retrieve-function-alist)
7637 (w3m-current-buffer, w3m-display-inline-images)
7638 (w3m-minor-mode-map):
7639 * mml-smime.el (gnus-extract-address-components):
7640 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7641 (gnus-newsrc-hashtb, message-default-charset)
7642 (message-deletable-headers, message-options)
7643 (message-posting-charset, message-required-mail-headers)
7644 (message-required-news-headers):
7645 * mml1991.el (mc-pgp-always-sign):
7646 * mml2015.el (mc-pgp-always-sign):
7647 * nnheader.el (nnmail-extra-headers):
7648 * rfc1843.el (gnus-decode-encoded-word-function)
7649 (gnus-decode-header-function, gnus-newsgroup-name):
7650 * spam-stat.el (gnus-original-article-buffer): Add defvars.
7651
7652 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
7653
7654 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7655 the end of the date treatments.
7656
7657 2005-08-15 Simon Josefsson <jas@extundo.com>
7658
7659 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7660 it in url-handlers.el and XEmacs in url.el. Reported by Luca
7661 Capello and Romain Francoise.
7662 (pgg-fetch-key-function): Removed, not used?
7663 (pgg-insert-url-with-w3): Require url, to get
7664 url-insert-file-contents regardless of where it is defined.
7665
7666 2005-08-13 Romain Francoise <romain@orebokech.com>
7667
7668 * message.el (message-cite-original-1): New function.
7669 (message-cite-original): Use it.
7670 (message-cite-original-without-signature): Ditto.
7671
7672 2005-08-08 Romain Francoise <romain@orebokech.com>
7673
7674 * message.el (message-yank-empty-prefix): New variable.
7675 (message-indent-citation): Use it.
7676 (message-cite-original-without-signature): Respect X-No-Archive.
7677
7678 2005-08-08 Simon Josefsson <jas@extundo.com>
7679
7680 * pgg.el: Autoload url-insert-file-contents instead of loading
7681 w3/url.
7682 (pgg-insert-url-with-w3): Don't load url here.
7683
7684 2005-08-07 Jesper Harder <harder@phys.au.dk>
7685
7686 * message.el (message-kill-to-signature): Don't insert newline at
7687 bol.
7688 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7689
7690 2005-08-06 Romain Francoise <romain@orebokech.com>
7691
7692 * message.el (message-user-fqdn): Fix typo in docstring.
7693
7694 2005-08-05 Daiki Ueno <ueno@unixuser.org>
7695
7696 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7697
7698 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7699
7700 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
7701
7702 * mm-bodies.el (mm-encode-body): Use coding system rather than
7703 charset to encode text.
7704
7705 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7706 number of charsets if utf-8 is available (XEmacs).
7707
7708 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
7709
7710 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7711 taken from `gnus-button-mid-or-mail-regexp'.
7712 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7713 (gnus-button-alist): Improve regexp for domain part of the MIDs
7714 for news:localpart@domain buttons.
7715 (gnus-button-ctan-directory-regexp): Update.
7716
7717 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
7718
7719 * sieve-manage.el (sieve-manage-interactive-login): Use
7720 make-local-variable rather than make-variable-buffer-local.
7721 (sieve-manage-open): Ditto.
7722 (sieve-manage-authenticate): Ditto.
7723
7724 * mml.el (mml-generate-mime-1): Make the content type default to
7725 text/plain if the filename is not specified.
7726
7727 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7728
7729 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7730 instead of insert-buffer.
7731
7732 * message.el (message-yank-original): Ditto; set the mark at the
7733 end of the yanked message.
7734
7735 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7736
7737 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7738 lines to scroll rather than to stop it.
7739
7740 * mml.el (mml-generate-default-type): Add doc string.
7741 (mml-generate-mime-1): Use mm-default-file-encoding or make it
7742 default to application/octet-stream when determining the content
7743 type if it is not specified for the part or the mml contents; add
7744 a comment about mml-generate-default-type.
7745
7746 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
7747
7748 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7749 make it default to application/octet-stream when determining the
7750 content type if it is not specified for the external contents.
7751
7752 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7753
7754 * rfc2231.el (rfc2231-parse-string): Take care that not only a
7755 segmented parameter but also other parameters might be there.
7756
7757 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
7758
7759 * mm-decode.el (mm-display-external): Delete temp file, directory
7760 and buffer immediately if the external process is exited.
7761
7762 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
7763
7764 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7765 fewer lines than that of scroll-margin.
7766 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7767
7768 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
7769
7770 * gnus-art.el (gnus-article-next-page): Revert.
7771 (gnus-article-beginning-of-window): New macro.
7772 (gnus-article-next-page-1): Use it.
7773 (gnus-article-prev-page): Ditto.
7774 (gnus-article-edit-part): Use insert-buffer-substring instead of
7775 insert-buffer.
7776 (gnus-article-edit-exit): Ditto.
7777
7778 * gnus-util.el (gnus-beginning-of-window): Remove.
7779 (gnus-end-of-window): Remove.
7780
7781 2005-07-25 Simon Josefsson <jas@extundo.com>
7782
7783 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7784 to have the url package without w3. Reported by Daiki Ueno
7785 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7786
7787 2005-07-20 Didier Verna <didier@xemacs.org>
7788
7789 * gnus-diary.el: Remove the description comment (nndiary is now
7790 properly documented in the Gnus manual).
7791 Fix the spelling of "Back End".
7792 * nndiary.el: Ditto.
7793 Fix the copyright notice.
7794
7795 2005-07-18 Romain Francoise <romain@orebokech.com>
7796
7797 * gnus-sum.el (gnus-summary-to-prefix)
7798 (gnus-summary-newsgroup-prefix): New variables.
7799 (gnus-summary-from-or-to-or-newsgroups): Use them.
7800
7801 2005-07-17 Romain Francoise <romain@orebokech.com>
7802
7803 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7804 space as it's generally not especially interesting to the user.
7805
7806 2005-07-16 Romain Francoise <romain@orebokech.com>
7807
7808 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7809 nil to avoid prompting and file modification if one of the
7810 messages at the top of the nnfolder file contains a copyright
7811 notice.
7812 Update copyright notice.
7813
7814 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7815 instead of `current-time-string' as the latter creates a time
7816 string that is not RFC 2822 compliant (it lacks the zone).
7817 Update copyright notice.
7818
7819 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7820
7821 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7822 for text/rtf. Display default in prompt. Pass default for M-n.
7823
7824 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7825
7826 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7827
7828 * gnus-msg.el (gnus-button-mailto): Remove
7829 save-selected-window-window hackery because it relies on
7830 save-selected-window internals.
7831
7832 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
7833
7834 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7835 (gnus-article-next-page-1): Use gnus-beginning-of-window.
7836 (gnus-article-prev-page): Ditto.
7837
7838 * gnus-util.el (gnus-beginning-of-window): New function.
7839 (gnus-end-of-window): New function.
7840
7841 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
7842
7843 * gnus-score.el (gnus-score-edit-all-score): Set
7844 gnus-score-edit-exit-function to gnus-score-edit-done and call
7845 gnus-message.
7846
7847 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7848
7849 * gnus-msg.el (gnus-button-mailto): Remove
7850 save-selected-window-window hackery because it relies on
7851 save-selected-window internals.
7852
7853 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7854
7855 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7856 add-minor-mode.
7857 (gnus-binary-mode): Ditto.
7858
7859 * gnus-topic.el (gnus-topic-mode): Ditto.
7860
7861 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
7862
7863 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7864 (gnus-article-prev-page): Take scroll-margin into consideration.
7865
7866 2005-07-04 Lute Kamstra <lute@gnu.org>
7867
7868 Update FSF's address in GPL notices.
7869
7870 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
7871
7872 * gnus.el (gnus-exit):
7873 * gnus-group.el (gnus-group-icons):
7874 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7875
7876 * gnus-nocem.el (gnus-nocem):
7877 * message.el (message-various, message-buffers, message-sending)
7878 (message-interface, message-forwarding, message-insertion)
7879 (message-headers, message-news, message-mail):
7880 * pgg-gpg.el (pgg-gpg):
7881 * pgg-parse.el (pgg-parse):
7882 * pgg-pgp.el (pgg-pgp):
7883 * pgg-pgp5.el (pgg-pgp5):
7884 * pop3.el (pop3): Finish `defgroup' description with period.
7885
7886 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
7887
7888 * gnus-art.el (article-display-face): Improve the efficiency.
7889 (article-display-x-face): Ditto; remove grey x-face stuff.
7890
7891 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
7892
7893 * gnus-art.el (article-display-face): Correct the position in
7894 which Faces are inserted.
7895
7896 2005-06-29 Didier Verna <didier@xemacs.org>
7897
7898 * gnus-art.el (article-display-face): Display faces in correct
7899 order.
7900
7901 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7902
7903 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7904 (gnus-fill-real-hashtb): Use hash table instead of obarray.
7905 (gnus-nocem-check-article): Fetch the Type header.
7906 (gnus-nocem-message-wanted-p): Fix the way to examine types.
7907 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7908 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7909 make sure gnus-nocem-hashtb is initialized.
7910 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7911 (gnus-nocem-unwanted-article-p): Ditto.
7912
7913 * pgg.el (pgg-verify): Return the verification result.
7914
7915 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7916
7917 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7918 is ascii.
7919
7920 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7921
7922 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7923 `show-nonbreak-escape'.
7924
7925 2005-06-23 Lute Kamstra <lute@gnu.org>
7926
7927 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7928
7929 * dig.el (dig-mode):
7930 * smime.el (smime-mode): Use gnus-run-mode-hooks.
7931
7932 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7933
7934 * nnimap.el (nnimap-split-download-body): Fix spellings.
7935
7936 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7937
7938 * gnus-art.el (gnus-article-encrypt-body):
7939 * gnus-cus.el (gnus-score-customize):
7940 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7941 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7942
7943 2005-06-16 Arne Jørgensen <arne@arnested.dk>
7944
7945 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7946 header by looking for magic "MII" at the beginnig.
7947
7948 2005-06-16 Miles Bader <miles@gnu.org>
7949
7950 * assistant.el (assistant-field): Remove "-face" suffix from face name.
7951 (assistant-field-face): New backward-compatibility alias for renamed
7952 face.
7953 (assistant-render-text): Use renamed assistant-field face.
7954
7955 * spam.el (spam): Remove "-face" suffix from face name.
7956 (spam-face): New backward-compatibility alias for renamed face.
7957 (spam-face, spam-initialize): Use renamed spam face.
7958
7959 * message.el (message-header-to, message-header-cc)
7960 (message-header-subject, message-header-newsgroups)
7961 (message-header-other, message-header-name)
7962 (message-header-xheader, message-separator, message-cited-text)
7963 (message-mml): Remove "-face" suffix from face names.
7964 (message-header-to-face, message-header-cc-face)
7965 (message-header-subject-face, message-header-newsgroups-face)
7966 (message-header-other-face, message-header-name-face)
7967 (message-header-xheader-face, message-separator-face)
7968 (message-cited-text-face, message-mml-face):
7969 New backward-compatibility aliases for renamed faces.
7970 (message-font-lock-keywords): Use renamed message faces.
7971
7972 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7973 (sieve-test-commands, sieve-tagged-arguments):
7974 Remove "-face" suffix from face names.
7975 (sieve-control-commands-face, sieve-action-commands-face)
7976 (sieve-test-commands-face, sieve-tagged-arguments-face):
7977 New backward-compatibility aliases for renamed faces.
7978 (sieve-control-commands-face, sieve-action-commands-face)
7979 (sieve-test-commands-face, sieve-tagged-arguments-face):
7980 Use renamed sieve faces.
7981
7982 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7983 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7984 (gnus-group-news-3-empty, gnus-group-news-4)
7985 (gnus-group-news-4-empty, gnus-group-news-5)
7986 (gnus-group-news-5-empty, gnus-group-news-6)
7987 (gnus-group-news-6-empty, gnus-group-news-low)
7988 (gnus-group-news-low-empty, gnus-group-mail-1)
7989 (gnus-group-mail-1-empty, gnus-group-mail-2)
7990 (gnus-group-mail-2-empty, gnus-group-mail-3)
7991 (gnus-group-mail-3-empty, gnus-group-mail-low)
7992 (gnus-group-mail-low-empty, gnus-summary-selected)
7993 (gnus-summary-cancelled, gnus-summary-high-ticked)
7994 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7995 (gnus-summary-high-ancient, gnus-summary-low-ancient)
7996 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7997 (gnus-summary-low-undownloaded)
7998 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7999 (gnus-summary-low-unread, gnus-summary-normal-unread)
8000 (gnus-summary-high-read, gnus-summary-low-read)
8001 (gnus-summary-normal-read, gnus-splash):
8002 Remove "-face" suffix from face names.
8003 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8004 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8005 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8006 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8007 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8008 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8009 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8010 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8011 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8012 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8013 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8014 (gnus-summary-selected-face, gnus-summary-cancelled-face)
8015 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8016 (gnus-summary-normal-ticked-face)
8017 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
8018 (gnus-summary-normal-ancient-face)
8019 (gnus-summary-high-undownloaded-face)
8020 (gnus-summary-low-undownloaded-face)
8021 (gnus-summary-normal-undownloaded-face)
8022 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8023 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8024 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8025 (gnus-splash-face):
8026 New backward-compatibility aliases for renamed faces.
8027 (gnus-group-startup-message): Use renamed gnus faces.
8028
8029 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
8030 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
8031 (gnus-server-agent): Remove "-face" suffix from face names.
8032 (gnus-server-agent-face, gnus-server-opened-face)
8033 (gnus-server-closed-face, gnus-server-denied-face)
8034 (gnus-server-offline-face):
8035 New backward-compatibility aliases for renamed faces.
8036 (gnus-server-agent-face, gnus-server-opened-face)
8037 (gnus-server-closed-face, gnus-server-denied-face)
8038 (gnus-server-offline-face): Use renamed gnus faces.
8039
8040 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
8041 Remove "-face" suffix from face names.
8042 (gnus-picon-xbm-face, gnus-picon-face):
8043 New backward-compatibility aliases for renamed faces.
8044
8045 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
8046 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
8047 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
8048 (gnus-cite-11): Remove "-face" suffix from face names.
8049 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
8050 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
8051 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
8052 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
8053 New backward-compatibility aliases for renamed faces.
8054 (gnus-cite-attribution-face, gnus-cite-face-list)
8055 (gnus-article-boring-faces): Use renamed gnus faces.
8056
8057 * gnus-art.el (gnus-signature, gnus-header-from)
8058 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
8059 (gnus-header-content): Remove "-face" suffix from face names.
8060 (gnus-signature-face, gnus-header-from-face)
8061 (gnus-header-subject-face, gnus-header-newsgroups-face)
8062 (gnus-header-name-face, gnus-header-content-face):
8063 New backward-compatibility aliases for renamed faces.
8064 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
8065
8066 * gnus-sum.el (gnus-summary-selected-face)
8067 (gnus-summary-highlight): Use renamed gnus faces.
8068 * gnus-group.el (gnus-group-highlight): Likewise.
8069
8070 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
8071
8072 * gnus-sieve.el (gnus-sieve-article-add-rule):
8073 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
8074 * spam-stat.el (spam-stat-buffer-change-to-spam)
8075 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
8076
8077 * message.el (message-is-yours-p):
8078 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
8079
8080 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
8081
8082 * mm-view.el (mm-inline-text): Withdraw the last change.
8083
8084 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
8085
8086 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
8087 executing enriched-decode.
8088
8089 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
8090
8091 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
8092 charset of tar files.
8093
8094 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
8095
8096 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
8097
8098 2005-06-04 Lute Kamstra <lute@gnu.org>
8099
8100 * nnfolder.el (nnfolder-read-folder): Make sure that undo
8101 information is never recorded.
8102
8103 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8104
8105 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
8106
8107 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
8108
8109 * pop3.el (pop3-apop): Run md5 in the binary mode.
8110
8111 * starttls.el (starttls-set-process-query-on-exit-flag):
8112 Use eval-and-compile.
8113
8114 2005-05-31 Simon Josefsson <jas@extundo.com>
8115
8116 * smime.el (smime-replace-in-string): Define.
8117 (smime-cert-by-ldap-1): Use it.
8118
8119 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
8120
8121 * gnus-art.el (article-display-x-face): Replace
8122 process-kill-without-query by gnus-set-process-query-on-exit-flag.
8123
8124 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
8125 set-process-query-on-exit-flag or process-kill-without-query.
8126
8127 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
8128 loop instead of replace-regexp.
8129
8130 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
8131 instead of process-kill-without-query if it is available.
8132
8133 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
8134 instead of find-file-hooks if it is available.
8135
8136 * mml1991.el: Bind pgg-default-user-id when compiling.
8137
8138 * mml2015.el: Bind pgg-default-user-id when compiling.
8139
8140 * nndraft.el (nndraft-request-associate-buffer):
8141 Use write-contents-functions instead of write-contents-hooks if it is
8142 available.
8143
8144 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
8145 instead of find-file-hooks if it is available.
8146
8147 * nntp.el (nntp-open-connection): Replace
8148 process-kill-without-query by gnus-set-process-query-on-exit-flag.
8149 (nntp-open-ssl-stream): Ditto.
8150 (nntp-open-tls-stream): Ditto.
8151
8152 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8153 set-process-query-on-exit-flag or process-kill-without-query.
8154 (starttls-open-stream-gnutls): Use it instead of
8155 process-kill-without-query.
8156 (starttls-open-stream): Ditto.
8157
8158 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
8159
8160 * smime.el (smime-cert-by-ldap-1): Don't use
8161 replace-regexp-in-string.
8162
8163 2005-05-31 Arne Jørgensen <arne@arnested.dk>
8164
8165 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8166
8167 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
8168 in PEM format. Adjust to the XEmacs compability.
8169
8170 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
8171
8172 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8173 by `string-to-number'.
8174 * gnus-agent.el (gnus-agent-regenerate-group)
8175 (gnus-agent-fetch-articles): Ditto.
8176 * gnus-art.el (gnus-button-fetch-group): Ditto.
8177 * gnus-cache.el (gnus-cache-generate-active)
8178 (gnus-cache-articles-in-group): Ditto.
8179 * gnus-group.el (gnus-group-set-current-level)
8180 (gnus-group-insert-group-line): Ditto.
8181 * gnus-score.el (gnus-score-set-expunge-below)
8182 (gnus-score-set-mark-below, gnus-summary-score-effect)
8183 (gnus-summary-score-entry): Ditto.
8184 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8185 (gnus-soup-pack): Ditto.
8186 * gnus-spec.el (gnus-xmas-format): Ditto.
8187 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8188 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8189 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8190 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8191 * nndb.el (nndb-get-remote-expire-response): Ditto.
8192 * nndiary.el (nndiary-parse-schedule-value)
8193 (nndiary-string-to-number, nndiary-request-replace-article)
8194 (nndiary-request-article): Ditto.
8195 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8196 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8197 * nneething.el (nneething-make-head): Ditto.
8198 * nnfolder.el (nnfolder-request-article)
8199 (nnfolder-retrieve-headers): Ditto.
8200 * nnheader.el (nnheader-file-to-number): Ditto.
8201 * nnkiboze.el (nnkiboze-request-article): Ditto.
8202 * nnmail.el (nnmail-process-unix-mail-format)
8203 (nnmail-process-babyl-mail-format): Ditto.
8204 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8205 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8206 (nnmh-request-create-group, nnmh-request-list-1)
8207 (nnmh-request-group, nnmh-request-article): Ditto.
8208 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8209 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8210 * nnsoup.el (nnsoup-make-active): Ditto.
8211 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8212 * nntp.el (nntp-find-group-and-number)
8213 (nntp-retrieve-headers-with-xover): Ditto.
8214 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8215 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8216 (pgg-format-key-identifier): Ditto.
8217 * pop3.el (pop3-last, pop3-stat): Ditto.
8218 * qp.el (quoted-printable-decode-region): Ditto.
8219
8220 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8221 of concat.
8222
8223 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
8224
8225 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8226
8227 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8228
8229 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8230
8231 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8232
8233 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8234
8235 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8236
8237 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8238 (gnus-carpal-mode): Ditto.
8239
8240 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8241 (gnus-browse-mode): Ditto.
8242
8243 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8244
8245 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8246
8247 2005-05-29 Richard M. Stallman <rms@gnu.org>
8248
8249 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8250
8251 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
8252
8253 * gnus-util.el (gnus-run-mode-hooks): New function.
8254
8255 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8256
8257 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
8258
8259 * gnus-agent.el (gnus-agent-make-mode-line-string):
8260 Use mode-line-highlight as mouse-face.
8261
8262 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
8263
8264 * canlock.el (canlock): Change the parent group to news.
8265
8266 * deuglify.el (gnus-outlook-deuglify): Add :group.
8267
8268 * dig.el (dig): Add :group.
8269
8270 * dns-mode.el (dns-mode): Add :group.
8271
8272 * encrypt.el (encrypt): Add :group.
8273
8274 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8275 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8276 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8277 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8278 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8279
8280 * gnus-diary.el (gnus-diary): Add :group.
8281
8282 * gnus.el (gnus-group-news-1-face): Add :group.
8283 (gnus-group-news-1-empty-face): Ditto.
8284 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8285 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8286 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8287 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8288 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8289 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8290 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8291 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8292 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8293 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8294 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8295 (gnus-summary-high-ticked-face): Ditto.
8296 (gnus-summary-low-ticked-face): Ditto.
8297 (gnus-summary-normal-ticked-face): Ditto.
8298 (gnus-summary-high-ancient-face): Ditto.
8299 (gnus-summary-low-ancient-face): Ditto.
8300 (gnus-summary-normal-ancient-face): Ditto.
8301 (gnus-summary-high-undownloaded-face): Ditto.
8302 (gnus-summary-low-undownloaded-face): Ditto.
8303 (gnus-summary-normal-undownloaded-face): Ditto.
8304 (gnus-summary-high-unread-face): Ditto.
8305 (gnus-summary-low-unread-face): Ditto.
8306 (gnus-summary-normal-unread-face): Ditto.
8307 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8308 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8309
8310 * hashcash.el (hashcash): New custom group.
8311 (hashcash-default-payment): Add :group.
8312 (hashcash-payment-alist): Ditto.
8313 (hashcash-default-accept-payment): Ditto.
8314 (hashcash-accept-resources): Ditto.
8315 (hashcash-path): Ditto.
8316 (hashcash-extra-generate-parameters): Ditto.
8317 (hashcash-double-spend-database): Ditto.
8318 (hashcash-in-news): Ditto.
8319
8320 * message.el (message-minibuffer-local-map): Add :group.
8321
8322 * netrc.el (netrc): Add :group.
8323
8324 * sieve-manage.el (sieve-manage-log): Add :group.
8325 (sieve-manage-default-user): Diito.
8326 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8327 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8328 (sieve-manage-authenticators): Ditto.
8329 (sieve-manage-authenticator-alist): Ditto.
8330 (sieve-manage-default-port): Ditto.
8331
8332 * sieve-mode.el (sieve-control-commands-face): Add :group.
8333 (sieve-action-commands-face): Ditto.
8334 (sieve-test-commands-face): Ditto.
8335 (sieve-tagged-arguments-face): Ditto.
8336
8337 * smime.el (smime): Add :group.
8338
8339 * spam-report.el (spam-report): Add :group.
8340
8341 * spam.el (spam, spam-face): Add :group.
8342
8343 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8344
8345 * nntp.el (nntp-next-result-arrived-p): Some news servers may
8346 return \n.\n.\n at the end of articles. Protect against that.
8347 (nntp-with-open-group): Allow debugging.
8348
8349 * nnheader.el (mail-header-set-extra): Make into a function
8350 because I just could't understand how to quote the list properly.
8351
8352 * dns.el (query-dns-cached): New function.
8353
8354 2005-05-26 Lute Kamstra <lute@gnu.org>
8355
8356 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8357
8358 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
8359
8360 * gnus-art.el: Don't autoload mail-extract-address-components.
8361
8362 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8363 eval-and-compile to evaluate it.
8364
8365 * hashcash.el: Don't autoload executable-find.
8366
8367 * nndb.el: Don't declare the nndb back end two or more times; don't
8368 autoload news-reply-mode, news-setup, cancel-timer and telnet.
8369
8370 * nntp.el: Autoload format-spec instead of format; use
8371 eval-and-compile to evaluate autoload forms.
8372
8373 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
8374
8375 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8376
8377 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8378
8379 * gnus.el (gnus-version-number): Bump version.
8380
8381 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8382
8383 * gnus.el: No Gnus v0.3 is released.
8384
8385 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
8386
8387 * gnus-art.el (gnus-article-edit-part): Disable undo.
8388
8389 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
8390
8391 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8392 gnus-article-date-lapsed-new-header is t if date timer is active;
8393 skip headers in which the original date value is empty.
8394 (gnus-article-save-original-date): Redefine it as a macro.
8395 (gnus-display-mime): Use it.
8396
8397 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
8398
8399 * gnus-art.el (article-date-ut): Support converting date in
8400 forwarded parts as well.
8401 (gnus-article-save-original-date): New function.
8402 (gnus-display-mime): Use it.
8403
8404 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
8405
8406 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8407 enclosure element of <item>.
8408
8409 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
8410
8411 * message.el (message-kill-buffer-query): Renamed from
8412 `message-kill-buffer-query-if-modified'. Added :version.
8413
8414 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
8415
8416 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8417 window layout.
8418
8419 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8420
8421 * mml.el: Autoload dnd when compiling.
8422
8423 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
8424
8425 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8426 x-dnd-*.
8427
8428 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8429
8430 * qp.el (quoted-printable-encode-region): Save excursion.
8431
8432 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
8433
8434 * message.el (message-kill-buffer-query-if-modified): Add new variable
8435 so the user can kill a modified message buffer quickly.
8436 (message-kill-buffer): Use it.
8437
8438 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
8439
8440 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
8441 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8442
8443 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
8444
8445 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8446 contained in text because xml.el decodes entities) with LFs.
8447
8448 2005-04-11 Lute Kamstra <lute@gnu.org>
8449
8450 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8451 differently.
8452
8453 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8454
8455 * mm-util.el (mm-detect-coding-region): Typo.
8456
8457 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
8458
8459 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8460
8461 2005-04-06 Deepak Goel <deego@gnufans.org>
8462
8463 * spam-stat.el (spam-stat-score-buffer): Add a call to a
8464 user-function allow user modifications of the scores.
8465 (spam-stat-score-buffer-user): New function, to allow
8466 user-computed modifications to the score.
8467 (spam-stat-score-buffer-user-functions): List of additional
8468 scoring functions.
8469 (spam-stat-error-holder): Global temporary error holder.
8470 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8471 variable.
8472
8473 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
8474
8475 * gnus-registry.el (gnus-registry-clean-empty-function)
8476 (gnus-registry-trim, gnus-registry-fetch-groups)
8477 (gnus-registry-delete-group): Groups that match
8478 `gnus-registry-ignored-groups' are removed from the registry
8479 entries, not just ignored for splitting. This helps clean up the
8480 registry. Also, `gnus-registry-fetch-groups' is a convenient way
8481 to get all the groups a message ID is in.
8482
8483 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8484 (spam-stat-split-fancy): Change "threshhold" to "threshold"
8485 (spam-stat-score-buffer-user-functions): Add :number custom type.
8486
8487 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8488
8489 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8490 argument in XEmacs.
8491
8492 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8493 (nnrss-request-group): Decode group name first.
8494 (nnrss-request-article): Make a text/plain article if mml-to-mime
8495 failed.
8496 (nnrss-get-encoding): Return a compatible encoding according to
8497 nnrss-compatible-encoding-alist.
8498 (nnrss-find-el): Use consp instead of listp.
8499 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8500
8501 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8502
8503 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8504 which Emacs 20 doesn't support.
8505 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8506
8507 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
8508
8509 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8510 silence the byte compiler inside the defun.
8511
8512 * gnus-demon.el (parse-time-string): Add autoload.
8513
8514 * gnus-delay.el (parse-time-string): Add autoload.
8515
8516 * gnus-art.el (parse-time-string): Add autoload.
8517
8518 * nnultimate.el (parse-time): Require for `parse-time-string'.
8519
8520 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8521
8522 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8523
8524 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8525
8526 * smime.el (smime-ldap-host-list): Add :version.
8527
8528 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8529
8530 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8531 pass it to `gnus-browse-read-group'.
8532 (gnus-browse-read-group): Add NUMBER argument and pass it to
8533 `gnus-group-read-ephemeral-group'.
8534
8535 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8536 argument and pass it to `gnus-group-read-group'.
8537
8538 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
8539
8540 * mm-util.el (mm-xemacs-find-mime-charset): Only call
8541 mm-xemacs-find-mime-charset-1 if we have the mule feature
8542 available at runtime.
8543
8544 2005-03-25 Werner Lemberg <wl@gnu.org>
8545
8546 * nnmaildir.el: Replace `illegal' with `invalid'.
8547
8548 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8549
8550 * gnus-start.el (gnus-display-time-event-handler):
8551 Check display-time-timer at runtime rather than only at load time
8552 in case display-time-mode is turned off in the mean time.
8553
8554 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8555
8556 * nnimap.el (nnimap-open-connection): Print which authinfo file is
8557 used.
8558
8559 * nneething.el (nneething-map-file-directory): Derive from
8560 `gnus-directory'.
8561
8562 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8563 the To/Cc button.
8564
8565 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
8566
8567 * nnmaildir.el (nnmaildir-request-accept-article):
8568 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8569
8570 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8571
8572 * gnus-async.el: Require timer-funcs at compile time when in
8573 XEmacs for `run-with-idle-timer'.
8574
8575 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8576
8577 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8578 autoloaded function.
8579
8580 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8581
8582 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8583
8584 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
8585
8586 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8587
8588 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8589
8590 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8591 gnus-expert-user to default.
8592
8593 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
8594
8595 * nnimap.el (nnimap-open-server): Ditto.
8596
8597 * imap.el (imap-authenticate): Fix typo.
8598
8599 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
8600
8601 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8602 buffer (since IMAP server might return FETCH response out of
8603 order, and the nntp buffer must be sorted).
8604
8605 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
8606
8607 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8608 comparison on string.
8609
8610 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8611 (gnus-agent-score): Renamed category keywords to match gnus-cus.
8612 (gnus-agent-summary-fetch-series): Modified to protect against
8613 gnus-agent-summary-fetch-group clearing processable flags.
8614 (gnus-agent-synchronize-group-flags): Update live group buffer as
8615 synchronization may occur due to the user toggle the plugged
8616 status.
8617 (gnus-agent-fetch-group-1): Clear downloadable flag when article
8618 successfully downloaded.
8619 (gnus-agent-expire-group-1): Avoid using markers when the overview
8620 is in ascending order; greatly improves performance.
8621 (gnus-agent-regenerate-group): Use
8622 gnus-agent-synchronize-group-flags to reset read status in both
8623 gnus and server.
8624 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8625
8626 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8627
8628 * message.el: Don't autoload former message-utils variables.
8629 (message-strip-subject-trailing-was): Change doc string.
8630
8631 * nnweb.el: Fixes for `gnus-group-make-web-group'.
8632 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
8633 (nnweb-google-search): Add "hl=en" here.
8634 (nnweb-google-parse-1, nnweb-google-create-mapping):
8635 Don't hardcode URL.
8636
8637 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8638
8639 * message.el (message-get-reply-headers, message-followup):
8640 Mention related variables `message-use-followup-to' and
8641 `message-use-mail-followup-to', in the information buffer.
8642
8643 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8644 of broken groups(-beta).google.com.
8645
8646 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8647
8648 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8649 parameter to invoked gnus-request-move-article; remove the
8650 redundant gnus-sum-hint-move-is-internal variable; apply the marks
8651 all at once instead of once per article.
8652 (gnus-summary-remove-process-mark): Accept a list of articles as
8653 well as a single article for processing.
8654
8655 * gnus-int.el (gnus-request-move-article): Add move-is-internal
8656 parameter.
8657
8658 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8659
8660 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8661
8662 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8663 parameter.
8664
8665 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8666 parameter.
8667
8668 * nnimap.el (nnimap-request-move-article): Add move-is-internal
8669 parameter and remove the gnus-sum-hint-move-is-internal variable.
8670
8671 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8672 parameter.
8673
8674 * nndraft.el (nndraft-request-move-article): Add move-is-internal
8675 parameter.
8676
8677 * nndiary.el (nndiary-request-move-article): Add move-is-internal
8678 parameter.
8679
8680 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8681
8682 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8683 parameter.
8684
8685 * nnagent.el (nnagent-request-move-article): Add move-is-internal
8686 parameter.
8687
8688 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
8689
8690 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8691 a more conservative way.
8692
8693 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8694
8695 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8696 buffer, so it moves the window's cursor.
8697
8698 2005-02-26 Arne Jørgensen <arne@arnested.dk>
8699
8700 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8701 `mm-dissect-multipart' and receive the from field as an (optional)
8702 argument from `mm-dissect-multipart'.
8703 (mm-dissect-multipart): Receive the from field as an argument and
8704 pass it on when we call `mm-dissect-buffer' on MIME parts.
8705 Fixes verification/decryption of signed/encrypted MIME parts.
8706
8707 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
8708
8709 * gnus-sum.el (gnus-summary-move-article): Set
8710 gnus-sum-hint-move-is-internal for gnus-request-move-article and
8711 whatever it calls (right now, only nnimap-request-move article
8712 respects it).
8713
8714 * nnimap.el (nnimap-request-move-article): When
8715 gnus-sum-hint-move-is-internal is set, don't do the extra
8716 nnimap-request-article.
8717
8718 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
8719
8720 * nnheader.el (nnheader-find-file-noselect): Add doc string.
8721
8722 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8723 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8724
8725 * gnus-sum.el (gnus-summary-caesar-message):
8726 Apply `gnus-treat-article' after rotation.
8727
8728 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8729 doc string.
8730
8731 2005-02-22 Simon Josefsson <jas@extundo.com>
8732
8733 * encrypt.el (encrypt-password-cache-expiry): Remove (use
8734 `password-cache-expiry' instead). Reported by Arne Jørgensen
8735 <arne@arnested.dk>.
8736 (encrypt): Add password-cache and password-cache-expiry as group
8737 members.
8738
8739 2005-02-22 Arne Jørgensen <arne@arnested.dk>
8740
8741 * smime.el (smime-ldap-host-list): Doc fix.
8742 (smime-ask-passphrase): Use `password-read-and-add' to read (and
8743 cache) password.
8744 (smime-sign-region): Use it.
8745 (smime-decrypt-region): Use it.
8746 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8747 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8748 fails.
8749 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8750 certificate from DER to PEM format rather than calling openssl.
8751
8752 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8753
8754 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8755 for signing/encryption.
8756
8757 * mml.el (mml-parse-1): Use them.
8758
8759 2005-02-21 Arne Jørgensen <arne@arnested.dk>
8760
8761 * nnrss.el (nnrss-verbose): Removed.
8762 (nnrss-request-group): Use `nnheader-message' instead.
8763
8764 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
8765
8766 * nnrss.el (nnrss-verbose): New variable.
8767 (nnrss-request-group): Make it say nnrss is requesting a group.
8768
8769 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
8770
8771 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8772 Handle news URL with given port correctly.
8773
8774 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8775
8776 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8777 containing special characters.
8778
8779 * gnus-sum.el (gnus-summary-edit-article): Ditto.
8780
8781 * mml.el (mime-to-mml): Ditto.
8782
8783 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8784 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8785 (rfc2047-decode-region): Quote decoded words containing special
8786 characters when rfc2047-quote-decoded-words-containing-tspecials
8787 is non-nil.
8788
8789 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
8790
8791 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8792
8793 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8794
8795 2005-02-15 Simon Josefsson <jas@extundo.com>
8796
8797 * nnimap.el (nnimap-debug): Doc fix.
8798
8799 * imap.el (imap-debug): Doc fix.
8800
8801 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
8802
8803 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8804
8805 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8806
8807 * gnus.el (spam-contents): Improve docs for spam-contents
8808 parameter in its variable incarnation.
8809
8810 2005-02-14 Simon Josefsson <jas@extundo.com>
8811
8812 * smime-ldap.el: Use require instead of load-library for ldap.
8813 (smime-ldap-search): Indent.
8814 (smime-ldap-search-internal): Shorten line.
8815
8816 * smime.el (smime-cert-by-dns): Add doc-string.
8817 (smime-cert-by-ldap-1): Indent.
8818
8819 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8820 mml-smime-get-dns-ldap.
8821 (mml-smime-encrypt-query): Use new function. Default to ldap.
8822
8823 2005-02-14 Arne Jørgensen <arne@arnested.dk>
8824
8825 * smime.el: Require smime-ldap.
8826 (smime-ldap-host-list): New variable.
8827 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8828
8829 * mml-smime.el (mml-smime-encrypt-query): New function.
8830 (mml-smime-encrypt-query): Use it.
8831
8832 * smime-ldap.el: New file.
8833
8834 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8835
8836 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8837
8838 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8839
8840 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8841 argument in doc string. Make query for type more clear.
8842
8843 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
8844
8845 * gnus.el (gnus-group-startup-message): Search for gnus images in
8846 etc/images/gnus.
8847 * mm-util.el (mm-image-load-path): Likewise.
8848 * smiley.el (smiley-data-directory): Search for smilies in
8849 etc/images/smilies.
8850
8851 2005-02-09 Kim F. Storm <storm@cua.dk>
8852
8853 Change Emacs release version from 21.4 to 22.1 throughout.
8854 Change Emacs development version from 21.3.50 to 22.0.50.
8855
8856 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
8857
8858 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8859
8860 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8861 non-Mule XEmacs as well.
8862 (mm-decompress-buffer): Signal an error intentionally if it does
8863 not decompress compressed data because auto-compression-mode is
8864 disabled.
8865
8866 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
8867
8868 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8869 an ID in the registry even if it has no groups.
8870
8871 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
8872
8873 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8874 merge it into mm-decompress-buffer.
8875 (gnus-mime-copy-part): Use the MIME part charset, the value which
8876 a user specified or gnus-newsgroup-charset for decoding, like
8877 gnus-mime-inline-part does; set buffer-file-coding-system to tell
8878 save-buffer what was used. Suggested by Kevin Ryde
8879 <user42@zip.com.au>.
8880 (gnus-mime-inline-part): Allow the name parameter as well as the
8881 filename parameter; force decompressing of compressed data; always
8882 display contents being not decoded as unibyte.
8883
8884 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8885 as well as the filename parameter.
8886
8887 * mm-util.el (mm-decompress-buffer): Merge
8888 gnus-mime-jka-compr-maybe-uncompress.
8889 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8890 of compressed data.
8891
8892 2005-02-08 Simon Josefsson <jas@extundo.com>
8893
8894 * imap.el (imap-log): Doc fix.
8895
8896 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8897
8898 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8899 the coding cookies; decompress compressed parts.
8900
8901 * mml.el (mml-generate-mime-1): Add the charset parameter according
8902 to the value which a user specified manually or the coding cookie.
8903
8904 * mm-util.el (mm-string-to-multibyte): New function.
8905 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8906 (mm-coding-system-to-mime-charset): New function.
8907 (mm-decompress-buffer): New function.
8908 (mm-find-buffer-file-coding-system): New function.
8909
8910 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8911 (mm-display-inline-fontify): Rewrite for decoding and decompressing
8912 parts.
8913
8914 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8915
8916 * mm-view.el (mm-display-inline-fontify): Decode a part according
8917 to the charset parameter.
8918
8919 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
8920
8921 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8922 prefix arg is neither nil nor a number, as info specifies.
8923
8924 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
8925
8926 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8927 timestamps.
8928
8929 2005-02-02 Jari Aalto <jari.aalto@cante.net>
8930
8931 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8932 groups error checking and notify user.
8933
8934 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
8935
8936 * message.el (message-send-mail-function): Check existence of
8937 sendmail-program first before using default value
8938 `message-send-mail-with-sendmail'. Otherwise use more generic
8939 `smtpmail-send-it'.
8940
8941 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8942
8943 * nntp.el (nntp-request-update-info): Always return nil.
8944
8945 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
8946
8947 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8948
8949 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8950
8951 * message.el (message-beginning-of-line): Change the behavior when
8952 invoked between BOL and : so that it first moves backward.
8953
8954 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8955
8956 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8957 article buffer when editing of the article is discarded.
8958 (gnus-article-prepare): Revert.
8959
8960 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8961
8962 * gnus-art.el (gnus-article-prepare):
8963 Remove message-strip-forbidden-properties from the local hook.
8964
8965 2005-01-27 Simon Josefsson <jas@extundo.com>
8966
8967 * password.el (password-cache-add): Only start one timer per key.
8968 Reported by Derek Atkins <warlord@MIT.EDU>.
8969
8970 2005-01-26 Steve Youngs <steve@sxemacs.org>
8971
8972 * run-at-time.el: Removed. It is no longer needed as
8973 timer-funcs.el in the xemacs-base package has a working version of
8974 `run-at-time'.
8975
8976 * password.el: Require timer-funcs instead of run-at-time in
8977 XEmacs.
8978 Remove `password-run-at-time' macro.
8979 (password-cache-add): Use `run-at-time' instead of
8980 `password-run-at-time'.
8981
8982 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8983 for `run-with-idle-timer'.
8984
8985 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8986 for `run-at-time'.
8987
8988 * mm-url.el: Require timer-funcs at compile time when in XEmacs
8989 for `with-timeout'.
8990
8991 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8992
8993 * mml.el (mml-generate-mime-1): Convert string into unibyte when
8994 inserting " *mml*" buffer's contents into a unibyte temp buffer.
8995
8996 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
8997
8998 * mail-source.el (mail-source-fetch-imap): Search for ^From case
8999 sensitively.
9000
9001 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
9002
9003 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
9004
9005 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
9006
9007 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
9008 which will be inserted according to the multibyteness of a buffer
9009 rather than the type of contents. Suggested by ARISAWA Akihiro
9010 <ari@mbf.ocn.ne.jp>.
9011
9012 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
9013 of string which old xml.el may return rather than a string.
9014
9015 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
9016
9017 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
9018
9019 2005-01-16 Simon Josefsson <jas@extundo.com>
9020
9021 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
9022 idn/idna.el isn't available.
9023 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
9024 <michael@waxrat.com>.
9025
9026 * hashcash.el: Remove non-FSF copyright header.
9027
9028 * hashcash.el (hashcash-extra-generate-parameters): New variable.
9029 (hashcash-generate-payment): Use it.
9030 (hashcash-generate-payment-async): Use it.
9031
9032 2005-01-15 Simon Josefsson <jas@extundo.com>
9033
9034 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
9035 Suggested by Raymond Scholz <ray-2005@zonix.de>.
9036
9037 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
9038 gnus-summary-idna-message.
9039 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
9040 (gnus-summary-idna-message): New function.
9041
9042 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
9043
9044 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
9045 gnus-novice-user.
9046
9047 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
9048
9049 * nnrss.el (nnrss-request-delete-group): Delete entries in
9050 nnrss-group-alist as well.
9051 (nnrss-save-server-data): Insert newline.
9052
9053 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
9054
9055 * gnus.el (gnus-user-agent): Use list of symbols instead of
9056 symbols. Display full version number for (S)XEmacs. Optionally
9057 display (S)XEmacs codename.
9058
9059 * gnus-util.el (gnus-emacs-version): Update for new
9060 `gnus-user-agent'.
9061
9062 * gnus-msg.el (gnus-extended-version): Make it possible to omit
9063 Gnus version.
9064
9065 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
9066
9067 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
9068 which is unreadable in some setups.
9069
9070 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9071
9072 * gnus-spec.el (gnus-update-format-specifications): Flush the
9073 group format spec cache if it doesn't support decoded group names.
9074
9075 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
9076
9077 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
9078 Allow to apply decay on score files matching a regexp.
9079
9080 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
9081
9082 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
9083 compatibility in %g and %c.
9084
9085 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
9086
9087 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
9088 name for only %g and %c.
9089 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
9090 of gnus-tmp-group to decoded group name.
9091 (gnus-group-make-rss-group): Exclude `/'s from group names.
9092
9093 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
9094
9095 * nnrss.el (nnrss-get-encoding): Fix regexp.
9096
9097 2004-12-27 Simon Josefsson <jas@extundo.com>
9098
9099 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
9100 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
9101 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
9102
9103 2004-12-17 Kim F. Storm <storm@cua.dk>
9104
9105 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
9106
9107 * gnus-sum.el (gnus-summary-mode-map): Likewise.
9108
9109 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
9110
9111 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
9112
9113 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
9114
9115 * nnrss.el: Require rfc2047 and mml.
9116 (nnrss-file-coding-system): New variable.
9117 (nnrss-format-string): Redefine it as an inline function.
9118 (nnrss-decode-group-name): New function.
9119 (nnrss-string-as-multibyte): Remove.
9120 (nnrss-retrieve-headers): Decode group name; don't use
9121 nnrss-format-string.
9122 (nnrss-request-group): Decode group name.
9123 (nnrss-request-article): Decode group name; allow a Message-ID as
9124 well as an article number; don't use nnrss-format-string; encode a
9125 Message-ID string which may contain non-ASCII characters; use
9126 mml-to-mime to compose a MIME article.
9127 (nnrss-request-expire-articles): Decode group name.
9128 (nnrss-request-delete-group): Decode group name.
9129 (nnrss-fetch): Clarify error message.
9130 (nnrss-read-server-data): Use insert-file-contents instead of load;
9131 bind file-name-coding-system; use multibyte buffer.
9132 (nnrss-save-server-data): Bind coding-system-for-write to the
9133 value of nnrss-file-coding-system; bind file-name-coding-system;
9134 add coding cookie.
9135 (nnrss-read-group-data): Use insert-file-contents instead of load;
9136 bind file-name-coding-system; use multibyte buffer.
9137 (nnrss-save-group-data): Bind coding-system-for-write to the
9138 value of nnrss-file-coding-system; bind file-name-coding-system.
9139 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
9140 make it work with non-ASCII text.
9141 (nnrss-find-el): Make it work with old xml.el as well.
9142
9143 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
9144
9145 * nnrss.el (nnrss-get-encoding): New function.
9146 (nnrss-fetch): Use unibyte buffer initially; bind
9147 coding-system-for-read while performing mm-url-insert; remove ^Ms;
9148 decode contents according to the encoding attribute.
9149 (nnrss-save-group-data): Add coding cookie.
9150 (nnrss-mime-encode-string): New function.
9151 (nnrss-check-group): Use it to encode subject and author.
9152
9153 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
9154
9155 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9156 imaginary variable.
9157
9158 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9159
9160 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9161 correctly even if there are wide characters.
9162
9163 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
9164
9165 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9166 downcased symbol names; make a new cache instead of reusing
9167 bbdb-hashtable.
9168
9169 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
9170
9171 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9172 concatenating segments rather than before concatenating them.
9173 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9174
9175 * message.el (message-get-reply-headers): Bind `extra'.
9176
9177 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9178
9179 * message.el (message-extra-wide-headers): New variable.
9180 (message-get-reply-headers): Use it.
9181
9182 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
9183
9184 * gnus-agent.el (gnus-agent-group-path): Decode group name.
9185 (gnus-agent-group-pathname): Ditto.
9186
9187 * gnus-cache.el (gnus-cache-file-name): Decode group name.
9188
9189 * gnus-group.el (gnus-group-make-group): Decode group name.
9190 (gnus-group-make-rss-group): Register the group data after opening
9191 the nnrss group.
9192
9193 2004-12-17 Paul Jarc <prj@po.cwru.edu>
9194
9195 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9196 by expiry now get marked as read.
9197
9198 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9199
9200 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9201
9202 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
9203
9204 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9205 unify Latin characters in XEmacs.
9206 (mm-find-mime-charset-region): Use it.
9207
9208 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9209
9210 * gnus-util.el (gnus-delete-directory): New function.
9211
9212 * gnus-agent.el (gnus-agent-delete-group): Use it.
9213
9214 * gnus-cache.el (gnus-cache-delete-group): Use it.
9215
9216 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
9217
9218 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9219 names.
9220
9221 2004-12-16 Simon Josefsson <jas@extundo.com>
9222
9223 * hashcash.el (hashcash-payment-alist): Fix custom :type.
9224
9225 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
9226
9227 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9228
9229 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9230 (gnus-group-set-current-level): Decode group name.
9231
9232 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
9233
9234 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9235 failed.
9236
9237 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
9238
9239 * gnus-group.el (gnus-group-delete-group): Decode group name.
9240 (gnus-group-make-rss-group): Encode group name.
9241 (gnus-group-catchup-current): Decode group name.
9242 (gnus-group-kill-group): Decode group name.
9243
9244 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
9245
9246 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9247
9248 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
9249
9250 * gnus-group.el (gnus-group-make-rss-group):
9251 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9252
9253 * gnus-start.el (gnus-setup-news): Honor user's setting to
9254 gnus-message-archive-method. Suggested by Lute Kamstra
9255 <lute@gnu.org>.
9256
9257 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
9258
9259 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9260 global counterparts of the buffer-local variables.
9261
9262 2004-11-16 Romain Francoise <romain@orebokech.com>
9263
9264 * gnus-sum.el (gnus-summary-exit): Don't clear the global
9265 counterparts of the buffer-local variables.
9266
9267 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
9268
9269 * message.el (message-forbidden-properties): Fixed typo in doc
9270 string.
9271
9272 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
9273
9274 * gnus-util.el (gnus-replace-in-string): Added doc string.
9275
9276 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9277 to avoid problems when splitting mails with many recipients.
9278
9279 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9280
9281 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9282 pop-to-buffer, covered by the subsequent gnus-configure-windows.
9283
9284 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
9285
9286 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9287 if there is no hashtable in memory or file modification time is
9288 newer than cached timestamp.
9289
9290 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
9291
9292 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9293 not-matching option.
9294
9295 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
9296
9297 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9298 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9299 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9300 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9301 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
9302 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9303
9304 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
9305
9306 * message.el (message-forward-make-body-mml): Remove headers
9307 according to message-forward-ignored-headers if a message is decoded.
9308
9309 2004-12-02 Romain Francoise <romain@orebokech.com>
9310
9311 * message.el (message-forward-make-body-plain): Always remove
9312 headers according to message-forward-ignored-headers.
9313
9314 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
9315
9316 * spam.el (spam-summary-prepare-exit): Remove the
9317 gnus-summary-limit pop for now, it has problems with ham marks for
9318 me.
9319
9320 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
9321
9322 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9323 correctly.
9324
9325 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
9326
9327 * format-spec.el (format-spec): Message the char.
9328
9329 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
9330
9331 * gnus-art.el (gnus-split-methods): Reformat comments.
9332
9333 * spam.el (spam-summary-prepare-exit): Remove article limits
9334 before exiting the summary buffer.
9335
9336 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
9337
9338 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9339 order to silence the byte compiler.
9340
9341 * spam.el: Fix the way to silence the byte compiler, which
9342 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9343 bbdb-search-simple, spam-BBDB-register-routine,
9344 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9345 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9346 spam-stat-buffer-is-spam, spam-stat-load,
9347 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9348 spam-stat-save and spam-stat-split-fancy.
9349
9350 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
9351
9352 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9353 which may confuse users.
9354 (canlock-password-for-verify): Ditto.
9355
9356 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9357
9358 * gnus-art.el (gnus-emphasis-alist): Ditto.
9359
9360 * gnus-registry.el (gnus-registry-max-entries): Ditto.
9361
9362 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9363
9364 * gnus-start.el (gnus-save-killed-list): Ditto.
9365
9366 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9367 (gnus-sum-thread-tree-root): Ditto.
9368 (gnus-sum-thread-tree-false-root): Ditto.
9369 (gnus-sum-thread-tree-single-indent): Ditto.
9370
9371 * message.el (message-courtesy-message): Ditto.
9372 (message-archive-note): Ditto.
9373 (message-subscribed-address-file): Ditto.
9374 (message-user-fqdn): Ditto.
9375
9376 * spam-report.el (spam-report-gmane-regex): Ditto.
9377
9378 * spam.el (spam-blackhole-good-server-regex): Ditto.
9379
9380 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9381
9382 * mml.el (mml-preview): Widen the message buffer before copying
9383 the contents to the preview buffer; sort headers before previewing.
9384
9385 * message.el (message-hidden-headers): Fix the way to avoid a bug
9386 in the `repeat' widget in Emacs 21.3 or earlier.
9387
9388 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9389
9390 * message.el (message-hidden-headers): Default to "^References:".
9391 Improve customization type. Suggested by Reiner Steib
9392 <Reiner.Steib@gmx.de>.
9393
9394 2004-11-25 Romain Francoise <romain@orebokech.com>
9395
9396 * message.el (message-strip-forbidden-properties): Remove check for
9397 obsolete `message-hidden' text property, hidden headers are not
9398 accessible in the buffer anymore.
9399
9400 2004-11-22 Romain Francoise <romain@orebokech.com>
9401
9402 * message.el (message-header-format-alist): Add `From' in list
9403 so that it can be sorted.
9404 (message-fix-before-sending): Widen and sort headers before
9405 sending.
9406 (message-hide-headers): Use narrowing to hide headers by moving
9407 them to the top of the buffer and narrowing to the region
9408 underneath.
9409
9410 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9411
9412 * message.el (message-strip-forbidden-properties): Bind
9413 buffer-read-only (etc) to nil.
9414
9415 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
9416
9417 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9418 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9419
9420 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
9421
9422 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9423
9424 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9425
9426 * dns.el (query-dns): Use sit-for to time instead of
9427 accept-process-output, since that doesn't seem to work on udp
9428 sockets.
9429
9430 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9431
9432 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9433
9434 2004-11-15 Jesper Harder <harder@ifa.au.dk>
9435
9436 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9437 doc string. Improve doc string.
9438
9439 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9440
9441 * nntp.el (nntp-request-update-info): Return nil if
9442 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9443 may not call gnus-activate-group which uselessly issues the GROUP
9444 commands for all nntp groups and wastes time. Reported by Romain
9445 Francoise <romain@orebokech.com>.
9446
9447 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9448
9449 2004-11-15 Simon Josefsson <jas@extundo.com>
9450
9451 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9452 headers separately.
9453 (gnus-button-openpgp): New function, inspired by Jochen Küpper
9454 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9455
9456 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9457
9458 * gnus-start.el (gnus-convert-old-newsrc):
9459 Assign legacy-gnus-agent to 5.10.7.
9460
9461 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9462
9463 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9464 start of the lines.
9465
9466 2004-11-14 Magnus Henoch <mange@freemail.hu>
9467
9468 * hashcash.el (hashcash-default-payment): Change default to 20
9469 (hashcash-default-accept-payment): Change default to 20
9470 (hashcash-process-alist): New variable
9471 (hashcash-generate-payment-async): Add
9472 (hashcash-already-paid-p): Add
9473 (hashcash-insert-payment): Don't generate payments twice
9474 (hashcash-insert-payment-async): Add
9475 (hashcash-insert-payment-async-2): Add
9476 (hashcash-cancel-async): Add
9477 (hashcash-wait-async): Add
9478 (hashcash-processes-running-p): Add
9479 (hashcash-wait-or-cancel): Add
9480 (mail-add-payment): New optional argument. Conditionally start
9481 asynchronous calculation.
9482 (mail-add-payment-async): Add
9483
9484 * message.el (message-send-mail): Wait for asynchronous hashcash
9485 results. Don't clobber existing X-Hashcash headers.
9486 (message-setup-1): Call mail-add-payment-async when
9487 message-generate-hashcash is non-nil.
9488
9489 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9490
9491 * message.el (message-use-alternative-email-as-from): Examine the
9492 From header as well; use message-make-from in order to include a
9493 user's full name.
9494
9495 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9496
9497 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9498 default; improve customization type.
9499 (gnus-emphasis-custom-with-format): New macro.
9500 (gnus-emphasis-custom-value-to-external): New function.
9501 (gnus-emphasis-custom-value-to-internal): New function.
9502
9503 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9504
9505 * dns.el (query-dns): Resolve reverse addresses.
9506
9507 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9508
9509 * gnus-group.el (gnus-group-get-new-news): Use it.
9510
9511 * gnus-start.el (gnus-check-reasonable-setup): New function.
9512
9513 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
9514
9515 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9516 "Args out of range" error. Reported by Arnaud Giersch
9517 <arnaud.giersch@free.fr>.
9518
9519 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
9520
9521 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9522
9523 2004-11-04 Richard M. Stallman <rms@gnu.org>
9524
9525 * spam.el (spam group): Add :version.
9526
9527 * pgg-def.el (pgg group): Add :version.
9528
9529 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
9530
9531 * gnus-art.el (gnus-article-edit-article): Don't associate the
9532 article buffer with a draft file. This is a temporary measure
9533 against the 2004-08-22 change to gnus-article-edit-mode.
9534
9535 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9536
9537 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9538 (html2text-format-tags): Remove unused variable `attr'.
9539
9540 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9541
9542 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9543
9544 * spam-stat.el (spam-stat): Add :version.
9545
9546 * sieve.el (sieve): Add :version.
9547
9548 * sha1.el (sha1): Add :version.
9549 (sha1-use-external): Remove redundant version.
9550
9551 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9552 (nnmail-cache-ignore-groups, nnmail-spool-hook)
9553 (nnmail-split-fancy-match-partial-words)
9554 (nnmail-split-lowercase-expanded): Add :version.
9555
9556 * nndiary.el (nndiary): Add :version.
9557
9558 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9559
9560 * mml-sec.el (mml-default-sign-method)
9561 (mml-default-encrypt-method, mml-signencrypt-style-alist):
9562 Add :version.
9563
9564 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9565
9566 * mm-url.el (mm-url-use-external, mm-url-program)
9567 (mm-url-arguments): Add :version.
9568
9569 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9570 (mm-attachment-file-modes, mm-decrypt-option)
9571 (mm-w3m-safe-url-regexp): Add :version.
9572
9573 * message.el (message-cite-prefix-regexp)
9574 (message-sendmail-envelope-from, message-minibuffer-local-map)
9575 (message-user-fqdn, message-completion-alist): Add :version.
9576
9577 * gnus-win.el (gnus-configure-windows-hook)
9578 (gnus-use-frames-on-any-display): Add :version.
9579
9580 * gnus-art.el (gnus-article-address-banner-alist)
9581 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9582 (gnus-treat-from-picon, gnus-treat-mail-picon)
9583 (gnus-treat-x-pgp-sig): Add :version.
9584
9585 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9586 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9587 (gnus-summary-article-delete-hook)
9588 (gnus-summary-display-while-building): Add :version.
9589
9590 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9591 (gnus-get-top-new-news-hook): Add :version.
9592
9593 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9594 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9595
9596 * gnus-registry.el (gnus-registry): Add :version.
9597
9598 * gnus-spec.el (gnus-use-correct-string-widths)
9599 (gnus-make-format-preserve-properties): Add :version.
9600
9601 * gnus.el (gnus-group-charter-alist)
9602 (gnus-group-fetch-control-use-browse-url)
9603 (gnus-install-group-spam-parameters): Add :version.
9604
9605 * gnus-diary.el (gnus-diary): Add :version.
9606
9607 * gnus-delay.el (gnus-delay): Add :version.
9608
9609 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9610 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9611 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9612 Add :version.
9613
9614 * gnus-agent.el (gnus-agent-max-fetch-size)
9615 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9616 (gnus-agent-prompt-send-queue): Add :version.
9617
9618 * deuglify.el (gnus-outlook-deuglify): Add :version.
9619
9620 * html2text.el: Beautify code. Improve doc strings. Some
9621 checkdoc cleanup.
9622 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9623
9624 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
9625
9626 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9627
9628 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
9629
9630 * gnus-registry.el (gnus-registry-hashtb): Create the registry
9631 when package is loaded.
9632
9633 * spam.el (spam-summary-score-preferred-header): Add global preference
9634 for people who want to override the default SpamAssassin over
9635 Bogofilter preference (when both are set).
9636 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9637 (spam-user-format-function-S): Check
9638 spam-summary-score-preferred-header.
9639 (spam-extra-header-to-number): Add X-Bogosity header parsing.
9640 (spam-user-format-function-S): Format the score correctly.
9641
9642 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
9643
9644 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9645 signature file. Suggested by Manoj Srivastava
9646 <srivasta@golden-gryphon.com>.
9647
9648 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9649 iso-2022-jp even in the Japanese language environment.
9650 Suggested by Jason Rumney <jasonr@gnu.org>.
9651
9652 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
9653
9654 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9655 use the same characters as the dummy marks; make it free from
9656 getting affected by the language environment.
9657 (gnus-summary-read-group-1): Update mark positions only when the
9658 format spec is updated.
9659
9660 * gnus-spec.el (gnus-update-format-specifications): Return a list
9661 of updated types.
9662
9663 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
9664
9665 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9666 of boundp to check if display-warning is available.
9667
9668 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
9669
9670 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9671
9672 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
9673
9674 * nnspool.el (nnspool-spool-directory): Use news-path if the
9675 news-directory variable is not bound.
9676
9677 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9678 function instead of display-warning if it is not available.
9679
9680 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9681
9682 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9683 v5-10: Use `point-at-bol'.
9684
9685 2004-10-26 Simon Josefsson <jas@extundo.com>
9686
9687 * hashcash.el: Fix URL in comment, reported by Cheng Gao
9688 <chenggao@gmail.com>.
9689
9690 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9691
9692 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
9693 instead.
9694
9695 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
9696
9697 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9698 to remove a server from the nnimap-server-buffer-alist.
9699 (nnimap-open-connection, nnimap-close-server): Use it.
9700
9701 * gnus-encrypt.el: Remove file in favor of encrypt.el.
9702
9703 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
9704
9705 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9706 running the major-mode function.
9707
9708 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9709
9710 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9711 dummy marks in the right way.
9712
9713 2004-10-18 David Edmondson <dme@dme.org>
9714
9715 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9716 excessively.
9717
9718 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
9719
9720 * gnus-util.el (gnus-split-references): Accept a nil references
9721 string and go on blissfully.
9722
9723 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9724 cases where the references string is non-nil but has no references.
9725
9726 * encrypt.el: Add autoload tags.
9727
9728 * spam.el (spam-resolve-registrations-routine): Remove article
9729 from unregistration list too. Reported by David Hanak
9730 <dhanak@isis.vanderbilt.edu>
9731
9732 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
9733
9734 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9735 nil. Changed custom type.
9736
9737 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
9738
9739 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9740
9741 * gnus-sum.el (gnus-summary-move-article): Use it.
9742
9743 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
9744
9745 * encrypt.el: Add autoload cookies.
9746
9747 * spam.el (spam-backend-article-list-property)
9748 (spam-backend-get-article-todo-list)
9749 (spam-backend-put-article-todo-list)
9750 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9751 Resolve registrations separately.
9752 (spam-register-routine): Format comments.
9753 (spam-unregister-routine, spam-register-routine): Always call with
9754 specific-articles, no default list.
9755 (spam-summary-prepare-exit): Use the spam-classifications function.
9756
9757 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9758 gnus-encrypt.el.
9759
9760 * encrypt.el: Copied from gnus-encrypt.el.
9761
9762 * gnus-encrypt.el: Commented that it's obsolete.
9763
9764 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9765
9766 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9767 (gnus-score-save): Use it.
9768
9769 * message.el (message-bury): Use `window-dedicated-p'.
9770
9771 2004-10-15 Simon Josefsson <jas@extundo.com>
9772
9773 * pop3.el (top-level): Don't require nnheader.
9774 (pop3-read-timeout): Add.
9775 (pop3-accept-process-output): Add.
9776 (pop3-read-response, pop3-retr): Use it.
9777
9778 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
9779
9780 * spam.el (spam-register-routine): Move comment.
9781 (spam-verify-bogofilter): Use 'unknown for the initial
9782 spam-bogofilter-valid state, not 'never.
9783
9784 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9785 for netrc-machine.
9786
9787 * nnimap.el (nnimap-open-connection): Use
9788 netrc-machine-user-or-password.
9789
9790 2004-10-17 Richard M. Stallman <rms@gnu.org>
9791
9792 * gnus-registry.el (gnus-registry-unload-hook):
9793 Set as a variable with add-hook.
9794
9795 * nnspool.el (nnspool-spool-directory): Use news-directory instead
9796 of news-path.
9797
9798 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9799
9800 * spam.el: Delete duplicate `provide'.
9801 (spam-unload-hook): Set as a variable with add-hook.
9802
9803 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9804
9805 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9806 in the doc string.
9807
9808 * message.el (message-ignored-news-headers)
9809 (message-ignored-supersedes-headers)
9810 (message-ignored-resent-headers)
9811 (message-forward-ignored-headers): Improve custom type.
9812
9813 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9814
9815 * message.el (message-tokenize-header): Fix 2004-09-06 change
9816 which used point-min in the wrong place.
9817
9818 2004-10-12 Simon Josefsson <jas@extundo.com>
9819
9820 * tls.el (tls-certtool-program): New variable.
9821 (tls-certificate-information): New function, based on
9822 ssl-certificate-information.
9823
9824 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9825
9826 * compface.el: Move the version of ELisp-based uncompface program
9827 to the contrib directory because of the copyright problem.
9828
9829 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9830
9831 * message.el (message-kill-buffer): Raise the current frame.
9832
9833 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9834
9835 * gnus-sum.el: Mention that multibyte characters don't work as marks.
9836
9837 * gnus.el (message-y-or-n-p): Autoload.
9838
9839 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9840 (pop3-password-required, pop3-authentication-scheme)
9841 (pop3-leave-mail-on-server): Made customizable.
9842 (pop3): New custom group.
9843 (pop3-retr): Remove `sleep-for' statements.
9844 Suggested by Dave Love <fx@gnu.org>.
9845
9846 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9847 Windows/DOS.
9848
9849 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9850 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
9851 Dave Love <fx@gnu.org>.
9852
9853 * mml.el (mml-minibuffer-read-disposition): Require match.
9854 Suggested by Dave Love <fx@gnu.org>.
9855
9856 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
9857
9858 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
9859 doc string.
9860
9861 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9862
9863 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9864
9865 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9866
9867 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9868 instead of calling `mm-insert-inline', to decode text/* parts
9869 before displaying them.
9870
9871 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9872
9873 * mm-uu.el (mm-uu-text-plain-type): New variable.
9874 (mm-uu-pgp-signed-extract-1): Use it.
9875 (mm-uu-pgp-encrypted-extract-1): Use it.
9876 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9877 bind mm-uu-text-plain-type with that value.
9878 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9879 mm-uu-dissect.
9880
9881 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9882
9883 * gnus-group.el (gnus-update-group-mark-positions):
9884 * gnus-sum.el (gnus-update-summary-mark-positions):
9885 * message.el (message-check-news-body-syntax):
9886 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9887 of string-as-multibyte.
9888
9889 2004-10-05 Juri Linkov <juri@jurta.org>
9890
9891 * gnus-group.el (gnus-update-group-mark-positions):
9892 * gnus-sum.el (gnus-update-summary-mark-positions):
9893 * message.el (message-check-news-body-syntax):
9894 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9895 8-bit unibyte values to a multibyte string for search functions.
9896
9897 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9898
9899 * mm-uu.el (mm-uu-dissect): Allow optional arg.
9900 (mm-uu-dissect-text-parts): New function.
9901
9902 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9903 dissect text parts.
9904
9905 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9906 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9907
9908 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9909
9910 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9911 gnus-current-topics instead of gnus-current-topic.
9912
9913 2004-10-06 Jesper Harder <harder@ifa.au.dk>
9914
9915 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9916
9917 2004-10-05 Jesper Harder <harder@ifa.au.dk>
9918
9919 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9920 where approriate.
9921
9922 * nnml.el (nnml-generate-active-info): do.
9923
9924 * nndiary.el (nndiary-generate-active-info): do.
9925
9926 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9927 (gnus-topic-move): do.
9928
9929 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9930 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9931
9932 * gnus-srvr.el (gnus-server-prepare)
9933 (gnus-server-open-all-servers): do.
9934
9935 * gnus-msg.el (gnus-summary-cancel-article)
9936 (gnus-summary-resend-message)
9937 (gnus-summary-mail-crosspost-complaint): do.
9938
9939 * gnus-move.el (gnus-change-server): do.
9940
9941 * gnus-group.el (gnus-group-unmark-all-groups)
9942 (gnus-group-set-current-level): do.
9943
9944 2004-10-04 Simon Josefsson <jas@extundo.com>
9945
9946 * message.el (message-generate-hashcash): Doc fix.
9947
9948 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
9949
9950 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9951 avoid infinite recursion via gnus-get-function.
9952
9953 2004-10-02 Jesper Harder <harder@ifa.au.dk>
9954
9955 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9956
9957 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9958
9959 * nnmail.el (nnmail-split-history): do.
9960
9961 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9962 (nnml-request-delete-group): do.
9963
9964 * nnslashdot.el (nnslashdot-read-groups): do.
9965
9966 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9967 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9968
9969 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9970 (nnspool-sift-nov-with-sed): Use last
9971 (nnspool-retrieve-headers-with-nov): Use mapc.
9972 (nnspool-request-newgroups): Use dolist.
9973 (nnspool-request-group): Use last.
9974
9975 * nntp.el (nntp-read-server-type): Use dolist.
9976
9977 * nnvirtual.el (nnvirtual-create-mapping)
9978 (nnvirtual-update-read-and-marked): Use dolist.
9979 (nnvirtual-convert-headers): Simplify.
9980
9981 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9982
9983 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9984 support for sync'ing tick marks.
9985
9986 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9987
9988 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9989 there's no visible header.
9990
9991 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9992
9993 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9994 necessary, pass full group name to gnus-request-set-marks.
9995
9996 2004-10-01 Simon Josefsson <jas@extundo.com>
9997
9998 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
9999 acroread.
10000
10001 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10002
10003 * spam-report.el (spam-report-gmane): Fix interactive.
10004
10005 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
10006
10007 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
10008 when writing file.
10009 (gnus-agent-synchronize-flags): Don't default to being
10010 interactive.
10011
10012 2004-09-30 Simon Josefsson <jas@extundo.com>
10013
10014 * message.el (message-generate-hashcash): Add.
10015 (message-send-mail): Use it, call mail-add-payment.
10016
10017 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
10018
10019 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
10020
10021 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
10022
10023 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
10024 gnus-requst-update-info with explicit code to sync the in-memory
10025 info read flags with the marks being sync'd to the backend.
10026
10027 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
10028
10029 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
10030
10031 * spam.el (spam-verify-bogofilter): Add new function.
10032 (spam-check-bogofilter)
10033 (spam-bogofilter-register-with-bogofilter): Use it.
10034 (spam-verify-bogofilter): Add small fixes.
10035
10036 2004-09-28 Simon Josefsson <jas@extundo.com>
10037
10038 * hashcash.el (hashcash-generate-payment): Revert.
10039
10040 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
10041
10042 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
10043 gnus-extract-references instead of gnus-split-references.
10044
10045 * gnus-util.el (gnus-extract-references): Add new function, analogous
10046 to gnus-split-references but extracts only the message-ID without
10047 anything extra.
10048
10049 * hashcash.el (hashcash-generate-payment)
10050 (hashcash-check-payment): Do the right thing if hashcash-path is
10051 nil (because the hashcash program could not be found).
10052
10053 * spam.el (spam-use-hashcash): Remove comment.
10054
10055 2004-09-27 Jesper Harder <harder@ifa.au.dk>
10056
10057 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
10058 (gnus-cache-enter-article, gnus-cache-remove-article)
10059 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
10060
10061 * gnus-async.el (gnus-async-prefetch-remove-group): do.
10062
10063 * gnus-art.el (article-hide-boring-headers)
10064 (article-translate-strings, article-display-face)
10065 (gnus-article-mime-match-handle-first)
10066 (gnus-article-highlight-headers)
10067 (gnus-article-add-buttons-to-head): do.
10068
10069 2004-09-27 Simon Josefsson <jas@extundo.com>
10070
10071 * hashcash.el: New version, from
10072 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
10073 ../contrib/.
10074
10075 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
10076
10077 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
10078
10079 2004-09-26 Jesper Harder <harder@ifa.au.dk>
10080
10081 * gnus-dup.el (gnus-dup-open): Use mapc.
10082 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
10083
10084 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
10085 Reported by Stefan Wiens <s.wi@gmx.net>.
10086
10087 * gnus.el (gnus-shutdown): Use dolist.
10088
10089 * gnus-undo.el (gnus-undo): Use mapc.
10090
10091 * nnrss.el (nnrss-generate-active): do.
10092
10093 * message.el (message-cite-original-without-signature)
10094 (message-cite-original): Use mapc.
10095 (message-do-actions, message-make-forward-subject): Use dolist.
10096
10097 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
10098
10099 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
10100 deletion to remove entire duplicate line. Fixes merged article
10101 number bug.
10102
10103 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
10104
10105 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
10106 servers that are offline. Avoids having gnus-agent-toggle-plugged
10107 first ask if you want to open a server and then, even when you
10108 responded with no, asking if you want to synchronize the server's
10109 flags.
10110 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
10111 multi-line expressions.
10112 (gnus-agent-synchronize-group-flags): New internal function.
10113 Updates marks in memory (in the info structure) AND in the
10114 backend.
10115
10116 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
10117
10118 * nnagent.el (nnagent-request-set-mark): Use
10119 gnus-agent-synchronize-group-flags, not backend's request-set-mark
10120 method, to ensure that synchronization updates marks in the
10121 backend and in the info (in memory) structure.
10122
10123 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
10124
10125 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
10126 convention fully; don't miss the root article of a thread; make
10127 the X-Draft-From header with correct article numbers.
10128
10129 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
10130
10131 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
10132 unless plugged. Disable the agent so that an open failure causes
10133 an error.
10134
10135 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
10136 Reverted 2004-09-21 change. The backend must be opened while
10137 synchronizing flags even when the backend stores the flags
10138 locally.
10139
10140 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
10141
10142 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
10143 in `header' match. Reported by Svend Tollak Munkejord.
10144
10145 * message.el (message-cite-original): Fix use of
10146 `message-cite-articles-with-x-no-archive'.
10147
10148 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
10149
10150 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10151 (gnus-window-to-buffer): Ditto.
10152
10153 * mml.el (mml-preview-buffer): New variable.
10154 (mml-preview): Manage window layout with gnus-buffer-configuration.
10155
10156 * gnus-msg.el (gnus-setup-message): Put article numbers into the
10157 X-Draft-From header even if those articles aren't quoted.
10158
10159 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
10160
10161 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10162 (gnus-request-set-mark, gnus-request-update-mark): Use new
10163 g-s-t-u-l-m to decide to use backend even when unplugged.
10164
10165 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
10166
10167 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10168 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
10169
10170 2004-09-20 Simon Josefsson <jas@extundo.com>
10171
10172 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10173 "utf-16-le".
10174
10175 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
10176
10177 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10178
10179 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
10180
10181 * uudecode.el (uudecode-use-external): Add :version.
10182
10183 * smime.el (smime-CA-file, smime-encrypt-cipher)
10184 (smime-dns-server): Add :version.
10185
10186 * smiley.el (gnus-smiley-file-types): Add :version.
10187
10188 * sha1.el (sha1-use-external): Add :version.
10189
10190 * pgg-def.el (pgg-query-keyserver): Add :version.
10191
10192 * nnmail.el (nnmail-fancy-expiry-targets)
10193 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10194 Add :version.
10195
10196 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10197 (nnimap-retrieve-groups-asynchronous): Add :version.
10198 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
10199
10200 * mml.el (mml-content-disposition-parameters)
10201 (mml-insert-mime-headers-always): Add :version.
10202
10203 * mm-util.el (mm-coding-system-priorities): Add :version.
10204
10205 * mm-decode.el (mm-inline-text-html-with-images)
10206 (mm-keep-viewer-alive-types, mm-external-terminal-program)
10207 (mm-verify-option): Add :version.
10208 (mm-text-html-renderer): Change :version.
10209
10210 * message.el (message-fcc-externalize-attachments)
10211 (message-required-headers, message-draft-headers)
10212 (message-subject-trailing-was-query)
10213 (message-subject-trailing-was-ask-regexp)
10214 (message-subject-trailing-was-regexp, message-mark-insert-begin)
10215 (message-mark-insert-end, message-archive-header)
10216 (message-archive-note, message-cross-post-default)
10217 (message-cross-post-note, message-followup-to-note)
10218 (message-cross-post-note-function, message-use-mail-followup-to)
10219 (message-subscribed-address-functions)
10220 (message-subscribed-address-file, message-subscribed-addresses)
10221 (message-subscribed-regexps, message-allow-no-recipients)
10222 (message-yank-cited-prefix, message-signature-insert-empty-line)
10223 (message-hidden-headers, message-hierarchical-addresses)
10224 (message-mail-user-agent, message-use-idna)
10225 (message-valid-fqdn-regexp)
10226 (message-strip-special-text-properties, message-header-synonyms)
10227 (message-beginning-of-line, message-tab-body-function): Add :version.
10228 (message-insert-canlock, message-wide-reply-confirm-recipients):
10229 Change :version.
10230
10231 * mail-source.el (mail-source-ignore-errors): Add :group, :type
10232 and :version.
10233 (mail-source-delete-old-incoming-confirm)
10234 (mail-source-movemail-program): Add :version.
10235
10236 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10237 (gnus-agent-cache, gnus-agent): Change :version.
10238
10239 * gnus-util.el (gnus-use-byte-compile): Change :version.
10240
10241 * gnus-sum.el (gnus-summary-make-false-root-always)
10242 (gnus-summary-default-high-score)
10243 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10244 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10245 (gnus-read-all-available-headers, gnus-article-emulate-mime)
10246 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10247 (gnus-sum-thread-tree-single-indent)
10248 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10249 (gnus-sum-thread-tree-leaf-with-other)
10250 (gnus-sum-thread-tree-single-leaf): Add :version.
10251 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10252 (gnus-article-loose-mime): Change :version.
10253
10254 * gnus-start.el (gnus-backup-startup-file)
10255 (gnus-save-startup-file-via-temp-buffer): Add :version.
10256
10257 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10258 (gnus-server-offline-face): Add :version.
10259
10260 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10261
10262 * gnus-msg.el (gnus-gcc-externalize-attachments)
10263 (gnus-debug-files, gnus-debug-exclude-variables)
10264 (gnus-discouraged-post-methods): Change :version.
10265 (gnus-confirm-mail-reply-to-news)
10266 (gnus-confirm-treat-mail-like-news): Add :version.
10267
10268 * gnus-int.el (gnus-server-unopen-status): Add :version.
10269
10270 * gnus-group.el (gnus-group-jump-to-group-prompt)
10271 (gnus-large-ephemeral-newsgroup)
10272 (gnus-fetch-old-ephemeral-headers): Add :version.
10273
10274 * gnus-fun.el (gnus-x-face-directory)
10275 (gnus-convert-pbm-to-x-face-command)
10276 (gnus-convert-image-to-x-face-command)
10277 (gnus-convert-image-to-face-command): Add :version.
10278
10279 * gnus-delay.el (gnus-delay-default-hour): Add :version.
10280
10281 * gnus-cite.el (gnus-cite-blank-line-after-header)
10282 (gnus-article-boring-faces): Add :version.
10283
10284 * gnus-art.el (gnus-buttonized-mime-types)
10285 (gnus-inhibit-mime-unbuttonizing)
10286 (gnus-treat-display-face)
10287 (gnus-treat-body-boundary): Change :version.
10288 (gnus-body-boundary-delimiter, gnus-picon-databases)
10289 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10290 (gnus-treat-date-english, gnus-treat-fold-headers)
10291 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10292 (gnus-treat-mail-picon, gnus-treat-wash-html)
10293 (gnus-article-encrypt-protocol)
10294 (gnus-use-idna, gnus-article-over-scroll)
10295 (gnus-mime-display-multipart-alternative-as-mixed)
10296 (gnus-mime-display-multipart-related-as-mixed)
10297 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10298 (gnus-ctan-url, gnus-button-ctan-handler)
10299 (gnus-button-handle-ctan-bogus-regexp)
10300 (gnus-button-ctan-directory-regexp)
10301 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10302 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10303 (gnus-button-man-level, gnus-button-emacs-level)
10304 (gnus-button-message-level, gnus-button-browse-level): Add :version.
10305
10306 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10307 (gnus-agent-go-online): Change :version.
10308 (gnus-agent-expire-unagentized-dirs)
10309 (gnus-agent-auto-agentize-methods): Add :version.
10310
10311 * flow-fill.el (fill-flowed-display-column)
10312 (fill-flowed-encode-column): Add :version.
10313
10314 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10315 (gnus-outlook-deuglify-unwrap-max)
10316 (gnus-outlook-deuglify-cite-marks)
10317 (gnus-outlook-deuglify-unwrap-stop-chars)
10318 (gnus-outlook-deuglify-no-wrap-chars)
10319 (gnus-outlook-deuglify-attrib-cut-regexp)
10320 (gnus-outlook-deuglify-attrib-verb-regexp)
10321 (gnus-outlook-deuglify-attrib-end-regexp)
10322 (gnus-outlook-display-hook): Add :version.
10323
10324 * binhex.el (binhex-use-external): Add :version.
10325
10326 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
10327
10328 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10329 and `invisible'.
10330
10331 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10332
10333 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10334 in gnus-registry-trim.
10335
10336 2004-09-13 Simon Josefsson <jas@extundo.com>
10337
10338 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10339
10340 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10341
10342 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10343 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10344 <yamaoka@jpl.org>.
10345 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10346 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10347 <yamaoka@jpl.org>.
10348
10349 * sieve.el (sieve-manage-mode): Ditto.
10350
10351 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
10352
10353 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10354
10355 2004-09-11 Simon Josefsson <jas@extundo.com>
10356
10357 * dns-mode.el: Add.
10358
10359 * mm-view.el (mm-display-dns-inline): Add.
10360
10361 * mm-decode.el (mm-inline-media-tests): Add text/dns.
10362 (mm-automatic-display): Ditto.
10363
10364 * mailcap.el (mailcap-mime-data): Add text/dns.
10365 (mailcap-mime-extensions): Map .soa to text/dns.
10366
10367 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
10368
10369 * gnus-art.el (article-decode-mime-words, article-babel)
10370 (gnus-article-highlight-signature, gnus-article-add-buttons)
10371 (gnus-signature-toggle): Remove unnecessary bindings of
10372 `inhibit-read-only' inherited from v5.10 merge.
10373
10374 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
10375
10376 * nntp.el (nntp): New customization group.
10377 (nntp-authinfo-file): Add customization group.
10378
10379 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10380
10381 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10382
10383 * gnus.el (to-address, to-list, subscribed)
10384 (large-newsgroup-initial): Ditto.
10385
10386 * flow-fill.el (fill-flowed-display-column)
10387 (fill-flowed-encode-column): Ditto.
10388
10389 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10390
10391 * message.el (message-tokenize-header, message-send-mail-with-qmail):
10392 Use point-min rather than 1.
10393 (message-send-mail): Use buffer-size rather than point-max.
10394
10395 * gnus-sum.el (gnus-summary-search-article-forward):
10396 Signal a specific `search-failed' rather than a generic `error'.
10397
10398 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10399 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10400 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10401
10402 2004-09-10 Simon Josefsson <jas@extundo.com>
10403
10404 * nndb.el (require): Remove tcp and duplicate cl.
10405
10406 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10407
10408 * gnus-agent.el (directory-files-and-attributes): Move forward.
10409
10410 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
10411
10412 * gnus-agent.el (directory-files-and-attributes): Optionally
10413 defined to support XEmacs.
10414
10415 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
10416
10417 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10418 to avoid run-time CL dependencies.
10419 (gnus-agent-unfetch-articles): New function.
10420 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10421 article numbers even when local .overview file is missing.
10422 (gnus-agent-read-article-number): New function. Only accepts
10423 27-bit article numbers.
10424 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10425 gnus-agent-read-article-number.
10426 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10427 from backend while recognizing that article numbers in .overview
10428 must be valid.
10429 (gnus-agent-update-files-total-fetched-for): Use
10430 directory-files-and-attributes to improve performance.
10431 * gnus-int.el (gnus-request-move-article): Use
10432 gnus-agent-unfetch-articles in place of gnus-agent-expire to
10433 improve performance.
10434
10435 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10436 some users confused by references to .newsrc when they only have a
10437 .newsrc.eld file.
10438 (gnus-convert-mark-converter-prompt)
10439 (gnus-convert-converter-needs-prompt): Fixed use of property list.
10440 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10441 New function. Used internally to only display 'gnus converting
10442 files' message when actually necessary.
10443
10444 * gnus-sum.el (): Removed (require 'gnus-agent) as required
10445 methods now autoloaded.
10446
10447 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
10448
10449 * gnus-sum.el (gnus-summary-insert-subject): Remove list
10450 identifiers.
10451
10452 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
10453
10454 * gnus-picon.el: Fix indentation and closing parenthesis.
10455
10456 2004-09-01 Simon Josefsson <jas@extundo.com>
10457
10458 * message.el (message-canlock-generate): Require sha1, not
10459 sha1-el. (Can we get rid of this require altogether? It is ugly
10460 to require within a function. Sadly, if sha1.el isn't loaded, the
10461 let binding in m-c-g will hide the defcustom definition, which is
10462 bad.)
10463
10464 * canlock.el: Require sha1, not sha1-el.
10465
10466 * message.el: Don't autoload sha1 (there is a autoload cookie in
10467 sha1.el).
10468
10469 * sha1-el.el: Renamed to sha1.el.
10470
10471 2004-08-30 Juanma Barranquero <lektu@terra.es>
10472
10473 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10474
10475 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10476
10477 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10478
10479 2004-08-30 Kim F. Storm <storm@cua.dk>
10480
10481 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10482
10483 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10484 Add :group 'nnimap.
10485
10486 2004-08-30 Andreas Schwab <schwab@suse.de>
10487
10488 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10489 ?* and ?\;.
10490
10491 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10492 and ?\' to symbol instead of whitespace.
10493
10494 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
10495
10496 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10497
10498 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10499 instead of re-search-forward.
10500
10501 * gnus-uu.el (gnus-uu-save-article): Ditto.
10502 (gnus-uu-post-encode-uuencode): Ditto.
10503
10504 * html2text.el (html2text-clean-list-items): Ditto.
10505 (html2text-clean-dtdd): Ditto.
10506 (html2text-format-tags): Ditto.
10507
10508 * message.el (message-send-mail-with-sendmail): Fix regexp.
10509 (message-fill-field-general): Use search-forward instead of
10510 re-search-forward.
10511 (unbold-region): Ditto.
10512
10513 * nnrss.el (nnrss-request-article): Ditto.
10514
10515 * nnslashdot.el (nnslashdot-request-article): Ditto.
10516
10517 * nnweb.el (nnweb-gmane-wash-article): Ditto.
10518
10519 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10520 "Unrecognized menu descriptor" error in XEmacs.
10521
10522 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
10523
10524 * gnus-sum.el (gnus-read-header): Don't remove a header for the
10525 parent article of a sparse article in the thread hashtb.
10526
10527 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
10528
10529 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10530 (nnmail-expand-newtext): Lowercase expanded entries if
10531 nnmail-split-lowercase-expanded is non-nil.
10532
10533 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
10534
10535 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10536
10537 * gnus-group.el (gnus-group-line-format-alist): Convert the value
10538 of gnus-tmp-news-method into string under XEmacs. It will be
10539 passed to gnus-correct-length which takes only a string argument.
10540
10541 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
10542
10543 * gnus-util.el (gnus-bind-print-variables): New macro.
10544 (gnus-prin1): Use it.
10545 (gnus-prin1-to-string): Use it.
10546 (gnus-pp): New function.
10547 (gnus-pp-to-string): New function.
10548
10549 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10550 Replace pp-to-string with gnus-pp-to-string.
10551 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10552 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10553 * gnus-msg.el (gnus-debug): Ditto.
10554 * gnus-score.el (gnus-score-save): Ditto.
10555 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10556 gnus-pp-to-string.
10557 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10558 with gnus-pp.
10559 * score-mode.el (gnus-score-pretty-print): Ditto.
10560 * webmail.el (webmail-debug): Ditto.
10561
10562 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10563
10564 * gnus-art.el (article-display-face, article-display-x-face):
10565 Use buffer-read-only.
10566
10567 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
10568
10569 * gnus-art.el (article-hide-list-identifiers):
10570 Bind inhibit-read-only as t.
10571
10572 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
10573
10574 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10575
10576 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10577
10578 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10579 (gnus-narrow-to-page): Don't assume point-min == 1.
10580 (gnus-article-edit-mode): Derive from message-mode.
10581
10582 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10583 point-min == 1.
10584
10585 * imap.el (imap-parse-address-list, imap-parse-body-ext):
10586 Disable incorrect use of `assert'.
10587
10588 * message.el (message-mode): Set comment-start-skip.
10589
10590
10591 2004-08-22 Sam Steingold <sds@gnu.org>
10592
10593 * pop3.el (pop3-leave-mail-on-server): New user variable.
10594 (pop3-movemail): Delete mail only when it is nil.
10595
10596 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
10597
10598 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10599
10600 * mml.el (mml-preview): Use `pop-to-buffer'.
10601
10602 * message.el (message-goto-mail-followup-to): Insert after "To".
10603 (message-carefully-insert-headers): Add comment.
10604
10605 * gnus.el: Remove unused variable `gnus-article-check-size'.
10606
10607 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10608
10609 * gnus-art.el (gnus-button-alist): Improve
10610 `gnus-button-handle-library' entry.
10611
10612 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
10613
10614 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10615 downcase, since XEmacs capitalizes error messages differently.
10616
10617 2004-08-18 Jesper Harder <harder@ifa.au.dk>
10618
10619 * nntp.el: Add (require 'gnus) due to reference to
10620 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
10621
10622 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
10623
10624 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10625 `mm-fill-flowed'.
10626
10627 * mm-decode.el (mm-dissect-singlepart): Check it.
10628
10629 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
10630
10631 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10632 'imap' for netrc parsing.
10633
10634 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
10635
10636 * mailcap.el (mailcap-mime-data): Mark as risky.
10637
10638 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
10639
10640 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10641 may be included in the encoded word.
10642 (rfc2047-encode): Don't append a space if the encoded word
10643 includes close parenthesis.
10644
10645 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
10646
10647 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10648 of text within parentheses.
10649
10650 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
10651
10652 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10653 (gnus-encrypt-write-file-contents): Make the password key the file
10654 name PLUS the cipher, not just the cipher. Also remove failed
10655 passwords from the cache.
10656
10657 2004-08-06 Simon Josefsson <jas@extundo.com>
10658
10659 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
10660 fix.
10661
10662 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
10663
10664 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10665 LWSP.
10666
10667 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
10668
10669 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10670 to append in-reply-to: data to the references: header.
10671
10672 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10673 (netrc-parse): Use gnus-encrypt.el functions.
10674
10675 * gnus-encrypt.el: Add new file for encryption support; currently
10676 does only a few GPG ciphers and an internal XOR cipher.
10677
10678 * password.el: Add comments on using password-read-and-add.
10679 (password-read-and-add): Add function to read and add the
10680 password to the cache at once.
10681
10682 2004-07-28 Simon Josefsson <jas@extundo.com>
10683
10684 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10685 parameter (but don't use it, for now).
10686
10687 * imap.el (imap-ssl-open): Use imap-process-connection-type,
10688 instead of hard coding to nil.
10689
10690 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10691
10692 * mm-view.el (mm-inline-image-emacs): Open lines under an image
10693 as mm-inline-image-xemacs does.
10694
10695 2004-07-26 Simon Josefsson <jas@extundo.com>
10696
10697 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10698 Revert part of 2004-07-17 change below.
10699
10700 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
10701
10702 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
10703 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10704
10705 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10706
10707 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10708 quotes that actually start with ">" at the beginning of the
10709 lines.
10710
10711 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10712
10713 * rfc2047.el (rfc2047-encode-region): Fix last change.
10714 (rfc2047-encode-parameter): Remove useless concat.
10715
10716 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
10717
10718 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10719 encode special characters; fix some kind of misconfigured headers;
10720 signal a real error if debug-on-quit or debug-on-error is non-nil.
10721 (rfc2047-encode-max-chars): New variable.
10722 (rfc2047-encode-1): Use it.
10723 (rfc2047-encode-parameter): New function.
10724
10725 * mml.el (mml-insert-parameter): Remove an excessive space.
10726
10727 2004-07-17 Simon Josefsson <jas@extundo.com>
10728
10729 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10730 Kai Grossjohann <kai@emptydomain.de>.
10731 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10732 (gnus-group-make-menu-bar): Ditto.
10733
10734 * gnus-util.el (gnus-group-server): Add.
10735
10736 2004-07-16 Jesper Harder <harder@ifa.au.dk>
10737
10738 * message.el (message-clone-locals): Clone sendmail and smtp
10739 variables.
10740
10741 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10742
10743 * rfc2047.el (rfc2047-encode-region): Fix last change.
10744
10745 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10746
10747 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10748 characters as non-special.
10749
10750 2004-07-09 Simon Josefsson <jas@extundo.com>
10751
10752 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10753 Users will lose all flag changes made while unplugged with
10754 e.g. nntp unless flag synchronization happens, thus `nil' is not a
10755 good default. See numerous reports on ding mailing list.
10756
10757 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
10758
10759 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10760 add generate-head-function and generate-article-function to the
10761 rfc822-forward entry.
10762 (nndoc-rfc822-forward-generate-article): New function.
10763 (nndoc-rfc822-forward-generate-head): New function.
10764
10765 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10766
10767 2004-07-06 Dan Christensen <jdc@uwo.ca>
10768
10769 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10770 respect display group parameter and gnus-summary-expunge-below.
10771 (gnus-articles-to-read): Remove unused reference to display group
10772 parameter.
10773
10774 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10775
10776 * nnheader.el (nnheader-uniquify-message-id): New experimental
10777 variable.
10778 (nnheader-nov-read-message-id): Use it.
10779
10780 * spam-report.el (spam-report-gmane): Add interactive.
10781
10782 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10783
10784 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10785 qp-or-base64 for the application/* types.
10786
10787 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
10788
10789 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10790
10791 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
10792
10793 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10794 trim value.
10795
10796 2004-01-25 Paul Jarc <prj@po.cwru.edu>
10797
10798 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10799 New macro and function.
10800 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10801
10802 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10803
10804 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10805 after-load-alist.
10806
10807 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10808
10809 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10810 update info that isn't there.
10811
10812 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
10813
10814 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10815 entry.
10816
10817 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10818
10819 * mm-view.el (mm-inline-render-with-function): Use multibyte
10820 buffer; decode html source by charset.
10821
10822 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10823
10824 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10825 Mule-UCS is loaded under XEmacs.
10826 (mm-mime-mule-charset-alist): Avoid duplicated entries.
10827
10828 2004-06-28 Jesper Harder <harder@ifa.au.dk>
10829
10830 * nnheader.el (nnheader-max-head-length): Increase to 8192.
10831
10832 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
10833
10834 * mm-util.el (mm-coding-system-p): Return a coding-system.
10835 (mm-mime-mule-charset-alist): Use shift_jis instead of
10836 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10837 entries for the mime charsets iso-2022-jp-3 and shift_jis.
10838 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10839 instead of japanese-shift-jis and iso-latin-1 respectively in
10840 order to share the default value with both Emacs and XEmacs-mule.
10841 (mm-mule-charset-to-mime-charset): Make
10842 mm-coding-system-priorities effective.
10843 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10844 while predicating of candidates upon the priorities.
10845
10846 2004-06-27 Jesper Harder <harder@ifa.au.dk>
10847
10848 * gnus-sum.el (gnus-summary-make-menu-bar): Add
10849 gnus-uu-invert-processable.
10850
10851 * gnus.el: Autoload gnus-uu-invert-processable.
10852
10853 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
10854
10855 * mm-util.el (mm-with-multibyte-buffer): New macro.
10856
10857 * rfc2047.el (rfc2047-encode-string): Use it.
10858 (rfc2047-encode-region): Move point to the end of the region after
10859 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10860
10861 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10862
10863 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10864 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10865
10866 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10867
10868 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10869 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
10870 Karl Chen <quarl@nospam.quarl.org>.
10871
10872 2004-06-23 Jesper Harder <harder@ifa.au.dk>
10873
10874 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10875 invalid addresses.
10876
10877 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
10878
10879 * spam.el: Change section markers, revise TODO list.
10880 (spam-backends): Make new master list of all installed backends.
10881 (spam-summary-exit-behavior): Add new variable to determine how
10882 messages moves are done at summary exit.
10883 (spam-move-spam-nonspam-groups-only)
10884 (spam-process-ham-in-nonham-groups)
10885 (spam-process-ham-in-spam-groups): Remove variables, the
10886 spam-summary-exit-behavior variable should be used to manage this
10887 behavior.
10888 (spam-old-ham-articles, spam-old-spam-articles): Remove.
10889 (spam-old-articles): Add variable, replacing spam-old-ham-articles
10890 and spam-old-spam-articles.
10891 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10892 Add empty variables, placeholders for the backends they represent.
10893 (spam-set-difference): Move, unchanged.
10894 (spam-list-of-processors): Declare OBSOLETE, not used anymore
10895 unless the user has a processor variable.
10896 (spam-classifications, spam-classification-valid-p)
10897 (spam-backend-properties, spam-backend-property-valid-p)
10898 (spam-backend-function-type-valid-p)
10899 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10900 (spam-report-articles-gmane, spam-report-articles-resend):
10901 Remove functions, they are not needed.
10902 (spam-install-backend-super, spam-backend-list)
10903 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10904 (spam-backend-function, spam-backend-ham-registration-function)
10905 (spam-backend-spam-registration-function)
10906 (spam-backend-ham-unregistration-function)
10907 (spam-backend-spam-unregistration-function)
10908 (spam-backend-statistical-p, spam-backend-mover-p)
10909 (spam-install-backend-alias, spam-install-checkonly-backend)
10910 (spam-install-mover-backend, spam-install-nocheck-backend)
10911 (spam-install-backend, spam-install-statistical-backend)
10912 (spam-install-statistical-checkonly-backend): Add backend installation
10913 support.
10914 (spam-summary-prepare-exit): Rewrite to use the new backend code.
10915 (spam-group-processor-p): Use the new backend code and respect the
10916 summary exit behavior.
10917 (spam-mark-spam-as-expired-and-move-routine): Remove.
10918 (spam-summary-prepare): Change to use the new spam-old-articles
10919 variable.
10920 (spam-copy-or-move-routine, spam-copy-spam-routine)
10921 (spam-move-spam-routine, spam-copy-ham-routine)
10922 (spam-move-ham-routine): Add code to copy/move ham or spam.
10923 (spam-fetch-field-fast): Improve doc and code, plus allow the
10924 'number request.
10925 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10926 variables.
10927 (spam-split, spam-find-spam): Use the new backend code.
10928 (spam-registration-functions): Remove variable.
10929 (spam-unregister-routine): Add convenience wrapper.
10930 (spam-log-undo-registration, spam-register-routine)
10931 (spam-log-processing-to-registry)
10932 (spam-log-unregistration-needed-p): Rename "check" to "backend"
10933 where possible.
10934 (spam-check-gmane-xref, spam-check-regex-headers)
10935 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10936 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10937 (spam-check-bogofilter-headers, spam-check-spamoracle)
10938 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10939 (spam-check-crm114-headers): Use the spam-split-group that
10940 spam-split prepares, no need to determine it every time.
10941
10942 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10943 to the nnheader-parse-naked-head call.
10944
10945 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10946
10947 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10948 the nnheader-nov-read-message-id call.
10949
10950 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
10951
10952 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10953 gnus-activate-group twice. Suggested by Markus Peter
10954 <warp@spin.de>.
10955
10956 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
10957
10958 * gnus-art.el (gnus-article-time-format): Exchange the order of
10959 day and month in the default value; fix customization type.
10960 (article-date-ut): Use add-text-properties.
10961 (article-make-date-line): Use message-make-date instead of
10962 current-time-string.
10963
10964 * message.el (message-fetch-field): Don't use set-text-properties.
10965 (message-make-date): Simplify.
10966
10967 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
10968
10969 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10970 (rfc2047-encode-region): Treat text within parentheses as special;
10971 show the original text when error has occurred.
10972
10973 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10974 already-computed method to gnus-activate-group.
10975
10976 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10977 same select-methods identical Lisp objects.
10978
10979 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10980 object when modifying the info.
10981
10982 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10983
10984 * gnus-srvr.el (gnus-server-set-info): Remove the server from
10985 gnus-opened-servers since it has never been opened with the new
10986 configuration yet.
10987
10988 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10989
10990 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10991 arg to nnheader-generate-fake-message-id.
10992
10993 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
10994
10995 * nnheader.el (nnheader-generate-fake-message-id): Accept a
10996 number and build a fake message ID localized to a group and
10997 article number (so it's repeatable from that point on).
10998 (nnheader-fake-message-id-p): Change regex to accommodate new fake
10999 ID format.
11000
11001 * gnus-sum.el (gnus-get-newsgroup-headers): Call
11002 nnheader-generate-fake-message-id with the article number.
11003
11004 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
11005
11006 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
11007 end-of-buffer.
11008
11009 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11010
11011 * message.el (message-ignored-supersedes-headers): Add Approved.
11012
11013 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
11014
11015 * rfc2047.el (rfc2047-encode-message-header): Remove useless
11016 goto-char.
11017 (rfc2047-encode): Fold the line before encoding.
11018
11019 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11020
11021 * rfc2047.el (rfc2047-encode-message-header): Disabled header
11022 folding -- not all headers can be folded, and this should be done
11023 by the message composition mode. Probably. I think.
11024
11025 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
11026
11027 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
11028 fast.
11029
11030 * gnus-ems.el (gnus-remove-image): Don't use
11031 message-text-with-property; remove only the image found first.
11032
11033 2004-06-09 Jesper Harder <harder@ifa.au.dk>
11034
11035 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
11036
11037 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
11038
11039 * message.el (message-text-with-property): Make it fast and accept
11040 optional arguments.
11041 (message-strip-forbidden-properties): Use it.
11042 (message-fix-before-sending): Follow the m-t-w-p change.
11043
11044 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
11045
11046 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
11047
11048 * gnus-art.el (article-hide-headers): Don't change the buffer
11049 mistakenly when performing mml-preview even if
11050 gnus-single-article-buffer is nil.
11051
11052 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
11053
11054 * message.el (message-expand-name-databases): New user option.
11055 (message-expand-name): Use it.
11056
11057 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
11058
11059 * spam.el (spam-report-articles-resend)
11060 (spam-report-resend-register-routine): Allow ham reporting.
11061 (spam-report-resend-register-ham-routine): Add wrapper.
11062 (spam-registration-functions): Add ham resending functions.
11063 (spam-list-of-processors): Add ham resend processor.
11064
11065 * gnus.el (ham-resend-to): Add new group parameter.
11066 (spam-process): Add ham resend option.
11067
11068 * spam-report.el (spam-report-resend): Allow reporting ham.
11069 (spam-report-resend-ham): Add wrapper.
11070
11071 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11072
11073 * message.el (message-cite-articles-with-x-no-archive): New
11074 variable.
11075 (message-cite-original): Use it.
11076
11077 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11078
11079 * message.el (message-cite-original): Respect X-No-Archive.
11080
11081 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
11082
11083 * gnus-art.el (article-hide-headers): Refer to the values for
11084 gnus-ignored-headers and gnus-visible-headers in the summary
11085 buffer since a user may have set them as group parameters.
11086
11087 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
11088
11089 * assistant.el (assistant-node-name): Add convenience function.
11090 (assistant-render-text, assistant-render-node): Add error handling,
11091 plus handle multiple next nodes.
11092 (assistant-find-next-node): Comment out for now.
11093 (assistant-find-next-nodes): Add function, returns list of next
11094 nodes.
11095
11096 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
11097
11098 * mail-source.el (mail-source-directory): Fix doc-string.
11099
11100 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
11101
11102 * assistant.el (assistant-render-text, assistant-eval): Add :set
11103 widget type, which is different because it takes and returns a
11104 list. Much hilarity ensues.
11105
11106 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
11107
11108 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
11109
11110 * gnus-group.el (gnus-group-get-new-news-this-group): Added
11111 doc-string.
11112
11113 * gnus-start.el (gnus-activate-group): Added doc-string.
11114
11115 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
11116
11117 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
11118
11119 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
11120
11121 * assistant.el (assistant-render-text): Try to add a :set
11122 widget, more to come.
11123
11124 * spam.el (spam-group-spam-contents-p): Handle empty groupname
11125 strings.
11126 (spam-report-articles-resend)
11127 (spam-register-routine): Do registration iff any articles warrant
11128 it.
11129 (spam-summary-prepare-exit): Change log message for nil group
11130 destinations.
11131
11132 2004-05-27 Daniel Pittman <daniel@rimspace.net>
11133
11134 * spam.el (spam-report-resend-register-routine): Allow
11135 spam-report-resend-to to be a group parameter or a global value.
11136
11137 2004-05-26 Simon Josefsson <jas@extundo.com>
11138
11139 * starttls.el: Merge with my GNUTLS based starttls.el.
11140 (starttls-gnutls-program, starttls-use-gnutls)
11141 (starttls-extra-arguments, starttls-process-connection-type)
11142 (starttls-connect, starttls-failure, starttls-success): New
11143 variables.
11144 (starttls-program, starttls-extra-args): Doc fix.
11145 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
11146 functions.
11147 (starttls-negotiate, starttls-open-stream): Check
11148 `starttls-use-gnutls' and pass on to corresponding *-gnutls
11149 function if it is set.
11150
11151 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
11152
11153 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11154 structured fields.
11155
11156 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
11157
11158 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11159
11160 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
11161
11162 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11163 variable.
11164 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
11165 assigning the spam-mark to new messages.
11166
11167 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
11168
11169 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11170
11171 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
11172
11173 * rfc2047.el (rfc2047-encodable-p): Don't move point.
11174 (rfc2047-decode): Treat the ascii coding-system as raw-text by
11175 default.
11176
11177 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
11178
11179 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11180 correct data.
11181
11182 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
11183
11184 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11185 (spam-group-processor-p): Fix function.
11186 (spam-group-processor-multiple-p)
11187 (spam-group-spam-processor-report-gmane-p)
11188 (spam-group-spam-processor-report-resend-p)
11189 (spam-group-spam-processor-bogofilter-p)
11190 (spam-group-spam-processor-blacklist-p)
11191 (spam-group-spam-processor-ifile-p)
11192 (spam-group-ham-processor-ifile-p)
11193 (spam-group-spam-processor-spamoracle-p)
11194 (spam-group-spam-processor-crm114-p)
11195 (spam-group-ham-processor-bogofilter-p)
11196 (spam-group-spam-processor-stat-p)
11197 (spam-group-ham-processor-stat-p)
11198 (spam-group-ham-processor-whitelist-p)
11199 (spam-group-ham-processor-BBDB-p)
11200 (spam-group-ham-processor-spamoracle-p)
11201 (spam-group-ham-processor-copy-p): Remove functions with some
11202 prejudice against unneeded code.
11203 (spam-report-articles-resend)
11204 (spam-report-resend-register-routine): Allow the group/topic
11205 spam-resend-to value to override spam-report-resend-to.
11206 (spam-summary-prepare-exit): Invoke spam-group-processor-p
11207 properly now.
11208
11209 * gnus.el (spam-resend-to): Add group/topic parameter.
11210 (spam-process): Move the OBSOLETE processors to the end of the
11211 choices.
11212
11213 2004-05-24 Daniel Pittman <daniel@rimspace.net>
11214
11215 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11216 with resend-to set to nil, and then ask the user if necessary.
11217 (spam-report-resend): spam-report-resend takes a list of articles, not
11218 separate article numbers.
11219
11220 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
11221
11222 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11223 addition to emacs-w3m.
11224
11225 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11226
11227 * assistant.el (assistant-authinfo-data): New function.
11228 (assistant-eval): Eval for entire assistant.
11229
11230 * netrc.el (netrc-services-file): New variable.
11231 (netrc-parse-services): New function.
11232 (netrc-find-service-name): New function.
11233 (netrc-find-service-number): New function.
11234 (netrc-port-equal): New function.
11235 (netrc-machine): Use it.
11236
11237 * nnimap.el (nnimap-open-connection): Use netrc.
11238
11239 * gnus-util.el (gnus-netrc-get): Remove aliases.
11240
11241 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11242
11243 * assistant.el (wid-edit): Fix compilation.
11244
11245 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11246
11247 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
11248
11249 * gnus-util.el (gnus-set-file-modes): New function. (small
11250 patch).
11251
11252 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11253
11254 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11255
11256 * assistant.el (assistant-render-node): Fix up rendering and
11257 read-only text.
11258 (assistant-render-node): Reset.
11259 (assistant-make-read-only): Not sticky.
11260
11261 2004-05-20 Danny Siu <dsiu@adobe.com>
11262
11263 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11264 centered even when gnus-auto-center-summary is t
11265
11266 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11267
11268 * dns.el (dns-get-txt-answer): New function.
11269 (dns-read-txt): Ditto.
11270 (query-dns): Use it.
11271
11272 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
11273
11274 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11275 active for foreign groups even if the group level is higher than
11276 the specified value.
11277
11278 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11279
11280 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11281 non-active groups.
11282
11283 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11284
11285 2004-05-20 Magnus Henoch <mange@freemail.hu>
11286
11287 * dns.el (dns-read-type): Add support for SVR. (small patch)
11288
11289 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
11290
11291 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11292 (spam-crm114-header, spam-crm114-spam-switch)
11293 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11294 (spam-crm114-positive-spam-header)
11295 (spam-crm114-database-directory, spam-list-of-processors)
11296 (spam-group-spam-processor-crm114-p)
11297 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11298 (spam-generic-score, spam-list-of-checks)
11299 (spam-list-of-statistical-checks, spam-registration-functions)
11300 (spam-check-crm114-headers, spam-crm114-score)
11301 (spam-check-crm114, spam-crm114-register-with-crm114)
11302 (spam-crm114-register-spam-routine)
11303 (spam-crm114-unregister-spam-routine)
11304 (spam-crm114-register-ham-routine)
11305 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
11306 asjo@koldfront.dk (Adam Sjøgren).
11307
11308 * gnus.el: Add spam-use-crm114.
11309
11310 * spam.el (spam-list-of-processors, spam-registration-functions):
11311 Add spam-use-resend.
11312 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11313 (spam-report-articles-gmane): Add doc fix.
11314 (spam-report-articles-resend, spam-report-resend-register-routine):
11315 Add wrappers around spam-report-resend-to.
11316
11317 * spam-report.el (spam-report-resend-to, spam-report-resend):
11318 Add support for resending spam.
11319 (spam-report-gmane): Fix line length >80.
11320
11321 * gnus.el (spam-process): Add spam-use-resend.
11322
11323 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11324
11325 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11326 number of processed spam messages.
11327 (spam-ham-copy-or-move-routine): Return the number of processed
11328 ham messages.
11329 (spam-summary-prepare-exit): Use the above values to decide
11330 whether status messages shouled be displayed.
11331
11332 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
11333
11334 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11335 `rfc2047-encoding-function-alist' in order to avoid conflicting
11336 with the old version.
11337 (rfc2047-encode-region): Concatenate words containing non-ASCII
11338 characters in structured fields; don't encode space-delimited
11339 ASCII words even in unstructured fields; don't break words at
11340 char-category boundaries.
11341 (rfc2047-encode-1): New function.
11342 (rfc2047-encode): Use it; encode text so that it occupies the
11343 maximum width within 76-column; work correctly on Q encoding for
11344 iso-2022-* charsets.
11345 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11346 sure not to break a line just after the header name.
11347 (rfc2047-b-encode-region): Removed.
11348 (rfc2047-b-encode-string): New function.
11349 (rfc2047-q-encode-region): Removed.
11350 (rfc2047-q-encode-string): New function.
11351
11352 * mm-util.el (mm-replace-in-string): New function.
11353
11354 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11355
11356 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11357 get it right.
11358 (gnus-inews-make-draft): Really.
11359
11360 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
11361
11362 * nnmh.el (nnmh-request-list-1): Don't check the link count
11363 before descending. (small patch)
11364
11365 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11366
11367 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11368 stuff.
11369
11370 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11371 on real group name.
11372
11373 * gnus-art.el (gnus-signature-limit): Doc fix.
11374
11375 * gnus-msg.el (gnus-inews-make-draft): Quote list.
11376
11377 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11378
11379 * gnus-draft.el (gnus-draft-send): Bind
11380 rfc2047-encode-encoded-words.
11381
11382 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11383 (rfc2047-encodable-p): Say that =? needs encoding.
11384 (rfc2047-encode-encoded-words): New variable.
11385
11386 * gnus-group.el (gnus-group-select-group): Doc fix.
11387
11388 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11389
11390 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11391 to nil.
11392
11393 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11394
11395 * nnheader.el (nnheader-get-lines-and-char): New function.
11396
11397 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
11398
11399 * gnus-msg.el (gnus-summary-followup-with-original): Document
11400 yanking of region when active.
11401
11402 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
11403
11404 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11405 groups if the group level is higher than the specified value.
11406
11407 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11408
11409 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11410 (gnus-group-jump-to-group): Added prefix argument using
11411 `gnus-group-jump-to-group-prompt'. Query before jumping to
11412 non-active group.
11413
11414 * compface.el (uncompface): Be verbose when changing
11415 `uncompface-use-external'.
11416
11417 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11418 handle manual section.
11419
11420 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11421
11422 * gnus-art.el (gnus-button-alist): Revert previous change.
11423
11424 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11425
11426 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11427
11428 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11429
11430 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11431 whether backend can accept message.
11432
11433 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11434
11435 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
11436
11437 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11438 Avoid creating directory when nntp-marks-is-evil is true.
11439 Reported by Reiner Steib.
11440
11441 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11442
11443 * gnus-picon.el (gnus-picon-style): New variable.
11444 (gnus-picon-insert-glyph): Added optional `nostring' argument.
11445 (gnus-picon-transform-address): Support `gnus-picon-style'. From
11446 Jesper Harder <harder@ifa.au.dk>.
11447
11448 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11449
11450 * message.el (message-fill-field): Return point.
11451 (message-generate-headers): Go to end of field.
11452
11453 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11454 stuff for non-living groups.
11455
11456 2004-05-18 Jesper Harder <harder@ifa.au.dk>
11457
11458 * gnus-art.el (gnus-article-followup-with-original)
11459 (gnus-article-reply-with-original): gnus-mark-active-p ->
11460 gnus-region-active-p.
11461
11462 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
11463
11464 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11465 only when there is spam or ham to be processed.
11466
11467 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11468
11469 * mail-source.el (mail-source-delete-crash-box): Refactor.
11470 (mail-source-fetch): Use it.
11471 (mail-source-fetch-file): Ditto.
11472 (mail-source-fetch-directory): Run postscript in loop.
11473 (mail-source-fetch-pop): Delete.
11474 (mail-source-fetch-maildir): Ditto.
11475 (mail-source-fetch-imap): Ditto.
11476
11477 * imap.el (imap-authenticators): Comment out sasl.
11478
11479 * message.el (message-skip-to-next-address): New function.
11480 (message-fill-header-address): Refactor.
11481 (message-fill-address): Use it.
11482 (message-delete-address): Use it.
11483 (message-fill-header-general): Refactor.
11484 (message-fill-field-address): Rename.
11485 (message-narrow-to-field): Find the start of the header.
11486 (message-header-format-alist): Don't pre-fill.
11487 (message-fill-header): Removed.
11488 (message-insert-header): New function.
11489 (message-shorten-references): Use it.
11490
11491 * rfc2047.el (rfc2047-field-value): Strip props.
11492
11493 * mail-parse.el (mail-header-make-address): New alias.
11494
11495 * ietf-drums.el (ietf-drums-make-address): New function.
11496
11497 * imap.el: Add compiler directives.
11498
11499 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11500
11501 * gnus-art.el (article-decode-idna-rhs): Don't use
11502 message-idna-inside-rhs-p.
11503
11504 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11505
11506 * message.el (message-idna-inside-rhs-p): Removed.
11507 (message-idna-to-ascii-rhs-1): Use proper address parsing.
11508
11509 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11510 false positives.
11511
11512 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11513
11514 * imap.el (imap-sasl-make-mechanisms): Use sasl.
11515
11516 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11517
11518 * nneething.el (nneething-file-name): Don't create spurious
11519 files.
11520
11521 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11522 (gnus-inews-do-gcc): Remove sleep.
11523
11524 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11525 part under point.
11526
11527 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11528 (gnus-agent-regenerate-group): Using nil messages aren't valid.
11529
11530 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
11531
11532 * spam.el (spam-summary-prepare-exit): Fixed (length).
11533
11534 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
11535
11536 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11537 as expired without moving it" message when there are spam
11538 messages left.
11539
11540 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
11541
11542 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11543 header is not nil.
11544
11545 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
11546
11547 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11548 nntp-possibly-create-directory, not nntp-possibly-change-group.
11549 (nntp-marks-changed-p): New arg SERVER.
11550 (nntp-request-update-info): Adjust caller.
11551
11552 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
11553
11554 * nntp.el (nntp-save-marks): Pass missing arg.
11555
11556 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
11557
11558 * nntp.el: Support marks.
11559 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11560 (nntp-marks-modtime, nntp-marks-directory): New variables.
11561 (nntp-request-set-mark, nntp-request-update-info)
11562 (nntp-possibly-create-directory, nntp-marks-changed-p)
11563 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11564 functions.
11565
11566 2004-05-12 Jesper Harder <harder@ifa.au.dk>
11567
11568 * gnus-score.el (gnus-score-insert-help): Use
11569 gnus-select-lowest-window.
11570
11571 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11572 appt-select-lowest-window and rename to gnus-select-lowest-window.
11573
11574 * gnus.el: do.
11575
11576 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11577
11578 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11579 encodings of MIME-encoded words, in order to improve
11580 interoperability with several broken MUAs.
11581
11582 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11583
11584 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11585 tags, only when charsets are not specified in headers.
11586 (mm-inline-text-html-render-with-w3m): Ditto.
11587
11588 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11589
11590 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11591 instead of MIME-decoded from fields when checking
11592 `gnus-article-address-banner-alist'.
11593
11594 2004-05-03 Jesper Harder <harder@ifa.au.dk>
11595
11596 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11597 description rather than subject.
11598
11599 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11600
11601 * gnus.el (gnus-version-number): Bump.
11602
11603 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
11604
11605 * gnus.el: No Gnus v0.2 is released.
11606
11607 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11608
11609 * gnus-agent.el (gnus-agent-read-agentview): Inline
11610 gnus-uncompress-range.
11611
11612 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11613
11614 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11615 `exec-installed-p'.
11616
11617 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11618
11619 * gnus.el (spam-process, spam-autodetect-methods): Add
11620 bsfilter and bsfilter-headers.
11621
11622 * spam.el (spam-bsfilter): New customize group.
11623 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11624 (spam-bsfilter-header, spam-bsfilter-probability-header)
11625 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11626 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11627 (spam-bsfilter-database-directory): New options.
11628 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11629 (spam-list-of-statistical-checks, spam-registration-functions):
11630 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11631 (spam-bsfilter-score): New command.
11632 (spam-check-bsfilter-headers, spam-check-bsfilter)
11633 (spam-bsfilter-register-with-bsfilter)
11634 (spam-bsfilter-register-spam-routine)
11635 (spam-bsfilter-unregister-spam-routine)
11636 (spam-bsfilter-register-ham-routine)
11637 (spam-bsfilter-unregister-ham-routine): New functions.
11638 (spam-generic-score): Support bsfilter; Accept an optional argument
11639 to recalcurate spam score even if scoring header has already been
11640 added.
11641 (spam-bogofilter-score, spam-spamassassin-score): Accept an
11642 optional argument to recalcurate spam score even if scoring header
11643 has already been added.
11644
11645 2004-04-29 Jesper Harder <harder@ifa.au.dk>
11646
11647 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11648 strings! Reported by David D. Smith <davidsmith@acm.org>.
11649 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11650 link is missing.
11651
11652 2004-04-28 Jesper Harder <harder@ifa.au.dk>
11653
11654 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11655 (html2text-get-attr): Rewrite.
11656
11657 * message.el (message-setup-1): Remove redundant put-text-property
11658 on mail-header-separator.
11659
11660 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
11661
11662 * gnus-registry.el (gnus-registry-cache-whitespace)
11663 (gnus-registry-action, gnus-registry-spool-action)
11664 (gnus-registry-split-fancy-with-parent): Change message levels
11665 from 5 to 3 or 7, as needed.
11666
11667 * spam.el (spam-summary-prepare-exit)
11668 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11669 (spam-split, spam-find-spam, spam-log-undo-registration)
11670 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11671 level from 5 to 6.
11672
11673 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
11674
11675 * gnus-ems.el: Autoload appt-select-lowest-window (revert
11676 2004-03-04 change).
11677
11678 2004-04-25 Jesper Harder <harder@ifa.au.dk>
11679
11680 * sieve-manage.el (sieve-manage-open):
11681 * nnweb.el (nnweb-insert-html):
11682 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11683 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11684 * nnspool.el (nnspool-request-group):
11685 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11686 * nnml.el (nnml-request-update-info):
11687 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11688 (nnmh-request-create-group, nnmh-update-gnus-unreads):
11689 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11690 (nnimap-request-set-mark):
11691 * nnfolder.el (nnfolder-request-update-info):
11692 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11693 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11694 * gnus-uu.el (gnus-uu-find-articles-matching):
11695 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11696 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11697 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11698 * gnus-nocem.el (gnus-nocem-scan-groups):
11699 * gnus-int.el (gnus-start-news-server):
11700 * gnus-group.el (gnus-group-make-kiboze-group)
11701 (gnus-group-browse-foreign-server):
11702 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11703 Use mapc when appropriate.
11704
11705 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
11706
11707 FIXME: Make separate entries for each person.
11708
11709 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11710 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11711 <shields@msrl.com>:
11712
11713 * spam.el (spam-necessary-extra-headers): Get the extra headers we
11714 may need for spam sorting and scoring.
11715 (spam-user-format-function-S): Add user format function suitable for
11716 general use.
11717 (spam-article-sort-by-spam-status): Add sorting function for summary
11718 sorting.
11719 (spam-extra-header-to-number): Add function to get a score from a
11720 header.
11721 (spam-summary-score): Add function to get a numeric score from the
11722 headers.
11723 (spam-generic-score): Fix function doc, was in wrong place.
11724 (spam-initialize): Take symbols when it's run, and install the
11725 extra headers that spam-necessary-extra-headers thinks we need.
11726
11727 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
11728
11729 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11730 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
11731
11732 2004-04-17 Jesper Harder <harder@ifa.au.dk>
11733
11734 * gnus-sum.el (gnus-set-global-variables)
11735 (gnus-build-all-threads, gnus-get-newsgroup-headers)
11736 (gnus-article-get-xrefs, gnus-summary-best-group)
11737 (gnus-summary-next-article, gnus-summary-enter-digest-group)
11738 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11739 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11740 Use with-current-buffer.
11741
11742 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
11743
11744 * spam.el (spam-summary-prepare-exit): Simplify logic.
11745 (spam-fetch-article-header): Read the article header if it's not
11746 available.
11747 (spam-list-articles): Simplify logic.
11748 (spam-filelist-register-routine): Fix bug with unregister-list.
11749
11750 * gnus-registry.el: Fix comments at beginning.
11751
11752 2004-04-16 Jesper Harder <harder@ifa.au.dk>
11753
11754 * message.el (message-cater-to-broken-inn): Remove.
11755 (message-shorten-references): Make sure the total folded length of
11756 References is shorter than 998 characters to cater to a bug in INN
11757 2.3. Also, don't pretend that references aren't folded -- this
11758 hasn't worked for a while.
11759
11760 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11761
11762 * gnus-agent.el (gnus-agentize):
11763 gnus-agent-send-mail-real-function no longer set to current value
11764 of message-send-mail-function but rather a lambda that calls
11765 message-send-mail-function. The change makes the agent real-time
11766 responsive to user changes to message-send-mail-function.
11767
11768 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11769
11770 * legacy-gnus-agent.el
11771 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11772 help from Florian Weimer <fw@deneb.enyo.de>
11773
11774 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
11775
11776 * nnmail.el (nnmail-cache-insert): Revert last change.
11777
11778 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
11779
11780 * nnmail.el (nnmail-cache-insert): Always check whether
11781 nnmail-cache-ignore-groups matches a group name.
11782
11783 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
11784
11785 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11786 (spam-find-spam, spam-log-processing-to-registry)
11787 (spam-log-registered-p, spam-log-unregistration-needed-p)
11788 (spam-log-undo-registration): Use gnus-message instead of
11789 gnus-error, none of these errors are fatal.
11790
11791 * gnus-registry.el (gnus-registry-clean-empty-function)
11792 (gnus-registry-clean-empty): Remove only empty entries without
11793 extra data.
11794
11795 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
11796
11797 * spam-stat.el (spam-stat-buffer-change-to-spam)
11798 (spam-stat-buffer-change-to-non-spam): Change (error) to
11799 (gnus-message 8) invocation.
11800
11801 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
11802
11803 * nntp.el (nntp-via-netcat-command): New variable.
11804 (nntp-via-netcat-switches): New variable.
11805 (nntp-open-via-rlogin-and-netcat): New function.
11806 (nntp-open-connection-function): Doc fix.
11807 (nntp-telnet-command): Doc fix.
11808 (nntp-end-of-line): Doc fix.
11809 (nntp-via-rlogin-command): Doc fix.
11810 (nntp-via-user-name): Doc fix.
11811 (nntp-via-address): Doc fix.
11812
11813 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
11814
11815 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11816 error in Emacs 21.1.
11817
11818 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
11819
11820 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11821
11822 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
11823
11824 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11825 (gnus-agent-with-refreshed-group): New macro.
11826 (gnus-agent-rename-group): New function.
11827 (gnus-agent-delete-group): New function.
11828 (gnus-agent-save-group-info): Use gnus-command-method when
11829 `method' parameter is nil. Don't write nil entries into the
11830 active file.
11831 (gnus-agent-get-group-info): New function.
11832 (gnus-agent-fetch-articles): Use
11833 gnus-agent-update-files-total-fetched-for to increment disk space
11834 used.
11835 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11836 gnus-agent-update-view-total-fetched-for to increment disk space
11837 used.
11838 (gnus-agent-get-local): Added optional parameters to avoid calling
11839 gnus-group-real-name and gnus-find-method-for-group.
11840 (gnus-agent-set-local): Delete stored entry if either min, or max,
11841 are nil.
11842 (gnus-agent-fetch-session): Reworded error/quit messages. On
11843 quit, use gnus-agent-regenerate-group to record existance of any
11844 articles fetched to disk before the quit occurred.
11845 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11846 gnus-agent-update-view-total-fetched-for, and
11847 gnus-agent-update-files-total-fetched-for to decrement disk space
11848 used.
11849 (gnus-agent-retrieve-headers): Use
11850 gnus-agent-update-view-total-fetched-for to increment disk space
11851 used.
11852 (gnus-agent-regenerate-group): Replace gnus-group-update-group
11853 with gnus-agent-update-files-total-fetched-for to decrement disk
11854 space and fresh group buffer.
11855 (gnus-agent-inhibit-update-total-fetched-for): New variable.
11856 (gnus-agent-need-update-total-fetched-for): New variable.
11857 (gnus-agent-update-files-total-fetched-for): New function.
11858 (gnus-agent-update-view-total-fetched-for): New function.
11859 (gnus-agent-total-fetched-for): New function.
11860
11861 * gnus-cache.el (gnus-cache-save-buffers): Use
11862 gnus-cache-update-overview-total-fetched-for to change disk space
11863 used by this group.
11864 (gnus-cache-possibly-enter-article): Use
11865 gnus-cache-update-file-total-fetched-for to increment disk space
11866 used by this group.
11867 (gnus-cache-possibly-remove-article): Use
11868 gnus-cache-update-file-total-fetched-for to decrement disk space
11869 used by this group.
11870 (gnus-cache-generate-nov-databases): Purge total fetched cache.
11871 (gnus-cache-rename-group): New function.
11872 (gnus-cache-delete-group): New function.
11873 (gnus-cache-inhibit-update-total-fetched-for): New variable.
11874 (gnus-cache-need-update-total-fetched-for): New variable.
11875 (gnus-cache-with-refreshed-group): New macro.
11876 (gnus-cache-update-file-total-fetched-for): New function.
11877 (gnus-cache-update-overview-total-fetched-for): New function.
11878 (gnus-cache-rename-group-total-fetched-for): New function.
11879 (gnus-cache-delete-group-total-fetched-for): New function.
11880 (gnus-cache-total-fetched-for): New function.
11881
11882 * gnus-group.el: Require gnus-sum and autoload functions to
11883 resolve warnings when gnus-group.el compiled alone.
11884 (gnus-group-line-format): Documented new %F
11885 (size of Fetched data) group line format; identifies disk space
11886 used by agent and cache.
11887 (gnus-group-line-format-alist): Defined new F format.
11888 (gnus-total-fetched-for): New function.
11889 (gnus-group-delete-group): No longer update
11890 gnus-cache-active-altered as gnus-request-delete-group now keeps
11891 the cache in sync.
11892 (gnus-group-list-active): Let the agent store a server's active
11893 list if currently plugged.
11894
11895 * gnus-int.el (gnus-request-delete-group):
11896 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11897 local disk in sync with the server.
11898 (gnus-request-rename-group):
11899 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11900 local disk in sync with the server.
11901
11902 * gnus-start.el (gnus-get-unread-articles):
11903 Cosmetic simplification to logic.
11904
11905 * gnus-util.el (gnus-rename-file): New function.
11906
11907 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
11908
11909 * mm-util.el (mm-image-load-path): Handle nil in load-path.
11910
11911 2004-04-07 Jesper Harder <harder@ifa.au.dk>
11912
11913 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11914 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
11915
11916 2004-04-06 Jesper Harder <harder@ifa.au.dk>
11917
11918 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11919 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
11920
11921 2004-04-03 Jesper Harder <harder@ifa.au.dk>
11922
11923 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11924
11925 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
11926
11927 * spam.el (spam-set-difference): Add function to replace
11928 gnus-set-difference in spam.el.
11929 (spam-summary-prepare-exit): Use spam-set-difference.
11930
11931 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11932
11933 * gnus-registry.el (gnus-registry-cache-file): Update to use
11934 gnus-dribble-directory OR gnus-home-directory OR ~.
11935 (gnus-registry-split-fancy-with-parent): Fix doc.
11936
11937 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
11938
11939 * message.el (message-exchange-point-and-mark): Use
11940 message-mark-active-p. Suggested by Jesper Harder
11941 <harder@ifa.au.dk>.
11942
11943 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
11944
11945 * message.el (message-exchange-point-and-mark): Don't activate
11946 region if it was inactive. Suggested by Hiroshi Fujishima
11947 <pooh@nature.tsukuba.ac.jp>.
11948
11949 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
11950
11951 * gnus-art.el (article-display-face): Display Faces in the same
11952 order as X-Faces.
11953
11954 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
11955
11956 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11957
11958 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11959
11960 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11961 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11962 (gnus-article-mime-hierarchy): Remove.
11963 (gnus-article-mime-hierarchy-next): Remove.
11964 (gnus-article-mode): Revert 2004-03-19 change.
11965 (gnus-article-setup-buffer): Revert 2004-03-19 change.
11966 (gnus-insert-mime-button): Revert 2004-03-19 change.
11967 (gnus-mime-accumulate-hierarchy): Remove.
11968 (gnus-mime-enter-multipart): Remove.
11969 (gnus-mime-leave-multipart): Remove.
11970 (gnus-mime-display-part): Revert 2004-03-19 change.
11971 (gnus-mime-display-alternative): Revert 2004-03-19 change.
11972
11973 * mml.el (mml-preview): Revert 2004-03-19 change.
11974
11975 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
11976
11977 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11978
11979 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
11980
11981 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11982 t while entering a file name using the mm-with-multibyte macro.
11983 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11984
11985 * mm-util.el (mm-with-multibyte): New macro.
11986
11987 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
11988
11989 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11990 user option.
11991 (gnus-mime-multipart-functions): Doc and customization fix.
11992 (gnus-article-mime-hierarchy): New variable.
11993 (gnus-article-mime-hierarchy-next): New variable.
11994 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11995 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11996 gnus-article-mime-hierarchy-next to nil.
11997 (gnus-insert-mime-button): Show hierarchy numbers.
11998 (gnus-mime-accumulate-hierarchy): New function.
11999 (gnus-mime-enter-multipart): New function.
12000 (gnus-mime-leave-multipart): New function.
12001 (gnus-mime-display-part): Recompute hierarchical MIME structure.
12002 (gnus-mime-display-alternative): Show hierarchy numbers.
12003
12004 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
12005 gnus-article-mime-hierarchy-next to nil.
12006
12007 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
12008
12009 * dns.el: Don't require gnus-xmas.
12010
12011 2004-03-17 Jesper Harder <harder@ifa.au.dk>
12012
12013 * mml.el (mml-generate-mime-1): Don't use format=flowed with
12014 inline PGP.
12015 (mml-menu): Disable mml-quote-region if mark is inactive.
12016
12017 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
12018
12019 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
12020 when the group's active is not available.
12021
12022 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
12023
12024 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
12025 error.
12026
12027 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
12028
12029 * imap.el (imap-store-password): New variable.
12030 (imap-interactive-login): Use it.
12031 Suggested by Mark Plaksin <happy@mcplaksin.org>.
12032
12033 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
12034
12035 * gnus-art.el (gnus-article-read-summary-keys): Restore new
12036 window-start and hscroll to summary window.
12037
12038 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
12039
12040 * gnus-start.el (gnus-convert-old-newsrc): Only write the
12041 conversion message to newsrc-dribble when an actual conversion is
12042 performed.
12043
12044 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
12045
12046 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
12047
12048 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
12049
12050 * mm-decode.el (mm-complicated-handles): New function reviving
12051 former definition of mm-multiple-handles.
12052
12053 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12054 (gnus-mime-delete-part): Use it.
12055
12056 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
12057
12058 * gnus-agent.el (gnus-agent-read-local): Bind
12059 nnheader-file-coding-system to gnus-agent-file-coding-system to
12060 avoid the implicit assumption that they will always be equal.
12061 (gnus-agent-save-local): Bind buffer-file-coding-system, not
12062 coding-system-for-write, as the with-temp-file macro first prints
12063 to a buffer then saves the buffer.
12064
12065 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
12066
12067 * gnus-art.el (gnus-article-edit-part): New function.
12068 (gnus-mime-save-part-and-strip): Use it; do query instead of
12069 signaling an error; don't use mm-multiple-handles.
12070 (gnus-mime-delete-part): Ditto.
12071
12072 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
12073
12074 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
12075 old file versions.
12076 (gnus-group-prepare-hook): Removed function that converted list
12077 form of gnus-agent-expire-days to group properties.
12078
12079 * gnus-int.el: Autoload gnus-agent-regenerate-group.
12080 (gnus-request-accept-article): Re-indented.
12081
12082 * gnus-start.el (gnus-convert-old-newsrc): Registered new
12083 converters to handle old agent file formats. Added logic for a
12084 "backup before upgrading warning".
12085 (gnus-convert-mark-converter-prompt): Developers can mark
12086 functions as needing (default), or not needing,
12087 gnus-convert-old-newsrc's "backup before upgrading warning".
12088 (gnus-convert-converter-needs-prompt): Tests whether the user
12089 should be protected from potentially irreversable changes by the
12090 function.
12091
12092 * legacy-gnus-agent.el: New. Provides converters that are only
12093 loaded when gnus-convert-old-newsrc needs to call them.
12094
12095 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
12096
12097 * mail-source.el (mail-source-touch-pop): Doc fix.
12098
12099 * message.el (message-smtpmail-send-it): Doc fix.
12100
12101 2004-03-05 Jesper Harder <harder@ifa.au.dk>
12102
12103 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
12104
12105 * nnmail.el (nnmail-split-fancy): do.
12106
12107 * gnus-kill.el (gnus-kill, gnus-execute): do.
12108
12109 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
12110
12111 * gnus-sum.el (gnus-widget-reversible-match)
12112 (gnus-widget-reversible-to-internal)
12113 (gnus-widget-reversible-to-external): New functions.
12114 (gnus-widget-reversible): New widget.
12115 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
12116
12117 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
12118
12119 * gnus-sum.el (gnus-thread-sort-functions)
12120 (gnus-article-sort-functions): Document `(not F)' items.
12121
12122 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
12123
12124 * spam.el (spam-use-gmane-xref): Add new backend.
12125 (spam-gmane-xref-spam-group): Add variable to control the name of the
12126 Gmane spam group.
12127 (spam-blackhole-servers, spam-blackhole-good-server-regex)
12128 (spam-regex-headers-spam, spam-regex-headers-ham)
12129 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
12130 (spam-list-of-checks): Add spam-use-gmane-xref to list of
12131 backends and checks.
12132 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
12133
12134 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
12135 an autodetect method.
12136
12137 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
12138
12139 * gnus-int.el (gnus-request-accept-article): Inform the agent that
12140 articles are being added to a group.
12141 (gnus-request-replace-article): Inform the agent that articles
12142 need to be uncached as the cached contents are no longer valid.
12143
12144 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
12145
12146 * binhex.el: Don't autoload executable-find.
12147
12148 * canlock.el: Don't autoload mail-fetch-field.
12149
12150 * gnus-ems.el: Don't autoload appt-select-lowest-window.
12151
12152 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12153 rmail-dont-reply-to and rmail-output.
12154
12155 * gnus-score.el: Don't autoload ffap-string-at-point.
12156
12157 * gnus-setup.el: Don't autoload sc-cite-original.
12158
12159 * imap.el: Don't autoload base64-decode-string,
12160 base64-encode-string and md5.
12161
12162 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12163 and rmail-msg-restore-non-pruned-header.
12164
12165 * mm-decode.el: Don't autoload executable-find.
12166
12167 * mm-url.el: Don't autoload executable-find.
12168
12169 * mm-view.el: Don't autoload diff-mode.
12170
12171 * nndb.el: Don't autoload news-reply-mode, news-setup,
12172 cancel-timer and telnet.
12173
12174 * password.el: Don't autoload run-at-time for Emacs.
12175
12176 * sha1-el.el: Don't autoload executable-find.
12177
12178 * sieve-mode.el: Don't autoload c-mode.
12179
12180 * uudecode.el: Don't autoload executable-find.
12181
12182 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
12183
12184 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12185 (gnus-agent-possibly-alter-active): Avoid null in numeric
12186 comparison.
12187 (gnus-agent-set-local): Refuse to save null in local object table.
12188 (gnus-agent-regenerate-group): The REREAD parameter can now be a
12189 list of articles that will be marked as unread.
12190
12191 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
12192
12193 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12194
12195 2004-03-04 Jesper Harder <harder@ifa.au.dk>
12196
12197 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12198 language tags.
12199
12200 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
12201
12202 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12203 Don't bind "obarray".
12204
12205 * gnus-sum.el (gnus-thread-sort-functions): Added
12206 `gnus-thread-sort-by-most-recent-number' and
12207 `gnus-thread-sort-by-most-recent-date'.
12208 Reported by Kai Grossjohann <kai@emptydomain.de>.
12209
12210 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
12211
12212 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12213
12214 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
12215
12216 * gnus-cus.el (gnus-agent-customize-category): Removed
12217 ignore-errors macro reference that required cl to be loaded at
12218 run-time.
12219
12220 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12221 single-interval range of the form (min . max). Previously the
12222 range had to look like ((min . max)). Likewise, return
12223 (min . max) rather than ((min . max)).
12224 (gnus-range-map): Use gnus-range-normalize to accept
12225 single-interval range.
12226
12227 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12228 the cache, but not the agent, now appear with their usual face.
12229
12230 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
12231
12232 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12233 w3m-safe-url-regexp variable buffer-local.
12234
12235 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12236
12237 2004-02-27 Simon Josefsson <jas@extundo.com>
12238
12239 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12240 gnus-group-real-prefix.
12241 (gnus-summary-move-article): Use it, instead of
12242 gnus-group-real-prefix.
12243
12244 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
12245
12246 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12247 w3m-safe-url-regexp variable buffer-local and set it as the value
12248 of mm-w3m-safe-url-regexp.
12249
12250 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12251
12252 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12253 parsing gnus-posting-styles when the message is not for replying.
12254
12255 * nnrss.el (nnrss-opml-export): Use
12256 mm-set-buffer-file-coding-system instead of
12257 set-buffer-file-coding-system.
12258
12259 2004-02-27 Jesper Harder <harder@ifa.au.dk>
12260
12261 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12262 of checkdoc.el).
12263 * nnrss.el: do.
12264 * gnus-mlspl.el: do.
12265 * gnus-ml.el: do.
12266 * gnus-srvr.el: do.
12267
12268 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12269
12270 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
12271
12272 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12273 Corrections to custom-manual links.
12274
12275 * gnus-art.el (gnus-article): Ditto.
12276
12277 * mm-decode.el (mime-display, mime-security): Ditto.
12278
12279 2004-02-26 Jesper Harder <harder@ifa.au.dk>
12280
12281 * flow-fill.el: Typo.
12282
12283 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
12284
12285 * spam-wash.el: New file.
12286
12287 2004-02-26 Mark A. Hershberger <mah@everybody.org>
12288
12289 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12290
12291 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
12292
12293 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12294 to be run with new-articles as LIST1, not LIST2.
12295 (spam-registration-functions): Add spam-use-ham-copy as a nil
12296 registration backend.
12297
12298 2004-02-26 Jesper Harder <harder@ifa.au.dk>
12299
12300 * spam-stat.el (spam-stat-washing-hook): New option.
12301 (spam-stat-buffer-words): Use it.
12302 (spam-stat-process-directory, spam-stat-test-directory): Use
12303 insert-file-contents-literally.
12304 (spam-stat-coding-system): New variable.
12305 (spam-stat-load, spam-stat-save): Use it.
12306
12307 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
12308
12309 * spam-report.el (spam-report-plug-agent): Quote
12310 spam-report-url-to-file and spam-report-url-ping-plain.
12311
12312 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
12313
12314 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12315 / in mailto URLs.
12316
12317 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
12318
12319 * spam-report.el (spam-report-process-queue): Fix interactive use.
12320 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12321 (spam-report-unplug-agent): Doc fixes.
12322 (spam-report-url-ping-mm-url, spam-report-url-to-file)
12323 (spam-report-agentize, spam-report-deagentize): Autoload
12324
12325 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
12326
12327 * message.el (message-setup-fill-variables): Add mml tags to
12328 paragraph-start and paragraph-separate. Suggested by Andrew Korty
12329 <ajk@iu.edu>.
12330 (message-mode): Don't modify paragraph-separate there.
12331
12332 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
12333
12334 * compface.el (uncompface-use-external): Default to undecided.
12335 (uncompface-use-external-threshold): New variable.
12336 (uncompface-float-time): New macro.
12337 (uncompface): Determine whether to use the external decoder if
12338 uncompface-use-external is undecided.
12339
12340 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12341
12342 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12343 after images.
12344
12345 * gnus-art.el (gnus-mime-display-single): Remove dead code.
12346
12347 2004-02-14 Jesper Harder <harder@ifa.au.dk>
12348
12349 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12350
12351 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12352
12353 * gnus-sum.el (gnus-summary-limit-to-age)
12354 (gnus-summary-limit-children): do.
12355
12356 * gnus-int.el (gnus-request-scan): do.
12357
12358 * gnus-group.el (gnus-group-suspend): do.
12359
12360 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12361
12362 * gnus-cite.el (gnus-cite-parse-attributions): do.
12363
12364 * gnus-agent.el (gnus-summary-set-agent-mark)
12365 (gnus-agent-regenerate-group): do.
12366
12367 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12368
12369 * binhex.el (binhex-decode-region-internal): do.
12370
12371 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
12372
12373 * gnus-fun.el (gnus-face-properties-alist): New user option.
12374 (gnus-display-x-face-in-from): Use it.
12375
12376 * gnus-art.el (article-display-face): Ditto.
12377
12378 * compface.el (uncompface-use-external): Default to nil.
12379
12380 2004-02-12 Jesper Harder <harder@ifa.au.dk>
12381
12382 * nntp.el (nntp-erase-buffer): New function.
12383 (nntp-retrieve-data, nntp-send-command)
12384 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12385 (nntp-possibly-change-group): Use it.
12386
12387 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12388 with-current-buffer.
12389
12390 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
12391
12392 * compface.el: Merge the ELisp-based uncompface program.
12393 (compface): New customization group.
12394 (uncompface-use-external): New user option.
12395 (uncompface): Call uncompface-internal if uncompface-use-external
12396 is nil.
12397 (uncompface-internal): New function. Note that there are also
12398 some other functions and variables added for this function.
12399
12400 2004-02-10 Jesper Harder <harder@ifa.au.dk>
12401
12402 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12403 if necessary.
12404
12405 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
12406
12407 * spam-report.el (spam-report-unplug-agent)
12408 (spam-report-plug-agent, spam-report-deagentize)
12409 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12410 Add support for the Agent in spam-report: when unplugged, report to a
12411 file; when plugged, submit all the requests.
12412
12413 * spam.el (spam-register-routine): Fix message about
12414 registration.
12415
12416 2004-02-09 Jesper Harder <harder@ifa.au.dk>
12417
12418 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12419 dependencies.
12420 (rfc2047-encode): Use it.
12421
12422 * gnus-art.el (gnus-button-marker-list): Move before first
12423 reference.
12424
12425 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12426 (imap-parse-body): Fix format string mismatch.
12427
12428 * gnus-score.el (gnus-summary-increase-score): do.
12429
12430 * nnrss.el (nnrss-close): New function.
12431
12432 2004-02-08 Jesper Harder <harder@ifa.au.dk>
12433
12434 * nnrss.el (nnrss-make-filename): New function.
12435 (nnrss-request-delete-group, nnrss-read-server-data)
12436 (nnrss-save-server-data, nnrss-read-group-data)
12437 (nnrss-save-group-data): Use it.
12438 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12439 (nnrss-read-server-data, nnrss-read-group-data): Use load.
12440 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12441
12442 2004-02-07 Jesper Harder <harder@ifa.au.dk>
12443
12444 * mml.el (mml-compute-boundary-1): Don't uncompress files.
12445
12446 2004-02-06 Jesper Harder <harder@ifa.au.dk>
12447
12448 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12449 files.
12450
12451 * message.el (message-generate-headers-first): Don't quote nil
12452 and t in docstrings.
12453
12454 * imap.el (imap-id): do.
12455
12456 * gnus-agent.el (gnus-agent-consider-all-articles)
12457 (gnus-agent-queue-mail): do.
12458
12459 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
12460
12461 * spam-report.el (spam-report-process-queue): New function.
12462 Process requests from `spam-report-requests-file'.
12463 (spam-report-process-queue): Doc fix.
12464
12465 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
12466
12467 * spam.el (spam-register-routine)
12468 (spam-log-processing-to-registry, spam-log-registered-p)
12469 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12470 Change "check" to "spam-check" for semi-clarity.
12471
12472 2004-02-05 Jesper Harder <harder@ifa.au.dk>
12473
12474 * pop3.el: Require nnheader.
12475
12476 * mml-smime.el: Require cl. Autoload message-fetch-field.
12477
12478 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12479
12480 * gnus-picon.el: Require cl.
12481
12482 * gnus-fun.el: Require gnus-ems and gnus-util.
12483
12484 * gnus.el (gnus-method-to-server): Move defsubst before first use.
12485
12486 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12487
12488 * gnus-art.el (gnus-article-edit-mode): Define before first
12489 reference.
12490
12491 2004-02-04 Jesper Harder <harder@ifa.au.dk>
12492
12493 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12494 (gnus-uu-post-encoded): Use point-at-bol.
12495
12496 * gnus-topic.el (gnus-group-active-topic-p): do.
12497
12498 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12499
12500 * gnus-group.el (gnus-group-kill-region): do.
12501
12502 * gnus-art.el (article-date-ut): do.
12503
12504 * message.el (message-fetch-field): Remove redundant
12505 case-fold-search binding.
12506 (message-narrow-to-field): Simplify.
12507
12508 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
12509
12510 * spam.el (spam-directory): Derive from `gnus-directory'.
12511
12512 * spam-report.el (spam-report-url-to-file)
12513 (spam-report-requests-file): New function and variable for offline
12514 reporting.
12515 (spam-report-url-ping-function): Add `spam-report-url-to-file'
12516 and user defined function.
12517 (spam-report-url-ping-mm-url): Remove doubled slash.
12518
12519 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
12520
12521 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12522
12523 2004-02-03 Jesper Harder <harder@ifa.au.dk>
12524
12525 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12526 format string mismatch.
12527
12528 * sieve.el (sieve-deactivate-all): do.
12529
12530 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12531
12532 * nnlistserv.el (nnlistserv-kk-wash-article): do.
12533
12534 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12535
12536 * mm-bodies.el (mm-7bit-chars): Don't include \r.
12537
12538 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
12539
12540 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12541 the list of checks.
12542
12543 2004-01-31 Jesper Harder <harder@ifa.au.dk>
12544
12545 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12546 padding.
12547
12548 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
12549
12550 * mm-view.el (mm-fill-flowed): New variable.
12551 (mm-inline-text): Use it.
12552
12553 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
12554
12555 * spam.el (spam-spamassassin-register-ham-routine)
12556 (spam-spamassassin-register-spam-routine): Fix function names.
12557
12558 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
12559
12560 * gnus.el (gnus-tmp-grouplens): Remove.
12561 (gnus-summary-line-format): Remove grouplens.
12562
12563 * gnus-group.el (gnus-group-line-format): Ditto.
12564
12565 * gnus-spec.el (gnus-format-specs): Ditto.
12566 (gnus-update-format-specifications): Flush the group format spec
12567 cache if there's the grouplens stuff.
12568 (gnus-parse-simple-format): Replace %l with the empty string.
12569
12570 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
12571
12572 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12573 omission.
12574
12575 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
12576
12577 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12578 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12579
12580 2004-01-25 Paul Jarc <prj@po.cwru.edu>
12581
12582 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12583 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12584 New macros and functions.
12585 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12586 Handle > NLINK_MAX messages.
12587 * nnmaildir.el (nnmaildir-request-set-mark): Use
12588 nnmaildir--emlink-p and nnmaildir--eexist-p.
12589
12590 2004-01-25 Alex Schroeder <alex@gnu.org>
12591
12592 * spam-stat.el (spam-stat-process-directory-age): New option.
12593 (spam-stat-process-directory): Use it.
12594
12595 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
12596
12597 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12598 (spam-stat-save): Accept prefix argument.
12599
12600 2004-01-23 Paul Jarc <prj@po.cwru.edu>
12601
12602 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12603 links" error.
12604
12605 2004-01-23 Jesper Harder <harder@ifa.au.dk>
12606
12607 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12608 compatibility with old .newsrc.eld files.
12609
12610 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12611
12612 * gnus-start.el (gnus-1): do.
12613
12614 * gnus-group.el (gnus-group-line-format-alist): do.
12615
12616 * gnus.el (gnus-use-grouplens, gnus-visual): do.
12617
12618 * gnus-gl.el: Remove.
12619
12620 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
12621
12622 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12623 marks consisting of a single range {for example, (3 . 5)} rather
12624 than a list of a single range { ((3 . 5)) }.
12625
12626 2004-01-23 Jesper Harder <harder@ifa.au.dk>
12627
12628 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12629 with-current-buffer.
12630 (spam-stat-store-current-buffer): Use insert-buffer-substring to
12631 avoid consing a string.
12632
12633 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12634 Remove obsolete entries for big5 and gb2312.
12635
12636 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
12637
12638 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12639 uncompressed list.
12640
12641 2004-01-22 Jesper Harder <harder@ifa.au.dk>
12642
12643 * spam-stat.el (spam-stat-strip-xref): New function.
12644 (spam-stat-process-directory): Use it.
12645
12646 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12647 here -- it's done in message-fetch-field.
12648
12649 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
12650
12651 * gnus-agent.el (gnus-agent-queue-mail)
12652 (gnus-agent-prompt-send-queue): New variables.
12653 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12654 * gnus-draft.el (gnus-group-send-queue): Pass the group name
12655 "nndraft:queue" along to gnus-draft-send. Use
12656 gnus-agent-prompt-send-queue.
12657 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12658 is "nndraft:queue". Suggested by Gaute Strokkenes
12659 <gs234@srcf.ucam.org>
12660
12661 * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12662 (agent-enable-undownloaded-faces): Added
12663 (gnus-agent-cat-groups): Use eval-and-compile, not
12664 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12665 method of gnus-agent-cat-groups even when the buffer has been
12666 evaled.
12667 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12668 delete gnus-agent-save-active-1.
12669 (gnus-agent-save-groups): Deleted. Identical to
12670 gnus-agent-save-active.
12671 (gnus-agent-write-active): No longer adjust agent's copy of active
12672 file as agent's adjustments are now stored in their own
12673 file. Removed optional parameter.
12674 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12675 servers. Add use of min/max range limits from server's local
12676 file.
12677 (gnus-agent-save-alist): Removed unused optional argument.
12678 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12679 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12680 (gnus-agent-set-local): A per-server file that keeps min/max range
12681 limits for articles known to the agent. Provides a fast mechanism
12682 for altering many active ranges.
12683 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12684 active file (local makes it unnecessary).
12685 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12686
12687 * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12688 (agent-enable-undownloaded-faces): Added
12689
12690 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12691 disable it when sending to "nndraft:queue".
12692 (gnus-group-send-queue): Add safety check to avoid sending queue
12693 when unplugged.
12694
12695 * gnus-group.el (gnus-group-catchup): Use new
12696 gnus-sequence-of-unread-articles, not
12697 gnus-list-of-unread-articles, to avoid exhausting memory with huge
12698 numbers of articles. Use gnus-range-map to avoid having to
12699 uncompress the unread list.
12700 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12701 Fixed invalid ange-ftp reference.
12702
12703 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12704 (gnus-sorted-range-intersection): Intersection of two ranges
12705 without requiring that they first be uncompressed.
12706
12707 * gnus-start.el (gnus-activate-group): Unless blocked by the
12708 caller, possibly expand the active range to include both cached
12709 and agentized articles.
12710 (gnus-convert-old-newsrc): Rewrote in anticipation of having
12711 multiple version-dependent converters.
12712 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12713 gnus-agent-save-active.
12714 (gnus-save-newsrc-file): Save dirty agent range limits.
12715
12716 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12717 gnus-agent-possibly-alter-active.
12718 (gnus-adjust-marked-articles): Faster handling of simple lists
12719
12720 2004-01-21 Jesper Harder <harder@ifa.au.dk>
12721
12722 * spam-stat.el (spam-stat-test-directory): New optional argument
12723 displays a list of files detected. Suggested by Andrew Cohen
12724 <cohen@andy.bu.edu>.
12725 (spam-stat-buffer-words-with-scores): Don't narrow and change
12726 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
12727
12728 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
12729
12730 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12731 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12732 (spam-spamassassin-arguments)
12733 (spam-spamassassin-spam-flag-header)
12734 (spam-spamassassin-positive-spam-flag-header)
12735 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12736 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12737 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12738 (spam-list-of-processors, spam-list-of-checks)
12739 (spam-list-of-statistical-checks, spam-registration-functions)
12740 (spam-check-spamassassin-headers, spam-check-spamassassin)
12741 (spam-spamassassin-score)
12742 (spam-spamassassin-register-with-sa-learn)
12743 (spam-spamassassin-register-spam-routine)
12744 (spam-spamassassin-register-ham-routine)
12745 (spam-assassin-register-spam-routine)
12746 (spam-assassin-register-ham-routine): Add SpamAssassin support.
12747 (spam-bogofilter-score): Fix to show article before scoring.
12748
12749 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
12750
12751 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12752 default scoring function.
12753 (spam-generic-score): Call spam-spamassassin-score if
12754 spam-use-spamassassin or spam-use-spamassassin-headers is on;
12755 spam-bogofilter-score otherwise.
12756
12757 * gnus.el (spam-process, spam-autodetect-methods): Add
12758 spamassassin and spamassassin-headers.
12759
12760 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
12761
12762 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12763 Suppress unnecessary messages.
12764
12765 2004-01-20 Jesper Harder <harder@ifa.au.dk>
12766
12767 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12768 make-hash-table.
12769
12770 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
12771
12772 * canlock.el (base64-encode-string): Don't autoload it.
12773
12774 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12775
12776 * run-at-time.el: Remove useless (require 'itimer),
12777 eval-and-compile and (featurep 'xemacs).
12778
12779 2004-01-16 Jesper Harder <harder@ifa.au.dk>
12780
12781 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12782 GROUP is a virtual group.
12783
12784 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
12785
12786 * gnus.el: Autoload `message-y-or-n-p'.
12787
12788 2004-01-15 Jesper Harder <harder@ifa.au.dk>
12789
12790 * pgg-parse.el: Remove unnecessary (require 'custom).
12791
12792 * pgg-def.el: do.
12793
12794 * nnmail.el: do.
12795
12796 * gnus-undo.el: do.
12797
12798 * gnus-picon.el: do.
12799
12800 * gnus-util.el: do.
12801
12802 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
12803
12804 * gnus-sum.el (gnus-pick-line-number): Add autoload.
12805
12806 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
12807
12808 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12809 handle, as well as a list.
12810
12811 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12812 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12813 (mm-w3m-cid-retrieve): Simplify.
12814
12815 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
12816
12817 * message.el (message-kill-to-signature): Allow prefix arg to
12818 specify number of lines to keep before signature.
12819
12820 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
12821
12822 (message-kill-to-signature): Change docstring.
12823
12824 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12825
12826 * canlock.el: Always require sha1-el.
12827 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12828
12829 * message.el: Autoload sha1 only when compiling.
12830
12831 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12832
12833 * message.el (message-canlock-generate): Require sha1-el.
12834
12835 2004-01-13 Jesper Harder <harder@ifa.au.dk>
12836
12837 * message.el (message-expand-name): Silence the byte compiler.
12838
12839 2004-01-13 Simon Josefsson <jas@extundo.com>
12840
12841 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12842 Invoke gnus-score-mode. Reported by
12843 bojohan+news@dd.chalmers.se (Johan Bockgård).
12844
12845 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
12846 Jim Blandy <jimb@redhat.com> (tiny change).
12847
12848 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12849
12850 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12851
12852 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
12853
12854 * spam.el (spam-get-article-as-string): Update to use
12855 gnus-request-article-this-buffer, much simpler.
12856 (spam-get-article-as-buffer): Remove.
12857
12858 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
12859
12860 * message.el (message-expand-name): Use EUDC if the user uses that.
12861
12862 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12863
12864 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12865 character for the encoding to avoid consing a string.
12866
12867 * rfc2047.el (rfc2047-decode-string): Don't cons a string
12868 unnecessarily.
12869
12870 * mm-util.el (mm-replace-chars-in-string): Remove.
12871
12872 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12873 of mm-replace-chars-in-string.
12874
12875 2004-01-11 Jesper Harder <harder@ifa.au.dk>
12876
12877 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12878
12879 * mm-util.el (mm-subst-char-in-string): Support inplace.
12880
12881 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12882 a new string in every iteration. Use shy groups.
12883
12884 2004-01-10 Jesper Harder <harder@ifa.au.dk>
12885
12886 * gnus-srvr.el (gnus-browse-unsubscribe-group):
12887 * gnus-soup.el (gnus-soup-group-brew):
12888 * gnus-msg.el (gnus-put-message):
12889 * gnus-move.el (gnus-group-move-group-to-server):
12890 * gnus-kill.el (gnus-batch-score):
12891 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12892 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12893 (gnus-group-update-group, gnus-group-read-group)
12894 (gnus-group-make-group, gnus-group-make-help-group)
12895 (gnus-group-make-archive-group, gnus-group-make-directory-group)
12896 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12897 (gnus-group-sort-by-unread, gnus-group-catchup)
12898 (gnus-group-unsubscribe-group, gnus-group-kill-group)
12899 (gnus-group-yank-group, gnus-group-set-info)
12900 (gnus-group-list-groups):
12901 * gnus.el (gnus-generate-new-group-name):
12902 * gnus-delay.el (gnus-delay-send-queue):
12903 * nnvirtual.el (nnvirtual-catchup-group):
12904 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12905 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12906 (gnus-group-prepare-topics, gnus-topic-check-topology):
12907 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12908 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12909 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12910 (gnus-group-make-articles-read):
12911 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12912 (gnus-group-change-level, gnus-kill-newsgroup)
12913 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12914 (gnus-get-unread-articles, gnus-make-articles-unread)
12915 (gnus-make-ascending-articles-unread): Use accessor
12916 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12917 to get group information for improved readability.
12918
12919
12920 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12921
12922 * gnus-art.el (article-decode-mime-words, article-babel)
12923 (gnus-article-highlight-signature, gnus-article-add-buttons)
12924 (gnus-signature-toggle): Use gnus-with-article-buffer.
12925
12926 * gnus-art.el (gnus-article-highlight-headers)
12927 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12928
12929 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12930 (gnus-article-set-globals, gnus-request-article-this-buffer)
12931 (gnus-button-message-id, gnus-article-maybe-hide-headers)
12932 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12933 (gnus-mime-display-alternative): Use with-current-buffer.
12934
12935 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12936
12937 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12938 also under 80 char limit, and call gnus-error if needed.
12939 (spam-fetch-article-header): Fix - it was a
12940 buffer-local variable (gnus-newsgroup-data).
12941 (spam-find-spam): Use spam-generate-fake-headers, forget about
12942 spam-insert-fake-headers.
12943 (spam-insert-fake-headers): Remove.
12944
12945 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12946
12947 * deuglify.el (gnus-article-outlook-unwrap-lines)
12948 (gnus-outlook-rearrange-article)
12949 (gnus-outlook-repair-attribution-outlook)
12950 (gnus-outlook-repair-attribution-block)
12951 (gnus-outlook-repair-attribution-other): Remove redundant
12952 save-excursion.
12953
12954 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12955
12956 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12957 (spam-fetch-field-subject-fast)
12958 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12959 (spam-fetch-article-header): Add functions to deal with Gnus
12960 internals for fast retrieval of article header data.
12961 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12962
12963 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12964
12965 * pop3.el (pop3-md5): Remove.
12966 (pop3-apop): Replace pop3-md5 with md5.
12967
12968 * mm-bodies.el: base64 is always built-in.
12969
12970 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12971 with-current-buffer.
12972
12973 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
12974
12975 * canlock.el (canlock-insert-header): Remove excessive grouping in
12976 regexp.
12977
12978 * gnus-sum.el (gnus-summary-read-document): Ditto.
12979
12980 * gnus-uu.el (gnus-uu-part-number): Ditto.
12981
12982 * html2text.el (html2text-remove-tags): Ditto.
12983 (html2text-format-tags): Ditto.
12984 (html2text-format-single-elements): Ditto.
12985
12986 * mml.el (mml-parse-1): Ditto.
12987
12988 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12989
12990 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12991
12992 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12993
12994 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12995
12996 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12997
12998 2003-11-15 Simon Josefsson <jas@extundo.com>
12999
13000 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
13001 (pgg-gpg-lookup-key): Use regexp match instead of
13002 split-string (split-string is different between emacs 21.2 and
13003 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
13004
13005 2004-01-08 Jesper Harder <harder@ifa.au.dk>
13006
13007 * gnus-art.el (gnus-mime-view-all-parts)
13008 (gnus-article-part-wrapper, gnus-article-view-part): Use
13009 with-current-buffer.
13010
13011 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
13012
13013 * spam.el (spam-disable-spam-split-during-ham-respool)
13014 (spam-spamoracle-database, spam-cache-lookups)
13015 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
13016 (spam-group-ham-mark-p, spam-group-spam-mark-p)
13017 (spam-group-ham-marks, spam-group-spam-marks)
13018 (spam-group-spam-contents-p, spam-group-ham-contents-p)
13019 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
13020 also add spam-use-blackholes to the statistical checks.
13021 (spam-fetch-field-fast): Add interface to fetching fields, may
13022 become a macro.
13023 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
13024 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
13025 (spam-insert-fake-headers): Fake an article when needed.
13026 (spam-find-spam): Fake article when possible.
13027 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
13028 (spam-check-bogofilter-headers): Use message-fetch-field instead
13029 of nnmail-fetch-field.
13030
13031 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
13032
13033 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
13034
13035 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
13036
13037 * spam.el (spam-split): Do not require spam-use-CHECK to be
13038 enabled if that check is passed to spam-split explicitly; also
13039 fix so 'spam doesn't get converted to spam-split-group when
13040 spam-split-symbolic-return is t.
13041 (spam-find-spam): Find registrations of the article and use those
13042 instead of re-running spam-split to find the spam/ham
13043 classification of the article.
13044 (spam-log-processing-to-registry, spam-log-registered-p)
13045 (spam-log-unregistration-needed-p, spam-log-undo-registration):
13046 Use gnus-error instead of gnus-message.
13047 (spam-log-registration-type): Add function to determine the
13048 classification of a message based on registry entries; will
13049 return nil if both 'spam and 'ham are found.
13050 (spam-check-BBDB): Expand all the BBDB macros here so we can have
13051 a reasonably fast local cache without the loading errors.
13052 (spam-cache-lookups): Set to t by default.
13053 (spam-find-spam): Don't try to guess spam-cache-lookups.
13054 (spam-enter-whitelist, spam-enter-blacklist): Clear the
13055 spam-caches entry.
13056 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
13057 caching of whitelist/blacklist entries.
13058 (spam-check-whitelist, spam-check-blacklist): Invoke
13059 spam-from-listed-p with a type, not a cache variable.
13060 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
13061
13062 2004-01-07 Jesper Harder <harder@ifa.au.dk>
13063
13064 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
13065
13066 * nnmail.el (nnmail-split-fancy): do.
13067
13068 * mml.el (mml-parse): do.
13069
13070 * gnus-score.el (gnus-enter-score-words-into-hashtb)
13071 (gnus-score-adaptive): do.
13072
13073 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
13074
13075 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
13076 (gnus-mime-button-map): Don't set keymap parent.
13077 (gnus-button-ctan-directory-regexp): Use shy grouping.
13078 (gnus-prev-page-map): Don't set keymap parent.
13079 (gnus-prev-page-map): Remove duplicated one.
13080 (gnus-next-page-map): Don't set keymap parent.
13081 (gnus-mime-security-button-map): Ditto.
13082
13083 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
13084 version number.
13085
13086 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
13087
13088 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
13089
13090 * canlock.el (canlock-sha1-function): Remove.
13091 (canlock-sha1-function-for-verify): Remove.
13092 (canlock-openssl-program): Remove.
13093 (canlock-openssl-args): Remove.
13094 (canlock-ignore-errors): Remove.
13095 (canlock-sha1-with-openssl): Remove.
13096 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
13097 (canlock-verify): Don't use canlock-ignore-errors.
13098
13099 * sha1-el.el (sha1-string-external): Make it can return a string
13100 in binary form.
13101 (sha1-region-external): Ditto.
13102 (sha1-string-internal): Ditto.
13103 (sha1-region-internal): Ditto.
13104 (sha1-region): Ditto.
13105 (sha1-string): Ditto.
13106 (sha1): Ditto.
13107
13108 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
13109
13110 * spam.el (spam-report-articles-gmane): New command.
13111
13112 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
13113
13114 * gnus.el: Don't make unnecessary *Group* buffer when loading.
13115
13116 * run-at-time.el (run-at-time-saved): Remove.
13117 (run-at-time): Doc fix.
13118
13119 2004-01-07 Jesper Harder <harder@ifa.au.dk>
13120
13121 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
13122 (gnus-summary-limit-map): Add it.
13123 (gnus-summary-make-menu-bar): do.
13124
13125 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
13126
13127 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
13128 Make attempt at some caching support (done for BBDB only now).
13129 (spam-find-spam): Set spam-cache-lookups if there are more than 2
13130 addresses to be checked.
13131 (spam-clear-cache-BBDB): Add function, to be invoked by
13132 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
13133 (spam-check-BBDB): Check and use the caches, if
13134 spam-cache-lookups is on, remove superfluous (provide).
13135
13136 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
13137
13138 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
13139
13140 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
13141
13142 * run-at-time.el (run-at-time-saved): Move to after the definition
13143 of `run-at-time'.
13144
13145 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
13146
13147 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13148 mm-w3m-local-map-property.
13149
13150 * mm-view.el (mm-w3m-mode-map): Remove.
13151 (mm-w3m-local-map-property): Remove.
13152 (mm-inline-text-html-render-with-w3m): Don't use
13153 mm-w3m-local-map-property.
13154
13155 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13156
13157 * run-at-time.el: New file.
13158
13159 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13160 of gnus-set-text-properties.
13161
13162 * gnus-uu.el (gnus-uu-save-article): Ditto.
13163
13164 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13165
13166 * gnus-cite.el (gnus-cite-parse): Ditto.
13167
13168 * gnus-art.el (gnus-button-push): Use set-text-properties instead
13169 of gnus-.
13170
13171 * gnus.el: Changed calls to nnheader-run-at-time and
13172 password-run-at-time throughout to use run-at-time directly.
13173
13174 * password.el: Removed definition of run-at-time.
13175
13176 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
13177
13178 * mml.el (mml-minibuffer-read-disposition): Show attachment type
13179 in prompt.
13180
13181 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
13182
13183 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13184 XEmacs version.
13185
13186 * dns.el (dns-make-network-process): Use `open-network-stream'
13187 instead of `gnus-xmas-open-network-stream'.
13188
13189 * .cvsignore: Add auto-autoloads.el, custom-load.el.
13190
13191 2004-01-06 Jesper Harder <harder@ifa.au.dk>
13192
13193 * gnus-art.el (gnus-mime-display-alternative)
13194 (gnus-insert-mime-button, gnus-insert-mime-security-button)
13195 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13196 Don't use gnus-local-map-property.
13197
13198 * gnus-util.el (gnus-local-map-property): Remove.
13199
13200 * mm-view.el (mm-view-pkcs7-decrypt): Replace
13201 gnus-completing-read-maybe-default with completing-read.
13202
13203 * gnus-util.el (gnus-completing-read): do.
13204 (gnus-completing-read-maybe-default): Remove.
13205
13206 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
13207
13208 * password.el: Only autoload `run-at-time' if not XEmacs.
13209 Only autoload the itimer functions if XEmacs.
13210
13211 2004-01-06 Jesper Harder <harder@ifa.au.dk>
13212
13213 * gnus-art.el (gnus-read-string): Remove.
13214 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13215 read-string.
13216
13217 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
13218
13219 * netrc.el: Autoload password-read.
13220 (netrc): Add configuration group.
13221 (netrc-encoding-method, netrc-openssl-path): Add
13222 variables for encoding and decoding of files with symmetric
13223 ciphers.
13224 (netrc-encode): Add assistant function to encode a file with
13225 netrc-encoding-method.
13226 (netrc-parse): Add interactive parameter, added optional
13227 decoding if netrc-encoding-method is non-nil but otherwise
13228 behavior is standard.
13229 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13230 Do s/encode/encrypt/ everywhere.
13231
13232 * spam.el: Remove executable-find autoload.
13233
13234 2004-01-05 Jesper Harder <harder@ifa.au.dk>
13235
13236 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13237
13238 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13239
13240 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
13241
13242 * gnus-art.el (gnus-treat-ansi-sequences,
13243 (article-treat-ansi-sequences): New variable and function.
13244 Suggested by Dan Jacobson <jidanni@jidanni.org>.
13245
13246 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13247 Use it.
13248
13249 2004-01-05 Jesper Harder <harder@ifa.au.dk>
13250
13251 * mm-util.el (mm-quote-arg): Remove.
13252
13253 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13254 shell-quote-argument.
13255
13256 * gnus-uu.el (gnus-uu-command): do.
13257
13258 * gnus-sum.el (gnus-summary-insert-pseudos): do.
13259
13260 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13261 with make-char.
13262
13263 * mm-util.el (mm-make-char): Remove.
13264
13265 * mml.el (mml-mode): Replace gnus-add-minor-mode with
13266 add-minor-mode.
13267
13268 * gnus-undo.el (gnus-undo-mode): do.
13269
13270 * gnus-topic.el (gnus-topic-mode): do.
13271
13272 * gnus-sum.el (gnus-dead-summary-mode): do.
13273
13274 * gnus-start.el (gnus-slave-mode): do.
13275
13276 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13277
13278 * gnus-ml.el (gnus-mailing-list-mode): do.
13279
13280 * gnus-gl.el (gnus-grouplens-mode): do.
13281
13282 * gnus-draft.el (gnus-draft-mode): do.
13283
13284 * gnus-dired.el (gnus-dired-mode): do.
13285
13286 * gnus-ems.el (gnus-add-minor-mode): Remove.
13287
13288 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13289 Replace gnus-char-width with char-width.
13290
13291 * gnus-ems.el (gnus-char-width): Remove.
13292
13293 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13294 Replace gnus-char-width with char-width.
13295
13296 * gnus-ems.el (gnus-char-width): Remove.
13297
13298 * spam-stat.el (with-syntax-table): Remove with-syntax-table
13299 definition.
13300 Remove Emacs 20 hash table compatibility code.
13301
13302 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13303 20 compatibility code.
13304
13305 * spam.el (spam-point-at-eol): Replace with point-at-eol.
13306
13307 * smime.el (smime-point-at-eol): Replace with point-at-eol.
13308
13309 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13310 with point-at-{eol,bol}.
13311
13312 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13313
13314 * imap.el (imap-point-at-eol): Replace with point-at-eol.
13315
13316 * flow-fill.el (fill-flowed-point-at-bol)
13317 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13318
13319 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13320 Replace with point-at-{eol,bol} throughout all files.
13321
13322 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
13323
13324 * ntlm.el (ntlm-string-as-unibyte): New macro.
13325 (ntlm-build-auth-response): Use it.
13326
13327 Remove Emacs 20 stuff:
13328 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13329 of delq and copy-sequence.
13330 * gnus-art.el (popup-menu): Remove the compiler macro.
13331 * nnmail.el (nnmail-split-fancy): Don't support customizing with
13332 Emacs 20.
13333
13334 2004-01-05 Simon Josefsson <jas@extundo.com>
13335
13336 * ntlm.el: Fix namespace. Change smb-passwd-hash into
13337 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13338 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13339 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13340 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13341 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13342 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13343 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13344 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13345 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13346 ntlm-string-permute, string-lshift into ntlm-string-lshift,
13347 string-xor into ntlm-string-xor. Suggested by
13348 Jesper Harder <harder@myrealbox.com>.
13349
13350 * ntlm.el: Don't include poem.
13351
13352 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
13353 Jesper Harder <harder@myrealbox.com>.
13354
13355 * sasl-ntlm.el, ntlm.el, md4.el: New files.
13356
13357 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
13358 probably breaks emacs with DL patch, but do we care? Is anyone
13359 still using the DL stuff?)
13360
13361 * sieve-manage.el: Use the password package.
13362 (sieve-manage-read-passwd): Remove.
13363 (sieve-manage-interactive-login): Use password. Re-add
13364 condition-case around loop.
13365
13366 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13367 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13368 the password package.
13369
13370 2003-02-19 Simon Josefsson <jas@extundo.com>
13371
13372 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13373 token.
13374
13375 2002-08-07 Simon Josefsson <jas@extundo.com>
13376
13377 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13378 (sieve-manage-authenticators):
13379 (sieve-manage-authenticator-alist): Add some SASL mechs.
13380 (sieve-sasl-auth): New function.
13381 (sieve-manage-cram-md5-auth):
13382 (sieve-manage-plain-auth): Rewrite using SASL library.
13383 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13384 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13385 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13386 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13387
13388 2004-01-05 Simon Josefsson <jas@extundo.com>
13389
13390 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13391 New files.
13392
13393 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13394
13395 * gnus-group.el (gnus-no-groups-message): Update.
13396
13397 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13398
13399 2003-11-09 Simon Josefsson <jas@extundo.com>
13400
13401 * imap.el: Support for ID IMAP extension (RFC 2971).
13402 (imap-local-variables): Add imap-id.
13403 (imap-id): New variable.
13404 (imap-id): New function.
13405 (imap-parse-response): Parse untagged ID response.
13406 * nnimap.el (nnimap-id): New variable.
13407 (nnimap-open-connection): Use it.
13408
13409 2003-12-28 Simon Josefsson <jas@extundo.com>
13410
13411 * gnus-score.el (gnus-score-edit-all-score): New.
13412 * gnus-group.el (gnus-group-score-map): Bind it to W e.
13413
13414 2004-01-04 Simon Josefsson <jas@extundo.com>
13415
13416 * password.el: Add.
13417
13418 2004-01-04 Mario Lang <lang@zid.tugraz.at>
13419
13420 * dns.el (dns-query-types): Fix typo.
13421 (dns-query-types): New function
13422 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
13423 PTR and SOA replies, see RFC 1035.
13424
13425 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13426
13427 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13428
13429 * Moved to Changelog.2.
13430
13431 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13432
13433 * gnus.el (gnus-version-number): Bump version.
13434
13435 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13436
13437 * gnus.el: No Gnus v0.1 is released.
13438
13439 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13440
13441 * gnus.el: No Gnus v0.0 is released.
13442
13443 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13444
13445 * gnus.el (gnus-version-number): Bump.
13446 (gnus-version): No.
13447
13448 See ChangeLog.2 for earlier changes.
13449
13450 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13451
13452 This file is part of GNU Emacs.
13453
13454 GNU Emacs is free software: you can redistribute it and/or modify
13455 it under the terms of the GNU General Public License as published by
13456 the Free Software Foundation, either version 3 of the License, or
13457 (at your option) any later version.
13458
13459 GNU Emacs is distributed in the hope that it will be useful,
13460 but WITHOUT ANY WARRANTY; without even the implied warranty of
13461 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13462 GNU General Public License for more details.
13463
13464 You should have received a copy of the GNU General Public License
13465 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
13466
13467 ;; Local Variables:
13468 ;; coding: utf-8
13469 ;; fill-column: 79
13470 ;; add-log-time-zone-rule: t
13471 ;; End:
13472
13473 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4