]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
Merge from gnus--devo--0
[gnu-emacs] / lisp / gnus / ChangeLog
1 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * mm-util.el (mm-coding-system-priorities): Protect against nil value
4 of current-language-environment.
5
6 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
7
8 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
9 available at runtime.
10
11 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12
13 * gnus-art.el (article-date-ut): Fix end point of narrowing.
14
15 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
16
17 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
18 the greatest positive fixnum value doesn't work under an XEmacs with
19 bignum support; use the most-positive-fixnum constant instead,
20 available since Emacs 21.1 with cl and XEmacs 21.1.
21
22 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
23
24 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
25 XEmacs gets not to work.
26
27 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
28
29 * mm-util.el (mm-coding-system-priorities): Allow the value like
30 "Japanese (UTF-8)" of current-language-environment.
31
32 2009-01-09 Glenn Morris <rgm@gnu.org>
33
34 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
35 with last-command-event.
36
37 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
38
39 * message.el (message-fix-before-sending): Amend comment.
40
41 2009-01-07 David Engster <dengste@eml.cc>
42
43 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
44 simplified server definitions by converting it via
45 gnus-server-to-method.
46
47 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
48
49 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
50 parameter's operands.
51
52 2009-01-06 David Engster <dengste@eml.cc>
53
54 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
55 primary select method (for gnus-group-mark-article-as-read).
56
57 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
58
59 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
60 `(gnus)Face', not `(gnus)X-Face'.
61
62 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
63
64 * mm-util.el (mm-ucs-to-char): New function.
65
66 * mm-url.el (mm-url-decode-entities): Use it.
67
68 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
69
70 * message.el (message-fix-before-sending): Add `eight-bit' to
71 illegible-text check.
72
73 2009-01-03 Michael Olson <mwolson@gnu.org>
74
75 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
76 `headers' is nil. This can occur if the IMAP server does not have
77 permissions to read messages from a folder, but can write new messages
78 to the folder.
79 (nnimap-request-article-part): Do not insert `data' if it is nil.
80
81 2009-01-01 Dave Love <fx@gnu.org>
82
83 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
84
85 * nnimap.el: Fix author email.
86 (nnimap-split-rule): Add FIXME comment.
87 (nnimap-debug): Fix doc string.
88
89 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
90
91 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
92 overlay-arrow-position and overlay-arrow-string buffer-local; no need
93 to check if those variables exist (first appeared in Emacs 18.50).
94
95 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
96
97 * mm-util.el (mm-line-number-at-pos): New function.
98
99 * spam-report.el (spam-report-process-queue): Use it.
100
101 2008-12-24 David Engster <dengste@eml.cc>
102
103 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
104 parameters that haven't existed as variables as buffer-local variables.
105
106 2008-12-23 Dave Love <fx@gnu.org>
107
108 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
109 cadar.
110
111 * sieve-manage.el (sieve-manage-starttls-p): Renamed from
112 imap-starttls-p.
113 (sieve-manage-starttls-open): Renamed from imap-starttls-open.
114
115 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
116
117 * spam-report.el (spam-report-gmane-max-requests): New constant.
118 (spam-report-gmane-wait): New variable.
119 (spam-report-gmane-ham, spam-report-gmane-spam)
120 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
121 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
122 the server.
123
124 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
125 Add explanations.
126
127 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
128 nnheader-accept-process-output and nnheader-read-timeout if available.
129 (pop3-movemail): Use it.
130
131 * message.el (message-check-news-body-syntax): Fix signature check if
132 there's an attachment.
133
134 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
135
136 * mm-util.el: Add comments to the mm- emulating functions.
137
138 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
139
140 * gnus-start.el (gnus-before-startup-hook): Fix doc string. Reported
141 by Stephen Berman <stephen.berman@gmx.net>.
142
143 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
144
145 * mm-util.el (mm-substring-no-properties): New function.
146 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
147 (mm-special-display-p): Enable those lambda forms to be byte compiled.
148 (mm-string-to-multibyte): Doc fix.
149
150 * mml.el (mml-attach-file): Use mm-substring-no-properties.
151
152 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
153
154 * mml.el (mml-attach-file): Strip text properties from file name.
155 (Bug#1574)
156
157 2008-12-16 Glenn Morris <rgm@gnu.org>
158
159 * mm-util.el (mm-charset-override-alist): Declare for compiler.
160
161 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
162
163 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
164 knows since the charset specified might be a bogus alias that
165 mm-charset-synonym-alist provides.
166
167 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
168
169 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
170 "ISO_8859-1".
171
172 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
173
174 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
175
176 * mm-util.el (mm-charset-eval-alist):
177 Define it before mm-charset-to-coding-system.
178 (mm-charset-to-coding-system): Add optional argument `silent';
179 define it before mm-charset-override-alist.
180 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
181 default value if it can be used in Emacs currently running;
182 silence mm-charset-to-coding-system.
183
184 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
185
186 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
187 `allow-override' which says whether to use `mm-charset-override-alist'.
188 (rfc2047-decode-encoded-words): Use it.
189
190 * mm-util.el (mm-charset-override-alist): Fix custom type;
191 add `(gb2312 . gbk)' to choices.
192
193 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
194
195 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
196 fast.
197
198 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
199
200 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
201
202 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
203 on links.
204
205 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
206
207 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
208
209 * message.el (message-idna-to-ascii-rhs-1): Protect against local
210 users' addresses that don't have domain parts.
211 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
212 rather than message-narrow-to-head since there will be the message
213 header separator.
214
215 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
216
217 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
218 since the result is inserted in a unibyte buffer anyway.
219 (nnimap-demule-use-string-to-multibyte): Remove.
220 (nnimap-demule): Alias it to mm-string-to-multibyte.
221
222 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
223
224 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
225 variable for debugging bug#464 and bug#1174.
226 (nnimap-demule): Use it.
227
228 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
229
230 * gnus-score.el (gnus-score-find-trace): Handle default score in total
231 score calculation correctly.
232
233 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
234
235 * message.el (message-send-mail): Just set the buffer to unibyte
236 rather than use mm-with-unibyte-current-buffer which does a lot more.
237 (message-send-mail-partially): Don't bother with
238 mm-with-unibyte-current-buffer since it's already been made unibyte by
239 message-send-mail.
240
241 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
242
243 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
244
245 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
246
247 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
248
249 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
250
251 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
252 require itself and to remove `with-no-warnings'.
253
254 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
255
256 * starttls.el (starttls-any-program-available): Get the name of the
257 available TLS layer program.
258 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
259 well as the host name in the "opening" message.
260
261 * auth-source.el (auth-source-cache, auth-source-do-cache)
262 (auth-source-user-or-password): Cache passwords and logins by default,
263 allow override with `auth-source-do-cache'.
264 (auth-source-forget-user-or-password): Allow users to remove cache
265 entries if needed.
266
267 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
268
269 * ietf-drums.el (ietf-drums-remove-comments): Localize second
270 condition-case to only the forward-sexp call.
271
272 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
273
274 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
275 quotes contained. Make it more robust regardless by an extra
276 condition-case wrapper.
277
278 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
279
280 * nnml.el (nnml-request-expire-articles): Check if the function set to
281 `nnmail-expiry-target' returns the symbol `delete'.
282
283 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
284
285 * nnmail.el (nnmail-expiry-target): Fix custom type.
286
287 2008-10-02 Glenn Morris <rgm@gnu.org>
288
289 * mm-util.el (mm-codepage-setup): Tweak codepage error.
290 Silence compiler warning.
291
292 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
293
294 * mml.el (mml-menu): Don't assume mml2015 is bound.
295
296 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
297
298 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
299 exists.
300
301 2008-09-27 Glenn Morris <rgm@gnu.org>
302
303 * gnus-util.el (mail-header-remove-comments): Autoload it.
304
305 2008-09-27 Andreas Schwab <schwab@suse.de>
306
307 * gnus-util.el (gnus-split-references): Strip comments.
308 (gnus-parent-id): Likewise.
309
310 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
311
312 * message.el (message-confirm-send): Fix version.
313
314 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
315
316 * message.el (message-idna-to-ascii-rhs-1): Use
317 mail-extract-address-components rather than mail-header-parse-addresses
318 that is an alias by default to ietf-drums-parse-addresses that does not
319 support non-ASCII names in headers' contents.
320
321 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
322
323 * message.el (message-confirm-send): Fixed variable documentation to
324 avoid the "y/n" wording.
325
326 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
327
328 * message.el (message-set-auto-save-file-name): Save to a different
329 filename so multiple messages (especially drafts) can be recovered.
330
331 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
332
333 * message.el (message-confirm-send): Add appropriate version.
334
335 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
336
337 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
338 defvar.
339
340 2008-09-22 Daiki Ueno <ueno@unixuser.org>
341
342 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
343 (mm-pkcs7-enveloped-magic): Ditto.
344
345 2008-09-17 Simon Josefsson <simon@josefsson.org>
346
347 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
348 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
349
350 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
351
352 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
353 default, it's better.
354
355 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
356
357 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
358 summary line gnus-number property and ignore them (with a warning
359 message).
360
361 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
362
363 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
364 macro caddr in the interactive form since it won't be expanded.
365
366 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
367
368 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
369 `charset'; fix name of function called recursively.
370 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
371
372 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
373
374 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
375 (gnus-mime-set-charset-parameters): New function.
376 (gnus-mime-view-part-as-charset): Use it to correctly display part
377 specifying wrong charset.
378
379 2008-09-08 David Engster <dengste@eml.cc>
380
381 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
382 in completing-read for back end server.
383
384 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
385
386 * message.el (message-confirm-send): New variable to confirm sending a
387 message.
388 (message-send): Use it.
389
390 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
391
392 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
393
394 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
395
396 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
397
398 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
399
400 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
401 prevent tracking too many groups.
402 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
403 Use it.
404
405 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
406
407 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
408 moving point to the bottom of the window in order to avoid recentering.
409
410 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
411
412 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
413 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
414 (gnus-article-beginning-of-window): Fix calculation.
415
416 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
417
418 * gnus-msg.el (gnus-summary-supersede-article)
419 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
420 value of gnus-newsgroup-charset to decode non-MIME encoded text in
421 message header.
422
423 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
424
425 * message.el:
426 * gnus-start.el:
427 * gnus-registry.el: Remove VMS support.
428
429 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
430
431 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
432 macro.
433 (rfc2104-hash): Use it.
434
435 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
436
437 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
438 (gnus-summary-sort-by-most-recent-date): New commands.
439 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
440 and menu entries.
441
442 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
443
444 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
445 don't redisplay article for raw contents; remove plural articles stuff.
446
447 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
448 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
449 on gnus-summary-save-article; display results properly.
450
451 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
452
453 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
454
455 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
456
457 * gnus-art.el (gnus-summary-save-in-pipe): Consider
458 gnus-save-all-headers.
459
460 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
461
462 * gnus-util.el (ns-focus-frame): Remove declaration.
463 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
464 like x.
465
466 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
467
468 * rfc2104.el (rfc2104-zero): Delete defconst.
469 (rfc2104-hex-alist): Likewise.
470 (rfc2104-hex-to-int): Delete func.
471 (rfc2104-hexstring-to-bitstring): Likewise.
472 (rfc2104-nybbles): New defconst.
473 (rfc2104-hash): Rewrite for speed.
474
475 2008-07-16 Glenn Morris <rgm@gnu.org>
476
477 * gnus-util.el (ns-focus-frame): Declare for compiler.
478
479 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
480
481 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
482 set as a group parameter.
483 (gnus-summary-save-in-pipe): Work when it is called independently.
484 (gnus-summary-pipe-to-muttprint): Don't modify
485 gnus-summary-pipe-output-default-command.
486
487 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
488
489 * message.el (message-send-mail-with-sendmail):
490 Display the error message.
491
492 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
493
494 * gnus-art.el (gnus-default-article-saver):
495 Add gnus-summary-save-in-pipe to choices.
496 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
497 gnus-summary-pipe-output-default-command as the default command.
498 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
499 instead of gnus-last-shell-command.
500
501 * gnus-sum.el (gnus-summary-pipe-output-default-command):
502 New user option.
503 (gnus-summary-muttprint-program): Mention the value will be changed.
504 (gnus-summary-save-article): Force showing of all headers.
505 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
506
507 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
508
509 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
510
511 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
512
513 * nnimap.el (nnimap-id):
514 * sieve-manage.el (sieve-manage-open): Doc fixes.
515
516 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
517
518 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
519 if available.
520
521 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
522
523 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
524
525 * nnkiboze.el (nnkiboze-generate-group):
526 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
527
528 * nnmairix.el: Require CL.
529
530 2008-06-15 David Engster <dengste@eml.cc>
531
532 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
533
534 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
535
536 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
537 New macros that expand to an `aset'/`aref' call under Emacs, and to a
538 runtime choice under XEmacs.
539
540 * gnus-sum.el (gnus-summary-set-display-table):
541 Use `gnus-put-display-table', `gnus-get-display-table',
542 `gnus-set-display-table' for the display table, instead of `aset'.
543
544 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
545
546 * nnmairix.el: Add autoloads.
547
548 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
549
550 * nnmairix.el (nnmairix-delete-recreate-group)
551 (nnmairix-update-and-clear-marks): Fix error messages.
552
553 2008-06-14 David Engster <dengste@eml.cc>
554
555 * nnmairix.el: Upgrade to version 0.6.
556 (nnmairix-group-toggle-propmarks-this-group)
557 (nnmairix-group-toggle-readmarks-this-group)
558 (nnmairix-group-delete-recreate-this-group)
559 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
560 (nnmairix-remove-tick-mark-original-article): New commands.
561 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
562 (nnmairix-propagate-marks-to-nnmairix-groups)
563 (nnmairix-only-use-registry, nnmairix-allowfast-default)
564 (nnmairix-marks-cache, nnmairix-version-output): New variables.
565 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
566 functions needed for marks propagation and manipulation of read marks.
567 (nnmairix-update-groups): New function.
568 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
569 (nnmairix-determine-original-group-from-registry)
570 (nnmairix-determine-original-group-from-path)
571 (nnmairix-get-group-from-file-path, nnmairix-map-range)
572 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
573 New helper functions.
574 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
575 keystrokes for new commands.
576 (nnmairix-delete-and-create-on-change): Doc string cleanup.
577 (nnmairix-request-group): Check allow-fast group parameter.
578 (nnmairix-request-create-group): Set allow-fast group parameter if
579 nnmairix-allowfast-default is set.
580 (nnmairix-close-group): Propagate marks upon closing if needed.
581 (nnmairix-group-toggle-threads-this-group): Use new.
582 nnmairix-group-toggle-parameter helper function.
583 (nnmairix-search): Better check for empty search result.
584 (nnmairix-goto-original-article): Use new helper functions for
585 determining original article.
586 (nnmairix-show-original-article): Make sure message-id is in brackets.
587 (nnmairix-call-mairix-binary): Change variable name.
588 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
589 helper function.
590 (nnmairix-widget-toggle-activate): Fix doc string.
591
592 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
593
594 * nnir.el: Require edmacro when compiling with XEmacs.
595 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
596 available in Emacs 21.
597
598 2008-06-11 Glenn Morris <rgm@gnu.org>
599
600 * gnus-util.el (x-focus-frame):
601 * gnus.el (image-size):
602 * mm-decode.el (image-size): Declare.
603
604 * gnus-picon.el (declare-function): Add compat definition.
605 (image-size): Declare.
606
607 * gnus-group.el (tool-bar-map):
608 * gnus-sum.el (tool-bar-map): Define for compiler.
609
610 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
611
612 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
613
614 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
615 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
616 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
617 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
618 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
619 * sieve-manage.el, spam-report.el, spam.el:
620 Remove unnecessary eval-and-compile of autoloads.
621
622 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
623
624 * auth-source.el: Precise Tramp doc.
625
626 2008-06-07 Glenn Morris <rgm@gnu.org>
627
628 * nnmairix.el: Remove unnecessary eval-when-compile.
629
630 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
631
632 * nnir.el: New file.
633
634 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
635
636 * gnus-util.el (gnus-read-shell-command): New function.
637 * mm-decode.el (mm-pipe-part):
638 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
639
640 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
641
642 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
643
644 2008-06-03 Glenn Morris <rgm@gnu.org>
645
646 * pop3.el (nnheader-accept-process-output): Autoload it.
647
648 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
649
650 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
651 are not 2-digit hexadecimal characters that follow `%'s.
652
653 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
654
655 * message.el (message-bogus-recipient-p): Fix type in doc string.
656 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
657 (message-bogus-addresses): Rename from message-bogus-address-regexp.
658 Improve custom options.
659 (message-bogus-recipient-p): Adjust accordingly.
660
661 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
662
663 * nnmairix.el: Require edmacro when compiling with XEmacs.
664
665 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
666
667 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
668 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
669
670 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
671
672 * auth-source.el: Add more docs.
673
674 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
675
676 * nnheader.el (nnheader-read-timeout): Change the default timeout from
677 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
678 retrieval faster in some cases, but might make CPU usage larger. If
679 this has any bad side effects, we might revert this change.
680
681 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
682 seems to make mail retrieval much, much faster.
683 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
684 unconditionally.
685
686 * gnus-draft.el (gnus-group-send-queue): Bind
687 message-send-mail-partially-limit to nil to avoid being prompted.
688
689 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
690
691 * mml.el (mml-attach-buffer): Prompt for `disposition'.
692
693 * message.el (message-bogus-address-regexp): Fix and improve custom
694 type.
695 (message-setup-hook): Add message-check-recipients as custom option.
696
697 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
698
699 * message.el (message-cite-function): Remove bogus autoload which crept
700 in during merge from v5-10.
701
702 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
703
704 * nnimap.el (nnimap-open-connection): Fix login/password bug.
705
706 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
707
708 * auth-source.el: Preliminary Tramp docs.
709 (auth-sources): Change the default auth-sources to use
710 EPA .gpg files.
711
712 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
713
714 * nntp.el: Autoload `auth-source-user-or-password'.
715 (nntp-send-authinfo): Use it.
716
717 * nnimap.el: Autoload `auth-source-user-or-password'.
718 (nnimap-open-connection): Use it.
719
720 * auth-source.el: Added docs on using with url-auth. Import gnus-util
721 for the gnus-message function.
722 (auth-source-user-or-password): Use it.
723
724 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
725
726 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
727 rfc2104-hexstring-to-byte-list. Return a unibyte string.
728 (rfc2104-hash): Use it.
729
730 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
731
732 * gnus-art.el (gnus-article-toggle-truncate-lines):
733 Don't use `iff' in docstring.
734
735 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
736
737 * gnus-registry.el: Adjusted copyright dates and added a keyword.
738
739 * gnus-util.el (gnus-extract-address-component-name)
740 (gnus-extract-address-component-email): Convenience functions around
741 `gnus-extract-address-components'.
742
743 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
744 Use `gnus-extract-address-component-email' to fix bug of comparing full
745 sender name to `user-mail-address'.
746
747 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
748
749 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
750 catch/throw to optimize.
751 (gnus-registry-find-keywords): Just use member to find a keyword.
752
753 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
754
755 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
756 is current before calling gnus-server-prepare.
757 (gnus-server-setup-buffer, gnus-server-update-server)
758 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
759
760 2008-05-04 Juri Linkov <juri@jurta.org>
761
762 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
763 (mailcap-file-default-commands): Use mailcap-replace-in-string
764 instead of replace-regexp-in-string, and mailcap-delete-duplicates
765 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
766
767 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
768
769 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
770
771 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
772
773 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
774 hooks.
775 (gnus-update-read-articles): Speed up non-marks-using users.
776 (gnus-use-marks): Define gnus-use-marks.
777 (gnus-propagate-marks): Rename variable to something more sensible.
778
779 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
780
781 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
782 (gmm-image-load-path-for-library): Fix typos in docstrings.
783 (gmm-message): Reflow docstring.
784
785 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
786
787 * mail-source.el (mail-source-set-1, mail-source-bind):
788 Move auth-source code out of the macro to clean it up and fix bugs.
789
790 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
791
792 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
793 by sender if it's equal to user-mail-address, it's likely to be
794 useless.
795
796 * mail-source.el (mail-source-bind): Don't use user or password if they
797 are not bound. Unintern them if they are nil. Don't use server unless
798 it's bound, and default it to empty string otherwise.
799
800 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
801
802 * mail-source.el: Load auth-source.el.
803 (mail-source-bind): Add comments. Call auth-source-user-or-password to
804 get user name or password, if auth-sources is set up.
805
806 * gnus-registry.el (gnus-registry-split-strategy): New variable for
807 strategy of splitting with parent.
808 (gnus-registry-split-fancy-with-parent)
809 (gnus-registry-post-process-groups): Use it and fix prior
810 bug (returning a list as the split result).
811
812 * auth-source.el (auth-sources): Remove server parameter.
813 (auth-source-pick, auth-source-user-or-password)
814 (auth-source-user-or-password-imap)
815 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
816 (auth-source-user-or-password-sftp)
817 (auth-source-user-or-password-smtp): Remove server parameter.
818
819 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
820
821 * smime.el (smime-sign-region, smime-encrypt-region)
822 (smime-decrypt-region):
823 Remove redundant calls to `generate-new-buffer-name'.
824
825 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
826
827 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
828 Don't use QP for message/rfc822.
829 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
830
831 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
832
833 * sieve-manage.el (sieve-string-bytes): Remove.
834 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
835 correct byte-length only if the process's coding-system is the same as
836 the one used internally by Emacs to represent strings.
837
838 2008-04-22 Juri Linkov <juri@jurta.org>
839
840 * mailcap.el (mailcap-file-default-commands): New function.
841
842 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
843
844 * message.el (message-signature-separator, message-cite-function):
845 Change custom version.
846
847 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
848
849 * mm-decode.el (mm-display-external): Make temp file read-only.
850
851 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
852
853 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
854 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
855 `C-c C-f d'.
856
857 2008-04-12 Adrian Aichner <adrian@xemacs.org>
858
859 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
860
861 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
862
863 * auth-source.el: Added docs.
864 (auth-sources): Modify format to support server.
865 (auth-source-pick, auth-source-user-or-password)
866 (auth-source-user-or-password-imap)
867 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
868 (auth-source-user-or-password-sftp)
869 (auth-source-user-or-password-smtp): Add server parameter.
870
871 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
872
873 * gnus-registry.el: Initialize the registry when gnus-registry-install
874 is t.
875
876 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
877
878 * compface.el (uncompface): Make buffer unibyte.
879
880 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
881
882 * mail-source.el (mail-source-value):
883 Prefer fboundp to functionp so it works with macros as well.
884
885 2008-04-05 Glenn Morris <rgm@gnu.org>
886
887 * gnus-ems.el (mm-disable-multibyte): Autoload it.
888
889 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
890
891 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
892 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
893
894 * nnheader.el (nnheader-init-server-buffer): Change buffer's
895 multibyteness after rather than before erasing it.
896
897 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
898 mm-with-multibyte.
899 (gnus-request-article-this-buffer): Make sure the proper decoding is
900 used if gnus-original-article-buffer happens to be unibyte.
901
902 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
903 default-enable-multibyte-characters.
904
905 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
906 default-enable-multibyte-characters.
907
908 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
909
910 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
911
912 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
913
914 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
915 Fix last change in case the element is not even a symbol.
916
917 2008-04-02 Simon Josefsson <simon@josefsson.org>
918
919 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
920 imap-enable-exchange-bug-workaround.
921 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
922
923 2008-04-01 Simon Josefsson <simon@josefsson.org>
924
925 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
926 a 100 byte status-checks into a 2-3MB transfer for each group.
927 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
928 to enable bug workaround or not.
929 (nnimap-find-minmax-uid): Only enable workaround conditionally.
930
931 2008-03-31 Glenn Morris <rgm@gnu.org>
932
933 * message.el (mml2015-use): Declare for compiler.
934 (message-info): Require mml2015 when appropriate.
935
936 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
937
938 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
939 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
940 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
941 (nntp-service-to-port): New function.
942 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
943 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
944 (nntp-open-netcat-stream): New function.
945 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
946
947 2008-03-29 Sven Joachim <svenjoac@gmx.de>
948
949 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
950
951 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
952
953 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
954
955 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
956
957 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
958
959 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
960
961 * message.el (message-signature-separator): Change default.
962 Improve custom type.
963 (message-cite-function): Change default to
964 message-cite-original-without-signature.
965
966 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
967 toggle.
968
969 * message.el (message-check-news-body-syntax): Fix signature check.
970 (message-setup-1): Mark buffer as unmodified _after_ running
971 message-setup-hook and handling message-alternative-emails.
972 (message-shorten-references): Be more strict when building list of
973 valid references to comply with GNKSA.
974
975 * gnus-group.el (gnus-read-ephemeral-bug-group)
976 (gnus-read-ephemeral-debian-bug-group)
977 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
978
979 * message.el (message-info): Don't use booleanp which isn't supported
980 in Emacs 21 and XEmacs.
981
982 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
983
984 * gnus-group.el (gnus-gmane-group-download-format): Rename from
985 gnus-group-gmane-group-download-format.
986 (gnus-group-read-ephemeral-gmane-group): Rename from
987 gnus-group-read-ephemeral-gmane-group.
988 (gnus-read-ephemeral-gmane-group-url): Rename from
989 gnus-group-read-ephemeral-gmane-group-url.
990 (gnus-bug-group-download-format-alist): New variable.
991 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
992 (gnus-read-ephemeral-emacs-bug-group): New commands.
993
994 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
995
996 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
997 (gnus-visible-headers): Improve custom type.
998
999 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
1000
1001 * mml.el (mml-menu): Add workarounds for XEmacs.
1002
1003 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
1004 X-Boundary header.
1005
1006 * message.el (message-simplify-recipients): Fix previous commit.
1007
1008 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1009
1010 * mm-util.el (mm-set-buffer-multibyte): New function.
1011 * mm-decode.el (mm-copy-to-buffer): Use it.
1012
1013 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1014 Prefer fboundp to functionp so it works with macros as well.
1015
1016 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
1017
1018 * message.el (message-alter-recipients-discard-bogus-full-name):
1019 New function.
1020 (message-alter-recipients-function): New variable.
1021 (message-get-reply-headers): Use it.
1022 (message-replace-header): New helper function.
1023 (message-recipients-without-full-name): New variable.
1024 (message-simplify-recipients): New command.
1025
1026 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
1027
1028 * message.el (message-info): Handle EasyPG manual.
1029
1030 * mml.el (mml-menu): Add entry for EasyPG.
1031
1032 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
1033
1034 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
1035 parameter.
1036
1037 * message.el (message-disassociate-draft): Specify drafts group name
1038 fully.
1039
1040 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
1041
1042 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
1043 unnecessary duplicates from the match list.
1044
1045 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
1046
1047 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
1048 args of `how-many' of which the XEmacs version doesn't take; declare
1049 Info-index-next as function.
1050
1051 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
1052
1053 * gnus-score.el (gnus-score-headers): Fix handling of
1054 gnus-inhibit-slow-scoring.
1055
1056 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
1057 string.
1058 (gnus-button-url-regexp): Improve handling of parenthesis.
1059 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
1060 (gnus-button-handle-info-keystrokes): Handle index entries.
1061
1062 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
1063
1064 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
1065 Incoming* files.
1066
1067 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
1068
1069 * auth-source.el (auth-sources): Renamed from auth-source-choices.
1070 (auth-source-pick): Use it.
1071
1072 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1073
1074 * auth-source.el (auth-source-protocols)
1075 (auth-source-protocols-customize, auth-source-choices): Added and
1076 modified variable customizations and defaults.
1077 (auth-source-pick, auth-source-user-or-password)
1078 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1079 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1080 (auth-source-user-or-password-sftp)
1081 (auth-source-user-or-password-smtp): Use new variables and provide an
1082 interface to netrc.el.
1083
1084 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
1085
1086 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
1087 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
1088 Make sure the nntp port to specify is a string.
1089
1090 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1091
1092 * nntp.el: Use with-current-buffer.
1093 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
1094 dubious mm-with-unibyte-current-buffer.
1095 (nntp-with-open-group-function): New function extracted from
1096 nntp-with-open-group macro.
1097 (nntp-with-open-group): Use the function, so it's easier to debug.
1098 Add indentation and debugging info.
1099 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
1100 the use of the netcat alternatives.
1101
1102 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
1103 Avoid mm-string-as-multibyte as well.
1104
1105 * nnweb.el (nnweb-insert-html):
1106 Remove use of nnheader-string-as-multibyte.
1107
1108 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
1109 (nnheader-string-as-multibyte): Remove.
1110
1111 * mm-view.el: Use inhibit-read-only.
1112 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
1113 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
1114 or unibyte-string.
1115
1116 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
1117 (mm-uu-yenc-extract): Use with-current-buffer.
1118
1119 * gnus-soup.el (gnus-soup-send-packet): Don't use
1120 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
1121
1122 * nnmh.el: Use with-current-buffer.
1123 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
1124 mm-string-as-multibyte on the output of mm-encode-coding-string.
1125
1126 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
1127 (nnimap-request-move-article): Use with-current-buffer.
1128
1129 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
1130 inserting the handle-buffer's text, so the implicit multibyte->unibyte
1131 conversion uses string-make-unibyte rather than string-as-unibyte.
1132
1133 * gnus-msg.el: Use with-current-buffer.
1134
1135 * message.el (message-ignored-resent-headers): Add "Delivered-To".
1136
1137 2008-03-10 Daiki Ueno <ueno@unixuser.org>
1138
1139 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
1140 string for caching if it is 'PIN.
1141
1142 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
1143
1144 * mail-source.el (mail-source-delete-old-incoming-confirm):
1145 Change default to nil.
1146 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
1147
1148 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
1149
1150 * gnus-art.el (gnus-narrow-to-page): Position point properly.
1151 (gnus-article-goto-prev-page): Work for articles having ^L's.
1152
1153 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
1154
1155 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
1156
1157 2008-03-07 Karl Fogel <kfogel@red-bean.com>
1158
1159 * gnus-bookmark.el: Adjust for renames in bookmark.el.
1160 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
1161 (gnus-bookmark-jump): Adjust some variable names.
1162
1163 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
1164
1165 * auth-source.el: New package.
1166 (auth-source-choices): Add customization entry point variable.
1167
1168 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
1169 bug.
1170
1171 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
1172
1173 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
1174 (gnus-registry-initialize, gnus-registry-install-p): Use it.
1175 (gnus-registry-install-shortcuts): Rename from
1176 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
1177 the `gnus-registry-mark-map' keymap dynamically from
1178 `gnus-registry-marks'. The generated functions update the summary line
1179 when a registry mark is added or deleted, and will call
1180 `gnus-registry-install-p' (see the comments in the code).
1181 (gnus-registry-user-format-function-M): Use concat intelligently.
1182
1183 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
1184 the registry mark functions.
1185
1186 2008-03-05 Glenn Morris <rgm@gnu.org>
1187
1188 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
1189 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
1190 gnus-art.
1191 (top-level): No need to load own source when compiling.
1192
1193 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
1194
1195 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
1196 Suggested by <chris.anderton@zetnet.co.uk>.
1197
1198 2008-03-04 Glenn Morris <rgm@gnu.org>
1199
1200 * gnus-sum.el (top-level): No need to require gnus when compiling,
1201 since unconditionally required near start of file.
1202 (gnus-summary-display-while-building): Move definition before use.
1203
1204 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
1205
1206 * gnus-registry.el (gnus-registry-user-format-function-M): Add
1207 formatting function.
1208
1209 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
1210
1211 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1212 with plists.
1213 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1214 Use new format.
1215
1216 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
1217
1218 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1219 `where-is-internal' that returns a range of key sequences.
1220
1221 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
1222
1223 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1224
1225 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1226 (gnus-summary-jump-to-group): Consider windows on other displayed
1227 frames as well. Similar changes might be needed elsewhere, but that's
1228 the one I've bumped into during my use.
1229
1230 * nndoc.el (nndoc-oe-dbx-type-p):
1231 * gnus-msg.el (gnus-debug):
1232 * gnus-group.el (gnus-update-group-mark-positions):
1233 Use mm-string-to-multibyte.
1234
1235 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
1236
1237 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1238 doesn't handle NotDashEscaped.
1239
1240 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
1241 (mml-dnd-attach-options): Fix typo in custom choice.
1242
1243 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1244 nndoc-article-type to mbox.
1245 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1246
1247 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
1248 to nil, instead of html2text.
1249
1250 * imap.el (imap-debug): Add `imap-ping-server'.
1251
1252 * gnus-bookmark.el: Add FIXMEs.
1253
1254 * message.el (message-form-letter-separator)
1255 (message-send-form-letter-delay): New variables.
1256 (message-send-form-letter): Use them. New command to send form
1257 letters. Requested by Uwe Siart.
1258 (message-send-mail-function): Doc fix. Add "Other" custom option.
1259
1260 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
1261
1262 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1263 empty author.
1264
1265 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
1266
1267 * gnus-registry.el (gnus-registry-marks): Add variable for
1268 customization of marks and their appearance.
1269 (gnus-registry-read-mark): Use it.
1270 (gnus-registry-do-marks): Add utility function to loop through
1271 `gnus-registry-marks'.
1272 (gnus-registry-install-shortcuts-and-menus): Add function to install
1273 shortcuts and menus.
1274 (gnus-registry-initialize): Use it.
1275 (gnus-registry-default-mark): Clarify documentation.
1276
1277 2008-02-29 Glenn Morris <rgm@gnu.org>
1278
1279 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1280 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1281 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1282 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1283 Change defcustom :version from 23.0 to 23.1.
1284
1285 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
1286
1287 * gnus-registry.el (gnus-registry-follow-group-p)
1288 (gnus-registry-post-process-groups): Add functions to aid registry
1289 splitting and improve logging. Clarify behavior in function
1290 documentation.
1291 (gnus-registry-split-fancy-with-parent): Use them.
1292
1293 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1294
1295 * gnus-art.el: Use with-current-buffer.
1296
1297 2008-02-27 David Engster <dengste@eml.cc>
1298
1299 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1300 Express real group name in the response.
1301
1302 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
1303
1304 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1305 (nnmairix-last-server, nnmairix-current-server): Defvar them.
1306 (nnmairix-goto-original-article): Defvar gnus-registry-install and
1307 autoload gnus-registry-fetch-group when compiling.
1308 (nnmairix-request-group-with-article-number-correction): Remove
1309 unreferenced argument passed to nnmairix-call-backend.
1310
1311 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
1312
1313 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1314 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
1315 Wilde.
1316
1317 2008-02-27 Glenn Morris <rgm@gnu.org>
1318
1319 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1320 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1321 variables to defconsts. Convert comments to doc-strings.
1322 (nnmairix-last-server, nnmairix-current-server): Convert from free
1323 variables to defvars. Convert comments to doc-strings.
1324 (gnus-registry-fetch-group): Autoload.
1325 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1326 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1327 (nnmairix-widget-build-editable-fields): Use car cddr rather than
1328 caddr.
1329 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1330 nnmairix-request-group-with-article-number-correction call.
1331 (nnmairix-fast, nnmairix-group): New, less general names, for free
1332 variables passed from nnmairix-request-group to
1333 nnmairix-request-group-with-article-number-correction. Declare.
1334 (nnmairix-request-group-with-article-number-correction):
1335 Use nnmairix-fast, nnmairix-group rather than fast, group.
1336
1337 2008-02-26 David Engster <dengste@eml.cc>
1338
1339 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
1340 version 0.5.
1341
1342 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
1343
1344 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1345 instead of making an extra function call. Don't add the current group
1346 to articles only when they have the group. Use
1347 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1348 Reported by David <de_bb@arcor.de>.
1349
1350 2008-02-24 Miles Bader <miles@gnu.org>
1351
1352 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1353 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
1354 (mm-find-mime-charset-region):
1355 * mm-bodies.el (mm-encode-body):
1356 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
1357
1358 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
1359
1360 * mail-source.el (mail-source-delete-incoming): Change default.
1361 Supplement doc string.
1362
1363 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1364
1365 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
1366
1367 * nnmail.el (nnmail-message-id-cache-file): Derive from
1368 `gnus-home-directory'.
1369
1370 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
1371
1372 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1373 Document negative prefix.
1374
1375 * gnus-group.el (gnus-group-read-group): Document negative prefix.
1376
1377 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1378
1379 * message.el (message-unsent-separator): Add the Exim bounce
1380 separator.
1381
1382 2008-02-10 Daiki Ueno <ueno@unixuser.org>
1383
1384 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1385 list.
1386 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1387 recipient/signer list.
1388
1389 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
1390
1391 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1392 fbound (Emacs 23 unicode), signal an error.
1393
1394 2008-02-08 Glenn Morris <rgm@gnu.org>
1395
1396 * gnus-art.el (pgg-display-output-buffer): Declare as function.
1397
1398 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
1399
1400 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1401 ports to the calls to `netrc-machine-user-or-password' in addition to
1402 "imap" and "imaps".
1403
1404 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
1405
1406 * gnus.el (gnus-group-startup-message): Add `find-image' call before
1407 image-load-path is let-bound. Reported by Harald Hanche-Olsen
1408 <hanche@math.ntnu.no>.
1409
1410 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
1411
1412 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1413
1414 2008-02-01 Zhang Wei <id.brep@gmail.com>
1415
1416 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1417
1418 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1419
1420 2008-02-01 Miles Bader <miles@gnu.org>
1421
1422 * mml.el (mml-parse-1): Remove apparently vestigial use of
1423 `mm-hack-charsets'.
1424 * mm-bodies.el (mm-encode-body): Likewise.
1425
1426 2008-02-01 Kenichi Handa <handa@m17n.org>
1427
1428 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1429 rfc2104-hexstring-to-bitstring and changed to return a byte list.
1430 (rfc2104-hash): Convert the result of concat to unibyte string.
1431
1432 2008-02-01 Dave Love <fx@gnu.org>
1433
1434 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1435 coding-system-for-read.
1436 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1437
1438 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1439 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
1440 (mm-find-mime-charset-region): Remove hack-charsets stuff.
1441
1442 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
1443
1444 * mail-source.el (mail-sources): Add `group' choice.
1445
1446 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1447 parameter `in-group' to control into which group the articles go.
1448 Add treatment of `group' mail-source.
1449
1450 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1451
1452 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1453 * message.el (message-beginning-of-line): Use featurep instead of bound
1454 tests in order to resolve conditionals at compile time.
1455
1456 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
1457
1458 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1459
1460 * mm-decode.el (mm-dissect-buffer): Decode description.
1461
1462 * mml.el (mml-to-mime): Encode message header first.
1463
1464 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
1465
1466 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1467 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1468
1469 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
1470
1471 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1472
1473 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
1474
1475 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1476 prefix keys.
1477 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1478 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1479 gnus-xmas.el.
1480
1481 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
1482
1483 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1484 Add new variables for article mark management.
1485 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1486 list of extra data entries which, when present, will indicate that the
1487 article ID should not be trimmed from the registry.
1488 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1489 functions.
1490 (gnus-registry-read-mark): New function to read a mark name from the
1491 user.
1492 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1493 (gnus-registry-set-article-mark-internal): New functions to add and
1494 remove marks.
1495 (gnus-registry-get-article-marks): New function to show the marks for
1496 an article, or retrieve them for further use.
1497
1498 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
1499
1500 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1501 keys when no argument is given.
1502
1503 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
1504
1505 * gnus-sum.el (gnus-article-sort-by-random)
1506 (gnus-thread-sort-by-random): Fix doc strings. Reported by
1507 jidanni@jidanni.org.
1508
1509 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
1510
1511 * gnus-art.el (gnus-article-describe-bindings): New function.
1512 (gnus-article-read-summary-keys): Use it.
1513 (gnus-article-mode-map): Bind `C-h b' to it.
1514
1515 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
1516
1517 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1518 XEmacs.
1519 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1520 against non-character events.
1521
1522 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1523
1524 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1525 command.
1526 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1527 instead of END. Change name of the temp file.
1528 (gnus-group-gmane-group-download-format): Add doc string. Make it
1529 customizable.
1530
1531 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
1532
1533 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1534 bind `S W' to gnus-article-wide-reply-with-original; set default
1535 binding to gnus-article-read-summary-send-keys.
1536 (gnus-article-read-summary-keys): Fix the order of keys; display
1537 continuation keys correctly in the echo area; describe bindings
1538 correctly when keys end with `C-h'.
1539 (gnus-article-read-summary-send-keys): New function.
1540 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1541 for gnus-article-read-summary-send-keys; display continuation keys
1542 correctly in the echo area.
1543 (gnus-article-reply-with-original): Ignore prefix argument.
1544 (gnus-article-wide-reply-with-original): New function.
1545
1546 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1547
1548 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1549 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1550
1551 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1552
1553 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1554 (gnus-group-read-ephemeral-gmane-group): New command.
1555
1556 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1557
1558 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1559
1560 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
1561
1562 * message.el (message-send-mail-function): Increase custom version.
1563
1564 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1565 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
1566
1567 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
1568
1569 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1570 html parts correctly; support forwarded messages.
1571 (gnus-article-browse-html-article): Remove work buffers.
1572
1573 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1574 compiling.
1575 (netrc-bound-and-true-p): New macro.
1576 (netrc-parse): Use it instead of bound-and-true-p that is not available
1577 in XEmacs 21.4.
1578
1579 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
1580
1581 * gnus-registry.el (gnus-registry-mark-article)
1582 (gnus-registry-article-marks): Add functionality to mark articles
1583 through the Gnus registry.
1584
1585 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1586 (netrc-parse): Use encrypt-file-alist to determine if
1587 encrypt-find-model or encrypt-insert-file-contents should be used.
1588
1589 2007-12-19 Glenn Morris <rgm@gnu.org>
1590
1591 * mml.el (message-options-set, message-narrow-to-head)
1592 (message-in-body-p, message-mail-p, message-encode-message-body):
1593 Autoload.
1594 (message-remove-header, message-narrow-to-headers-or-head)
1595 (message-subscribed-p, message-make-mail-followup-to)
1596 (message-position-on-field, message-news-p)
1597 (message-options-set-recipient, message-generate-headers)
1598 (message-sort-headers): Declare as functions.
1599
1600 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
1601
1602 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1603 convention in doc string.
1604
1605 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
1606
1607 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1608 title to html parts.
1609 (gnus-article-browse-html-article): Pass message header to it.
1610
1611 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1612
1613 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
1614
1615 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1616 or password compatible with XEmacs.
1617
1618 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
1619
1620 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1621 format document.
1622 (gnus-mime-delete-part): Don't write description line if empty.
1623 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1624
1625 2007-12-14 Johan Bockgård <bojohan@gnu.org>
1626
1627 * gnus-sum.el (gnus-summary-mark-unread-as-read)
1628 (gnus-summary-mark-read-and-unread-as-read)
1629 (gnus-summary-mark-current-read-and-unread-as-read)
1630 (gnus-summary-mark-unread-as-ticked): Doc fix.
1631 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1632
1633 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1634
1635 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
1636 Christoph Conrad <christoph.conrad@gmx.de>.
1637
1638 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1639
1640 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1641 yes-or-no-p.
1642
1643 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
1644
1645 * mm-decode.el (mm-add-meta-html-tag): New function.
1646 (mm-save-part-to-file, mm-pipe-part): Use it.
1647
1648 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1649 gnus-y-or-n-p instead of y-or-n-p.
1650 (gnus-article-browse-html-parts): Work with message/external-body; use
1651 mm-add-meta-html-tag.
1652
1653 2007-12-11 Glenn Morris <rgm@gnu.org>
1654
1655 * gnus-cache.el: Require gnus-sum not just when compiling.
1656
1657 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1658
1659 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1660 definitions before use.
1661
1662 * mm-decode.el: Require gnus-util.
1663 (mm-remove-part): Only call delete-annotation on XEmacs.
1664
1665 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1666
1667 * nnmail.el: Require gnus-int.
1668
1669 * spam.el: Move `require's before `eval-when-compile's.
1670
1671 * gnus-ems.el (gnus-alive-p):
1672 * gnus-fun.el (message-goto-eoh):
1673 * gnus-util.el (gnus-group-name-decode):
1674 * mail-source.el (gnus-compress-sequence):
1675 * message.el (Info-goto-node, format-spec):
1676 * mm-bodies.el (message-options-get):
1677 * mm-decode.el (mm-view-pkcs7):
1678 * mm-util.el (gmm-write-region):
1679 * mml-smime.el (mml-compute-boundary)
1680 (gnus-completing-read-with-default):
1681 * mml.el (widget-button-press, gnus-make-hashtable):
1682 * mml1991.el (mm-decode-content-transfer-encoding)
1683 (mm-encode-content-transfer-encoding)
1684 (message-options-get, message-options-set):
1685 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1686 * nnfolder.el (gnus-request-group):
1687 * nnheader.el (ietf-drums-unfold-fws):
1688 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1689 * smime.el (gnus-run-mode-hooks):
1690 * spam-stat.el (gnus-message): Autoload.
1691
1692 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1693 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1694 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1695 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1696 Add declare-function compatibility definition.
1697
1698 * gnus-cache.el (nnvirtual-find-group-art):
1699 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1700 (gnus-add-image, gnus-add-wash-type):
1701 * gnus-group.el (nnkiboze-score-file):
1702 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1703 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1704 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1705 (message-tokenize-header, gnus-get-buffer-create)
1706 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1707 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1708 * gnus.el (gnus-group-decoded-name):
1709 * mail-source.el (imap-capability):
1710 * mm-bodies.el (message-options-set):
1711 * mm-decode.el (gnus-configure-windows):
1712 * mm-extern.el (message-goto-body):
1713 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1714 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1715 (epg-sub-key-validity, message-options-set):
1716 * mml.el (widget-event-point, gnus-configure-windows):
1717 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1718 * mml2015.el (epg-check-configuration, epg-configuration)
1719 (message-options-set):
1720 * nndb.el (nndb-request-article):
1721 * nnfolder.el (gnus-request-create-group):
1722 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1723 * nnmaildir.el (gnus-group-mark-article-read):
1724 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1725 * rfc1843.el (message-fetch-field):
1726 * spam.el (gnus-extract-address-components):
1727 Declare as functions.
1728
1729 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1730
1731 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1732
1733 2007-12-09 Glenn Morris <rgm@gnu.org>
1734
1735 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1736
1737 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1738 * message.el, mm-view.el, sieve-manage.el, smime.el:
1739 Add declare-function compatibility definition.
1740
1741 * gnus-art.el (w3-region, w3m-region, Info-menu):
1742 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1743 * gnus-sum.el (gnus-get-predicate):
1744 * gnus-util.el (mm-append-to-file, w32-focus-frame):
1745 * message.el (mail-abbrev-in-expansion-header-p):
1746 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1747 (w3m-detect-meta-charset, w3m-region):
1748 * sieve-manage.el (password-read, password-cache-add)
1749 (password-cache-remove):
1750 * smime.el (password-read-and-add): Declare as functions.
1751
1752 2007-12-08 David Kastrup <dak@gnu.org>
1753
1754 * gnus-sum.el (gnus-summary-simplify-subject-query):
1755 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1756 `message'.
1757
1758 2007-12-07 Glenn Morris <rgm@gnu.org>
1759
1760 * gnus-art.el (article-make-date-line): Revert previous change.
1761
1762 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
1763
1764 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1765
1766 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
1767
1768 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1769 Call gnus-add-to-range ranges only once with a prepared article-list.
1770
1771 2007-12-06 Paul Jarc <prj@po.cwru.edu>
1772
1773 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1774 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1775 group names with backslashes. Reported by Tassilo Horn
1776 <tassilo@member.fsf.org>.
1777
1778 2007-12-06 Deepak Goel <deego3@gmail.com>
1779
1780 * gnus-art.el (article-make-date-line):
1781 * gnus-start.el (gnus-load):
1782 * pop3.el (pop3-read-response): Fix buggy call to `error'.
1783
1784 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1785
1786 * gnus-art.el (gnus-use-idna)
1787 * gnus-start.el (gnus-site-init-file)
1788 * message.el (message-use-idna)
1789 * mm-uu.el (mm-uu-hide-markers)
1790 * smiley.el (smiley-style): Revert changes that suppress warnings.
1791
1792 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1793
1794 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1795 specify charset to html source. Reported by Christoph Conrad
1796 <christoph.conrad@gmx.de>.
1797
1798 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1799
1800 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1801 idna-program in order to suppress byte compile warning issued by XEmacs
1802 that came to byte compile the default value section of defcustom forms
1803 recently.
1804
1805 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1806 value of installation-directory.
1807
1808 * message.el (message-use-idna): Don't directly refer to the value of
1809 idna-program.
1810
1811 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1812
1813 * smiley.el (smiley-style): Don't directly call face-attribute.
1814
1815 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
1816
1817 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1818
1819 * gnus-dired.el: Reduce Gnus dependencies.
1820 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1821 require. Use autoloads instead.
1822 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1823 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1824 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1825 (gnus-dired-mode): Adjust doc string.
1826 (gnus-dired-mail-mode): New variable.
1827 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1828 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1829 (gnus-dired-mail-buffers): New function. Return mail or message
1830 composition buffers.
1831 (gnus-dired-attach): Use it.
1832 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1833 NO-DECODE.
1834 (gnus-dired-print): Use `gnus-print-buffer' depending on
1835 `gnus-dired-mail-mode'.
1836
1837 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1838
1839 * rfc2047.el (rfc2047-encoded-word-regexp)
1840 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1841 explaining what regexp patterns are for.
1842
1843 2007-12-04 Glenn Morris <rgm@gnu.org>
1844
1845 * password.el: Move to ../password-cache.el.
1846
1847 * mml1991.el (password-read, password-cache-add, password-cache-remove):
1848 * mml2015.el (password-read, password-cache-add, password-cache-remove):
1849 * mml-smime.el (password-read, password-cache-add)
1850 (password-cache-remove):
1851 No need to autoload, since mml-sec requires password.
1852
1853 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1854 * message.el (gnus-extract-address-components):
1855 * mml-smime.el (gnus-extract-address-components): Define for compiler.
1856
1857 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1858 password.
1859
1860 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
1861
1862 * mailcap.el: Reduce dependencies.
1863 (mail-header-parse-content-type): Autoload.
1864 (mailcap-delete-duplicates): New alias.
1865 (mailcap-mime-info): Add optional argument NO-DECODE.
1866 (mailcap-mime-types): Use mailcap-delete-duplicates.
1867
1868 * message.el (message-ignored-supersedes-headers): Add "X-ID".
1869
1870 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1871
1872 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1873 function.
1874
1875 * gnus-uu.el (gnus-uu-decode-yenc): New command.
1876 (gnus-uu-yenc-article): New function.
1877
1878 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1879
1880 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1881 buffer.
1882
1883 2007-12-02 Glenn Morris <rgm@gnu.org>
1884
1885 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
1886 Move to ../net.
1887
1888 * binhex.el, uudecode.el: Move to ../mail.
1889
1890 * encrypt.el: Remove file.
1891
1892 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1893
1894 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1895 matches on patches.
1896
1897 * gnus-art.el (gnus-article-browse-html-article): Mention
1898 `mm-text-html-renderer' in the doc string.
1899
1900 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1901 string. Add comments.
1902
1903 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1904 if rhs is ASCII.
1905
1906 2007-12-01 Glenn Morris <rgm@gnu.org>
1907
1908 * dig.el, dns.el: Move to ../net.
1909 * format-spec.el, hex-util.el, sha1.el: Move to ../.
1910
1911 * mail-source.el (top-level): Require format-spec before
1912 eval-when-compile.
1913
1914 2007-11-30 Glenn Morris <rgm@gnu.org>
1915
1916 * encrypt.el: Require password, rather than autoloading password-read.
1917
1918 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
1919
1920 * gnus.el (gnus-method-to-server): Add an optional parameter so the
1921 caller can indicate whether the cache should be disregarded for this
1922 call. This way the result of the call is reproducible at all times and
1923 can be considered a canonical server name for the supplied method.
1924 (gnus-agent-method-p): Canonicalize server names by pushing their
1925 method through `gnus-method-to-server' using the no-cache argument.
1926
1927 * gnus-srvr.el (gnus-server-insert-server-line): Call
1928 `gnus-method-to-server' with `no-cache' argument.
1929
1930 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1931 gnus-agent-possibly-synchronize-flags as this should be called when the
1932 server is actually being opened.
1933 (gnus-agent-possibly-synchronize-flags)
1934 (gnus-agent-possibly-synchronize-flags-server): Move check for the
1935 flags file of an agentized server to the latter function.
1936
1937 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1938 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1939 after a connection has been established successfully.
1940
1941 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
1942
1943 * gnus-art.el (article-display-face): Force to display face if called
1944 interactively; check if gnus-article-x-face-too-ugly matches author.
1945 (article-display-x-face): Display face even if From header is missing
1946 as article-display-face does.
1947
1948 2007-11-28 Richard Stallman <rms@gnu.org>
1949
1950 * md4.el: Move to ../.
1951 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
1952
1953 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
1954
1955 * mail-source.el (mail-sources): Default to fetch from file for
1956 compatibility with default of nnmail-spool-file.
1957
1958 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1959
1960 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1961 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1962 to look for encoded word that should be encoded again.
1963 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1964 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1965 encoding pattern.
1966 (rfc2047-decode-region): Switch strict regexp and loose one according
1967 to rfc2047-allow-irregular-q-encoded-words.
1968
1969 2007-11-26 Simon Josefsson <simon@josefsson.org>
1970
1971 * imap.el: Move to ../net directory.
1972
1973 2007-11-25 Romain Francoise <romain@orebokech.com>
1974
1975 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1976
1977 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1978
1979 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1980 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1981
1982 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1983 `nnmail-spool-file'.
1984
1985 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1986 `nnmail-spool-file'.
1987
1988 * gnus-move.el (gnus-change-server): Ditto.
1989
1990 * gnus-kill.el (gnus-batch-score): Ditto.
1991
1992 * gnus-cache.el (gnus-jog-cache): Ditto.
1993
1994 * gnus-msg.el (gnus-summary-reply):
1995 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1996
1997 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1998
1999 * gnus-cache.el (gnus-cache-generate-nov-databases):
2000 Use nnml-generate-nov-databases-directory instead of
2001 nnml-generate-nov-databases-1.
2002
2003 2007-11-24 Glenn Morris <rgm@gnu.org>
2004
2005 * message.el (message-tool-bar-retro): Update for rename
2006 mail_send.xpm->mail-send.xpm.
2007
2008 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
2009
2010 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2011 `smime-ldap-search' for Emacs 22 and up.
2012
2013 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
2014
2015 * hashcash.el: Move to ../mail directory.
2016
2017 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
2018
2019 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2020 `smime-ldap-search' for Emacs 22 and up.
2021
2022 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2023
2024 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
2025
2026 * message.el (message-send-mail-function): Fix error convention.
2027 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
2028 (message-widen-reply, message-send-mail, message-talkative-question)
2029 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
2030 (message-clone-locals, message-send-news): Use with-current-buffer.
2031 (message-insert-or-toggle-importance): Remove unused var `valid'.
2032 (message-make-references): Remove unused var `new-references'.
2033 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2034
2035 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
2036
2037 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
2038 (spam-split-symbolic-return-positive): Reflow docstring.
2039 (spam-backends, spam-summary-exit-behavior)
2040 (spam-mark-ham-unread-before-move-from-spam-group)
2041 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
2042 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2043 (spam-clear-cache, spam-backend-check, spam-install-backend)
2044 (spam-install-statistical-backend, spam-list-of-processors)
2045 (spam-group-processor-p, spam-split, spam-bogofilter-score)
2046 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
2047 (spam-check-crm114, spam-initialize, spam-unload-hook):
2048 Fix typos in docstrings.
2049
2050 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
2051
2052 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
2053 been checked if they have never been read and those group levels are
2054 higher than the one that a user specified.
2055
2056 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
2057
2058 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
2059 foreign groups unless a group level is specified by a user.
2060 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
2061
2062 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
2063
2064 * message.el (message-send-mail-function): Require sendmail.
2065
2066 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
2067
2068 * message.el (message-send-mail-function): Check for smtpmail too.
2069
2070 * utf7.el (utf7-encode, utf7-decode): Use coding system
2071 `utf-7'/`utf-7-imap' from utf-7.el' if available.
2072
2073 * message.el (message-send-mail-function): New function.
2074 (message-send-mail-function): Set default using
2075 message-send-mail-function. Adjust doc string.
2076 (message-send-mail-with-mailclient): New function.
2077
2078 2007-11-17 Richard Stallman <rms@gnu.org>
2079
2080 * assistant.el: Remove file.
2081
2082 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
2083
2084 * smime.el (from):
2085 * rfc2047.el (message-posting-charset):
2086 * qp.el (mm-use-ultra-safe-encoding):
2087 * pop3.el (parse-time-months):
2088 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
2089 * nnml.el (files):
2090 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
2091 (jka-compr-compression-info-list, ange-ftp-path-format)
2092 (efs-path-regexp):
2093 * nndiary.el (files):
2094 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
2095 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
2096 (epg-digest-algorithm-alist, inhibit-redisplay)
2097 (password-cache-expiry):
2098 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
2099 (pgg-output-buffer, password-cache-expiry):
2100 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2101 (efs-path-regexp):
2102 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2103 (inhibit-redisplay):
2104 * mm-uu.el (file-name, start-point, end-point, entry)
2105 (gnus-newsgroup-name, gnus-newsgroup-charset):
2106 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2107 (latin-unity-ucs-list):
2108 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
2109 (mm-uu-binhex-decode-function):
2110 * message.el (gnus-message-group-art, gnus-list-identifiers)
2111 (rmail-enable-mime-composing, gnus-local-organization)
2112 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
2113 (gnus-read-active-file, facemenu-add-face-function)
2114 (facemenu-remove-face-function, gnus-article-decoded-p)
2115 (tool-bar-mode):
2116 * mail-source.el (display-time-mail-function):
2117 * gnus-util.el (nnmail-pathname-coding-system)
2118 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
2119 (gnus-original-article-buffer, gnus-user-agent)
2120 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
2121 (xemacs-codename, sxemacs-codename, emacs-program-version):
2122 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
2123 * gnus-start.el (gnus-agent-covered-methods)
2124 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
2125 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
2126 (gnus-newsgroup-headers, gnus-group-list-mode)
2127 (gnus-group-mark-positions, gnus-newsgroup-data)
2128 (gnus-newsgroup-unreads, nnoo-state-alist)
2129 (gnus-current-select-method, mail-sources)
2130 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
2131 (nnmail-spool-file, gnus-cache-active-hashtb):
2132 * gnus-mh.el (mh-lib-progs):
2133 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
2134 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
2135 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
2136 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
2137 (gnus-group-buffer):
2138 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
2139 (font-lock-set-defaults):
2140 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
2141 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
2142 (gnus-summary-post-menu, total-parts, type, condition, length):
2143 * gnus-agent.el (gnus-agent-read-agentview):
2144 * flow-fill.el (show-trailing-whitespace):
2145 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
2146 eval-and-compile wrappers for byte compiler pacifiers.
2147
2148 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
2149 (mm-display-inline-fontify): Check for featurep 'xemacs not
2150 extent-list.
2151
2152 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
2153 itimer-list.
2154 (mm-create-image-xemacs): Only do something for XEmacs.
2155 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
2156
2157 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
2158
2159 * gnus-registry.el (gnus-adaptive-word-syntax-table):
2160 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
2161
2162 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
2163
2164 * nnimap.el (nnimap-split-download-body):
2165 * gnus-demon.el (gnus-demon):
2166 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
2167
2168 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
2169
2170 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
2171 macros.
2172 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
2173 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
2174 copy data from unibyte buffer to multibyte current buffer.
2175 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
2176 to copy data from unibyte current buffer to multibyte buffer.
2177 (nntp-make-process-buffer): Make process buffer unibyte.
2178
2179 * pop3.el (pop3-open-server): Fix typo in Lisp code.
2180
2181 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
2182
2183 * pop3.el (pop3-open-server): Accept and process data more robustly at
2184 connexion start to avoid spurious "POP SSL connexion failed" errors.
2185
2186 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
2187
2188 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2189 read group names.
2190
2191 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
2192
2193 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2194
2195 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2196
2197 * nnmail.el (nnmail-parse-active): Make group names unibyte.
2198 (nnmail-save-active): Use a unibyte buffer when saving active file,
2199 which may contain non-ASCII group names.
2200
2201 * nnml.el (nnml-request-group): Decode group names in messages.
2202
2203 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
2204
2205 * message.el (message-citation-line-function)
2206 (message-insert-formatted-citation-line): Fix spelling of
2207 `message-insert-formated-citation-line'.
2208
2209 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
2210
2211 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2212
2213 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2214
2215 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2216 nnmail-pathname-coding-system.
2217
2218 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2219 that a user enters; decode group names in messages.
2220
2221 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2222
2223 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
2224
2225 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2226
2227 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2228
2229 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2230 risky local variable.
2231
2232 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2233
2234 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
2235
2236 * encrypt.el: Improve documentation to fix function name typo.
2237 Reported by Daiki Ueno <ueno@unixuser.org>.
2238
2239 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2240
2241 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2242 even if the point is not in the last page of an article.
2243 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2244 back to the previous page.
2245
2246 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
2247
2248 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2249
2250 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
2251
2252 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2253
2254 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2255
2256 * message.el (message-check-news-body-syntax): Avoid
2257 mm-string-as-multibyte.
2258 (message-hide-headers): Don't assume (point-min)==1.
2259
2260 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2261
2262 * message.el (message-remove-blank-cited-lines): Fix if remove is
2263 given.
2264 (message-bogus-address-regexp): New variable.
2265 (message-bogus-recipient-p): New function.
2266 (message-check-recipients): New command.
2267 (message-syntax-checks): Add `bogus-recipient'.
2268 (message-fix-before-sending): Add `bogus-recipient'.
2269
2270 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2271 (gnus-treat-body-boundary): Don't test window-system.
2272
2273 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
2274
2275 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2276
2277 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2278
2279 * gnus.el: Bump version to Gnus v5.13.
2280
2281 2007-10-28 Miles Bader <miles@gnu.org>
2282
2283 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2284 at compile-time too.
2285
2286 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
2287
2288 * gnus-msg.el (gnus-message-setup-hook): Add
2289 `message-remove-blank-cited-lines' to options.
2290
2291 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
2292
2293 * message.el (message-remove-blank-cited-lines): New function.
2294 Suggested by Karl Plästerer.
2295
2296 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
2297
2298 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2299 mapc.
2300
2301 * imap.el (imap-open): Replace mapcar called for effect with mapc.
2302 (top-level): Use mapc to set functions to be traced for debugging.
2303
2304 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2305 called for effect with while loop.
2306
2307 * message.el (message-talkative-question): Replace mapcar called for
2308 effect with mapc.
2309
2310 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2311 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2312 called for effect with dolist.
2313
2314 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2315
2316 * nndiary.el: Use dolist instead of mapcar to add diary headers to
2317 gnus-extra-headers and nnmail-extra-headers.
2318
2319 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2320 called for effect with dolist.
2321 (top-level): Use mapc to set functions to be traced for debugging.
2322
2323 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2324 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2325 dolist.
2326
2327 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2328 Replace mapcar called for effect with mapc.
2329 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2330 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2331 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2332 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2333
2334 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2335 remove-if that's a cl function.
2336
2337 * webmail.el (webmail-debug): Replace mapcar called for effect with
2338 dolist.
2339
2340 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
2341
2342 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2343 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2344 with while loop.
2345
2346 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2347 functions from article-* functions.
2348 (gnus-multi-decode-header): Replace mapcar called for effect with
2349 dolist.
2350
2351 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2352 (gnus-bookmark-show-details): Replace mapcar called for effect with
2353 while loop.
2354
2355 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2356 called for effect with while loop.
2357
2358 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2359 with dolist.
2360
2361 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2362 mapcar called for effect with dolist.
2363
2364 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2365
2366 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2367 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2368 Replace mapcar called for effect with dolist.
2369 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2370 mapc.
2371
2372 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2373 Replace mapcar called for effect with dolist.
2374 (gnus-topic-list): Replace mapcar called for effect with mapc.
2375
2376 * gnus.el: Use mapc instead of mapcar to add autoloads.
2377
2378 2007-10-23 Richard Stallman <rms@gnu.org>
2379
2380 * gnus-group.el (gnus-group-highlight): Mark as risky.
2381
2382 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
2383
2384 * gnus.el (gnus-server-to-method): Return method found first in
2385 gnus-newsrc-alist.
2386
2387 * gnus-art.el (gnus-article-highlight-signature)
2388 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2389 button overlay without the front stickiness.
2390
2391 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
2392
2393 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2394 overview buffer needed a catch to receive its throw.
2395 (gnus-agent-flush-cache): Declared as interactive to make this function
2396 easier to use.
2397
2398 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2399
2400 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2401 `next-line'.
2402
2403 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
2404
2405 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2406 exclude address matching message-dont-reply-to-names.
2407
2408 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2409
2410 * gnus-util.el (gnus-string<): New function.
2411
2412 * gnus-sum.el (gnus-article-sort-by-author)
2413 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2414
2415 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2416
2417 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2418 the frame-focus tag is set in gnus-buffer-configuration.
2419
2420 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
2421
2422 * gnus-art.el (gnus-article-add-button): Make a button overlay without
2423 the front stickiness.
2424
2425 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2426
2427 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2428 url pattern; remove duplicate one.
2429 (gnus-article-extend-url-button): New function.
2430 (gnus-article-add-buttons): Use it.
2431 (gnus-button-push): Use concatenated url that it makes.
2432
2433 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
2434
2435 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2436 (sieve-manage-open): Use `mapc' instead of `mapcar'.
2437
2438 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2439
2440 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2441 Don't hardcode point-min==1.
2442
2443 2007-09-30 David Kastrup <dak@gnu.org>
2444
2445 * gnus-art.el (gnus-article-reply-with-original)
2446 (gnus-article-followup-with-original): When `transient-mark-mode' is
2447 off, refrain from active-region behavior for followups.
2448
2449 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
2450
2451 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2452 Fix comment about "iso8859-1".
2453
2454 2007-10-08 Daiki Ueno <ueno@unixuser.org>
2455
2456 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2457 ones returned from the verify-function.
2458
2459 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2460 mml2015-extract-cleartext-signature if extraction failed.
2461
2462 2007-10-07 Daiki Ueno <ueno@unixuser.org>
2463
2464 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2465 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2466 failed.
2467
2468 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
2469
2470 * Relicense "GPLv2 or later" files to "GPLv3 or later".
2471
2472 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
2473
2474 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2475 to mark a thread as expirable. Add variable `hide' to handle hiding of
2476 thread for both the null and zero (kill/expire thread) universal prefix
2477 cases.
2478 (gnus-summary-expire-thread): Add new function to expire a thread,
2479 using gnus-summary-kill-thread.
2480 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2481 shortcuts for gnus-summary-expire-thread.
2482 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2483 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
2484
2485 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2486
2487 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2488 extras value, so an extras entry can be deleted.
2489 (gnus-registry-delete-extra-entry): Use it.
2490 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2491 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2492 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2493 storage through the gnus-registry, and provide an appropriate API for
2494 it.
2495
2496 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2497
2498 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2499 Suggested by Leo <sdl.web@gmail.com>.
2500
2501 * gnus.el: Do.
2502
2503 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2504
2505 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2506 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
2507
2508 * gnus-agent.el (gnus-agent-fetch-headers): Do.
2509
2510 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2511 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2512
2513 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2514
2515 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2516 newline.
2517 (nnmbox-request-accept-article): Don't change article in source buffer;
2518 narrow to header to use message-fetch-field rather than
2519 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2520 (nnmbox-request-replace-article): Quote lines that'll be misidentified
2521 as delimiters; make sure article ends with newline.
2522 (nnmbox-delete-mail): Correct last position of article to be deleted;
2523 ignore X-Gnus-Newsgroup header in article body.
2524 (nnmbox-save-mail): Quote lines looking like delimiters at the right
2525 positions; make sure article ends with newline.
2526
2527 * message.el (message-display-abbrev): Don't infloop when a user
2528 inserts SPC in the beginning of header.
2529
2530 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
2531
2532 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2533 list of groups not followed by default. Fix type to be regexp.
2534 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2535
2536 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
2537
2538 * hmac-def.el (define-hmac-function): Switch from old-style to
2539 new-style backquotes.
2540
2541 * md4.el (md4-make-step): Likewise.
2542
2543 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2544
2545 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2546 raw-text coding system when saving .newsrc file, which may contain
2547 non-ASCII group names.
2548
2549 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
2550
2551 * gnus-cus.el (gnus-score-extra): New widget.
2552 (gnus-score-extra-convert): New function.
2553 (gnus-score-customize): Use it for Extra.
2554
2555 2007-08-31 Daiki Ueno <ueno@unixuser.org>
2556
2557 * mml2015.el (mml2015-extract-cleartext-signature): New function.
2558 (mml2015-mailcrypt-clear-verify): Use it.
2559 (mml2015-gpg-clear-verify): Use it.
2560 (mml2015-pgg-clear-verify): Use it.
2561 (mml2015-epg-clear-verify): Replace the current part with the output
2562 from GnuPG; don't extract the plaintext by itself.
2563
2564 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2565 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2566 mml2015-clear-verify-function; don't touch the armor headers or
2567 dash-escaped text here.
2568
2569 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
2570
2571 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2572 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2573 parts, or application/octet-stream as a last resort.
2574 (gnus-mime-view-part-as-type): Don't toggle display.
2575 (gnus-mime-view-part-as-charset): Don't turn off display before
2576 querying charset.
2577
2578 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2579 stuff to undisplayer function in Emacs.
2580 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2581
2582 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2583 text/calendar parts.
2584
2585 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
2586
2587 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2588 decoding text/calendar parts.
2589
2590 * message.el (message-forward-make-body-mime): Always mark body as
2591 having no illegible text; remove signed-or-encrypted argument.
2592 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2593
2594 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2595 (mml-generate-mime-1): Don't encode body if it is specified to be in
2596 raw form; don't make buffer be unibyte when inserting multibyte string.
2597
2598 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2599
2600 * sha1.el: Fix up comment style.
2601 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2602 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2603
2604 * hex-util.el: Fix up comment style.
2605 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2606
2607 * gnus-salt.el: Use with-current-buffer.
2608 (gnus-pick-setup-message): Fix long-standing typo.
2609
2610 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2611
2612 * imap.el (imap-logout-timeout): New variable.
2613 (imap-logout, imap-logout-wait): New functions.
2614 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2615
2616 * nnimap.el (nnimap-logout-timeout): New server variable.
2617 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2618 nnimap-logout-timeout.
2619
2620 * gnus-art.el (gnus-article-summary-command-nosave)
2621 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2622
2623 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
2624
2625 * gnus.el (gnus-maximum-newsgroup): New variable.
2626
2627 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2628 according to gnus-maximum-newsgroup.
2629
2630 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2631 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2632 Limit the range of articles according to gnus-maximum-newsgroup.
2633
2634 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
2635
2636 * gnus-art.el (gnus-sticky-article): Fixed problems described in
2637 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
2638 Don't perform gnus-configure-windows here; reuse existing sticky
2639 article buffer.
2640
2641 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2642 it doesn't exist in gnus-article-mode.
2643
2644 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
2645
2646 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2647 (gnus-agent-decoded-group-name): New function.
2648 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2649 (gnus-agent-expire-group-1): Use it; decode group name in messages.
2650
2651 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
2652
2653 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2654 Add binding for gnus-sticky-article.
2655 (gnus-summary-exit): Don't kill sticky article buffers.
2656
2657 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2658 article buffer.
2659 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2660 (gnus-kill-sticky-article-buffers): New commands.
2661
2662 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
2663
2664 * nntp.el (nntp-xref-number-is-evil): New server variable.
2665 (nntp-find-group-and-number): If it is non-nil, don't trust article
2666 numbers in the Xref header.
2667
2668 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
2669
2670 * gnus-agent.el (gnus-agent-read-group): New function.
2671 (gnus-agent-flush-group, gnus-agent-expire-group)
2672 (gnus-agent-regenerate-group): Use it.
2673 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2674 nnmail-pathname-coding-system.
2675
2676 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
2677
2678 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2679
2680 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2681 that are unread as unread, and also as selected so that information of
2682 marks having been changed by a user may be updated when exiting group.
2683
2684 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
2685
2686 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
2687
2688 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
2689
2690 * gnus-art.el (gnus-mime-display-single): Pass part number that is
2691 calculated ignoring signature parts to gnus-treat-article.
2692
2693 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
2694
2695 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2696 a point here in order to keep the window start.
2697 (gnus-insert-mime-security-button): Make a button overlay without the
2698 front stickiness.
2699 (gnus-mime-display-security): Goto the end of a button.
2700
2701 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2702
2703 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
2704
2705 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2706 group-name-at-point.
2707 (gnus-group-completing-read): New function that offers decoded
2708 non-ASCII group names for completion.
2709 (gnus-fetch-group, gnus-group-read-ephemeral-group)
2710 (gnus-group-jump-to-group, gnus-group-make-group-simple)
2711 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2712 (gnus-group-fetch-control): Use it.
2713 (gnus-fetch-group): Use group-name-at-point for the initial value
2714 rather than the default value; use gnus-alive-p.
2715
2716 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2717 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2718 (gnus-summary-post-news): Use gnus-group-completing-read.
2719
2720 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2721 (gnus-read-move-group-name): Decode group name for completion.
2722
2723 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
2724
2725 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2726 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2727 Yamaoka slightly modified the code).
2728
2729 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
2730
2731 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2732 (nnmail-split-incoming): Bind it.
2733
2734 * nnml.el (nnml-group-name-charset): New function.
2735 (nnml-decoded-group-name): Use it; don't decode group name if
2736 nnmail-group-names-not-encoded-p is non-nil.
2737 (nnml-encoded-group-name): New function.
2738 (nnml-group-pathname): Inline nnml-decoded-group-name.
2739 (nnml-request-expire-articles): Decode group name in message.
2740 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2741 nnmail-pathname-coding-system.
2742 (nnml-save-mail, nnml-active-number): Work with decoded group names and
2743 not decoded ones according to nnmail-group-names-not-encoded-p.
2744 (nnml-generate-active-info): Use nnml-encoded-group-name.
2745
2746 2007-08-08 Glenn Morris <rgm@gnu.org>
2747
2748 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2749 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2750 doc-strings and comments.
2751
2752 2007-07-25 Glenn Morris <rgm@gnu.org>
2753
2754 * Relicense all FSF files to GPLv3 or later.
2755
2756 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2757
2758 * gnus-sum.el (gnus-summary-move-article): Make
2759 gnus-summary-respool-article work.
2760
2761 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
2762
2763 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2764 string.
2765
2766 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
2767
2768 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
2769 that should be ignored when comparing distant RSS articles with local
2770 ones.
2771 (nnrss-make-hash-index): New function. Create a hash index according
2772 to the ignored fields.
2773 (nnrss-check-group): Use it.
2774
2775 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
2776
2777 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2778
2779 * gnus-art.el (article-decode-group-name): Decode Xref header too.
2780
2781 * gnus-group.el (gnus-group-make-group): Encode group name here unless
2782 the new optional argument ENCODED is non-nil.
2783 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2784 coding system for encoding group name.
2785 (gnus-group-make-rss-group): Pass un-encoded group name to
2786 gnus-group-make-group.
2787 (gnus-group-set-info): Tell gnus-group-make-group that group name is
2788 encoded.
2789
2790 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2791 Encode group name to which articles are moved or copied.
2792 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2793 coding system for encoding Newsgroup, Followup-To and Xref headers.
2794
2795 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2796 marks; use nnheader-file-coding-system to write a file.
2797 (nnagent-retrieve-headers): Bind file-name-coding-system to
2798 nnmail-pathname-coding-system.
2799
2800 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2801
2802 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2803 (nnml-request-article, nnml-request-create-group)
2804 (nnml-request-rename-group, nnml-find-id)
2805 (nnml-possibly-change-directory, nnml-possibly-create-directory)
2806 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2807 (nnml-save-marks): Use nnml-group-pathname instead of
2808 nnmail-group-pathname.
2809
2810 (nnml-request-create-group, nnml-request-expire-articles)
2811 (nnml-request-move-article, nnml-request-delete-group)
2812 (nnml-deletable-article-p, nnml-possibly-create-directory)
2813 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2814 (nnml-open-marks): Bind file-name-coding-system to
2815 nnmail-pathname-coding-system.
2816
2817 (nnml-request-article): Pass server argument to nnml-find-group-number.
2818 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2819 server argument to nnml-possibly-create-directory.
2820 (nnml-request-accept-article): Pass server argument to
2821 nnml-active-number and nnml-save-mail.
2822 (nnml-find-group-number): Pass server argument to nnml-find-id.
2823 (nnml-request-update-info): Pass server argument to
2824 nnml-marks-changed-p.
2825
2826 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2827 (nnml-save-mail, nnml-active-number): Add server argument.
2828
2829 (nnml-request-delete-group): Warn if group is missing.
2830 (nnml-get-nov-buffer): Decode group name.
2831 (nnml-generate-active-info): Encode group name.
2832 (nnml-open-marks): Decode group name in messages.
2833
2834 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
2835
2836 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2837 if it is not specified.
2838 (gnus-article-pipe-part, gnus-article-save-part)
2839 (gnus-article-interactively-view-part, gnus-article-copy-part)
2840 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2841 (gnus-article-inline-part, gnus-article-save-part-and-strip)
2842 (gnus-article-replace-part, gnus-article-delete-part)
2843 (gnus-article-view-part-as-type): Pass raw prefix argument to
2844 gnus-article-part-wrapper.
2845
2846 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
2847
2848 * gnus-agent.el (gnus-agent-save-active): Bind
2849 nnheader-file-coding-system to gnus-agent-file-coding-system.
2850
2851 * gnus-cache.el (gnus-cache-save-buffers)
2852 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2853 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2854 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2855 (gnus-cache-braid-nov, gnus-cache-braid-heads)
2856 (gnus-cache-generate-active, gnus-cache-rename-group)
2857 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2858 (gnus-cache-update-overview-total-fetched-for): Bind
2859 file-name-coding-system to nnmail-pathname-coding-system.
2860 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2861 variables.
2862 (gnus-cache-decoded-group-name): New function.
2863 (gnus-cache-file-name): Use it.
2864 (gnus-cache-generate-active): Use non-decoded group name for active.
2865
2866 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2867 right place.
2868 (gnus-write-active-file): Don't break non-ASCII group names.
2869
2870 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2871 nnmail-pathname-coding-system.
2872
2873 * gnus-uu.el (gnus-uu-decode-save): Typo.
2874
2875 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
2876
2877 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2878
2879 2007-07-14 David Kastrup <dak@gnu.org>
2880
2881 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
2882 finishing actions if we did not edit the article.
2883
2884 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2885
2886 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2887 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2888 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2889 (gnus-agent-flush-group, gnus-agent-flush-cache)
2890 (gnus-agent-fetch-headers, gnus-agent-load-alist)
2891 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2892 (gnus-agent-retrieve-headers, gnus-agent-request-article)
2893 (gnus-agent-regenerate-group)
2894 (gnus-agent-update-files-total-fetched-for)
2895 (gnus-agent-update-view-total-fetched-for): Bind
2896 file-name-coding-system to nnmail-pathname-coding-system.
2897 (gnus-agent-group-pathname): Don't encode file names by
2898 nnmail-pathname-coding-system.
2899 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2900 coding-system-for-write instead of buffer-file-coding-system to
2901 gnus-agent-file-coding-system.
2902
2903 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2904 Decode group name.
2905
2906 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2907
2908 * gnus-start.el (gnus-update-active-hashtb-from-killed)
2909 (gnus-read-newsrc-el-file): Make group names unibyte.
2910
2911 * nnmail.el (nnmail-group-pathname): Don't encode file names by
2912 nnmail-pathname-coding-system.
2913
2914 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2915 (nnrss-request-delete-group): Bind file-name-coding-system to
2916 nnmail-pathname-coding-system.
2917 (nnrss-read-server-data, nnrss-read-group-data): Bind
2918 file-name-coding-system correctly.
2919 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2920
2921 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2922 (nntp-server-to-method-cache): New variable.
2923 (nntp-group-pathname): New function that decodes non-ASCII group names.
2924 (nntp-possibly-create-directory, nntp-marks-changed-p)
2925 (nntp-save-marks, nntp-open-marks): Use it.
2926 (nntp-possibly-create-directory, nntp-open-marks):
2927 Bind file-name-coding-system to nnmail-pathname-coding-system.
2928 (nntp-open-marks): Decode group names when bootstrapping marks.
2929
2930 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2931 Newsgroups and Folowup-To headers.
2932
2933 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2934
2935 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2936 (gnus-server-closed-face, gnus-server-denied-face)
2937 (gnus-server-offline-face): Remove variable.
2938 (gnus-server-font-lock-keywords): Use faces that are not aliases.
2939
2940 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2941 of modifying message-stack directly for XEmacs.
2942
2943 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2944 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2945 if the coding-system argument is nil for XEmacs.
2946
2947 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2948 mm-charset-override-alist.
2949
2950 * rfc2047.el: Don't require base64; require rfc2045 for the function
2951 rfc2045-encode-string.
2952 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2953 to quote the parameter value.
2954
2955 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
2956
2957 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2958 form in gnus-group-name-charset-method-alist.
2959
2960 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2961 overrides the default layout edit-form.
2962
2963 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2964
2965 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2966
2967 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2968
2969 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2970 as unfetched articles.
2971
2972 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
2973
2974 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2975
2976 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2977
2978 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2979 original back end that keeps marks in the local system.
2980
2981 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2982
2983 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2984 arg of pop-to-buffer for XEmacs.
2985 (gnus-article-read-summary-keys): Ditto; don't restore window
2986 configuration if summary command ends up with neither article buffer
2987 nor summary buffer; describe bindings if summary keys end with C-h.
2988
2989 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
2990
2991 * message.el (message-fix-before-sending): Skip raw message part to be
2992 forwarded while checking illegible text.
2993 (message-forward-make-body-mime, message-forward-make-body): Mark
2994 signed or encrypted raw message as having no illegible text.
2995
2996 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
2997
2998 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2999 (gnus-message-with-timestamp-1): New macro.
3000 (gnus-message-with-timestamp): New function.
3001 (gnus-message): Use them.
3002
3003 * nnheader.el (nnheader-message): Use them.
3004
3005 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
3006
3007 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
3008 .newsrc.eld file.
3009
3010 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
3011
3012 * gnus-agent.el (gnus-agent-fetch-headers)
3013 (gnus-agent-retrieve-headers): Bind
3014 gnus-decode-encoded-address-function to identity.
3015
3016 * nntp.el (nntp-send-xover-command): Recognize an xover command is
3017 available also when the server returns simply a dot.
3018
3019 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
3020
3021 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
3022
3023 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
3024
3025 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
3026
3027 * gnus-ems.el (gnus-x-splash): Make it work.
3028
3029 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
3030 from being used.
3031
3032 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
3033
3034 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
3035 the front stickiness.
3036 (gnus-article-summary-command-nosave): Correct the order of the
3037 arguments passed to pop-to-buffer.
3038 (gnus-article-read-summary-keys): Ditto; make it work properly when the
3039 summary command ends up with the article buffer.
3040
3041 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
3042 the same faces.
3043
3044 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3045
3046 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
3047
3048 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3049
3050 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
3051 * gnus-sum.el (gnus-summary-highlight):
3052 * mail-source.el (mail-source-delete-old-incoming-confirm):
3053 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
3054
3055 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
3056
3057 * gnus-art.el (gnus-mime-view-part-externally)
3058 (gnus-mime-view-part-internally): Fix predicate function passed to
3059 completing-read.
3060
3061 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
3062
3063 * gnus.el (gnus-update-message-archive-method): Add :version.
3064
3065 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
3066
3067 * gnus.el (gnus-update-message-archive-method): New variable.
3068
3069 * gnus-start.el (gnus-setup-news): Update saved "archive" method
3070 according to gnus-message-archive-method if
3071 gnus-update-message-archive-method is non-nil.
3072
3073 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
3074
3075 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
3076 by Loic Dachary <loic@dachary.org>.
3077 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
3078
3079 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
3080
3081 * message.el (message-pop-to-buffer): Add switch-function argument.
3082 (message-mail): Pass switch-function argument to it.
3083
3084 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
3085
3086 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
3087 Improve doc string.
3088
3089 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
3090
3091 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3092 (gnus-header-content)
3093 * gnus-cite.el (gnus-cite-10)
3094 * gnus-srvr.el (gnus-server-closed)
3095 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3096 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3097 (gnus-group-mail-3-empty, gnus-group-mail-low)
3098 (gnus-group-mail-low-empty, gnus-splash)
3099 * message.el (message-header-to, message-header-cc)
3100 (message-header-subject, message-header-other, message-header-name)
3101 (message-header-xheader, message-separator, message-cited-text)
3102 (message-mml): Lighten colors of faces used for dark background.
3103
3104 2007-05-24 Simon Josefsson <simon@josefsson.org>
3105
3106 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3107 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
3108
3109 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
3110
3111 * message.el (message-narrow-to-headers-or-head):
3112 Ignore mail-header-separator in the body.
3113
3114 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
3115
3116 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
3117 same as window size.
3118
3119 2007-05-22 Kevin Ryde <user42@zip.com.au>
3120
3121 * message.el (message-font-lock-keywords): Use message-header-xheader
3122 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
3123 ahead of the anything pattern, to get it recognised.
3124
3125 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
3126
3127 * gnus-sum.el (gnus-articles-to-read)
3128 (gnus-summary-insert-old-articles): Don't truncate group name for
3129 `read-string'.
3130
3131 * gnus-util.el (gnus-limit-string): Delete this function.
3132
3133 * gnus-sum.el (gnus-simplify-subject-fully): Use
3134 `truncate-string-to-width' instead.
3135
3136 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
3137
3138 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
3139 if, on summary exit, the next group has to be selected.
3140 (gnus-summary-exit): Use it.
3141
3142 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
3143
3144 * gnus-art.el (gnus-article-mode): Fix comment about displaying
3145 non-break space.
3146
3147 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3148
3149 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
3150 Check if group is not a directory.
3151 (nnfolder-request-expire-articles): Don't delete articles if the target
3152 group is not available.
3153
3154 * nnml.el (nnml-request-create-group): Properly check if group is not a
3155 file.
3156 (nnml-request-expire-articles): Don't delete articles if the target
3157 group is not available.
3158
3159 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3160 Don't quote characters that are within parentheses.
3161
3162 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
3163
3164 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3165 (gnus-handle-ephemeral-exit): Select article according to it.
3166
3167 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
3168
3169 * message.el (message-insert-formated-citation-line): Remove newline.
3170 (message-citation-line-format): Add final \n here so that the user can
3171 avoid a blank line.
3172
3173 2007-05-03 Dan Christensen <jdc@uwo.ca>
3174
3175 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3176 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3177 Update lanl/arXiv support.
3178
3179 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
3180
3181 * gnus.el: Bump version number.
3182
3183 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3184
3185 * gnus.el (gnus-version-number): Bump version.
3186
3187 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3188
3189 * gnus.el: No Gnus v0.6 is released.
3190
3191 2007-04-27 Didier Verna <didier@xemacs.org>
3192
3193 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3194 * gmm-utils.el (gmm-regexp-concat): here.
3195 * message.el: Don't require 'gnus-util.
3196 (message-dont-reply-to-names): Handle name change above.
3197 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3198
3199 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
3200
3201 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3202 since the initial value varies according to the system.
3203
3204 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
3205
3206 * mm-util.el (mm-charset-synonym-alist): Defcustom.
3207
3208 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
3209
3210 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3211
3212 2007-04-24 Didier Verna <didier@xemacs.org>
3213
3214 Improve the type of gnus-ignored-from-addresses.
3215 * gnus-util.el (gnus-orify-regexp): New function.
3216 * message.el (gnus-util): Require it.
3217 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3218 * gnus-sum.el (gnus-ignored-from-addresses): New function.
3219 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3220
3221 2007-04-24 Didier Verna <didier@xemacs.org>
3222
3223 * gnus-sum.el:
3224 * gnus-utils.el: Fix some trailing whitespaces.
3225
3226 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
3227
3228 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3229 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3230 article's Message-ID; refer parent article in summary buffer.
3231
3232 * message.el (message-bounce): Call mime-to-mml.
3233
3234 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
3235
3236 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3237
3238 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
3239
3240 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3241 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3242 displayed of multipart/alternative part if it is invoked from summary
3243 buffer.
3244
3245 * mm-view.el (mm-inline-text-html-render-with-w3m)
3246 (mm-inline-text-html-render-with-w3m-standalone)
3247 (mm-inline-render-with-function): Use mail-parse-charset by default.
3248
3249 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
3250
3251 * parse-time.el (parse-time-string-chars): Check if CHAR
3252 is less than the length of parse-time-syntax.
3253
3254 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
3255
3256 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3257 from gnus-newsgroup-processable.
3258
3259 2007-04-16 Didier Verna <didier@xemacs.org>
3260
3261 * gnus-msg.el (gnus-configure-posting-styles): Handle
3262 message-signature-directory properly with :file syntax. Reported by
3263 "Leo".
3264
3265 2007-04-11 Didier Verna <didier@xemacs.org>
3266
3267 New user option: message-signature-directory.
3268 * gnus-msg.el (gnus-configure-posting-styles): Support it.
3269 * message.el (message-insert-signature): Ditto.
3270 * message.el (message-signature-file): Doc update.
3271 * message.el (message-signature-directory): New.
3272
3273 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
3274
3275 * gnus-msg.el (gnus-inews-yank-articles): Use
3276 message-exchange-point-and-mark instead of exchange-point-and-mark.
3277
3278 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
3279
3280 * message.el (message-yank-original): Make sure cited text ends with
3281 newline; don't exchange point and mark.
3282
3283 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
3284
3285 * tls.el (open-tls-stream): Properly handle case where there
3286 is no associated buffer.
3287
3288 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
3289
3290 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3291 message-yank-original, make sure (< mark TEXT point).
3292
3293 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
3294
3295 * message.el (message-fill-column): New variable.
3296 (message-mode): Use it. Add comment on a possible new hook.
3297
3298 * nnmail.el (nnmail-spool-file): Mark as obsolete.
3299 (nnmail-get-new-mail): Reformat.
3300
3301 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3302
3303 * gmm-utils.el: Fix Commentary.
3304 (gmm-tool-bar-from-list): Fix typo in doc string.
3305
3306 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
3307
3308 * message.el (message-yank-original): Don't switch point and mark
3309 unnecessarily to put point and mark as documented.
3310
3311 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3312
3313 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3314 from the message heads.
3315
3316 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
3317
3318 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3319 article buffer does not have a window. This may not be the best
3320 solution but is certainly better than setting the start of the null,
3321 that is the current, window.
3322
3323 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
3324
3325 * gnus-draft.el (gnus-draft-setup-hook): New hook.
3326 (gnus-draft-setup): Run it.
3327
3328 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3329 gnus-score-fast-scoring. Allow regexp.
3330 (gnus-score-headers): Use it.
3331
3332 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3333 XEmacs.
3334
3335 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3336 string.
3337 (gnus-button-alist): Also catch `<f1> k ...'.
3338 (gnus-treat-display-x-face): Fix doc string.
3339
3340 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3341
3342 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3343 evaluation of gnus-extended-version to ensure correct generation of the
3344 User-Agent header when message-generate-headers-first is used.
3345
3346 2007-03-24 Simon Josefsson <simon@josefsson.org>
3347
3348 * hashcash.el (hashcash-generate-payment-async): Don't crash if
3349 hashcash-path is nil. Don't call callback with incorrect number of
3350 parameters if val is 0.
3351
3352 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3353
3354 * message.el (message-required-news-headers):
3355 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3356
3357 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
3358
3359 * message.el (message-generate-new-buffers): Change the meaning of the
3360 nil value; add `standard' to the choices; treat t as `unique'; improve
3361 doc string.
3362 (gnus-select-frame-set-input-focus): Autoload.
3363 (message-buffer-name): Search for the existing message buffer if
3364 message-generate-new-buffers is nil or `standard'; treat the value t of
3365 message-generate-new-buffers as `unique'.
3366 (message-pop-to-buffer): Raise the frame already displaying the message
3367 buffer; clear the echo area after querying.
3368 (message-setup): Pass the `continue' argument to compose-mail.
3369 (message-mail): Prefer `switch-function' if it is given; search for the
3370 existing message buffer if the `continue' argument is non-nil; pass
3371 continue and switch-function arguments to compose-mail by way of
3372 message-setup.
3373 (message-mail-other-window): Adjust argument of message-setup.
3374 (message-mail-other-frame): Ditto.
3375
3376 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
3377
3378 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3379 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3380 to turn font-lock on when turning gnus-message-citation-mode on.
3381
3382 2007-03-06 Daiki Ueno <ueno@unixuser.org>
3383
3384 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3385 (mml-smime-function-alist): New variable; add epg as the backend.
3386 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3387 mml-smime- functions instead.
3388 * mm-view.el: Require smime.
3389
3390 2007-03-05 Didier Verna <didier@xemacs.org>
3391
3392 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3393 instead of just inheritance for posting styles.
3394 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3395
3396 2007-02-24 John Paul Wallington <jpw@pobox.com>
3397
3398 * tls.el (tls-certtool-program): Fix custom type.
3399
3400 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3401
3402 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3403 and point-at-eol instead of line-(beginning|end)-position.
3404
3405 * assistant.el (assistant-parse-buffer): Ditto.
3406
3407 2007-02-28 Daiki Ueno <ueno@unixuser.org>
3408
3409 * mml2015.el (mml2015-epg-find-usable-key): New function.
3410 (mml2015-epg-sign): Use it.
3411 (mml2015-epg-encrypt): Use it.
3412
3413 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3414
3415 * message.el (message-make-in-reply-to): Quote name containing
3416 non-ASCII characters. It will make the RFC2047 encoder cause an error
3417 if there are special characters. Reported by NAKAJI Hiroyuki
3418 <nakaji@jp.freebsd.org>.
3419
3420 2007-02-27 Didier Verna <didier@xemacs.org>
3421
3422 Include the group parameters as well as the topic ones in the
3423 inheritance filter process.
3424 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3425 argument GROUP-PARAMS-LIST.
3426 * gnus-topic.el (gnus-group-topic-parameters): Use it.
3427
3428 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
3429
3430 * nntp.el (nntp-never-echoes-commands)
3431 (nntp-open-connection-functions-never-echo-commands): New variables.
3432 (nntp-send-command): Use them.
3433
3434 2007-02-20 Daiki Ueno <ueno@unixuser.org>
3435
3436 * mml2015.el (mml2015-epg-verify): Simplified.
3437
3438 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
3439
3440 * mml.el (mml-content-disposition-alist): New user option.
3441 (mml-content-disposition): New function.
3442 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3443 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3444
3445 2007-02-19 Daiki Ueno <ueno@unixuser.org>
3446
3447 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3448 verification.
3449
3450 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3451
3452 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3453 articles posted in the last 24 hours.
3454
3455 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
3456
3457 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3458
3459 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
3460
3461 * nntp.el (nntp-send-command): Don't wait for echoes when
3462 nntp-open-ssl-stream is used.
3463
3464 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
3465
3466 * gnus-cite.el (gnus-test-font-lock-add-keywords)
3467 (gnus-message-add-citation-keywords)
3468 (gnus-message-remove-citation-keywords): Remove.
3469 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3470 directly, make the variables in font-lock-defaults buffer-local, add
3471 gnus-message-citation-keywords to them and then update the value of
3472 font-lock-keywords.
3473
3474 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
3475
3476 * message.el (message-cite-original-1): Don't call
3477 gnus-article-highlight-citation.
3478
3479 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3480 citations; fix line count.
3481
3482 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
3483
3484 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3485 (gnus-message-add-citation-keywords)
3486 (gnus-message-remove-citation-keywords): Use it; fix the emulating
3487 versions of font-lock-add-keywords and font-lock-remove-keywords to
3488 work with XEmacs correctly.
3489
3490 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3491
3492 * gnus-cite.el (gnus-cite-face-list): Set the values of
3493 gnus-message-max-citation-depth and gnus-message-citation-keywords.
3494 (gnus-message-max-citation-depth): Use defvar rather than defconst.
3495 (gnus-message-cite-prefix-regexp): New variable.
3496 (gnus-message-search-citation-line): Use it; protect against long
3497 citation prefix; fill match data with nil rather than 0 for XEmacs; set
3498 the 0th match data for Emacs.
3499 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3500 (gnus-message-add-citation-keywords): Append keywords rather than
3501 prepending; emulate font-lock-add-keywords if it is not available.
3502 (gnus-message-remove-citation-keywords): Emulate
3503 font-lock-remove-keywords if it is not available.
3504
3505 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3506
3507 * message.el (message-cite-prefix-regexp): Set the value of
3508 gnus-message-cite-prefix-regexp.
3509
3510 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3511
3512 * nnweb.el (nnweb-google-parse-1): Update parser.
3513
3514 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
3515
3516 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3517
3518 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3519
3520 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3521 regexp.
3522
3523 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
3524
3525 * uudecode.el (uudecode-string-to-multibyte): New function emulating
3526 string-to-multibyte.
3527 (uudecode-decode-region-internal): Use it.
3528
3529 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
3530
3531 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3532 custom choice.
3533
3534 * gnus-art.el (gnus-signature-limit): Fix custom choice.
3535
3536 2007-01-22 Daiki Ueno <ueno@unixuser.org>
3537
3538 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3539
3540 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3541 `write-region' to respect `mm-inhibit-file-name-handlers'.
3542
3543 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3544
3545 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3546 Use gnus-home-directory instead of "~/" or "$HOME".
3547
3548 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
3549
3550 * encrypt.el (encrypt-insert-file-contents): Add better prompt
3551 to mention filename.
3552 Add comments at beginning regarding usage.
3553 (encrypt-write-file-contents): Change interactive so a string is
3554 acceptable. If the file has no associated model, show an error instead
3555 of a nonsense prompt.
3556
3557 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3558
3559 * spam.el (spam-bsfilter-ham-switch): Fix typo.
3560 Thanks to Yoshihiko Yamada for kind notification of this typo.
3561
3562 2007-01-12 Kenichi Handa <handa@m17n.org>
3563
3564 * uudecode.el (uudecode-decode-region-internal): Make it work in a
3565 multibyte buffer.
3566
3567 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
3568
3569 * gnus-score.el (gnus-score-fast-scoring): New variable.
3570 (gnus-score-headers): Use it.
3571
3572 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3573
3574 * message.el (message-cite-original-1): Call
3575 gnus-article-highlight-citation if requested.
3576 (message-make-from): Allow name and address as optional arguments.
3577
3578 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3579
3580 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3581 bugs to doc string.
3582 (gnus-button-alist): Add mid\\|message-id.
3583 (gnus-button-fetch-group): Extend for use in
3584 `browse-url-browser-function'.
3585 (gnus-button-url-regexp): Try to catch paired parentheses like in
3586 Wikipedia URLs.
3587
3588 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3589 Suggested by Simon Krahnke <overlord@gmx.li>.
3590
3591 2007-01-13 Romain Francoise <romain@orebokech.com>
3592
3593 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3594 Update copyright.
3595
3596 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
3597
3598 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3599
3600 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
3601
3602 * gnus-registry.el (gnus-registry-unfollowed-groups)
3603 (gnus-registry-split-fancy-with-parent): Fix documentation.
3604
3605 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3606
3607 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3608 from nnweb groups.
3609
3610 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3611
3612 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3613 Xref urls. Erase buffer before requesting head.
3614
3615 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3616
3617 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
3618
3619 * gnus-soup.el (gnus-soup): New custom group. Make user variables
3620 customizable.
3621
3622 2007-01-05 Daiki Ueno <ueno@unixuser.org>
3623
3624 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3625 no signing key is found.
3626 (mml2015-epg-encrypt): Ask user whether to skip or abort if
3627 no encrypting and/or signing key is found.
3628
3629 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
3630
3631 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3632
3633 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3634
3635 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3636 headers read from disk with the ones newly found in the current search.
3637 This should no longer cause problems, because the article numbers in
3638 Gmane's `nov.php' output are ignored since the previous change.
3639
3640 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3641
3642 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3643
3644 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
3645
3646 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3647
3648 2007-01-01 Romain Francoise <romain@orebokech.com>
3649
3650 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3651
3652 2006-12-31 Steve Youngs <steve@sxemacs.org>
3653
3654 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3655 `define-minor-mode' macro definition expanded properly.
3656 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3657 exclude it there.
3658
3659 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3660 of 2006-12-30. The default is nil on (S)XEmacs already because of the
3661 `fboundp' test.
3662 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3663 This is OK to autoload in (S)XEmacs now.
3664
3665 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3666
3667 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3668 keystroke.
3669 (gnus-summary-limit-to-singletons): Fix typo.
3670
3671 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3672 else fails.
3673
3674 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3675
3676 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3677 docstring.
3678
3679 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3680 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3681 (gnus-summary-insert-dormant-articles): Fix typo in message.
3682
3683 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
3684
3685 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3686 nil for XEmacs.
3687 (gnus-message-citation-mode): Don't autoload in XEmacs.
3688
3689 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3690
3691 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
3692
3693 * nnimap.el (nnimap-expunge-search-string): Mention
3694 nnimap-search-uids-not-since-is-evil in docstring.
3695
3696 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
3697
3698 * spam.el: Revert to make-obsolete-variable because
3699 define-obsolete-variable-alias is not supported in Emacs 21.
3700
3701 * spam.el (spam-ifile-path, spam-ifile-database-path)
3702 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3703 make-obsolete-variable.
3704 (spam-bsfilter-path, spam-bsfilter-program)
3705 (spam-spamassassin-path, spam-spamassassin-program)
3706 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
3707 use "path" inappropriately.
3708 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3709 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3710 variable names.
3711
3712 2006-12-28 Daiki Ueno <ueno@unixuser.org>
3713
3714 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3715 summary buffer.
3716
3717 * password.el (password-cache-remove): Use clear-string to burn
3718 password, if available.
3719
3720 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3721
3722 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3723
3724 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3725
3726 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3727 (gnus-message-highlight-citation): Move defcustom here from
3728 gnus-cite.el.
3729 (gnus-message-citation-mode): Autoload.
3730
3731 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
3732 checks to make it compile with XEmacs.
3733 (gnus-message-citation-mode): New minor mode.
3734 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3735 (gnus-message-highlight-citation): New variables.
3736 (gnus-message-search-citation-line)
3737 (gnus-message-add-citation-keywords)
3738 (gnus-message-remove-citation-keywords)
3739 (turn-on-gnus-message-citation-mode)
3740 (turn-off-gnus-message-citation-mode): New functions.
3741
3742 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
3743
3744 * gnus-cite.el: Enable highlighting of different citation levels in
3745 message-mode.
3746
3747 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3748
3749 * message.el (message-make-fqdn): Fix comment.
3750 (message-bogus-system-names): Add ".local".
3751
3752 * spam.el (spam-ifile-path, spam-ifile-program)
3753 (spam-ifile-database-path, spam-ifile-database)
3754 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3755 Don't use "path" inappropriately.
3756 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3757 strings.
3758 (spam-check-ifile, spam-ifile-register-with-ifile)
3759 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3760 new variable names.
3761
3762 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3763 (gnus-treat-display-smileys): Simplify using
3764 gnus-image-type-available-p.
3765
3766 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3767 available.
3768
3769 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3770
3771 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3772 one after turning on the buffer's multibyteness instead of decoding
3773 them directly in the unibyte buffer that causes unexpected conversion
3774 in Emacs 23 (unicode).
3775
3776 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3777
3778 * message.el (message-generate-hashcash): Fix custom type.
3779
3780 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3781
3782 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3783
3784 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3785
3786 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3787 disconnect icons. Add help text.
3788
3789 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
3790
3791 * spam.el (spam-extra-header-to-number): CRM114 spam score is
3792 negated to be consistent with the others we handle.
3793
3794 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3795
3796 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3797 version of gnus-summary-buffer to something, so that we can use two
3798 article buffers at the same time.
3799
3800 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
3801
3802 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3803 trigger all the extra headers.
3804 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3805 sorting.
3806
3807 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3808
3809 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3810 solid groups.
3811
3812 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3813
3814 * legacy-gnus-agent.el: Add Copyright notice.
3815
3816 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
3817
3818 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3819
3820 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3821
3822 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3823
3824 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3825 to make it work reliably in CVS Emacs.
3826 (gnus-summary-limit-strange-charsets-predicate)
3827 (gnus-summary-limit-to-predicate): New functions.
3828
3829 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
3830
3831 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3832 specifying array size.
3833 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3834 array if it is too small.
3835 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3836 (gnus-sort-threads-loop): New function.
3837
3838 2006-12-06 Chris Moore <dooglus@gmail.com>
3839
3840 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3841 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3842
3843 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
3844
3845 * mm-url.el (mm-url-predefined-programs): Call curl with correct
3846 options.
3847
3848 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3849
3850 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3851 DOS-ing the recipient.
3852
3853 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3854 the headers when creating the mapping to avoid mismappings.
3855 (nnweb-gmane-create-mapping): Always nix out old mapping.
3856
3857 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3858
3859 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3860 and mm-verify-option to never.
3861
3862 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3863
3864 * message.el (message-signed-or-encrypted-p): New function.
3865 (message-forward-make-body): Use it.
3866
3867 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3868 Replace encode-coding-string with mm-encode-coding-string.
3869
3870 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3871
3872 * nneething.el (nneething-decode-file-name): Replace
3873 decode-coding-string with mm-decode-coding-string.
3874
3875 * gnus-int.el (gnus-open-server): Say failed server's name.
3876
3877 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
3878
3879 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3880 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3881
3882 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3883 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3884 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3885 (gnus-group-make-directory-group, gnus-group-transpose-groups):
3886 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3887 (gnus-subscribe-newsgroup, gnus-1):
3888 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3889 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3890 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3891 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3892
3893 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3894
3895 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3896 keystroke.
3897 (gnus-summary-limit-to-bodies): Implement headersp.
3898
3899 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3900
3901 * dns.el (query-dns): Protect against "Process dns deleted" strings.
3902
3903 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
3904
3905 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3906
3907 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3908
3909 * message.el (message-generate-hashcash): Expand range of values to
3910 include `opportunistic'.
3911 (message-send-mail): Use it.
3912
3913 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3914
3915 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3916 and comment it.
3917
3918 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3919
3920 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
3921
3922 * gnus-util.el (gnus-extract-address-components): Improve comment.
3923
3924 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3925
3926 * gnus-util.el (gnus-extract-address-components): Work with address in
3927 which the name portion contains @.
3928
3929 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3930
3931 * gnus.el (gnus-start): Move custom group up.
3932 (gnus-select-method): Don't autoload, but make it available for
3933 `customize-variable'.
3934 (gnus-getenv-nntpserver): Don't autoload.
3935
3936 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
3937
3938 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3939
3940 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3941
3942 * message.el (message-sendmail-extra-arguments): New variable.
3943 (message-send-mail-with-sendmail): Use it.
3944
3945 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3946
3947 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3948 mm-with-unibyte-current-buffer to make string unibyte.
3949
3950 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3951 mm-string-as-multibyte.
3952
3953 2006-11-14 Daiki Ueno <ueno@unixuser.org>
3954
3955 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3956 Reported by Werner Koch <wk@gnupg.org>.
3957
3958 2006-11-14 Daiki Ueno <ueno@p360>
3959
3960 * mml2015.el: Autoload epa-select-keys when compiling.
3961
3962 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3963
3964 * mml2015.el (mml2015-epg-sign): Save the signing keys in
3965 message-options.
3966 (mml2015-epg-encrypt): Save the recipient keys in message-options.
3967
3968 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3969
3970 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3971 EasyPG (< 0.0.6).
3972 (mml2015-always-trust): New user option.
3973 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3974 prompt.
3975
3976 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3977
3978 * nntp.el (nntp-authinfo-force): New variable.
3979 (nntp-send-authinfo): Use it.
3980
3981 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
3982
3983 * message.el (message-strip-subject-encoded-words): Allow _not_ to
3984 decode encoded words. Improve prompt. Add comment about forwarding.
3985 (message-replacement-char): Move up.
3986
3987 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3988
3989 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3990 instead of gnus-intersection because arguments of gnus-sorted-nunion
3991 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
3992
3993 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
3994
3995 * message.el (message-strip-subject-encoded-words): Reformat prompt.
3996 (message-simplify-subject-functions): Enable
3997 message-strip-subject-encoded-words by default.
3998
3999 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
4000
4001 * message.el (message-strip-subject-encoded-words): New function
4002 (message-simplify-subject-functions): New variable.
4003 (message-simplify-subject): Use it. Fix typo in doc string.
4004 Support message-strip-subject-encoded-words.
4005
4006 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
4007
4008 * gnus-diary.el (gnus-diary-delay-format-function):
4009 * nndiary.el (nndiary-reminders):
4010 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
4011
4012 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
4013
4014 * gnus-art.el (article-hide-boring-headers): Fetch date from
4015 gnus-original-article-buffer to avoid problems with localized date
4016 strings.
4017
4018 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
4019
4020 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
4021
4022 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
4023
4024 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
4025 New variables.
4026 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4027 (mm-charset-synonym-alist): Move some entries to
4028 mm-codepage-iso-8859-list.
4029 (mm-charset-synonym-alist, mm-charset-override-alist): Add
4030 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4031
4032 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
4033
4034 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4035
4036 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4037
4038 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4039 with Emacs 21 and XEmacs.
4040
4041 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
4042
4043 * spam.el (spam-parse-address): New function for better parsing,
4044 catching errors, etc.
4045 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4046
4047 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
4048
4049 * mm-view.el: Add interactive arg to html2text autoload.
4050
4051 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
4052
4053 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4054
4055 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
4056
4057 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4058 variables.
4059 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4060 (mm-charset-synonym-alist): Move some entries to
4061 mm-codepage-iso-8859-list.
4062
4063 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4064
4065 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
4066
4067 * message.el (message-citation-line-format)
4068 (message-insert-formated-citation-line): Fix implementation of %E, %N
4069 and %n according to the doc string.
4070
4071 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
4072
4073 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4074 car-safe to avoid bad parses.
4075
4076 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
4077
4078 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
4079 names.
4080
4081 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
4082
4083 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
4084
4085 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
4086 header.
4087
4088 * message.el (message-draft-headers): Add Date.
4089 (message-headers-to-generate): Fix typo in docstring.
4090
4091 * nndraft.el (nndraft-required-headers): New variable.
4092 (nndraft-generate-headers): Use it.
4093
4094 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
4095
4096 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
4097
4098 * gnus-registry.el (gnus-registry-wash-for-keywords)
4099 (gnus-registry-find-keywords): New functions to allow easy searching of
4100 articles that are in the registry.
4101
4102 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
4103
4104 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4105 ietf-drums-parse-address instead of gnus-extract-address-components.
4106 Reported by Damien Elmes <damien@repose.cx>.
4107
4108 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
4109
4110 * gnus.el (gnus-mime): Remove unused custom group.
4111
4112 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4113
4114 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
4115 "blank line" when searching for end of armor headers.
4116
4117 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4118
4119 * gmm-utils.el (gmm-write-region): Fix variable name.
4120
4121 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
4122
4123 * gmm-utils.el (gmm-write-region): New function based on compatibility
4124 code from `mm-make-temp-file'.
4125
4126 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
4127
4128 * nnmaildir.el (nnmaildir--update-nov)
4129 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
4130 Use `gmm-write-region'.
4131
4132 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
4133
4134 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
4135 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4136
4137 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
4138
4139 * message.el (message-replacement-char): New variable.
4140 (message-fix-before-sending): Use it.
4141 (message-simplify-subject): New function to remove duplicate code.
4142 (message-reply, message-followup): Use it.
4143
4144 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4145 gnus-summary-limit-to-articles.
4146
4147 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
4148
4149 * gnus-util.el (gnus-with-local-quit): New macro.
4150
4151 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
4152
4153 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
4154
4155 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4156 ignore non-string data.
4157
4158 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
4159
4160 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4161 non-string data (needs to be done in the registry too).
4162
4163 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
4164
4165 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4166 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4167 (gnus-registry-split-fancy-with-parent)
4168 (gnus-registry-fetch-simplified-message-subject-fast)
4169 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4170 Remove text properties on ingress into the registry and when it's saved.
4171 (gnus-registry-clean-empty-function): Fix bug with cleaning the
4172 registry from entries with no groups.
4173
4174 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
4175
4176 * gnus-util.el (gnus-string-remove-all-properties): Add utility
4177 function to remove string properties.
4178
4179 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
4180
4181 * gmm-utils.el (gmm): Adjust custom version.
4182
4183 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4184 custom version.
4185
4186 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4187
4188 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
4189
4190 * gnus-art.el (gnus-insert-prev-page-button)
4191 (gnus-insert-next-page-button): Simplify. Reformat.
4192
4193 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
4194
4195 * gnus-art.el (gnus-insert-prev-page-button)
4196 (gnus-insert-next-page-button): Apply gnus-article-button-face.
4197
4198 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
4199
4200 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4201
4202 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
4203
4204 (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4205 gnus-article-button-face to MIME and security buttons.
4206
4207 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
4208
4209 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4210 readable.
4211
4212 2006-09-20 Steve Youngs <steve@sxemacs.org>
4213
4214 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4215 `browse-url-of-file' instead of `browse-url'.
4216
4217 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4218
4219 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4220 regexp. Articles containing quotation were cut prematurely.
4221
4222 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
4223
4224 * message.el (message-cite-original-1): Use nobody by default for the
4225 value of From header.
4226 (message-reply): Ditto.
4227
4228 2006-09-11 Daiki Ueno <ueno@unixuser.org>
4229
4230 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4231 to the gnus-info. This fixes a bug of inline-PGP message verification.
4232 Reported by Michael Piotrowski <mxp@dynalabs.de>.
4233
4234 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
4235
4236 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4237 mails in the doc string. Add some URLs in comment.
4238 (pop3-movemail): Warn about pop3-leave-mail-on-server.
4239
4240 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
4241
4242 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4243 backslashes handling and the way to find boundaries of quoted strings.
4244
4245 2006-09-07 Daiki Ueno <ueno@unixuser.org>
4246
4247 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4248 mml1991-encrypt-to-self is set and mml1991-signers is not set.
4249 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4250 mml2015-encrypt-to-self is set and mml2015-signers is not set.
4251
4252 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
4253
4254 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
4255 doc string.
4256 (gnus-button-regexp, gnus-button-last): Remove unused variables.
4257
4258 2006-09-06 Simon Josefsson <jas@extundo.com>
4259
4260 * mml2015.el (mml2015-use): Doc fix, mention epg.
4261
4262 2006-09-06 Daiki Ueno <ueno@unixuser.org>
4263
4264 * mml2015.el (mml2015-use): Default to epg, if available.
4265
4266 2006-09-06 Daiki Ueno <ueno@unixuser.org>
4267
4268 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4269 message-sender.
4270 (mml1991-epg-encrypt): Ditto.
4271 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4272 message-sender.
4273 (mml2015-epg-encrypt): Ditto.
4274
4275 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
4276
4277 * message.el (message-send-mail-with-sendmail): Look for sendmail in
4278 several common directories.
4279
4280 2006-09-05 Daiki Ueno <ueno@unixuser.org>
4281
4282 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4283 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4284
4285 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
4286
4287 * gnus-art.el (article-decode-encoded-words): Make it fast.
4288
4289 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
4290
4291 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4292
4293 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4294 in quoted string into `\'.
4295
4296 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4297
4298 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4299 Use standard-syntax-table.
4300
4301 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4302
4303 * gnus-art.el (gnus-decode-address-function): New variable.
4304 (article-decode-encoded-words): Use it to decode headers which are
4305 assumed to contain addresses.
4306 (gnus-mime-delete-part): Remove useless `or'.
4307
4308 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4309 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4310 (gnus-nov-parse-line): Use it to decode From header.
4311 (gnus-get-newsgroup-headers): Ditto.
4312 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4313
4314 * mail-parse.el (mail-decode-encoded-address-region): New alias.
4315 (mail-decode-encoded-address-string): New alias.
4316
4317 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4318 New function.
4319 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4320 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4321 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4322 (rfc2047-decode-string): Ditto.
4323 (rfc2047-decode-address-region): New function.
4324 (rfc2047-decode-address-string): New function.
4325
4326 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
4327
4328 * message.el (message-caesar-buffer-body): Allow rotating headers.
4329
4330 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4331
4332 * message.el (message-insert-formated-citation-line): Fix %f.
4333 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4334
4335 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
4336
4337 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4338 (gnus-bookmark-mouse-available-p): New macro.
4339 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4340 (gnus-bookmark-bmenu-show-infos): Use it.
4341 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4342 (gnus-bookmark-bmenu-hide-infos): Ditto.
4343 (gnus-bookmark-remove-properties): New function.
4344 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4345 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4346 (gnus-bookmark-write-file): Bind coding-system-for-write.
4347 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4348 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4349 group before selecting it.
4350 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4351 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4352 quit-window if it is not available; use gnus-mouse-2 and bind it to
4353 gnus-bookmark-bmenu-select-by-mouse.
4354 (gnus-bookmark-show-details): Remove unused variable `details-list'.
4355 (gnus-bookmark-bmenu-select-by-mouse): New function.
4356
4357 2006-08-13 Romain Francoise <romain@orebokech.com>
4358
4359 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4360 space.
4361
4362 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4363
4364 * compface.el (uncompface): Use binary rather than raw-text-unix.
4365
4366 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4367
4368 * compface.el (uncompface): Make sure the eol conversion doesn't take
4369 place when communicating with the external programs. Reported by
4370 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4371
4372 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
4373
4374 * nnheader.el (nnheader-insert-head): Fix typo in comment.
4375
4376 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4377
4378 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4379 Make it more robust by parsing author and date independently.
4380
4381 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
4382
4383 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4384
4385 2006-07-28 Daiki Ueno <ueno@unixuser.org>
4386
4387 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4388 first matching secret key.
4389 (mml2015-epg-encrypt): Ditto.
4390
4391 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4392 first matching secret key.
4393 (mml1991-epg-encrypt): Ditto.
4394
4395 * mml2015.el (mml2015-encrypt-to-self): New user option.
4396 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4397 mml2015-epg-encrypt-to-self is set.
4398
4399 * mml1991.el (mml1991-encrypt-to-self): New variable.
4400 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4401 mml1991-epg-encrypt-to-self is set.
4402
4403 * mml2015.el (mml2015-signers): New user option.
4404 (mml2015-epg-sign): Reflect the value of mml2015-signers.
4405 (mml2015-epg-encrypt): Allow to select signing keys.
4406
4407 * mml1991.el (mml1991-signers): New variable.
4408 (mml1991-epg-sign): Reflect the value of mml1991-signers.
4409 (mml1991-epg-encrypt): Allow to select signing keys.
4410
4411 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
4412
4413 * nnheader.el (nnheader-insert-head): Make it work even if the file
4414 uses CRLF for the line-break code.
4415
4416 2006-07-25 Daiki Ueno <ueno@unixuser.org>
4417
4418 * mml2015.el: Require mml-sec instead of password.
4419 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4420 (mml2015-cache-passphrase): Inherit the default value from
4421 mml-secure-cache-passphrase.
4422 (mml2015-passphrase-cache-expiry): Inherit the default value from
4423 mml-secure-passphrase-cache-expiry.
4424
4425 * mml1991.el: Require mml-sec instead of password.
4426 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4427 (mml1991-cache-passphrase): Inherit the default value from
4428 mml-secure-cache-passphrase.
4429 (mml1991-passphrase-cache-expiry): Inherit the default value from
4430 mml-secure-passphrase-cache-expiry.
4431
4432 * mml-sec.el: Require password.
4433 (mml-secure-verbose): New user option.
4434 (mml-secure-cache-passphrase): New user option.
4435 (mml-secure-passphrase-cache-expiry): New user option.
4436
4437 2006-07-24 Daiki Ueno <ueno@unixuser.org>
4438
4439 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4440 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
4441 andreas@altroot.de (Andreas Vögele).
4442
4443 FIXME: Use `tiny change'?
4444
4445 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4446
4447 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4448 workaround for the url package included with Emacs.
4449
4450 * nnweb.el (nnweb-google-create-mapping): Update regexp.
4451
4452 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
4453
4454 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4455 correctly. This fixes a bug caused by the 2006-05-12 change.
4456
4457 2006-07-18 Karl Fogel <kfogel@red-bean.com>
4458
4459 * nnmail.el (nnmail-article-group): If splitting raises an error, give
4460 some information about the error when saying that the `bogus' mail
4461 group will be used.
4462
4463 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
4464
4465 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4466 string.
4467
4468 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
4469
4470 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4471
4472 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4473
4474 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4475
4476 2006-07-10 Daiki Ueno <ueno@unixuser.org>
4477
4478 * mml1991.el (mml1991-function-alist): Add epg.
4479 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4480 (mml1991-epg-encrypt): New functions.
4481
4482 2006-07-10 Daiki Ueno <ueno@unixuser.org>
4483
4484 * mml2015.el (mml2015-verbose): New variable.
4485 (mml2015-cache-passphrase): Ditto.
4486 (mml2015-passphrase-cache-expiry): Ditto.
4487 (mml2015-function-alist): Add epg.
4488 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4489 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4490 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4491 functions.
4492
4493 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4494
4495 * message.el (message-cite-original-1): Preserve region when removing
4496 quoted text due to X-No-Archive in order to avoid bogus attribution
4497 when citing multiple messages.
4498
4499 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4500
4501 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
4502 Kenneth Jacker <khj@be.cs.appstate.edu>.
4503
4504 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
4505
4506 * gnus-diary.el (gnus-user-format-function-d)
4507 (gnus-user-format-function-D): Autoload.
4508
4509 * imap.el (Commentary): Fix typo.
4510
4511 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4512 2006-04-22 contribution.
4513
4514 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4515
4516 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4517 It didn't really fix the bogosity I'm seeing with solid web groups.
4518
4519 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4520
4521 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4522 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4523 created using server names. If we use the feature without declaring
4524 it, Gnus does not properly manage server and group state.
4525
4526 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4527 bound.
4528
4529 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4530
4531 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4532 looking up the method using GROUP's prefix before inventing a new one.
4533 It is used on killed/unknown groups in various places where returning
4534 an all-new method isn't expected by the caller.
4535
4536 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4537 and match semantics of gnus-group-real-prefix.
4538
4539 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
4540
4541 * nnmail.el (nnmail-broken-references-mailers): New variable.
4542 (nnmail-ignore-broken-references): New function generalizing
4543 nnmail-fix-eudora-headers.
4544 (nnmail-fix-eudora-headers): Now obsolete.
4545
4546 * gnus-art.el (gnus-button-handle-custom): Support
4547 `customize-apropos*'.
4548
4549 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4550
4551 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4552
4553 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4554 articles.
4555
4556 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
4557
4558 * message.el (message-cite-reply-above): New variable.
4559 (message-yank-original): Use it.
4560
4561 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
4562
4563 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4564
4565 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
4566
4567 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4568 as read.
4569
4570 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4571
4572 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
4573
4574 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4575 (gnus-bookmark-default-file): Use gnus-directory.
4576 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4577 Remove "*" in doc string.
4578 (gnus-bookmark-write-file): Simplify.
4579 (gnus-bookmark-maybe-sort-alist): Use `when'.
4580 (gnus-bookmark-get-bookmark): Fix typo in doc string.
4581 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4582 FIXME about Emacs 21 and XEmacs compatibility.
4583 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4584 compatibility.
4585 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4586 compatibility.
4587 (gnus-bookmark-menu-heading): Fix version.
4588
4589 2006-06-19 Bastien Guerry <bzg@altern.org>
4590
4591 * gnus-bookmark.el: New file.
4592
4593 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
4594
4595 * message.el (message-syntax-checks): Doc fix.
4596
4597 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4598
4599 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4600 unsubscribed groups as if they were killed ones. It causes duplicate
4601 entries in gnus-newsrc-alist.
4602
4603 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
4604
4605 * message.el (message-syntax-checks): Doc fix.
4606 (message-send-mail): Add check for continuation headers.
4607 (message-check-news-header-syntax): Fix regexp used to check for
4608 continuation headers.
4609
4610 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
4611
4612 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4613
4614 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
4615
4616 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4617
4618 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
4619
4620 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4621 default-truncate-lines.
4622
4623 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
4624
4625 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4626 to fill the utf-8 entry.
4627
4628 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4629
4630 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4631
4632 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
4633
4634 * gnus-agent.el (directory-files-and-attributes): Move all the way
4635 forward (the third and final move).
4636 (gnus-agent-read-agentview): Trap reconstruction errors due to
4637 nonexistant directory. Handle by returning nil.
4638
4639 2006-05-30 Didier Verna <didier@xemacs.org>
4640
4641 * message.el (message-dont-reply-to-names): Update the custom type.
4642 * message.el (message-dont-reply-to-names): New defsubst: potentially
4643 convert a list of regexps into a single one.
4644 * message.el (message-get-reply-headers): Use it.
4645 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4646
4647 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
4648
4649 * gnus-agent.el (directory-files-and-attributes): Move forward.
4650
4651 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4652
4653 * gnus-ml.el (gnus-mailing-list-subscribe)
4654 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4655 (gnus-mailing-list-message): Fix doc strings.
4656
4657 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4658
4659 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4660 of doing it manually.
4661
4662 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4663
4664 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4665 comment.
4666
4667 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
4668
4669 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4670 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4671 (gnus-agent-read-local): All symbols allocated in my-obarray
4672 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4673 (gnus-agent-regenerate-group): Check numeric names to see if they are
4674 messages or groups.
4675 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4676 better way of do this...)
4677
4678 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4679 'dummy.group' (there should be a better way of do this...)
4680
4681 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
4682
4683 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4684 (gnus-saved-headers): Ditto.
4685 (gnus-default-article-saver): Mention functions may have properties.
4686 (gnus-article-save): Override gnus-save-all-headers and
4687 gnus-saved-headers by :headers property which saver function may have.
4688 (gnus-summary-save-in-file): Add :headers property.
4689 (gnus-summary-write-to-file): Ditto.
4690
4691 * gnus-sum.el (gnus-summary-save-article): Bind
4692 gnus-prompt-before-saving to t when saving many articles in a file;
4693 always show all headers.
4694
4695 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4696
4697 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4698 marks.
4699
4700 * message.el (message-indent-citation): Add optional arguments to allow
4701 using it outside of message buffers.
4702
4703 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4704 (gnus-article-treat-unfold-headers): Use it.
4705 (gnus-article-truncate-lines): New variable.
4706 (gnus-article-mode): Use it.
4707 (gnus-article-toggle-truncate-lines): New function.
4708
4709 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4710 gnus-article-toggle-truncate-lines.
4711
4712 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4713 coding system in XEmacs, use binary.
4714
4715 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
4716
4717 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4718 after-load-alist.
4719
4720 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4721 this function should save decoded articles.
4722 (gnus-summary-write-to-file): Use property to specify this function
4723 should save decoded articles and specify gnus-summary-save-in-file
4724 should be used to save articles other than the first one when saving
4725 many articles.
4726 (gnus-summary-save-body-in-file): Use property to specify this
4727 function should save decoded articles.
4728 (gnus-summary-write-body-to-file): Use property to specify this
4729 function should save decoded articles and specify
4730 gnus-summary-save-body-in-file should be used to save articles other
4731 than the first one when saving many articles.
4732
4733 * gnus-sum.el (gnus-summary-save-article): Simplify.
4734
4735 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
4736
4737 * gnus-art.el (gnus-default-article-saver): Add
4738 gnus-summary-write-body-to-file.
4739 (gnus-article-save-coding-system): Don't use coding system object
4740 in XEmacs.
4741 (gnus-read-save-file-name): Add optional `dir-var' argument which
4742 specifies directory in which files are saved; work even if optional
4743 `variable' argument is not specified.
4744 (gnus-summary-write-to-file): Read file name.
4745 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4746 (gnus-summary-write-body-to-file): New function.
4747
4748 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4749 (gnus-summary-local-variables): Add it.
4750 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4751 (gnus-summary-save-article): Remove optional `decode' argument;
4752 determine whether to decode articles by the value of
4753 gnus-default-article-saver; when saving many files using
4754 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4755 it first and use gnus-summary-save-in-file or
4756 gnus-summary-save-body-in-file thereafter unless
4757 gnus-prompt-before-saving is always; move point to article which
4758 will be saved.
4759 (gnus-summary-save-article-file): Revert.
4760 (gnus-summary-write-article-file): Revert.
4761 (gnus-summary-save-article-body-file): Revert.
4762 (gnus-summary-write-article-body-file): New function.
4763
4764 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4765
4766 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4767
4768 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4769
4770 * gnus-art.el (gnus-default-article-saver): Doc fix.
4771 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4772 from gnus-summary-save-article-coding-system, and default to a
4773 certain coding system.
4774 (gnus-output-to-file): Add coding cookie and encode text according
4775 to gnus-article-save-coding-system; don't use mm-append-to-file.
4776
4777 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4778 gnus-art.el and rename to gnus-article-save-coding-system.
4779 (gnus-summary-save-article): Require gnus-art; don't show all
4780 headers if it decodes articles; don't add coding cookie here;
4781 don't bind mm-text-coding-system-for-write.
4782 (gnus-summary-save-article-file): Save decoded articles.
4783 (gnus-summary-write-article-file): When saving many files, use
4784 gnus-summary-write-to-file first and gnus-summary-save-in-file
4785 thereafter unless gnus-prompt-before-saving is always.
4786 (gnus-summary-save-article-body-file): Save decoded articles.
4787
4788 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4789
4790 * nnrss.el (nnrss-check-group): Bind hash-index.
4791
4792 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
4793
4794 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4795 its hash index. Store this hash in `nnrss-group-data'.
4796 (nnrss-read-group-data): Update accordingly.
4797
4798 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4799
4800 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4801 entry.
4802
4803 * gnus-sum.el (gnus-summary-make-menu-bar): Add
4804 gnus-article-browse-html-article.
4805
4806 2006-05-23 Hynek Schlawack <hynek@ularx.de>
4807
4808 * gnus-sum.el (gnus-summary-mime-map): Add
4809 gnus-article-browse-html-article.
4810 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4811
4812 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4813 suitable coding systems in customize.
4814
4815 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4816
4817 * mail-source.el (mail-sources): Fix custom type.
4818
4819 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
4820
4821 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4822 (gnus-summary-expire-articles-now): Shorten prompt.
4823
4824 * gmm-utils.el (wid-edit): Require.
4825 (defun-gmm): Renamed from `gmm-defun-compat'.
4826 (gmm-image-search-load-path): Use it.
4827 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
4828
4829 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
4830
4831 * gnus-sum.el (gnus-summary-save-article-coding-system): New
4832 variable.
4833 (gnus-summary-save-article): Add optional `decode' argument. If
4834 it is set and gnus-summary-save-article-coding-system is non-nil,
4835 save decoded article.
4836 (gnus-summary-write-article-file): Save decoded article if
4837 gnus-summary-save-article-coding-system is non-nil.
4838
4839 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4840 type.
4841
4842 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4843
4844 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4845
4846 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4847
4848 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4849 first to test gnus-single-article-buffer which may be buffer-local.
4850
4851 * gnus-sum.el (gnus-summary-setup-buffer): Make
4852 gnus-single-article-buffer buffer-local and nil in ephemeral
4853 group; make gnus-article-buffer, gnus-article-current, and
4854 gnus-original-article-buffer always buffer-local.
4855 (gnus-summary-exit): Kill article buffer belonging to ephemeral
4856 group.
4857 (gnus-handle-ephemeral-exit): Don't move to next summary line.
4858
4859 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
4860
4861 * nnml.el (nnml-request-compact-group): Compressed files might not
4862 have .gz extension.
4863
4864 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4865
4866 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4867 (mm-copy-to-buffer): Use with-current-buffer.
4868 (mm-display-part): Simplify.
4869 (mm-inlinable-p): Add optional arg `type'.
4870
4871 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4872
4873 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4874 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4875 Try harder to show the attachment internally or externally using
4876 gnus-mime-view-part-as-type.
4877
4878 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4879
4880 * message.el (message-from-style, message-signature-separator)
4881 (message-user-organization-file, message-send-mail-function)
4882 (message-citation-line-function, message-yank-prefix)
4883 (message-indent-citation-function, message-signature)
4884 (message-signature-file, message-signature-insert-empty-line):
4885 Remove autoloads.
4886
4887 * gnus-art.el (gnus-buttonized-mime-types): Remove
4888 "multipart/signed". Revert 2006-04-26 change.
4889
4890 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4891
4892 * gnus.el (gnus-version-number): Bump version.
4893
4894 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4895
4896 * gnus.el: No Gnus v0.5 is released.
4897
4898 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4899
4900 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4901 fetching articles by message-id.
4902
4903 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4904
4905 * message.el (hashcash): Require hashcash as normal.
4906
4907 * ecomplete.el (ecomplete-highlight-match-line): Use
4908 point-at-eol.
4909 (ecomplete-highlight-match-line): Use `highlight', because that
4910 face exists in both Emacs and XEmacs.
4911
4912 * message.el (message-display-abbrev): Use point-at-bol.
4913
4914 * mail-source.el: Don't require timer/timer-funcs.
4915
4916 * gnus-async.el: Ditto.
4917
4918 * password.el: Ditto.
4919
4920 * mm-url.el: Ditto.
4921
4922 * mm-util.el: Require timer/timer-funcs.
4923
4924 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4925
4926 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4927 Close.
4928
4929 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
4930
4931 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4932 unibyte after clear-decrypt function runs.
4933
4934 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4935 returns as a unibyte string.
4936
4937 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4938
4939 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4940 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4941 (mml1991-pgg-encrypt): Ditto.
4942
4943 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
4944
4945 * message.el (message-user-organization-file): Check several
4946 locations of the organization file.
4947
4948 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4949 Add gnus-article-view-part-as-type.
4950
4951 * gnus-art.el (gnus-article-view-part-as-type): New function.
4952
4953 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4954 .mobi and .travel. Remove .nato, .bitnet and .uucp.
4955
4956 * mml.el: Simplify autoload.
4957 (mml-mode): defvar dnd-protocol-alist instead of using
4958 symbol-value.
4959 (mml-default-directory): New variable.
4960 (mml-minibuffer-read-file): Use it.
4961 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4962
4963 * message.el (message-citation-line-format): New variable.
4964 (message-insert-formated-citation-line): New function.
4965 (message-citation-line-function): Add
4966 `message-insert-formated-citation-line' to custom type.
4967
4968 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4969 to doc string.
4970
4971 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4972 depending on mm-verify-option.
4973
4974 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
4975
4976 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4977 binding pgg-* variables; reimplement the section which prevents
4978 MIME header from being signed.
4979 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4980 pgg-text-mode; remove a blank line at the top of body.
4981
4982 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4983 lines at the top of body; use gnus-newsgroup-charset if there's no
4984 Charset header.
4985
4986 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
4987
4988 * message.el (message-self-insert-commands): Doc fix.
4989
4990 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4991 (mm-uu-pgp-encrypted-test): Ditto.
4992 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4993 between header and body; return application/pgp-encrypted handle
4994 if decryption failed; decode decrypted body by charset.
4995
4996 * mm-decode.el (mm-automatic-display): Don't make application/pgp
4997 element match to application/pgp-*.
4998
4999 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5000
5001 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
5002 HTML.
5003
5004 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5005
5006 * mail-source.el (mail-source-call-script): Message the error
5007 string.
5008
5009 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5010
5011 * gnus-util.el (gnus-byte-compile): Use it.
5012
5013 2006-04-22 xyblor <fake@invalid.email> (tiny change)
5014
5015 * gnus-util.el (kill-empty-logs): New function.
5016
5017 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5018
5019 * message.el (message-mail-alias-type): Doc fix.
5020 (message-mail-alias-type-p): New function.
5021 (message-send): Use it.
5022 (message-mode): Ditto.
5023 (message-strip-forbidden-properties): Ditto.
5024
5025 * ecomplete.el (ecomplete-database-file-coding-system): New
5026 variable.
5027 (ecomplete-save): Use it.
5028 (ecomplete-setup): Use it.
5029
5030 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
5031
5032 * message.el (message-self-insert-commands): New variable.
5033 (message-strip-forbidden-properties): Use it.
5034
5035 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5036
5037 * message.el (message-put-addresses-in-ecomplete): Use a regexp
5038 that doesn't make XEmacs choke.
5039
5040 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
5041
5042 * gnus-util.el (gnus-replace-in-string):
5043 Prefer replace-regexp-in-string over of replace-in-string.
5044
5045 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
5046
5047 * gnus-util.el (gnus-select-frame-set-input-focus):
5048 Use select-frame-set-input-focus if it is available in XEmacs; use
5049 definition defined in Emacs 22 for old Emacsen.
5050
5051 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
5052
5053 * mm-view.el (mm-inline-text): Use equal instead of equalp.
5054
5055 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
5056
5057 * gnus-registry.el (gnus-registry-cache-save): Remove text
5058 properties when saving via the temp buffer.
5059
5060 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
5061
5062 * message.el (message-generate-hashcash): Honor custom type.
5063
5064 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5065
5066 * message.el (message-generate-hashcash): Default to non-nil when
5067 hashcash is found.
5068
5069 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5070 (gnus-refer-thread-limit): Increase default to 500.
5071
5072 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
5073
5074 * flow-fill.el (fill-flowed): Allow delete-space.
5075
5076 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
5077
5078 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5079 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5080 Remove autoloads.
5081
5082 2006-04-18 Simon Josefsson <jas@extundo.com>
5083
5084 * message.el (message-generate-hashcash): Default to.
5085
5086 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
5087
5088 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5089 concatenating segments rather than before concatenating them.
5090
5091 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
5092
5093 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
5094
5095 * imap.el (imap-quote-specials): New function.
5096 (imap-login-auth): Quote specials.
5097
5098 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5099
5100 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
5101
5102 * message.el (message-forward-make-body-plain): Allow
5103 message-forward-ignored-headers to be a list.
5104 (message-remove-ignored-headers): Factor out into function.
5105 (message-forward-make-body-mml): Use it.
5106 * rfc2231.el (rfc2231-parse-string): Remove dead code.
5107 (rfc2231-parse-string): Allow concatanation of parameters that
5108 aren't contiguous. The test case is
5109 (mail-header-parse-content-type "message/external-body;
5110 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
5111 access-type=LOCAL-FILE;
5112 name*1*=plugh%2fhello-sailor%2fbing.pdf")
5113
5114 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
5115
5116 * nntp.el (nntp-accept-process-output): Return the value of
5117 `nnheader-accept-process-output'.
5118
5119 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5120
5121 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
5122 (gnus-button-alist): Recognize more diff formats.
5123 (gnus-button-patch): Strip directory.
5124
5125 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
5126
5127 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
5128 Emacs 22 when setting focus.
5129
5130 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5131
5132 * gnus-art.el (gnus-article-treat-types): Do treatment of
5133 text/x-verbatim parts.
5134 (gnus-button-patch): New command.
5135
5136 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5137 addresses that contain invalid characters.
5138
5139 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5140
5141 * message.el (message-put-addresses-in-ecomplete): Use
5142 gnus-replace-in-string.
5143 (message-is-yours-p): Use the more correct
5144 mail-header-parse-address instead of
5145 mail-extract-address-components.
5146 (message-put-addresses-in-ecomplete): Fix typo.
5147
5148 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5149 keystroke.
5150
5151 * gnus-art.el (gnus-treatment-function-alist): Change order of
5152 newsgroups/generic header folding to avoid double-folding.
5153
5154 * message.el (message-hidden-headers): Add X-Draft-From.
5155
5156 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5157 command.
5158 (gnus-summary-repeat-search-article-backward): New command.
5159
5160 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5161 groups in the parent topic.
5162
5163 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
5164
5165 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5166 (spam-extra-header-to-number): Return the CRM114 number as a
5167 number instead of a string.
5168
5169 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5170
5171 * gnus-art.el (gnus-face-properties-alist): Moved here from
5172 gnus-fun.
5173
5174 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5175
5176 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5177
5178 * message.el (message-strip-forbidden-properties): Only display on
5179 self-insert-command.
5180
5181 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5182 reindent.
5183 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5184
5185 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
5186
5187 * smiley.el (smiley-style): Fix typo.
5188
5189 2006-03-23 Kenichi Handa <handa@m17n.org>
5190
5191 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
5192 instead of set-buffer-multibyte.
5193
5194 2006-03-23 Kenichi Handa <handa@m17n.org>
5195
5196 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5197 buffer and then decode the buffer text if necessary.
5198 (rfc2231-encode-string): Be sure to work on multibyte buffer at
5199 first, and after mm-encode-body, change the buffer to unibyte.
5200
5201 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5202
5203 * hashcash.el (hashcash-insert-payment-async-2): Use
5204 message-goto-eoh instead of doing it manually.
5205 (mail-add-payment): Use message-narrow-to-header instead of trying
5206 to do the same itself.
5207
5208 * message.el (message-hidden-headers): Add Face.
5209
5210 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5211 reparenting code.
5212 (gnus-summary-reparent-children): Refactored out code.
5213 (gnus-summary-thread-map): New keystroke.
5214 (gnus-summary-reparent-children): Make into command.
5215
5216 * smiley.el (smiley-style): Default to `medium' if using a large
5217 font.
5218
5219 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5220 does it itself.
5221
5222 * message.el (message-point-in-header-p): Simplify definition.
5223
5224 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5225
5226 * nnagent.el (nnagent-request-set-mark): Silence log file
5227 writing.
5228 (nnagent-request-set-mark): Use write-region instead of
5229 append-to-file.
5230
5231 * gnus-sum.el (gnus-read-header): Fudge article number if using a
5232 strange select method.
5233
5234 * ecomplete.el (ecomplete-display-matches): Get highlightling
5235 right.
5236 (ecomplete-display-matches): Use literals.
5237 (ecomplete-display-matches): Disable message logging.
5238
5239 * message.el (message-display-abbrev): Small optimization.
5240
5241 * ecomplete.el (ecomplete-display-matches): Allow automatic
5242 display.
5243
5244 * message.el (message-strip-forbidden-properties): Display
5245 abbrevs.
5246 (message-display-abbrev): Get automatic display right.
5247
5248 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5249 keystrokes.
5250
5251 2006-04-13 Romain Francoise <romain@orebokech.com>
5252
5253 TODO: Backport to v5-10!
5254
5255 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5256 Moved here (and renamed) from gnus-registry.el.
5257
5258 * gnus-registry.el: Require gnus-util.
5259 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5260
5261 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5262
5263 * gnus-group.el (gnus-group-catchup-current): Change
5264 if-then-else-if-then-else into cond.
5265 (gnus-group-catchup): Indent.
5266 (group-name-at-point): New function.
5267 (gnus-fetch-group): Provide default from thing at point.
5268
5269 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5270
5271 * message.el (message-display-abbrev): Fix regexp.
5272
5273 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5274 choosing.
5275 (ecomplete-highlight-match-line): Fix up code rewrite, remove
5276 dead variables.
5277
5278 * message.el (message-newline-and-indent): Remove debugging.
5279 (message-display-abbrev): Use new implementation.
5280
5281 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
5282
5283 * gnus-art.el (gnus-article-mode): Set
5284 cursor-in-non-selected-windows to nil.
5285
5286 * smiley.el: Revert previous change.
5287 (smiley-data-directory): defvar it before using it in the
5288 defcustom of `smiley-style'.
5289
5290 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5291
5292 * message.el (message-newline-and-indent): New function.
5293
5294 * ecomplete.el: Implement more bits.
5295
5296 * message.el (message-put-addresses-in-ecomplete): Clean up the
5297 string.
5298
5299 * ecomplete.el (ecomplete-add-item): Chop off decimals.
5300
5301 * gnus-sum.el (gnus-summary-save-parts): Bind
5302 gnus-summary-save-parts-counter and use it to make unique file
5303 names.
5304
5305 * gnus-art.el (gnus-ignored-headers): Add some more headers.
5306
5307 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5308 parameter to say whether to actually parse the individual
5309 addresses.
5310
5311 * message.el (message-put-addresses-in-ecomplete): New function.
5312 (ecomplete): Require.
5313 (message-mail-alias-type): Add ecomplete as an option.
5314
5315 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
5316
5317 * flow-fill.el (fill-flowed): Remove trailing space from blank
5318 quoted lines.
5319
5320 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5321
5322 * smiley.el (smiley-style): Move definition later to avoid a
5323 compilation warning.
5324
5325 2006-04-12 Kenichi Handa <handa@m17n.org>
5326
5327 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5328 buffer and then decode the buffer text if necessary.
5329 (rfc2231-encode-string): Be sure to work on multibyte buffer at
5330 first, and after mm-encode-body, change the buffer to unibyte.
5331 Use mm-disable-multibyte instead of set-buffer-multibyte.
5332
5333 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
5334
5335 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5336 Content-Type header instead of Content-Disposition header.
5337 (gnus-mime-inline-part): Ditto.
5338 (gnus-mime-view-part-as-charset): Ignore charset that the part
5339 specifies.
5340
5341 * mm-decode.el (mm-display-part): Work with external parts and
5342 usual parts similarly.
5343
5344 * mm-extern.el (mm-inline-external-body): Use mm-display-part
5345 instead of gnus-display-mime.
5346
5347 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5348 instead of with-temp-buffer.
5349
5350 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5351 tag to summarized topics part in order to encode non-ASCII text.
5352
5353 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
5354
5355 * smiley.el (smiley-style): New variable.
5356 (smiley-directory): New function.
5357 (smiley-data-directory): Derive from `smiley-style' using
5358 `smiley-directory'.
5359 (smiley-regexp-alist): Add new entries.
5360
5361 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5362 (gnus-article-browse-delete-temp): Add :version.
5363
5364 2006-04-11 Arne Jørgensen <arne@arnested.dk>
5365
5366 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5367 the sieve region.
5368
5369 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5370
5371 * gnus.el (gnus-version-number): Bump version.
5372
5373 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
5374
5375 * gnus.el: No Gnus v0.4 is released.
5376
5377 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5378
5379 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5380 layout.
5381
5382 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5383 unknown charset.
5384
5385 * message.el (message-header-synonyms): Add Original-To to the
5386 default.
5387
5388 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5389 optional parameter.
5390
5391 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5392
5393 * gnus-fun.el (gnus): Require it for gnus-directory.
5394
5395 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5396
5397 * gnus-fun.el (gnus-face-properties-alist): Add :version.
5398
5399 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5400
5401 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5402
5403 2006-04-05 Simon Josefsson <jas@extundo.com>
5404
5405 * password.el (password-reset): New function.
5406
5407 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5408
5409 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5410 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5411
5412 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5413
5414 * nnweb.el (nnweb-google-create-mapping): Update regexp.
5415 Some whitespace was matched into the url, which broke browsing hits
5416 > 100 when mm-url-use-external was nil.
5417
5418 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
5419
5420 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5421 gnus-extra-headers for 'Newsgroups.
5422
5423 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5424 bound.
5425
5426 2006-04-04 Daiki Ueno <ueno@unixuser.org>
5427
5428 * pgg-gpg.el: Clean up process buffers every time gpg processes
5429 complete.
5430
5431 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
5432
5433 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5434 doc string.
5435
5436 2006-04-03 Daiki Ueno <ueno@unixuser.org>
5437
5438 * pgg-gpg.el (pgg-gpg-process-filter)
5439 (pgg-gpg-wait-for-completion): Check if buffer is alive.
5440
5441 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5442 lines, temporary fix.
5443
5444 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
5445
5446 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5447
5448 2006-03-29 Daiki Ueno <ueno@unixuser.org>
5449
5450 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5451 default-enable-multibyte-characters. This reverts the change from
5452 revision 6.17 which is no longer necessary because the passphrase
5453 is sent separately now. GnuPG messages are unreadable under
5454 multibyte locales with default-enable-multibyte-characters set to
5455 nil.
5456
5457 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
5458
5459 * message.el (message-tool-bar-gnome): Move "spell".
5460
5461 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
5462
5463 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5464 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
5465 instead.
5466
5467 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
5468
5469 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5470 newsgroups handling for NNTP overviews which don't include
5471 Newsgroups.
5472
5473 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5474
5475 * message.el (message-resend): Bind message-generate-hashcash to nil.
5476
5477 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5478
5479 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5480 when searching for already-paid recipients.
5481
5482 2006-03-27 Daiki Ueno <ueno@unixuser.org>
5483
5484 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5485 passphrases when it is not needed.
5486 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5487 passphrase stuff from gpg, should only be necessary when you use
5488 gpg with a smartcard.
5489
5490 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
5491
5492 * mml.el (mml-insert-mime): Ignore cached contents of
5493 message/external-body part.
5494
5495 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5496 (mm-insert-part): Ditto.
5497
5498 2006-03-23 Simon Josefsson <jas@extundo.com>
5499
5500 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5501 Reiner.
5502 (pgg-gpg-use-agent-p): Use it again.
5503
5504 2006-03-23 Simon Josefsson <jas@extundo.com>
5505
5506 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5507 older emacsen.
5508 (pgg-gpg-use-agent-p): Don't use it.
5509
5510 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
5511
5512 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5513 if we can.
5514
5515 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
5516
5517 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5518 (pgg-gpg-update-agent): New function.
5519 (pgg-gpg-use-agent-p): New function.
5520 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5521 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5522 (pgg-gpg-sign-region): Use it.
5523
5524 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
5525
5526 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5527 Reported by Ralf Wachinger <rwachinger@gmx.de>.
5528
5529 2006-03-21 Simon Josefsson <jas@extundo.com>
5530
5531 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5532 <wilde@sha-bang.de>.
5533 (pgg-gpg-use-agent): New variable.
5534 (pgg-gpg-process-region): Use it.
5535 (pgg-gpg-encrypt-region): Likewise.
5536 (pgg-gpg-encrypt-symmetric-region): Likewise.
5537 (pgg-gpg-decrypt-region): Likewise.
5538 (pgg-gpg-sign-region): Likewise.
5539 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5540
5541 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5542
5543 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5544
5545 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5546 Add comment on version.
5547
5548 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5549
5550 * smiley.el: Add missing test smiley.
5551
5552 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
5553
5554 * mm-decode.el (mm-with-part): New macro.
5555 (mm-get-part): Use it; work with message/external-body as well.
5556 (mm-save-part): Treat name and filename equally.
5557
5558 * mm-extern.el (mm-extern-cache-contents): New function.
5559 (mm-inline-external-body): Use it; force the part to be displayed;
5560 move undisplayer added to the cached handle to the parent.
5561
5562 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5563 (gnus-mime-view-part-as-type): Work with message/external-body.
5564
5565 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5566
5567 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5568
5569 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5570 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
5571 Emacs.]
5572
5573 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
5574
5575 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5576 path rather than symbol. Always return list of directories.
5577 Guarantee that image directory comes first. [Sync with image.el,
5578 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
5579
5580 * message.el (message-make-tool-bar): Adjust to new API of
5581 `gmm-image-load-path-for-library'.
5582
5583 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5584
5585 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5586
5587 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5588
5589 * gnus-art.el (gnus-article-only-boring-p):
5590 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5591 intangible text.
5592 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5593
5594 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
5595
5596 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
5597 `defun' instead of `gmm-defun-compat'.
5598
5599 2006-03-14 Simon Josefsson <jas@extundo.com>
5600
5601 * message.el (message-unique-id): Don't use message-number-base36
5602 if (user-uid) is a float.
5603 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5604
5605 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5606
5607 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5608
5609 * gnus-art.el (gnus-mime-display-single): Make sure there is an
5610 empty line between a part and a message part.
5611
5612 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5613
5614 * smiley.el: Add more test smileys.
5615 (smiley-data-directory, smiley-regexp-alist)
5616 (gnus-smiley-file-types): Fix doc strings.
5617 (smiley-update-cache): Clear smiley-cached-regexp-alist before
5618 adding new elements.
5619 (smiley-mouse-map): Unused code. Make it a comment.
5620
5621 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
5622
5623 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5624 scan latest NoCeM messages instead of old ones.
5625 (gnus-nocem-check-article): Fix regexps so as to match to PGP
5626 delimiters that are recently used.
5627 (gnus-nocem-load-cache): Add autoload cookie.
5628
5629 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5630
5631 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5632 level which is larger than gnus-use-nocem is specified.
5633
5634 * gnus-group.el (gnus-group-get-new-news): Ditto.
5635
5636 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
5637
5638 * gnus-util.el (gnus-tool-bar-update): New function.
5639
5640 * gnus-group.el (gnus-group-update-tool-bar): New variable.
5641 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5642
5643 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5644
5645 * gnus-group.el (gnus-group-redraw-when-idle)
5646 (gnus-group-redraw-check): Remove.
5647 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5648
5649 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
5650
5651 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5652 if optional last element is specified in splits (FIELD VALUE...).
5653
5654 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
5655
5656 * message.el (message-make-tool-bar): Rename gmm-image-load-path
5657 to gmm-image-load-path-for-library. Call with no-error argument.
5658 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5659
5660 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5661
5662 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5663
5664 * gmm-utils.el (gmm-image-load-path): Remove alias.
5665
5666 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
5667
5668 * gmm-utils.el (gmm-image-load-path): Add alias.
5669
5670 * nnml.el (nnml-generate-nov-databases-directory): Rename from
5671 nnml-generate-nov-databases-1.
5672 (nnml-generate-nov-databases): Use it.
5673 (nnml-generate-nov-databases-directory): Document no-active
5674 argument.
5675
5676 * gmm-utils.el (gmm-image-load-path-for-library): Return single
5677 directory if path is t. Add no-error.
5678
5679 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5680 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5681
5682 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5683 resetting gnus-article-browse-html-temp-list.
5684
5685 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5686 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
5687 Add example to docstring. Rename local variables. Move error
5688 checks to default case in cond and simplify.
5689
5690 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
5691
5692 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5693 handle is multipart when calling it recursively.
5694 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5695
5696 2006-03-03 Daniel Pittman <daniel@rimspace.net>
5697
5698 * nnimap.el (nnimap-request-update-info-internal): Optimize.
5699 Don't `gnus-uncompress-range' to avoid excessive memory usage.
5700
5701 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5702
5703 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5704 is loaded.
5705
5706 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5707 loaded.
5708
5709 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
5710
5711 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5712 to "Emacs 23 (unicode)" in doc string.
5713
5714 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5715 "Emacs 23 (unicode)" in comment.
5716
5717 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5718
5719 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5720
5721 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5722 characters 160 through 255 in Emacs 23.
5723
5724 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5725
5726 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5727 gnus-article-browse-html-temp.
5728 (gnus-article-browse-delete-temp): Make it customizable. Add
5729 `file'. Adjust doc string.
5730 (gnus-article-browse-delete-temp-files): Add argument. Allow
5731 query for each file. Adjust doc string.
5732 (gnus-article-browse-html-parts): Add
5733 `gnus-article-browse-delete-temp-files' to
5734 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5735
5736 2006-03-02 Hynek Schlawack <hynek@ularx.de>
5737
5738 * gnus-art.el (gnus-article-browse-html-temp)
5739 (gnus-article-browse-delete-temp): New variables.
5740 (gnus-article-browse-delete-temp-files): New function.
5741 (gnus-article-browse-html-parts): Use it.
5742
5743 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5744
5745 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5746
5747 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5748 string.
5749
5750 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5751 gnus-summary-insert-new-articles when unplugged. Remove
5752 gnus-summary-search-article-forward.
5753
5754 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5755 display-visual-class instead of display-color-cells.
5756
5757 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
5758
5759 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5760 message/* containing non-ASCII text properly.
5761
5762 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
5763
5764 * message.el: Require gmm-utils, remove autoloads.
5765 (message-tool-bar): Set default based on
5766 gmm-tool-bar-style.
5767 (message-tool-bar-gnome): Add gmm-customize-mode.
5768
5769 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5770 gmm-tool-bar-style.
5771 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5772
5773 * gnus-group.el (gnus-group-tool-bar): Set default based on
5774 gmm-tool-bar-style.
5775 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5776
5777 * gmm-utils.el (gmm-image-directory): Rename variable from
5778 gmm-image-load-path.
5779 (gmm-image-load-path): Use gmm-image-directory.
5780 (gmm-customize-mode): New function.
5781 (gmm-tool-bar-style): New variable.
5782
5783 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5784 gnus-group-redraw-line-number.
5785 (gnus-group-redraw-check): Simplify.
5786 (gnus-group-tool-bar-update): Remove redraw check.
5787 (gnus-group-make-tool-bar): Add redraw check.
5788
5789 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
5790
5791 * gnus-art.el (gnus-button): Add missing parentheses.
5792
5793 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5794
5795 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5796
5797 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5798
5799 * gnus-art.el (gnus-button): New face.
5800 (gnus-article-button-face): Use it.
5801
5802 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5803 gnus-summary-next-page. Re-order.
5804
5805 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5806 next-node are now included.
5807 (gnus-group-redraw-line-number): New internal variable.
5808 (gnus-group-redraw-check): Helper function for updating the tool
5809 bar.
5810 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5811
5812 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5813
5814 * spam.el (spam-spamassassin-score-regexp): New internal variable.
5815 (spam-extra-header-to-number, spam-check-spamassassin-headers):
5816 Use it to match format of Spamassassin 3.0 and later. Reported by
5817 IRIE Tetsuya <irie@t.email.ne.jp>.
5818 (spam-check-bogofilter)
5819 (spam-bogofilter-register-with-bogofilter): Fix args of
5820 `gnus-error' calls.
5821
5822 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5823
5824 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5825 unnecessary interaction when sending queued mails. Reported by
5826 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5827
5828 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5829
5830 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5831 first or last are nil.
5832
5833 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5834
5835 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5836
5837 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5838
5839 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5840
5841 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5842
5843 * dns.el (query-dns): Protect more against buggy tcp output.
5844
5845 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
5846
5847 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5848 nov.php.
5849
5850 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5851
5852 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5853 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5854 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
5855 output on the server side.
5856 (nnweb-google-create-mapping): Update regexps and add some
5857 progress indication.
5858
5859 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
5860
5861 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5862 gnus-agent-toggle-plugged. Re-order icons.
5863 (gnus-group-tool-bar-gnome): Add
5864 gnus-group-{prev,next}-unread-group.
5865 (gnus-group-tool-bar-gnome): Re-order icons.
5866
5867 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5868 gnus-summary-insert-new-articles.
5869
5870 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5871 comments.
5872
5873 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
5874 also available in Emacs 21.3.
5875
5876 * message.el (message-fix-before-sending): Change "Emacs 22" to
5877 "Emacs 23 (unicode)" in comment.
5878
5879 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5880 "Emacs 23 (unicode)" in comment.
5881
5882 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5883 comment.
5884 (mm-coding-system-p): Add comment about no-MULE XEmacs.
5885
5886 * mm-view.el (mm-fill-flowed): Add :version.
5887
5888 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5889
5890 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5891 and load-path.
5892
5893 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
5894
5895 * message.el: Autoload gmm-image-load-path.
5896 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5897 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
5898 consitency.
5899
5900 * gmm-utils.el (gmm-image-load-path): Also search in
5901 "../etc/images". Don't set gmm-image-load-path if we don't find
5902 the image.
5903
5904 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
5905
5906 * gmm-utils.el (gmm-image-load-path): Don't make
5907 `gmm-image-load-path' include subdirectories which the second arg
5908 `image' might specify.
5909
5910 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5911 subdirectory to icon file names.
5912
5913 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5914
5915 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
5916
5917 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5918 gmm-image-load-path calls.
5919
5920 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5921
5922 * message.el (message-make-tool-bar): Ditto.
5923
5924 * mml.el (mml-preview): Added comment concerning tool bar icons.
5925
5926 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5927 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5928
5929 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5930 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5931
5932 * message.el (message-tool-bar-gnome): Use new icon names.
5933 (message-make-tool-bar): Use `gmm-image-load-path'.
5934
5935 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5936 functions from MH-E.
5937 (gmm-image-load-path): New variable from MH-E.
5938 (gmm-image-load-path): New function from MH-E. Added arguments
5939 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
5940 *-image-load-path-called-flag.
5941
5942 2006-02-21 Milan Zamazal <pdm@brailcom.org>
5943
5944 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5945
5946 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
5947
5948 * nnimap.el (nnimap-request-move-article): Change folder back to
5949 source group before deleting.
5950
5951 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
5952
5953 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5954
5955 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5956 mm-url.
5957
5958 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5959
5960 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
5961
5962 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5963 coding system which mm-charset-to-coding-system returns for a
5964 given charset is valid.
5965
5966 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5967
5968 * html2text.el (html2text-remove-tag-list):
5969 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5970
5971 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5972
5973 * gnus-cus.el: Revert 2005-10-17 change.
5974
5975 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5976
5977 * gnus-art.el (article-strip-banner): Call
5978 article-really-strip-banner only when the regexp match is made.
5979
5980 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
5981
5982 * gnus-art.el (article-strip-banner): Use
5983 gnus-extract-address-components instead of
5984 mail-header-parse-addresses to make it work with non-ASCII text;
5985 remove mail-encode-encoded-word-string.
5986
5987 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5988 values which are surrounded with \"...\"; make it never cause a
5989 Lisp error; give up parsing of parameters if it failed in
5990 extracting type.
5991
5992 2006-02-14 Arne Jørgensen <arne@arnested.dk>
5993
5994 * smime.el (smime-cert-by-ldap-1): Fix bug where
5995 `smime-ldap-search' returns results without userCertificates.
5996
5997 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
5998
5999 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
6000
6001 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
6002
6003 * spam.el (spam-check-spamassassin-headers): Adapt format for
6004 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
6005 <ari@mbf.ocn.ne.jp>.
6006 (spam-list-of-processors): Add spam-use-gmane.
6007
6008 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
6009
6010 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
6011 make-temp-file; make it work with XEmacs as well.
6012
6013 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
6014 mm-make-temp-file.
6015
6016 * mm-decode.el (mm-display-external): Use the 3rd arg of
6017 mm-make-temp-file.
6018 (mm-create-image-xemacs): Ditto.
6019
6020 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
6021
6022 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
6023 with message-narrow-to-headers.
6024 (gnus-draft-setup): Narrow to header to run message-fetch-field.
6025 (gnus-draft-check-draft-articles): New function.
6026 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
6027
6028 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
6029
6030 * gnus-art.el (gnus-article-browse-html-parts):
6031 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
6032 Don't use suffix argument for mm-make-temp-file for Emacs 21
6033 compatibility. Remove useless `format'.
6034
6035 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
6036
6037 * nnweb.el (nnweb-google-wash-article): Update regexps.
6038 (nnweb-group-alist): Use defvoo instead of defvar.
6039
6040 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
6041
6042 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
6043 re-loading nn* modules.
6044
6045 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
6046
6047 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
6048 for `tool-bar-mode' and don't check it's default-value.
6049
6050 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6051
6052 * message.el (message-make-tool-bar): Ditto.
6053
6054 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
6055 `substring'. Shorten tmp-file name.
6056
6057 * gnus.el: Remove bogus comment.
6058
6059 2006-02-10 Hynek Schlawack <hynek@ularx.de>
6060
6061 * gnus-art.el (gnus-article-browse-html-parts): New function.
6062 (gnus-article-browse-html-article): New function for viewing html
6063 articles with a browser.
6064
6065 2006-02-09 Daiki Ueno <ueno@unixuser.org>
6066
6067 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6068 (mml2015-pgg-encrypt): Ditto.
6069
6070 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6071 (mml1991-pgg-encrypt): Ditto.
6072
6073 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
6074
6075 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6076 message-make-date instead of current-time-string.
6077
6078 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6079 to gnus-decoded which mm-uu might set.
6080
6081 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
6082
6083 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6084 don't decode quoted parameters; remove misimported Emacs code.
6085 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6086 (rfc2231-decode-encoded-string): Don't use split-string which
6087 behaves differently according to Emacs version; use
6088 mm-decode-coding-region to convert charset to coding-system.
6089 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6090 (rfc2231-encode-string): Remove misimported Emacs code.
6091
6092 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
6093
6094 * gnus-art.el (article-decode-charset): Don't use ignore-errors
6095 when calling mail-header-parse-content-type.
6096 (article-de-quoted-unreadable): Ditto.
6097 (article-de-base64-unreadable): Ditto.
6098 (article-wash-html): Ditto.
6099
6100 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6101 calling mail-header-parse-content-type and
6102 mail-header-parse-content-disposition.
6103 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6104 mail-header-parse-content-type.
6105
6106 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6107 insert charset and format parameters; encode description after
6108 inserting it to buffer.
6109 (mml-insert-parameter): Fold lines properly even if a parameter is
6110 segmented into two or more lines; change the max column to 76.
6111
6112 * rfc1843.el (rfc1843-decode-article-body): Don't use
6113 ignore-errors when calling mail-header-parse-content-type.
6114
6115 * rfc2231.el (rfc2231-parse-string): Return at least type if
6116 possible; don't cause an error even if it fails in parsing of
6117 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6118 (rfc2231-encode-string): Don't break lines at the beginning, leave
6119 it to mml-insert-parameter.
6120
6121 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
6122 calling mail-header-parse-content-type.
6123
6124 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
6125
6126 * spam-report.el (spam-report-gmane-use-article-number):
6127 Improve doc string.
6128 (spam-report-gmane-internal): Check if a suitable header was found
6129 in the article.
6130
6131 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
6132
6133 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
6134 (rfc2231-encode-string): Make param*=value always begin with LWSP.
6135
6136 2006-02-05 Romain Francoise <romain@orebokech.com>
6137
6138 Update copyright notices of all files in the gnus directory.
6139
6140 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
6141
6142 * nnweb.el (nnweb-request-group): Avoid growing overview files.
6143
6144 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
6145
6146 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6147 segmented lines of parameter value to cope with Thunderbird 1.5
6148 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6149 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6150 (rfc2231-encode-string): Don't make lines exceeding 76 column.
6151
6152 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
6153
6154 * mml.el (mml-generate-mime-1): Correct the order of inline signed
6155 parts.
6156
6157 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
6158
6159 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6160 there's only one active file for all servers.
6161 (nnweb-request-scan): Make sure nnweb-articles is initialized on
6162 solid groups. Gnus might have used a FAST request to select the group.
6163 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6164 and nnweb-search redundantly in the active file.
6165 (nnweb-request-list): Don't list bogus groups. There can only be one.
6166 (nnweb-request-create-group): Don't use ARGS.
6167 (nnweb-possibly-change-server, nnweb-request-group): Remove some
6168 initialisations. Let nnoo do the work.
6169
6170 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
6171
6172 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6173 Say the part has been decoded.
6174
6175 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
6176
6177 2006-01-31 Kevin Ryde <user42@zip.com.au>
6178
6179 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6180 mailcap-viewer-test-cache when there's no 'test clause, since that
6181 will invert the meaning of a "nil" test previously determined by
6182 mailcap-mailcap-entry-passes-test.
6183
6184 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
6185
6186 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6187 compiling.
6188
6189 * gnus-sum.el: Ditto.
6190
6191 * message.el: Don't bind tool-bar-map when compiling.
6192
6193 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
6194
6195 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6196
6197 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
6198
6199 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6200 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6201 current Google Groups.
6202
6203 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
6204
6205 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6206 and tool-bar-mode.
6207
6208 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6209 and tool-bar-mode.
6210
6211 * message.el (message-tool-bar-update): Simplify.
6212 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6213
6214 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6215 gnus-summary-buffer.
6216 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6217 gnus-summary-reply.
6218
6219 * gmm-utils.el (gmm): Add :version.
6220
6221 2006-01-26 Steve Youngs <steve@sxemacs.org>
6222
6223 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6224 autoload.
6225
6226 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
6227
6228 * gmm-utils.el (gmm-verbose): Add :group.
6229
6230 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
6231
6232 * message.el: Change some comments WRT tool-bars.
6233
6234 * gnus-sum.el (gnus-summary-tool-bar)
6235 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6236 (gnus-summary-tool-bar-zap-list): New variables.
6237 (gnus-summary-make-tool-bar): Complete rewrite using
6238 `gmm-tool-bar-from-list'.
6239
6240 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6241 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6242 variables.
6243 (gnus-group-make-tool-bar): Complete rewrite using
6244 `gmm-tool-bar-from-list'.
6245 (gnus-group-tool-bar-update): New function.
6246
6247 * message.el (message-mode-field-menu): Add "Show hidden Headers".
6248
6249 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
6250
6251 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6252 is dissected into a single part of which the type is the same as
6253 the given one; decode charset.
6254
6255 2006-01-21 Kevin Ryde <user42@zip.com.au>
6256
6257 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6258 into alists as symbol not string, since that's what
6259 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6260 look for.
6261
6262 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
6263
6264 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6265 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6266
6267 * message.el (message-tool-bar-gnome): Use gmm-ignore.
6268
6269 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
6270
6271 * gnus-art.el (gnus-mime-security-button-commands): New variable.
6272 (gnus-mime-security-button-menu): New definition.
6273 (gnus-mime-security-button-map): Use them.
6274 (gnus-mime-security-button-menu): New function.
6275 (gnus-insert-mime-security-button): Addition to help echo.
6276 (gnus-mime-security-run-function, gnus-mime-security-save-part)
6277 (gnus-mime-security-pipe-part): New functions.
6278
6279 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6280 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6281
6282 * mm-decode.el (mm-handle-set-disposition): Remove.
6283 (mm-handle-set-description): Remove.
6284
6285 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
6286
6287 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6288 (mm-w3m-standalone-supports-m17n-p): New function.
6289 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6290 w3m usage.
6291
6292 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6293 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6294
6295 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
6296
6297 * message.el (message-tool-bar-zap-list): Use
6298 gmm-tool-bar-zap-list as custom type.
6299 (message-tool-bar-update): New function.
6300 (message-tool-bar, message-tool-bar-gnome)
6301 (message-tool-bar-retro): Add message-tool-bar-update.
6302 (message-tool-bar-gnome): Add flyspell-buffer.
6303
6304 * gnus-util.el (gnus-error): Describe `args'.
6305
6306 * gmm-utils.el (gmm-error): Describe `args'.
6307 (gmm-tool-bar-zap-list): New widget.
6308 (gmm-tool-bar-from-list): Improve description of `zap-list'.
6309
6310 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
6311
6312 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6313 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6314 the number of recursive calls.
6315
6316 * mm-decode.el (mm-handle-set-disposition): New macro.
6317 (mm-handle-set-description): New macro.
6318
6319 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
6320
6321 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6322 encoding.
6323
6324 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
6325
6326 * message.el (message-tool-bar-zap-list, message-tool-bar)
6327 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6328 (message-tool-bar-local-item-from-menu): Remove.
6329 (message-tool-bar-map): Replace by `message-make-tool-bar'.
6330 (message-make-tool-bar): New function.
6331 (message-mode): Use `message-make-tool-bar'.
6332
6333 * gmm-utils.el: New file.
6334 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6335 (gmm-lazy): New widget copied from `nnmail.el'.
6336 (gmm-tool-bar-from-list): New function for creating customizable
6337 tool bars.
6338 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
6339 output.
6340 (gmm): Add :prefix to defgroup.
6341
6342 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
6343
6344 * gmm-utils.el (gmm-widget-p): New function.
6345
6346 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
6347
6348 * mml.el (mml-attach-file): Describe `description' in doc string.
6349 (mml-menu): Add Emacs MIME manual and PGG manual.
6350
6351 2006-01-20 Richard M. Stallman <rms@gnu.org>
6352
6353 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6354
6355 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
6356
6357 * nntp.el (nntp-end-of-line): Doc fix.
6358
6359 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
6360
6361 * imap.el (imap-open): Handle case where buffer is a buffer
6362 object.
6363
6364 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6365
6366 * gnus-delay.el (gnus-delay): Don't autoload.
6367 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6368 to be re-loaded when customizing the `gnus-delay' group.
6369
6370 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
6371
6372 * message.el (message-insert-citation-line): Use newlines.
6373
6374 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6375
6376 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6377
6378 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6379
6380 2006-01-19 Mark D. Baushke <mdb@gnu.org>
6381
6382 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6383
6384 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
6385
6386 * mm-decode.el (mm-inlined-types): Add application/pgp.
6387 (mm-automatic-display): Ditto.
6388
6389 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6390 part as text.
6391
6392 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6393
6394 * nnrss.el: Update copyright.
6395 (nnrss-opml-import): Query whether to subscribe to each entry.
6396
6397 * gnus-art.el:
6398 * gnus-sum.el:
6399 * mm-uu.el:
6400 * mm-view.el: Update copyright.
6401
6402 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
6403
6404 * message.el (message-info): New function.
6405 (message-mode-menu): Add it.
6406 Update copyright.
6407
6408 * ChangeLog: Fix and update copyright.
6409
6410 2006-01-13 Romain Francoise <romain@orebokech.com>
6411
6412 * message.el (message-forward-subject-name-subject): Prefer the
6413 address to 'nowhere' if the sender has no name.
6414 Fix typo. Update copyright year.
6415
6416 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
6417
6418 * gnus-art.el (article-wash-html): Use
6419 gnus-summary-show-article-charset-alist if a numeric arg is given.
6420 (gnus-article-wash-html-with-w3m-standalone): New function.
6421
6422 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6423 mm-inline-text-html-render-with-w3m-standalone.
6424 (mm-text-html-washer-alist): Map w3m-standalone to
6425 gnus-article-wash-html-with-w3m-standalone.
6426 (mm-inline-text-html-render-with-w3m-standalone): New function.
6427
6428 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6429
6430 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6431 Improve LaTeX.
6432
6433 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6434
6435 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6436 (nnrss-request-article): Render text/plain parts as HTML.
6437
6438 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6439 the buffer.
6440
6441 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
6442
6443 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6444 custom definition of `gnus-posting-styles'.
6445
6446 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6447 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6448
6449 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
6450
6451 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6452 Use nntp for bug archive.
6453
6454 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
6455
6456 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6457 parts.
6458 (nnrss-normalize-date): New function converts ISO 8601 date into
6459 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6460 (nnrss-check-group): Use it.
6461
6462 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
6463
6464 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6465
6466 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6467 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6468 (nnrss-insert-w3): Ditto.
6469
6470 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6471
6472 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6473 the articles to be forwarded including the case where neither a
6474 number of articles nor a region is specified.
6475
6476 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
6477
6478 * nnrss.el (nnrss-request-article): Fix last change; fill
6479 text/plain parts.
6480
6481 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
6482
6483 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6484 in text/plain part.
6485 (nnrss-check-group): Don't add excessive newline to dc:subject.
6486
6487 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
6488
6489 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6490 article.
6491
6492 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
6493
6494 * nnml.el: Don't require gnus-bcklg. Autoload it.
6495 (nnml-use-compressed-files, nnml-save-mail): Support other
6496 comression programs such as bzip2.
6497
6498 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6499
6500 * dns.el (query-dns): Make sure we check the buffer size before
6501 removing tcp headers.
6502
6503 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
6504
6505 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6506 remove MIME buttons associated with multipart/alternative parts.
6507 (gnus-mime-display-alternative): Tag buttons using `article-type'
6508 text property.
6509
6510 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6511 associated with multipart/alternative parts.
6512
6513 * gnus-art.el (gnus-signature-separator): Fix custom type.
6514
6515 * mm-decode.el (mm-inlined-types): Fix custom type.
6516 (mm-keep-viewer-alive-types): Ditto.
6517 (mm-automatic-display): Ditto.
6518 (mm-attachment-override-types): Ditto.
6519 (mm-inline-override-types): Ditto.
6520 (mm-automatic-external-display): Ditto.
6521
6522 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
6523
6524 * spam-report.el (spam-report-user-mail-address)
6525 (spam-report-user-agent): New variables.
6526 (spam-report-url-ping-plain): Use spam-report-user-agent.
6527
6528 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
6529
6530 * gnus-art.el (gnus-button-handle-custom): Do not just use
6531 `customize-apropos' for any "M-x customize-*" button but the
6532 function called for. Accept both the function name and its
6533 argument in order to achieve this.
6534 (gnus-button-alist): Remove support for "custom:" URL's. Pass
6535 function name to `gnus-button-handle-custom' in case of "M-x
6536 customize-*" buttons.
6537
6538 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6539
6540 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6541 multipart/alternative and add xref to mm-discouraged-alternatives
6542 in doc string.
6543
6544 * mm-decode.el (mm-discouraged-alternatives): Add xref to
6545 gnus-buttonized-mime-types in doc string.
6546
6547 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
6548
6549 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6550 Suggest image/.* in the doc string.
6551
6552 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6553
6554 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6555 message-marks (Debian bug #342521).
6556
6557 2005-12-12 Simon Josefsson <jas@extundo.com>
6558
6559 * password.el (password-read-from-cache): Add.
6560 (password-read): Use it.
6561
6562 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6563
6564 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6565 us-ascii as a MIME charset.
6566
6567 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6568 against the case where the 2nd arg TYPE is nil.
6569
6570 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6571
6572 * pop3.el (pop3-stream-type): Fix custom version.
6573
6574 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6575
6576 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6577
6578 * mm-decode.el (mm-display-external): Add missing cdr.
6579
6580 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6581
6582 * mm-decode.el (mm-display-external): Use nametemplate (defined in
6583 RFC1524) if it is in mailcap or add a suffix according to
6584 mailcap-mime-extensions when generating a temp filename; postpone
6585 deleting a temp file for 2 seconds for some wrappers, shell
6586 scripts, and so on, which might exit right after having started a
6587 viewer command as a background job.
6588
6589 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6590
6591 * nntp.el (nntp-marks-directory): Fix custom group.
6592
6593 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6594 steps when < 10.
6595
6596 * gnus-start.el (gnus-no-server-1): Mention
6597 `gnus-level-default-subscribed' in doc string.
6598
6599 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6600
6601 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6602 parens.
6603
6604 2005-11-26 Dave Love <fx@gnu.org>
6605
6606 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6607 (tls-program, tls-success): Provide openssl alternative.
6608
6609 * starttls.el: Doc fixes.
6610 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6611 SERVICE to PORT.
6612
6613 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
6614 port null or service name.
6615 (starttls-negotiate): Autoload.
6616
6617 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6618
6619 * message.el (message-kill-to-signature): Fix interactive spec.
6620
6621 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6622
6623 * pop3.el (pop3-open-server): Recognize a string as a service name.
6624
6625 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
6626
6627 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6628
6629 2005-11-23 Dave Love <fx@gnu.org>
6630
6631 Add pop3s, pop3/starttls.
6632
6633 * pop3.el (pop3-authentication-scheme): Clarify doc.
6634 (open-tls-stream, starttls-open-stream): Autoload.
6635 (pop3-stream-type): New.
6636 (pop3-open-server): Use it.
6637
6638 * mail-source.el (mail-sources): Fix some :types. Add stream type
6639 for POP.
6640 (mail-source-keyword-map): Add :stream for POP.
6641 (mail-source-fetch-pop): Use pop3-stream-type.
6642
6643 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
6644
6645 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6646 of current-time-string.
6647
6648 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
6649
6650 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6651 date header.
6652
6653 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6654
6655 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6656 it can seriously impact performance as it bypasses the agent's
6657 local caches.
6658
6659 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6660
6661 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6662 must be explicitly online rather than "not explicitly offline" for
6663 its flags to be synchronized.
6664
6665 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6666 that gnus-uu-unmark-thread will function correctly.
6667
6668 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6669 1024K is instead displayed as 1M.
6670
6671 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6672
6673 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6674
6675 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
6676
6677 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6678
6679 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
6680
6681 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6682 error message to display actual error condition.
6683 (gnus-agent-save-local): Avoid saving symbols that are bound to
6684 nil as they simply result in a warning message in
6685 gnus-agent-read-local.
6686
6687 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6688
6689 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6690 rather than make-variable-buffer-local for file-precious-flag.
6691
6692 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6693
6694 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6695 for duplicates which are removed. The invalid sort check then
6696 triggers a rescan after the sort as sorting may have moved
6697 duplicate entries such that they can be cheaply detected.
6698
6699 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6700
6701 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6702
6703 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6704
6705 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6706 internal variable to a custom variable. Changed default value
6707 from compressed(2) to uncompressed(1).
6708 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6709 support for uncompressed agentview files. Taken together, reading
6710 the agentview file should now be 6-7 times faster.
6711
6712 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
6713
6714 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6715 as a buffer-local variable. This avoids creating truncated
6716 dribble files as a result of a hang up, eg.
6717
6718 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6719
6720 * gnus-start.el (gnus-start-draft-setup): Enforce
6721 `gnus-draft-mode' for nndraft:drafts at startup.
6722
6723 * gnus.el (gnus-splash): Change custom group.
6724 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6725 allow-list argument.
6726
6727 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6728 string.
6729
6730 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6731
6732 * gnus-art.el (gnus-default-article-saver): Add user-defined
6733 `function' to custom type.
6734
6735 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6736
6737 * imap.el (imap-open): Handle case where buffer is a buffer
6738 object.
6739
6740 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6741
6742 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6743 long lines.
6744 (gnus-cache-delete-group): Wrap doc strings.
6745
6746 * gnus-agent.el (gnus-agent-rename-group)
6747 (gnus-agent-delete-group): Wrap doc strings.
6748
6749 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6750
6751 * gnus-start.el (gnus-1): Add "native" to
6752 gnus-predefined-server-alist.
6753
6754 * gnus.el (gnus-method-to-server): Don't add "native" to the
6755 lists here, because that leads to problems when
6756 gnus-select-method is bound.
6757
6758 2005-11-09 Simon Josefsson <jas@extundo.com>
6759
6760 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6761 use (not sort-by-date) instead.
6762
6763 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6764
6765 * gnus-delay.el (gnus-delay-group): Don't autoload.
6766 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6767 to be re-loaded when customizing the `gnus-delay' group.
6768
6769 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
6770
6771 * message.el: Revert last changes.
6772 (message-insert-citation-line): Use newlines.
6773
6774 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6775
6776 * message.el (message-courtesy-message)
6777 (message-mark-insert-begin, message-mark-insert-end)
6778 (message-elide-ellipsis, message-cancel-message)
6779 (message-add-header, message-change-subject)
6780 (message-cross-post-followup-to-header)
6781 (message-cross-post-insert-note, message-reduce-to-to-cc)
6782 (message-widen-reply, message-delete-not-region)
6783 (message-kill-to-signature, message-insert-signature)
6784 (message-insert-importance-high, message-insert-importance-low)
6785 (message-insert-or-toggle-importance)
6786 (message-insert-disposition-notification-to)
6787 (message-indent-citation, message-yank-original)
6788 (message-cite-original-without-signature, message-cite-original)
6789 (message-insert-citation-line, message-position-on-field)
6790 (message-fix-before-sending, message-send-mail-partially)
6791 (message-send-mail, message-send-mail-with-sendmail)
6792 (message-send-mail-with-qmail, message-send-news)
6793 (message-check-news-header-syntax, message-generate-headers)
6794 (message-insert-courtesy-copy, message-fill-address)
6795 (message-fill-header, message-shorten-references)
6796 (message-setup-1, message-cancel-news)
6797 (message-forward-make-body-plain, message-forward-make-body-mime)
6798 (message-forward-make-body-mml, message-encode-message-body)
6799 (message-forward-make-body-digest-plain)
6800 (message-forward-make-body-digest-mime)
6801 (message-use-alternative-email-as-from): Insert `hard-newline'
6802 instead of ordinary newlines.
6803
6804 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
6805
6806 * message.el (message-generate-headers): Downcase the argument
6807 given to message-check-element.
6808
6809 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
6810
6811 * nntp.el (nntp-authinfo-rejected): New error condition.
6812 (nntp-wait-for): Use new error condition to signal authentication
6813 error.
6814 (nntp-retrieve-data): Rethrow new error condition to break out of
6815 recursive call to nntp-send-authinfo.
6816
6817 2005-11-08 Romain Francoise <romain@orebokech.com>
6818
6819 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6820 (gnus-summary-exit-map): Bind to `Z p'.
6821 (gnus-summary-make-menu-bar): Add menu item.
6822
6823 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
6824
6825 * gnus-art.el (gnus-article-treat-custom): Add `first'.
6826 (gnus-treat-*): Add `first' in all doc strings.
6827
6828 * gnus-group.el (gnus-group-compact-group): Fix typo.
6829
6830 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6831
6832 * gnus.el (gnus-parameters-case-fold-search): New variable.
6833 (gnus-parameters-get-parameter): Use it.
6834
6835 * gnus-score.el (gnus-home-score-file): Doc fix.
6836
6837 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
6838
6839 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6840
6841 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
6842
6843 * mm-util.el (mm-special-display-p): New function.
6844
6845 * mml.el (mml-preview): Use it; doc fix.
6846
6847 2005-10-29 Romain Francoise <romain@orebokech.com>
6848
6849 * message.el (message-fix-before-sending): Fix comment.
6850
6851 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6852
6853 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6854
6855 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6856
6857 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6858 Used in gnus-score.el.
6859
6860 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6861
6862 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6863
6864 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6865
6866 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6867 whitespace removed in revision 7.8. Use concatenated string to
6868 protect trailing whitespace.
6869
6870 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
6871
6872 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6873 (nnimap-request-expire-articles): Use it to avoid sending 'UID
6874 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6875 Courier IMAP ("some version from 2004"). Mostly based on similar
6876 code in the same function.
6877
6878 2005-10-26 Didier Verna <didier@xemacs.org>
6879
6880 * gnus-group.el (gnus-group-compact-group): Invalidate original
6881 article buffer.
6882 * gnus-srvr.el (gnus-server-compact-server): Ditto.
6883 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6884 NOV database and in article itself.
6885 Invalidate article backlog.
6886
6887 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6888
6889 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6890
6891 2005-10-26 Simon Josefsson <jas@extundo.com>
6892
6893 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6894 part of 2004-07-25 change.
6895
6896 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6897
6898 * message.el (message-display-completion-list): New function.
6899 (message-expand-group): Use it; make sure the Completions buffer
6900 is modifiable.
6901
6902 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6903
6904 * imap.el (imap-open): Handle case where buffer is a buffer object.
6905
6906 2005-10-24 Eli Zaretskii <eliz@gnu.org>
6907
6908 * pgg-def.el:
6909 * pgg-gpg.el:
6910 * pgg-parse.el:
6911 * pgg-pgp.el:
6912 * pgg-pgp5.el:
6913 * pgg.el: Move to the parent lisp directory.
6914
6915 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
6916
6917 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6918 user-mail-name is an empty string.
6919
6920 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6921
6922 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6923 depending on gnus-score-decay-constant.
6924
6925 * encrypt.el (encrypt-insert-file-contents)
6926 (encrypt-write-file-contents): Don't use `gnus-message'.
6927
6928 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6929 arguments.
6930 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
6931 arguments to mm-uu-verbatim-marks-extract.
6932 (mm-uu-hide-markers): New variable.
6933 (mm-uu-extract): Use face similar to `gnus-cite-3'.
6934
6935 * gnus-fun.el (gnus-convert-image-to-x-face-command)
6936 (gnus-convert-image-to-face-command): Use "convert" by default to
6937 allow other input image formats.
6938 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6939 accordingly.
6940
6941 2005-10-23 Simon Josefsson <jas@extundo.com>
6942
6943 * imap.el (imap-gssapi-program): Align command line parameters
6944 with latest GNU SASL.
6945 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6946
6947 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6948
6949 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6950 HTML.
6951 (nnslashdot-request-article): Ditto.
6952
6953 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
6954
6955 * mail-source.el (mail-source-fetch-pop): Require pop3.
6956 (mail-source-check-pop): Ditto.
6957
6958 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6959
6960 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6961 errors.
6962
6963 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
6964
6965 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6966 (gnus-treat-strip-leading-blank-lines): Improve doc string.
6967
6968 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6969
6970 * mm-bodies.el (mm-decode-string): Call
6971 `mm-charset-to-coding-system' with allow-override argument.
6972
6973 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6974
6975 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6976 (rfc2047-charset-to-coding-system): New function.
6977 (rfc2047-decode-encoded-words): New function.
6978 (rfc2047-decode-region): Use them.
6979 (rfc2047-decode-cte): Remove.
6980 (rfc2047-parse-and-decode): Remove.
6981 (rfc2047-decode): Remove.
6982
6983 2005-10-15 Kenichi Handa <handa@m17n.org>
6984
6985 * rfc2047.el (rfc2047-decode-cte): New function.
6986 (rfc2047-decode-region): Change the way to decode successive
6987 encoded-words: decode B- or Q-encoding in each encoded-word,
6988 concatenate them, and decode it as charset.
6989
6990 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
6991
6992 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
6993 widget-move-and-invoke.
6994 (gnus-custom-mode): Use gnus-custom-map.
6995
6996 2005-10-15 Bill Wohler <wohler@newt.com>
6997
6998 * message.el (message-tool-bar-map): Renamed image file from
6999 mail_send to mail/send.
7000
7001 2005-10-16 Masatake YAMATO <jet@gyve.org>
7002
7003 * message.el (message-expand-group): Pass the common
7004 prefix substring of completion to `display-completion-list'.
7005
7006 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
7007
7008 * mml-sec.el (mml-secure-method): New internal variable.
7009 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7010 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7011 functions using mml-secure-method.
7012
7013 * mml.el (mml-mode-map): Add key bindings for those functions.
7014 (mml-menu): Simplify security menu entries. Suggested by Jesper
7015 Harder <harder@myrealbox.com>.
7016 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7017 end of message if point is the headers of the message.
7018
7019 * message.el (message-in-body-p): New function.
7020
7021 * assistant.el: Autoload gnus-util and netrc.
7022
7023 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7024 Use `mm-charset-override-alist' only when decoding.
7025
7026 * mm-bodies.el (mm-decode-body): Call
7027 `mm-charset-to-coding-system' with allow-override argument.
7028
7029 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7030 `filename' from Content-Disposition if Content-Type doesn't
7031 provide `name'.
7032 (gnus-mime-view-part-as-type): Set default instead of
7033 initial-input.
7034
7035 2005-10-09 Daniel Brockman <daniel@brockman.se>
7036
7037 * format-spec.el (format-spec): Propagate text properties of % spec.
7038
7039 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
7040
7041 * gnus-art.el (gnus-treat-predicate): Add `first'.
7042
7043 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
7044
7045 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7046 (mm-charset-override-alist): New variable.
7047 (mm-charset-to-coding-system): Use it.
7048 (mm-codepage-setup): New helper function.
7049 (mm-charset-eval-alist): New variable.
7050 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
7051 about unknown charsets.
7052
7053 2005-10-04 David Hansen <david.hansen@gmx.net>
7054
7055 * nnrss.el (nnrss-request-article): Add support for the comments tag.
7056 (nnrss-check-group): Ditto.
7057
7058 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
7059
7060 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7061 Rename x-gnus-verbatim to x-verbatim.
7062 (mm-uu-type-alist): Fix regexp for verbatim-marks.
7063
7064 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7065 x-verbatim.
7066
7067 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7068
7069 * gnus-util.el (gnus-remove-duplicates): Remove.
7070
7071 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7072 instead of gnus-remove-duplicates.
7073
7074 * message.el (message-remove-duplicates): Remove.
7075 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7076 message-remove-duplicates.
7077
7078 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7079 available, else use implementation from `delete-dups'.
7080
7081 * message.el (message-insert-expires): New function.
7082 (message-mode-map): Add key binding.
7083 (message-mode-field-menu): Add menu entry.
7084 (message-mode): Document it.
7085 (message-make-expires-date): Use `message-make-date'.
7086
7087 2005-10-04 Josh Huber <huber@alum.wpi.edu>
7088
7089 * message.el (message-make-expires-date): New function.
7090
7091 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
7092
7093 * time-date.el: Autoload parse-time-string, XEmacs needs it.
7094
7095 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
7096
7097 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7098 function rather than the diff-mode.el package.
7099 (mm-display-external): Use with-current-buffer.
7100 (mm-viewer-completion-map, mm-viewer-completion-map):
7101 Move initialization inside declaration.
7102
7103 2005-09-29 Simon Josefsson <jas@extundo.com>
7104
7105 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
7106 autoload mail-check-payment.
7107 (spam-check-hashcash): Define unconditionally, since hashcash.el
7108 is part of Gnus now. Ignore errors from payment checking.
7109
7110 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
7111
7112 * message.el (message-bold-region, message-unbold-region): Rename
7113 from `bold-region' and `unbold-region'.
7114
7115 * message.el: Remove useless autoloads.
7116
7117 2005-09-28 Simon Josefsson <jas@extundo.com>
7118
7119 * message.el (message-use-idna): Default to t.
7120 (message-use-idna): Test whether encoding works too. Doc fix.
7121
7122 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7123
7124 * nntp.el (nntp-warn-about-losing-connection): Remove.
7125
7126 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
7127
7128 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7129 customizable. Change default value.
7130 (mm-uu-diff-groups-regexp): Change default value.
7131 (mm-uu-type-alist): Add doc string.
7132 (mm-uu-configure): Add doc string. Make it interactive.
7133 (mm-uu-tex-groups-regexp): New variable.
7134 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7135 (mm-uu-type-alist): Add LaTeX documents.
7136 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7137 of "text/verbatim".
7138 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7139
7140 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7141 instead of "text/verbatim".
7142
7143 * message.el (message-mark-inserted-region)
7144 (message-mark-insert-file): Use slrn style marks when called with
7145 prefix argument.
7146
7147 2005-09-27 Simon Josefsson <jas@extundo.com>
7148
7149 * message.el (message-idna-to-ascii-rhs-1): Reformat.
7150
7151 2005-09-27 Arne Jørgensen <arne@arnested.dk>
7152
7153 * message.el (message-remove-duplicates): New function.
7154 Implementation borrowed from `gnus-remove-duplicates'.
7155 (message-idna-to-ascii-rhs): Also encode idna addresses in
7156 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7157 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7158 only ask about the same idna domain once per header and also tell
7159 in what header to replace the idna domain.
7160
7161 * gnus-art.el (article-decode-idna-rhs): Also decode idna
7162 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7163 (article-decode-idna-rhs): Fix regexp so that all idna-address in
7164 a header is decoded and not just the last one.
7165
7166 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
7167
7168 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7169 has been decoded.
7170
7171 * mm-decode.el (mm-automatic-display): Add text/verbatim.
7172 (mm-insert-part): Don't modify text if it has been decoded.
7173
7174 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7175 decoded.
7176
7177 * mm-view.el (mm-inline-text): Don't strip text props unless
7178 decoding enriched or richtext parts.
7179
7180 2005-09-25 Romain Francoise <romain@orebokech.com>
7181
7182 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7183 * gnus-start.el (gnus-subscribe-interactively):
7184 * gnus-uu.el (gnus-uu-grab-articles):
7185 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7186 space.
7187
7188 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
7189
7190 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7191 * mm-view.el (mm-view-pkcs7-decrypt):
7192 * gnus-sum.el (gnus-summary-limit-to-extra)
7193 (gnus-summary-respool-article, gnus-read-move-group-name):
7194 * gnus-score.el (gnus-summary-increase-score):
7195 * gnus-util.el (gnus-completing-read-with-default):
7196 * gnus-art.el (gnus-read-save-file-name)
7197 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7198 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7199 * message.el (message-check-news-header-syntax):
7200 Follow convention for reading with the minibuffer.
7201
7202 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
7203
7204 * spam-report.el (spam-report-url-ping-plain):
7205 Use gnus-extended-version as User-Agent.
7206
7207 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7208 default value is nil.
7209
7210 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7211 (mm-uu-verbatim-marks-extract): New function.
7212 (mm-uu-extract): New face.
7213 (mm-uu-copy-to-buffer): Use it.
7214
7215 * spam-report.el (spam-report-gmane-ham): Renamed from
7216 `spam-report-gmane-unspam'.
7217 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7218 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
7219
7220 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7221 Autoload.
7222 (spam-report-gmane-unregister-routine): Renamed
7223 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7224
7225 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
7226
7227 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7228 (spam-report-gmane-unregister-routine): Add support for gmane
7229 unregistration.
7230
7231 * spam-report.el (spam-report-gmane-unspam)
7232 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7233 (spam-report-gmane): Change to take a single article and do unspam
7234 registration.
7235
7236 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
7237
7238 * mm-url.el (mm-url-decode-entities): Fix regexp.
7239
7240 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7241
7242 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7243 default to nil, to be able to use Gnus at all. If the default
7244 switches to something else, then the function should be fixed not
7245 be exceedingly slow.
7246
7247 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
7248
7249 * gnus-start.el (gnus-activate-group): If the server is nil, don't
7250 fail hard.
7251
7252 * spam-report.el: Add better Keywords line.
7253
7254 * spam.el: Add Maintainer and better Keywords line.
7255
7256 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
7257
7258 * gnus-art.el (gnus-article-replace-part)
7259 (gnus-mime-replace-part): New functions.
7260 (gnus-mime-action-alist, gnus-mime-button-commands)
7261 (gnus-mime-save-part-and-strip): Added file argument.
7262 (gnus-article-part-wrapper): Added interactive argument.
7263
7264 * gnus-sum.el (gnus-summary-mime-map): Add
7265 `gnus-article-replace-part'.
7266
7267 2005-09-19 Didier Verna <didier@xemacs.org>
7268
7269 The nnml compaction feature:
7270 * nnml.el (nnml-request-compact-group): New function.
7271 * nnml.el (nnml-request-compact): New function.
7272 * gnus-int.el (gnus-request-compact-group): New function.
7273 * gnus-int.el (gnus-request-compact): New function.
7274 * gnus-group.el (gnus-group-compact-group): New function.
7275 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7276 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7277 * gnus-srvr.el (gnus-server-compact-server): New function.
7278 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7279 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7280
7281 2005-09-18 Deepak Goel <deego@gnufans.org>
7282
7283 * sieve.el (sieve-help): Fix `message' call: first arg should be a
7284 format spec.
7285
7286 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7287
7288 * gnus.el (gnus-group-startup-message): Bind image-load-path.
7289
7290 2005-09-15 Romain Francoise <romain@orebokech.com>
7291
7292 * message.el (message-fill-paragraph): Clarify docstring.
7293
7294 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7295
7296 * gnus-art.el (gnus-mime-display-part): Protect against broken
7297 MIME messages.
7298
7299 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
7300
7301 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7302 before parsing header.
7303
7304 2005-09-11 Jari Aalto <jari.aalto@cante.net>
7305
7306 * html2text.el (html2text-replace-list): Add new entities.
7307
7308 2005-09-11 Romain Francoise <romain@orebokech.com>
7309
7310 * message.el (message-alternative-emails): Improve docstring.
7311 (message-setup-1): Call `message-use-alternative-email-as-from'
7312 after `message-setup-hook' to give it precedence over posting
7313 styles, etc.
7314 (message-use-alternative-email-as-from): Add docstring. Remove
7315 the original From header if present.
7316
7317 * nnml.el (nnml-compressed-files-size-threshold): New variable.
7318 (nnml-save-mail): Use it.
7319
7320 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7321 articles. Add new argument `silent'.
7322 (gnus-uu-mark-all): Report the total number of marked articles.
7323
7324 2005-09-10 Romain Francoise <romain@orebokech.com>
7325
7326 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7327 (gnus-uu-mark-series): Likewise.
7328
7329 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
7330
7331 * spam-report.el (spam-report-gmane): Fix generation of spam
7332 report URL.
7333
7334 2005-09-10 Simon Josefsson <jas@extundo.com>
7335
7336 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7337 t, based on discussion on the ding list with Robert Epprecht
7338 <epprecht@solnet.ch>.
7339
7340 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
7341
7342 * spam-report.el (spam-report-gmane): Make it work without
7343 X-Report-Spam header. Gmane now only provides Archived-At.
7344 This is only used if `spam-report-gmane-use-article-number' is nil.
7345 (spam-report-gmane-spam-header): Remove. Not used anymore.
7346
7347 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7348 make `gnus-summary-sort-by-recipient' work with threading.
7349
7350 * nnweb.el (nnweb-google-wash-article): Print a message if article
7351 is not available.
7352
7353 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7354
7355 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7356 change. Decode text/* parts content before displaying.
7357
7358 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
7359
7360 * mml-smime.el: Remove defvar of gnus-extract-address-components.
7361
7362 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
7363
7364 * mm-view.el (mm-display-inline-fontify): Disable support modes.
7365
7366 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
7367
7368 * message.el (message-tab-body-function): Fix mismatched custom type.
7369
7370 * gnus.el (gnus-group-change-level-function): Ditto.
7371
7372 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7373
7374 * gnus-art.el (gnus-signature-limit)
7375 (gnus-article-mime-part-function): Ditto.
7376
7377 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
7378
7379 * mml.el (mml-mode): Silence the byte compiler.
7380
7381 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7382 using `(sit-for 0)' before moving the point to the specified part;
7383 skip unbuttonized parts.
7384 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7385 return to the summary window if gnus-auto-select-part is non-nil.
7386
7387 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
7388
7389 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7390 variables.
7391 (mml-dnd-attach-file, mml-mode): Use them.
7392
7393 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7394 Make fetching article by MID work again for Google Groups. Added
7395 FIXME concerning gnus-group-make-web-group.
7396
7397 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7398 Don't depend on Gnus by using mail-extract-address-components if
7399 gnus-extract-address-components is not bound.
7400
7401 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7402
7403 * gnus-art.el (gnus-mime-display-security): Don't display the
7404 signature, but only the signed part.
7405
7406 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
7407
7408 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7409
7410 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7411 list, not listp.
7412
7413 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
7414
7415 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7416 when encoding.
7417
7418 * mm-bodies.el (mm-decode-content-transfer-encoding):
7419 De-canonicalize CRLF for all text content types, not just
7420 text/plain.
7421
7422 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7423
7424 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7425 valid article; point arrow and cursor at the MIME button.
7426
7427 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
7428
7429 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7430 Suggested by Dan Christensen <jdc@uwo.ca>.
7431
7432 * mm-decode.el (mm-save-part): Enable change of prompt.
7433
7434 2005-08-29 Jari Aalto <jari.aalto@cante.net>
7435
7436 * gnus-msg.el (gnus-inews-add-send-actions): Made
7437 `message-post-method' lambda parameter ARG `&optional'.
7438
7439 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7440
7441 * gnus-sum.el (gnus-summary-mime-map): Added
7442 gnus-article-save-part-and-strip, gnus-article-delete-part and
7443 gnus-article-jump-to-part.
7444
7445 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7446 (gnus-article-edit-part): Use it.
7447 (gnus-article-part-wrapper): Added no-handle argument.
7448 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7449 functions.
7450
7451 2005-08-29 Romain Francoise <romain@orebokech.com>
7452
7453 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7454 docstring.
7455 (gnus-face-from-file): Likewise.
7456
7457 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7458
7459 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7460 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7461 non-nil.
7462 (gnus-auto-select-part): New variable.
7463 (gnus-article-jump-to-part): New function.
7464 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7465 (gnus-mime-delete-part): Allow selecting specified part after
7466 deleting or stripping parts.
7467 (gnus-article-jump-to-part): Don't use `read-number'. Use last
7468 part if argument is bogus.
7469
7470 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
7471
7472 * gnus-art.el (w3m-minor-mode-map):
7473 * gnus-spec.el (gnus-newsrc-file-version):
7474 * gnus-util.el (nnmail-active-file-coding-system)
7475 (gnus-original-article-buffer, gnus-user-agent):
7476 * gnus.el (gnus-ham-process-destinations)
7477 (gnus-parameter-ham-marks-alist)
7478 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7479 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7480 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7481 * mm-decode.el (gnus-current-window-configuration):
7482 * mm-extern.el (gnus-article-mime-handles):
7483 * mm-url.el (url-current-object, url-package-name)
7484 (url-package-version):
7485 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7486 (smime-keys, w3m-cid-retrieve-function-alist)
7487 (w3m-current-buffer, w3m-display-inline-images)
7488 (w3m-minor-mode-map):
7489 * mml-smime.el (gnus-extract-address-components):
7490 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7491 (gnus-newsrc-hashtb, message-default-charset)
7492 (message-deletable-headers, message-options)
7493 (message-posting-charset, message-required-mail-headers)
7494 (message-required-news-headers):
7495 * mml1991.el (mc-pgp-always-sign):
7496 * mml2015.el (mc-pgp-always-sign):
7497 * nnheader.el (nnmail-extra-headers):
7498 * rfc1843.el (gnus-decode-encoded-word-function)
7499 (gnus-decode-header-function, gnus-newsgroup-name):
7500 * spam-stat.el (gnus-original-article-buffer): Add defvars.
7501
7502 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
7503
7504 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7505 the end of the date treatments.
7506
7507 2005-08-15 Simon Josefsson <jas@extundo.com>
7508
7509 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7510 it in url-handlers.el and XEmacs in url.el. Reported by Luca
7511 Capello and Romain Francoise.
7512 (pgg-fetch-key-function): Removed, not used?
7513 (pgg-insert-url-with-w3): Require url, to get
7514 url-insert-file-contents regardless of where it is defined.
7515
7516 2005-08-13 Romain Francoise <romain@orebokech.com>
7517
7518 * message.el (message-cite-original-1): New function.
7519 (message-cite-original): Use it.
7520 (message-cite-original-without-signature): Ditto.
7521
7522 2005-08-08 Romain Francoise <romain@orebokech.com>
7523
7524 * message.el (message-yank-empty-prefix): New variable.
7525 (message-indent-citation): Use it.
7526 (message-cite-original-without-signature): Respect X-No-Archive.
7527
7528 2005-08-08 Simon Josefsson <jas@extundo.com>
7529
7530 * pgg.el: Autoload url-insert-file-contents instead of loading
7531 w3/url.
7532 (pgg-insert-url-with-w3): Don't load url here.
7533
7534 2005-08-07 Jesper Harder <harder@phys.au.dk>
7535
7536 * message.el (message-kill-to-signature): Don't insert newline at
7537 bol.
7538 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7539
7540 2005-08-06 Romain Francoise <romain@orebokech.com>
7541
7542 * message.el (message-user-fqdn): Fix typo in docstring.
7543
7544 2005-08-05 Daiki Ueno <ueno@unixuser.org>
7545
7546 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7547
7548 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7549
7550 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
7551
7552 * mm-bodies.el (mm-encode-body): Use coding system rather than
7553 charset to encode text.
7554
7555 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7556 number of charsets if utf-8 is available (XEmacs).
7557
7558 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
7559
7560 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7561 taken from `gnus-button-mid-or-mail-regexp'.
7562 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7563 (gnus-button-alist): Improve regexp for domain part of the MIDs
7564 for news:localpart@domain buttons.
7565 (gnus-button-ctan-directory-regexp): Update.
7566
7567 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
7568
7569 * sieve-manage.el (sieve-manage-interactive-login): Use
7570 make-local-variable rather than make-variable-buffer-local.
7571 (sieve-manage-open): Ditto.
7572 (sieve-manage-authenticate): Ditto.
7573
7574 * mml.el (mml-generate-mime-1): Make the content type default to
7575 text/plain if the filename is not specified.
7576
7577 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7578
7579 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7580 instead of insert-buffer.
7581
7582 * message.el (message-yank-original): Ditto; set the mark at the
7583 end of the yanked message.
7584
7585 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7586
7587 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7588 lines to scroll rather than to stop it.
7589
7590 * mml.el (mml-generate-default-type): Add doc string.
7591 (mml-generate-mime-1): Use mm-default-file-encoding or make it
7592 default to application/octet-stream when determining the content
7593 type if it is not specified for the part or the mml contents; add
7594 a comment about mml-generate-default-type.
7595
7596 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
7597
7598 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7599 make it default to application/octet-stream when determining the
7600 content type if it is not specified for the external contents.
7601
7602 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7603
7604 * rfc2231.el (rfc2231-parse-string): Take care that not only a
7605 segmented parameter but also other parameters might be there.
7606
7607 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
7608
7609 * mm-decode.el (mm-display-external): Delete temp file, directory
7610 and buffer immediately if the external process is exited.
7611
7612 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
7613
7614 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7615 fewer lines than that of scroll-margin.
7616 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7617
7618 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
7619
7620 * gnus-art.el (gnus-article-next-page): Revert.
7621 (gnus-article-beginning-of-window): New macro.
7622 (gnus-article-next-page-1): Use it.
7623 (gnus-article-prev-page): Ditto.
7624 (gnus-article-edit-part): Use insert-buffer-substring instead of
7625 insert-buffer.
7626 (gnus-article-edit-exit): Ditto.
7627
7628 * gnus-util.el (gnus-beginning-of-window): Remove.
7629 (gnus-end-of-window): Remove.
7630
7631 2005-07-25 Simon Josefsson <jas@extundo.com>
7632
7633 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7634 to have the url package without w3. Reported by Daiki Ueno
7635 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7636
7637 2005-07-20 Didier Verna <didier@xemacs.org>
7638
7639 * gnus-diary.el: Remove the description comment (nndiary is now
7640 properly documented in the Gnus manual).
7641 Fix the spelling of "Back End".
7642 * nndiary.el: Ditto.
7643 Fix the copyright notice.
7644
7645 2005-07-18 Romain Francoise <romain@orebokech.com>
7646
7647 * gnus-sum.el (gnus-summary-to-prefix)
7648 (gnus-summary-newsgroup-prefix): New variables.
7649 (gnus-summary-from-or-to-or-newsgroups): Use them.
7650
7651 2005-07-17 Romain Francoise <romain@orebokech.com>
7652
7653 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7654 space as it's generally not especially interesting to the user.
7655
7656 2005-07-16 Romain Francoise <romain@orebokech.com>
7657
7658 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7659 nil to avoid prompting and file modification if one of the
7660 messages at the top of the nnfolder file contains a copyright
7661 notice.
7662 Update copyright notice.
7663
7664 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7665 instead of `current-time-string' as the latter creates a time
7666 string that is not RFC 2822 compliant (it lacks the zone).
7667 Update copyright notice.
7668
7669 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7670
7671 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7672 for text/rtf. Display default in prompt. Pass default for M-n.
7673
7674 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7675
7676 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7677
7678 * gnus-msg.el (gnus-button-mailto): Remove
7679 save-selected-window-window hackery because it relies on
7680 save-selected-window internals.
7681
7682 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
7683
7684 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7685 (gnus-article-next-page-1): Use gnus-beginning-of-window.
7686 (gnus-article-prev-page): Ditto.
7687
7688 * gnus-util.el (gnus-beginning-of-window): New function.
7689 (gnus-end-of-window): New function.
7690
7691 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
7692
7693 * gnus-score.el (gnus-score-edit-all-score): Set
7694 gnus-score-edit-exit-function to gnus-score-edit-done and call
7695 gnus-message.
7696
7697 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7698
7699 * gnus-msg.el (gnus-button-mailto): Remove
7700 save-selected-window-window hackery because it relies on
7701 save-selected-window internals.
7702
7703 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7704
7705 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7706 add-minor-mode.
7707 (gnus-binary-mode): Ditto.
7708
7709 * gnus-topic.el (gnus-topic-mode): Ditto.
7710
7711 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
7712
7713 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7714 (gnus-article-prev-page): Take scroll-margin into consideration.
7715
7716 2005-07-04 Lute Kamstra <lute@gnu.org>
7717
7718 Update FSF's address in GPL notices.
7719
7720 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
7721
7722 * gnus.el (gnus-exit):
7723 * gnus-group.el (gnus-group-icons):
7724 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7725
7726 * gnus-nocem.el (gnus-nocem):
7727 * message.el (message-various, message-buffers, message-sending)
7728 (message-interface, message-forwarding, message-insertion)
7729 (message-headers, message-news, message-mail):
7730 * pgg-gpg.el (pgg-gpg):
7731 * pgg-parse.el (pgg-parse):
7732 * pgg-pgp.el (pgg-pgp):
7733 * pgg-pgp5.el (pgg-pgp5):
7734 * pop3.el (pop3): Finish `defgroup' description with period.
7735
7736 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
7737
7738 * gnus-art.el (article-display-face): Improve the efficiency.
7739 (article-display-x-face): Ditto; remove grey x-face stuff.
7740
7741 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
7742
7743 * gnus-art.el (article-display-face): Correct the position in
7744 which Faces are inserted.
7745
7746 2005-06-29 Didier Verna <didier@xemacs.org>
7747
7748 * gnus-art.el (article-display-face): Display faces in correct
7749 order.
7750
7751 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7752
7753 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7754 (gnus-fill-real-hashtb): Use hash table instead of obarray.
7755 (gnus-nocem-check-article): Fetch the Type header.
7756 (gnus-nocem-message-wanted-p): Fix the way to examine types.
7757 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7758 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7759 make sure gnus-nocem-hashtb is initialized.
7760 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7761 (gnus-nocem-unwanted-article-p): Ditto.
7762
7763 * pgg.el (pgg-verify): Return the verification result.
7764
7765 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7766
7767 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7768 is ascii.
7769
7770 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7771
7772 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7773 `show-nonbreak-escape'.
7774
7775 2005-06-23 Lute Kamstra <lute@gnu.org>
7776
7777 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7778
7779 * dig.el (dig-mode):
7780 * smime.el (smime-mode): Use gnus-run-mode-hooks.
7781
7782 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7783
7784 * nnimap.el (nnimap-split-download-body): Fix spellings.
7785
7786 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7787
7788 * gnus-art.el (gnus-article-encrypt-body):
7789 * gnus-cus.el (gnus-score-customize):
7790 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7791 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7792
7793 2005-06-16 Arne Jørgensen <arne@arnested.dk>
7794
7795 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7796 header by looking for magic "MII" at the beginnig.
7797
7798 2005-06-16 Miles Bader <miles@gnu.org>
7799
7800 * assistant.el (assistant-field): Remove "-face" suffix from face name.
7801 (assistant-field-face): New backward-compatibility alias for renamed
7802 face.
7803 (assistant-render-text): Use renamed assistant-field face.
7804
7805 * spam.el (spam): Remove "-face" suffix from face name.
7806 (spam-face): New backward-compatibility alias for renamed face.
7807 (spam-face, spam-initialize): Use renamed spam face.
7808
7809 * message.el (message-header-to, message-header-cc)
7810 (message-header-subject, message-header-newsgroups)
7811 (message-header-other, message-header-name)
7812 (message-header-xheader, message-separator, message-cited-text)
7813 (message-mml): Remove "-face" suffix from face names.
7814 (message-header-to-face, message-header-cc-face)
7815 (message-header-subject-face, message-header-newsgroups-face)
7816 (message-header-other-face, message-header-name-face)
7817 (message-header-xheader-face, message-separator-face)
7818 (message-cited-text-face, message-mml-face):
7819 New backward-compatibility aliases for renamed faces.
7820 (message-font-lock-keywords): Use renamed message faces.
7821
7822 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7823 (sieve-test-commands, sieve-tagged-arguments):
7824 Remove "-face" suffix from face names.
7825 (sieve-control-commands-face, sieve-action-commands-face)
7826 (sieve-test-commands-face, sieve-tagged-arguments-face):
7827 New backward-compatibility aliases for renamed faces.
7828 (sieve-control-commands-face, sieve-action-commands-face)
7829 (sieve-test-commands-face, sieve-tagged-arguments-face):
7830 Use renamed sieve faces.
7831
7832 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7833 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7834 (gnus-group-news-3-empty, gnus-group-news-4)
7835 (gnus-group-news-4-empty, gnus-group-news-5)
7836 (gnus-group-news-5-empty, gnus-group-news-6)
7837 (gnus-group-news-6-empty, gnus-group-news-low)
7838 (gnus-group-news-low-empty, gnus-group-mail-1)
7839 (gnus-group-mail-1-empty, gnus-group-mail-2)
7840 (gnus-group-mail-2-empty, gnus-group-mail-3)
7841 (gnus-group-mail-3-empty, gnus-group-mail-low)
7842 (gnus-group-mail-low-empty, gnus-summary-selected)
7843 (gnus-summary-cancelled, gnus-summary-high-ticked)
7844 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7845 (gnus-summary-high-ancient, gnus-summary-low-ancient)
7846 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7847 (gnus-summary-low-undownloaded)
7848 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7849 (gnus-summary-low-unread, gnus-summary-normal-unread)
7850 (gnus-summary-high-read, gnus-summary-low-read)
7851 (gnus-summary-normal-read, gnus-splash):
7852 Remove "-face" suffix from face names.
7853 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7854 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7855 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7856 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7857 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7858 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7859 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7860 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7861 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7862 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7863 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7864 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7865 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7866 (gnus-summary-normal-ticked-face)
7867 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7868 (gnus-summary-normal-ancient-face)
7869 (gnus-summary-high-undownloaded-face)
7870 (gnus-summary-low-undownloaded-face)
7871 (gnus-summary-normal-undownloaded-face)
7872 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7873 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7874 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7875 (gnus-splash-face):
7876 New backward-compatibility aliases for renamed faces.
7877 (gnus-group-startup-message): Use renamed gnus faces.
7878
7879 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7880 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7881 (gnus-server-agent): Remove "-face" suffix from face names.
7882 (gnus-server-agent-face, gnus-server-opened-face)
7883 (gnus-server-closed-face, gnus-server-denied-face)
7884 (gnus-server-offline-face):
7885 New backward-compatibility aliases for renamed faces.
7886 (gnus-server-agent-face, gnus-server-opened-face)
7887 (gnus-server-closed-face, gnus-server-denied-face)
7888 (gnus-server-offline-face): Use renamed gnus faces.
7889
7890 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7891 Remove "-face" suffix from face names.
7892 (gnus-picon-xbm-face, gnus-picon-face):
7893 New backward-compatibility aliases for renamed faces.
7894
7895 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7896 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7897 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7898 (gnus-cite-11): Remove "-face" suffix from face names.
7899 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7900 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7901 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7902 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7903 New backward-compatibility aliases for renamed faces.
7904 (gnus-cite-attribution-face, gnus-cite-face-list)
7905 (gnus-article-boring-faces): Use renamed gnus faces.
7906
7907 * gnus-art.el (gnus-signature, gnus-header-from)
7908 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7909 (gnus-header-content): Remove "-face" suffix from face names.
7910 (gnus-signature-face, gnus-header-from-face)
7911 (gnus-header-subject-face, gnus-header-newsgroups-face)
7912 (gnus-header-name-face, gnus-header-content-face):
7913 New backward-compatibility aliases for renamed faces.
7914 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7915
7916 * gnus-sum.el (gnus-summary-selected-face)
7917 (gnus-summary-highlight): Use renamed gnus faces.
7918 * gnus-group.el (gnus-group-highlight): Likewise.
7919
7920 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
7921
7922 * gnus-sieve.el (gnus-sieve-article-add-rule):
7923 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7924 * spam-stat.el (spam-stat-buffer-change-to-spam)
7925 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7926
7927 * message.el (message-is-yours-p):
7928 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7929
7930 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7931
7932 * mm-view.el (mm-inline-text): Withdraw the last change.
7933
7934 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
7935
7936 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7937 executing enriched-decode.
7938
7939 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
7940
7941 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7942 charset of tar files.
7943
7944 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
7945
7946 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7947
7948 2005-06-04 Lute Kamstra <lute@gnu.org>
7949
7950 * nnfolder.el (nnfolder-read-folder): Make sure that undo
7951 information is never recorded.
7952
7953 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7954
7955 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7956
7957 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7958
7959 * pop3.el (pop3-apop): Run md5 in the binary mode.
7960
7961 * starttls.el (starttls-set-process-query-on-exit-flag):
7962 Use eval-and-compile.
7963
7964 2005-05-31 Simon Josefsson <jas@extundo.com>
7965
7966 * smime.el (smime-replace-in-string): Define.
7967 (smime-cert-by-ldap-1): Use it.
7968
7969 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
7970
7971 * gnus-art.el (article-display-x-face): Replace
7972 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7973
7974 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7975 set-process-query-on-exit-flag or process-kill-without-query.
7976
7977 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7978 loop instead of replace-regexp.
7979
7980 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7981 instead of process-kill-without-query if it is available.
7982
7983 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7984 instead of find-file-hooks if it is available.
7985
7986 * mml1991.el: Bind pgg-default-user-id when compiling.
7987
7988 * mml2015.el: Bind pgg-default-user-id when compiling.
7989
7990 * nndraft.el (nndraft-request-associate-buffer):
7991 Use write-contents-functions instead of write-contents-hooks if it is
7992 available.
7993
7994 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7995 instead of find-file-hooks if it is available.
7996
7997 * nntp.el (nntp-open-connection): Replace
7998 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7999 (nntp-open-ssl-stream): Ditto.
8000 (nntp-open-tls-stream): Ditto.
8001
8002 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8003 set-process-query-on-exit-flag or process-kill-without-query.
8004 (starttls-open-stream-gnutls): Use it instead of
8005 process-kill-without-query.
8006 (starttls-open-stream): Ditto.
8007
8008 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
8009
8010 * smime.el (smime-cert-by-ldap-1): Don't use
8011 replace-regexp-in-string.
8012
8013 2005-05-31 Arne Jørgensen <arne@arnested.dk>
8014
8015 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8016
8017 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
8018 in PEM format. Adjust to the XEmacs compability.
8019
8020 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
8021
8022 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8023 by `string-to-number'.
8024 * gnus-agent.el (gnus-agent-regenerate-group)
8025 (gnus-agent-fetch-articles): Ditto.
8026 * gnus-art.el (gnus-button-fetch-group): Ditto.
8027 * gnus-cache.el (gnus-cache-generate-active)
8028 (gnus-cache-articles-in-group): Ditto.
8029 * gnus-group.el (gnus-group-set-current-level)
8030 (gnus-group-insert-group-line): Ditto.
8031 * gnus-score.el (gnus-score-set-expunge-below)
8032 (gnus-score-set-mark-below, gnus-summary-score-effect)
8033 (gnus-summary-score-entry): Ditto.
8034 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8035 (gnus-soup-pack): Ditto.
8036 * gnus-spec.el (gnus-xmas-format): Ditto.
8037 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8038 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8039 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8040 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8041 * nndb.el (nndb-get-remote-expire-response): Ditto.
8042 * nndiary.el (nndiary-parse-schedule-value)
8043 (nndiary-string-to-number, nndiary-request-replace-article)
8044 (nndiary-request-article): Ditto.
8045 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8046 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8047 * nneething.el (nneething-make-head): Ditto.
8048 * nnfolder.el (nnfolder-request-article)
8049 (nnfolder-retrieve-headers): Ditto.
8050 * nnheader.el (nnheader-file-to-number): Ditto.
8051 * nnkiboze.el (nnkiboze-request-article): Ditto.
8052 * nnmail.el (nnmail-process-unix-mail-format)
8053 (nnmail-process-babyl-mail-format): Ditto.
8054 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8055 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8056 (nnmh-request-create-group, nnmh-request-list-1)
8057 (nnmh-request-group, nnmh-request-article): Ditto.
8058 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8059 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8060 * nnsoup.el (nnsoup-make-active): Ditto.
8061 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8062 * nntp.el (nntp-find-group-and-number)
8063 (nntp-retrieve-headers-with-xover): Ditto.
8064 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8065 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8066 (pgg-format-key-identifier): Ditto.
8067 * pop3.el (pop3-last, pop3-stat): Ditto.
8068 * qp.el (quoted-printable-decode-region): Ditto.
8069
8070 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8071 of concat.
8072
8073 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
8074
8075 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8076
8077 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8078
8079 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8080
8081 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8082
8083 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8084
8085 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8086
8087 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8088 (gnus-carpal-mode): Ditto.
8089
8090 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8091 (gnus-browse-mode): Ditto.
8092
8093 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8094
8095 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8096
8097 2005-05-29 Richard M. Stallman <rms@gnu.org>
8098
8099 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8100
8101 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
8102
8103 * gnus-util.el (gnus-run-mode-hooks): New function.
8104
8105 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8106
8107 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
8108
8109 * gnus-agent.el (gnus-agent-make-mode-line-string):
8110 Use mode-line-highlight as mouse-face.
8111
8112 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
8113
8114 * canlock.el (canlock): Change the parent group to news.
8115
8116 * deuglify.el (gnus-outlook-deuglify): Add :group.
8117
8118 * dig.el (dig): Add :group.
8119
8120 * dns-mode.el (dns-mode): Add :group.
8121
8122 * encrypt.el (encrypt): Add :group.
8123
8124 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8125 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8126 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8127 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8128 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8129
8130 * gnus-diary.el (gnus-diary): Add :group.
8131
8132 * gnus.el (gnus-group-news-1-face): Add :group.
8133 (gnus-group-news-1-empty-face): Ditto.
8134 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8135 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8136 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8137 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8138 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8139 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8140 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8141 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8142 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8143 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8144 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8145 (gnus-summary-high-ticked-face): Ditto.
8146 (gnus-summary-low-ticked-face): Ditto.
8147 (gnus-summary-normal-ticked-face): Ditto.
8148 (gnus-summary-high-ancient-face): Ditto.
8149 (gnus-summary-low-ancient-face): Ditto.
8150 (gnus-summary-normal-ancient-face): Ditto.
8151 (gnus-summary-high-undownloaded-face): Ditto.
8152 (gnus-summary-low-undownloaded-face): Ditto.
8153 (gnus-summary-normal-undownloaded-face): Ditto.
8154 (gnus-summary-high-unread-face): Ditto.
8155 (gnus-summary-low-unread-face): Ditto.
8156 (gnus-summary-normal-unread-face): Ditto.
8157 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8158 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8159
8160 * hashcash.el (hashcash): New custom group.
8161 (hashcash-default-payment): Add :group.
8162 (hashcash-payment-alist): Ditto.
8163 (hashcash-default-accept-payment): Ditto.
8164 (hashcash-accept-resources): Ditto.
8165 (hashcash-path): Ditto.
8166 (hashcash-extra-generate-parameters): Ditto.
8167 (hashcash-double-spend-database): Ditto.
8168 (hashcash-in-news): Ditto.
8169
8170 * message.el (message-minibuffer-local-map): Add :group.
8171
8172 * netrc.el (netrc): Add :group.
8173
8174 * sieve-manage.el (sieve-manage-log): Add :group.
8175 (sieve-manage-default-user): Diito.
8176 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8177 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8178 (sieve-manage-authenticators): Ditto.
8179 (sieve-manage-authenticator-alist): Ditto.
8180 (sieve-manage-default-port): Ditto.
8181
8182 * sieve-mode.el (sieve-control-commands-face): Add :group.
8183 (sieve-action-commands-face): Ditto.
8184 (sieve-test-commands-face): Ditto.
8185 (sieve-tagged-arguments-face): Ditto.
8186
8187 * smime.el (smime): Add :group.
8188
8189 * spam-report.el (spam-report): Add :group.
8190
8191 * spam.el (spam, spam-face): Add :group.
8192
8193 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8194
8195 * nntp.el (nntp-next-result-arrived-p): Some news servers may
8196 return \n.\n.\n at the end of articles. Protect against that.
8197 (nntp-with-open-group): Allow debugging.
8198
8199 * nnheader.el (mail-header-set-extra): Make into a function
8200 because I just could't understand how to quote the list properly.
8201
8202 * dns.el (query-dns-cached): New function.
8203
8204 2005-05-26 Lute Kamstra <lute@gnu.org>
8205
8206 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8207
8208 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
8209
8210 * gnus-art.el: Don't autoload mail-extract-address-components.
8211
8212 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8213 eval-and-compile to evaluate it.
8214
8215 * hashcash.el: Don't autoload executable-find.
8216
8217 * nndb.el: Don't declare the nndb back end two or more times; don't
8218 autoload news-reply-mode, news-setup, cancel-timer and telnet.
8219
8220 * nntp.el: Autoload format-spec instead of format; use
8221 eval-and-compile to evaluate autoload forms.
8222
8223 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
8224
8225 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8226
8227 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8228
8229 * gnus.el (gnus-version-number): Bump version.
8230
8231 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8232
8233 * gnus.el: No Gnus v0.3 is released.
8234
8235 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
8236
8237 * gnus-art.el (gnus-article-edit-part): Disable undo.
8238
8239 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
8240
8241 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8242 gnus-article-date-lapsed-new-header is t if date timer is active;
8243 skip headers in which the original date value is empty.
8244 (gnus-article-save-original-date): Redefine it as a macro.
8245 (gnus-display-mime): Use it.
8246
8247 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
8248
8249 * gnus-art.el (article-date-ut): Support converting date in
8250 forwarded parts as well.
8251 (gnus-article-save-original-date): New function.
8252 (gnus-display-mime): Use it.
8253
8254 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
8255
8256 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8257 enclosure element of <item>.
8258
8259 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
8260
8261 * message.el (message-kill-buffer-query): Renamed from
8262 `message-kill-buffer-query-if-modified'. Added :version.
8263
8264 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
8265
8266 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8267 window layout.
8268
8269 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8270
8271 * mml.el: Autoload dnd when compiling.
8272
8273 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
8274
8275 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8276 x-dnd-*.
8277
8278 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8279
8280 * qp.el (quoted-printable-encode-region): Save excursion.
8281
8282 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
8283
8284 * message.el (message-kill-buffer-query-if-modified): Add new variable
8285 so the user can kill a modified message buffer quickly.
8286 (message-kill-buffer): Use it.
8287
8288 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
8289
8290 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
8291 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8292
8293 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
8294
8295 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8296 contained in text because xml.el decodes entities) with LFs.
8297
8298 2005-04-11 Lute Kamstra <lute@gnu.org>
8299
8300 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8301 differently.
8302
8303 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8304
8305 * mm-util.el (mm-detect-coding-region): Typo.
8306
8307 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
8308
8309 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8310
8311 2005-04-06 Deepak Goel <deego@gnufans.org>
8312
8313 * spam-stat.el (spam-stat-score-buffer): Add a call to a
8314 user-function allow user modifications of the scores.
8315 (spam-stat-score-buffer-user): New function, to allow
8316 user-computed modifications to the score.
8317 (spam-stat-score-buffer-user-functions): List of additional
8318 scoring functions.
8319 (spam-stat-error-holder): Global temporary error holder.
8320 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8321 variable.
8322
8323 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
8324
8325 * gnus-registry.el (gnus-registry-clean-empty-function)
8326 (gnus-registry-trim, gnus-registry-fetch-groups)
8327 (gnus-registry-delete-group): Groups that match
8328 `gnus-registry-ignored-groups' are removed from the registry
8329 entries, not just ignored for splitting. This helps clean up the
8330 registry. Also, `gnus-registry-fetch-groups' is a convenient way
8331 to get all the groups a message ID is in.
8332
8333 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8334 (spam-stat-split-fancy): Change "threshhold" to "threshold"
8335 (spam-stat-score-buffer-user-functions): Add :number custom type.
8336
8337 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8338
8339 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8340 argument in XEmacs.
8341
8342 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8343 (nnrss-request-group): Decode group name first.
8344 (nnrss-request-article): Make a text/plain article if mml-to-mime
8345 failed.
8346 (nnrss-get-encoding): Return a compatible encoding according to
8347 nnrss-compatible-encoding-alist.
8348 (nnrss-find-el): Use consp instead of listp.
8349 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8350
8351 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8352
8353 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8354 which Emacs 20 doesn't support.
8355 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8356
8357 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
8358
8359 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8360 silence the byte compiler inside the defun.
8361
8362 * gnus-demon.el (parse-time-string): Add autoload.
8363
8364 * gnus-delay.el (parse-time-string): Add autoload.
8365
8366 * gnus-art.el (parse-time-string): Add autoload.
8367
8368 * nnultimate.el (parse-time): Require for `parse-time-string'.
8369
8370 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8371
8372 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8373
8374 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8375
8376 * smime.el (smime-ldap-host-list): Add :version.
8377
8378 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8379
8380 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8381 pass it to `gnus-browse-read-group'.
8382 (gnus-browse-read-group): Add NUMBER argument and pass it to
8383 `gnus-group-read-ephemeral-group'.
8384
8385 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8386 argument and pass it to `gnus-group-read-group'.
8387
8388 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
8389
8390 * mm-util.el (mm-xemacs-find-mime-charset): Only call
8391 mm-xemacs-find-mime-charset-1 if we have the mule feature
8392 available at runtime.
8393
8394 2005-03-25 Werner Lemberg <wl@gnu.org>
8395
8396 * nnmaildir.el: Replace `illegal' with `invalid'.
8397
8398 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8399
8400 * gnus-start.el (gnus-display-time-event-handler):
8401 Check display-time-timer at runtime rather than only at load time
8402 in case display-time-mode is turned off in the mean time.
8403
8404 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8405
8406 * nnimap.el (nnimap-open-connection): Print which authinfo file is
8407 used.
8408
8409 * nneething.el (nneething-map-file-directory): Derive from
8410 `gnus-directory'.
8411
8412 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8413 the To/Cc button.
8414
8415 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
8416
8417 * nnmaildir.el (nnmaildir-request-accept-article):
8418 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8419
8420 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8421
8422 * gnus-async.el: Require timer-funcs at compile time when in
8423 XEmacs for `run-with-idle-timer'.
8424
8425 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8426
8427 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8428 autoloaded function.
8429
8430 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8431
8432 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8433
8434 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
8435
8436 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8437
8438 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8439
8440 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8441 gnus-expert-user to default.
8442
8443 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
8444
8445 * nnimap.el (nnimap-open-server): Ditto.
8446
8447 * imap.el (imap-authenticate): Fix typo.
8448
8449 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
8450
8451 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8452 buffer (since IMAP server might return FETCH response out of
8453 order, and the nntp buffer must be sorted).
8454
8455 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
8456
8457 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8458 comparison on string.
8459
8460 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8461 (gnus-agent-score): Renamed category keywords to match gnus-cus.
8462 (gnus-agent-summary-fetch-series): Modified to protect against
8463 gnus-agent-summary-fetch-group clearing processable flags.
8464 (gnus-agent-synchronize-group-flags): Update live group buffer as
8465 synchronization may occur due to the user toggle the plugged
8466 status.
8467 (gnus-agent-fetch-group-1): Clear downloadable flag when article
8468 successfully downloaded.
8469 (gnus-agent-expire-group-1): Avoid using markers when the overview
8470 is in ascending order; greatly improves performance.
8471 (gnus-agent-regenerate-group): Use
8472 gnus-agent-synchronize-group-flags to reset read status in both
8473 gnus and server.
8474 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8475
8476 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8477
8478 * message.el: Don't autoload former message-utils variables.
8479 (message-strip-subject-trailing-was): Change doc string.
8480
8481 * nnweb.el: Fixes for `gnus-group-make-web-group'.
8482 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
8483 (nnweb-google-search): Add "hl=en" here.
8484 (nnweb-google-parse-1, nnweb-google-create-mapping):
8485 Don't hardcode URL.
8486
8487 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8488
8489 * message.el (message-get-reply-headers, message-followup):
8490 Mention related variables `message-use-followup-to' and
8491 `message-use-mail-followup-to', in the information buffer.
8492
8493 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8494 of broken groups(-beta).google.com.
8495
8496 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8497
8498 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8499 parameter to invoked gnus-request-move-article; remove the
8500 redundant gnus-sum-hint-move-is-internal variable; apply the marks
8501 all at once instead of once per article.
8502 (gnus-summary-remove-process-mark): Accept a list of articles as
8503 well as a single article for processing.
8504
8505 * gnus-int.el (gnus-request-move-article): Add move-is-internal
8506 parameter.
8507
8508 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8509
8510 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8511
8512 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8513 parameter.
8514
8515 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8516 parameter.
8517
8518 * nnimap.el (nnimap-request-move-article): Add move-is-internal
8519 parameter and remove the gnus-sum-hint-move-is-internal variable.
8520
8521 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8522 parameter.
8523
8524 * nndraft.el (nndraft-request-move-article): Add move-is-internal
8525 parameter.
8526
8527 * nndiary.el (nndiary-request-move-article): Add move-is-internal
8528 parameter.
8529
8530 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8531
8532 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8533 parameter.
8534
8535 * nnagent.el (nnagent-request-move-article): Add move-is-internal
8536 parameter.
8537
8538 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
8539
8540 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8541 a more conservative way.
8542
8543 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8544
8545 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8546 buffer, so it moves the window's cursor.
8547
8548 2005-02-26 Arne Jørgensen <arne@arnested.dk>
8549
8550 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8551 `mm-dissect-multipart' and receive the from field as an (optional)
8552 argument from `mm-dissect-multipart'.
8553 (mm-dissect-multipart): Receive the from field as an argument and
8554 pass it on when we call `mm-dissect-buffer' on MIME parts.
8555 Fixes verification/decryption of signed/encrypted MIME parts.
8556
8557 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
8558
8559 * gnus-sum.el (gnus-summary-move-article): Set
8560 gnus-sum-hint-move-is-internal for gnus-request-move-article and
8561 whatever it calls (right now, only nnimap-request-move article
8562 respects it).
8563
8564 * nnimap.el (nnimap-request-move-article): When
8565 gnus-sum-hint-move-is-internal is set, don't do the extra
8566 nnimap-request-article.
8567
8568 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
8569
8570 * nnheader.el (nnheader-find-file-noselect): Add doc string.
8571
8572 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8573 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8574
8575 * gnus-sum.el (gnus-summary-caesar-message):
8576 Apply `gnus-treat-article' after rotation.
8577
8578 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8579 doc string.
8580
8581 2005-02-22 Simon Josefsson <jas@extundo.com>
8582
8583 * encrypt.el (encrypt-password-cache-expiry): Remove (use
8584 `password-cache-expiry' instead). Reported by Arne Jørgensen
8585 <arne@arnested.dk>.
8586 (encrypt): Add password-cache and password-cache-expiry as group
8587 members.
8588
8589 2005-02-22 Arne Jørgensen <arne@arnested.dk>
8590
8591 * smime.el (smime-ldap-host-list): Doc fix.
8592 (smime-ask-passphrase): Use `password-read-and-add' to read (and
8593 cache) password.
8594 (smime-sign-region): Use it.
8595 (smime-decrypt-region): Use it.
8596 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8597 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8598 fails.
8599 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8600 certificate from DER to PEM format rather than calling openssl.
8601
8602 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8603
8604 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8605 for signing/encryption.
8606
8607 * mml.el (mml-parse-1): Use them.
8608
8609 2005-02-21 Arne Jørgensen <arne@arnested.dk>
8610
8611 * nnrss.el (nnrss-verbose): Removed.
8612 (nnrss-request-group): Use `nnheader-message' instead.
8613
8614 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
8615
8616 * nnrss.el (nnrss-verbose): New variable.
8617 (nnrss-request-group): Make it say nnrss is requesting a group.
8618
8619 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
8620
8621 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8622 Handle news URL with given port correctly.
8623
8624 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8625
8626 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8627 containing special characters.
8628
8629 * gnus-sum.el (gnus-summary-edit-article): Ditto.
8630
8631 * mml.el (mime-to-mml): Ditto.
8632
8633 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8634 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8635 (rfc2047-decode-region): Quote decoded words containing special
8636 characters when rfc2047-quote-decoded-words-containing-tspecials
8637 is non-nil.
8638
8639 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
8640
8641 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8642
8643 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8644
8645 2005-02-15 Simon Josefsson <jas@extundo.com>
8646
8647 * nnimap.el (nnimap-debug): Doc fix.
8648
8649 * imap.el (imap-debug): Doc fix.
8650
8651 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
8652
8653 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8654
8655 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8656
8657 * gnus.el (spam-contents): Improve docs for spam-contents
8658 parameter in its variable incarnation.
8659
8660 2005-02-14 Simon Josefsson <jas@extundo.com>
8661
8662 * smime-ldap.el: Use require instead of load-library for ldap.
8663 (smime-ldap-search): Indent.
8664 (smime-ldap-search-internal): Shorten line.
8665
8666 * smime.el (smime-cert-by-dns): Add doc-string.
8667 (smime-cert-by-ldap-1): Indent.
8668
8669 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8670 mml-smime-get-dns-ldap.
8671 (mml-smime-encrypt-query): Use new function. Default to ldap.
8672
8673 2005-02-14 Arne Jørgensen <arne@arnested.dk>
8674
8675 * smime.el: Require smime-ldap.
8676 (smime-ldap-host-list): New variable.
8677 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8678
8679 * mml-smime.el (mml-smime-encrypt-query): New function.
8680 (mml-smime-encrypt-query): Use it.
8681
8682 * smime-ldap.el: New file.
8683
8684 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8685
8686 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8687
8688 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8689
8690 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8691 argument in doc string. Make query for type more clear.
8692
8693 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
8694
8695 * gnus.el (gnus-group-startup-message): Search for gnus images in
8696 etc/images/gnus.
8697 * mm-util.el (mm-image-load-path): Likewise.
8698 * smiley.el (smiley-data-directory): Search for smilies in
8699 etc/images/smilies.
8700
8701 2005-02-09 Kim F. Storm <storm@cua.dk>
8702
8703 Change Emacs release version from 21.4 to 22.1 throughout.
8704 Change Emacs development version from 21.3.50 to 22.0.50.
8705
8706 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
8707
8708 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8709
8710 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8711 non-Mule XEmacs as well.
8712 (mm-decompress-buffer): Signal an error intentionally if it does
8713 not decompress compressed data because auto-compression-mode is
8714 disabled.
8715
8716 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
8717
8718 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8719 an ID in the registry even if it has no groups.
8720
8721 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
8722
8723 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8724 merge it into mm-decompress-buffer.
8725 (gnus-mime-copy-part): Use the MIME part charset, the value which
8726 a user specified or gnus-newsgroup-charset for decoding, like
8727 gnus-mime-inline-part does; set buffer-file-coding-system to tell
8728 save-buffer what was used. Suggested by Kevin Ryde
8729 <user42@zip.com.au>.
8730 (gnus-mime-inline-part): Allow the name parameter as well as the
8731 filename parameter; force decompressing of compressed data; always
8732 display contents being not decoded as unibyte.
8733
8734 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8735 as well as the filename parameter.
8736
8737 * mm-util.el (mm-decompress-buffer): Merge
8738 gnus-mime-jka-compr-maybe-uncompress.
8739 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8740 of compressed data.
8741
8742 2005-02-08 Simon Josefsson <jas@extundo.com>
8743
8744 * imap.el (imap-log): Doc fix.
8745
8746 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8747
8748 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8749 the coding cookies; decompress compressed parts.
8750
8751 * mml.el (mml-generate-mime-1): Add the charset parameter according
8752 to the value which a user specified manually or the coding cookie.
8753
8754 * mm-util.el (mm-string-to-multibyte): New function.
8755 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8756 (mm-coding-system-to-mime-charset): New function.
8757 (mm-decompress-buffer): New function.
8758 (mm-find-buffer-file-coding-system): New function.
8759
8760 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8761 (mm-display-inline-fontify): Rewrite for decoding and decompressing
8762 parts.
8763
8764 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8765
8766 * mm-view.el (mm-display-inline-fontify): Decode a part according
8767 to the charset parameter.
8768
8769 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
8770
8771 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8772 prefix arg is neither nil nor a number, as info specifies.
8773
8774 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
8775
8776 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8777 timestamps.
8778
8779 2005-02-02 Jari Aalto <jari.aalto@cante.net>
8780
8781 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8782 groups error checking and notify user.
8783
8784 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
8785
8786 * message.el (message-send-mail-function): Check existence of
8787 sendmail-program first before using default value
8788 `message-send-mail-with-sendmail'. Otherwise use more generic
8789 `smtpmail-send-it'.
8790
8791 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8792
8793 * nntp.el (nntp-request-update-info): Always return nil.
8794
8795 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
8796
8797 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8798
8799 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8800
8801 * message.el (message-beginning-of-line): Change the behavior when
8802 invoked between BOL and : so that it first moves backward.
8803
8804 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8805
8806 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8807 article buffer when editing of the article is discarded.
8808 (gnus-article-prepare): Revert.
8809
8810 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8811
8812 * gnus-art.el (gnus-article-prepare):
8813 Remove message-strip-forbidden-properties from the local hook.
8814
8815 2005-01-27 Simon Josefsson <jas@extundo.com>
8816
8817 * password.el (password-cache-add): Only start one timer per key.
8818 Reported by Derek Atkins <warlord@MIT.EDU>.
8819
8820 2005-01-26 Steve Youngs <steve@sxemacs.org>
8821
8822 * run-at-time.el: Removed. It is no longer needed as
8823 timer-funcs.el in the xemacs-base package has a working version of
8824 `run-at-time'.
8825
8826 * password.el: Require timer-funcs instead of run-at-time in
8827 XEmacs.
8828 Remove `password-run-at-time' macro.
8829 (password-cache-add): Use `run-at-time' instead of
8830 `password-run-at-time'.
8831
8832 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8833 for `run-with-idle-timer'.
8834
8835 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8836 for `run-at-time'.
8837
8838 * mm-url.el: Require timer-funcs at compile time when in XEmacs
8839 for `with-timeout'.
8840
8841 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8842
8843 * mml.el (mml-generate-mime-1): Convert string into unibyte when
8844 inserting " *mml*" buffer's contents into a unibyte temp buffer.
8845
8846 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
8847
8848 * mail-source.el (mail-source-fetch-imap): Search for ^From case
8849 sensitively.
8850
8851 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
8852
8853 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8854
8855 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
8856
8857 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8858 which will be inserted according to the multibyteness of a buffer
8859 rather than the type of contents. Suggested by ARISAWA Akihiro
8860 <ari@mbf.ocn.ne.jp>.
8861
8862 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8863 of string which old xml.el may return rather than a string.
8864
8865 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8866
8867 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8868
8869 2005-01-16 Simon Josefsson <jas@extundo.com>
8870
8871 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8872 idn/idna.el isn't available.
8873 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
8874 <michael@waxrat.com>.
8875
8876 * hashcash.el: Remove non-FSF copyright header.
8877
8878 * hashcash.el (hashcash-extra-generate-parameters): New variable.
8879 (hashcash-generate-payment): Use it.
8880 (hashcash-generate-payment-async): Use it.
8881
8882 2005-01-15 Simon Josefsson <jas@extundo.com>
8883
8884 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8885 Suggested by Raymond Scholz <ray-2005@zonix.de>.
8886
8887 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8888 gnus-summary-idna-message.
8889 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8890 (gnus-summary-idna-message): New function.
8891
8892 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8893
8894 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8895 gnus-novice-user.
8896
8897 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
8898
8899 * nnrss.el (nnrss-request-delete-group): Delete entries in
8900 nnrss-group-alist as well.
8901 (nnrss-save-server-data): Insert newline.
8902
8903 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
8904
8905 * gnus.el (gnus-user-agent): Use list of symbols instead of
8906 symbols. Display full version number for (S)XEmacs. Optionally
8907 display (S)XEmacs codename.
8908
8909 * gnus-util.el (gnus-emacs-version): Update for new
8910 `gnus-user-agent'.
8911
8912 * gnus-msg.el (gnus-extended-version): Make it possible to omit
8913 Gnus version.
8914
8915 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
8916
8917 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
8918 which is unreadable in some setups.
8919
8920 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8921
8922 * gnus-spec.el (gnus-update-format-specifications): Flush the
8923 group format spec cache if it doesn't support decoded group names.
8924
8925 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8926
8927 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8928 Allow to apply decay on score files matching a regexp.
8929
8930 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
8931
8932 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8933 compatibility in %g and %c.
8934
8935 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
8936
8937 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8938 name for only %g and %c.
8939 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8940 of gnus-tmp-group to decoded group name.
8941 (gnus-group-make-rss-group): Exclude `/'s from group names.
8942
8943 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
8944
8945 * nnrss.el (nnrss-get-encoding): Fix regexp.
8946
8947 2004-12-27 Simon Josefsson <jas@extundo.com>
8948
8949 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8950 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8951 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
8952
8953 2004-12-17 Kim F. Storm <storm@cua.dk>
8954
8955 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8956
8957 * gnus-sum.el (gnus-summary-mode-map): Likewise.
8958
8959 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8960
8961 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8962
8963 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
8964
8965 * nnrss.el: Require rfc2047 and mml.
8966 (nnrss-file-coding-system): New variable.
8967 (nnrss-format-string): Redefine it as an inline function.
8968 (nnrss-decode-group-name): New function.
8969 (nnrss-string-as-multibyte): Remove.
8970 (nnrss-retrieve-headers): Decode group name; don't use
8971 nnrss-format-string.
8972 (nnrss-request-group): Decode group name.
8973 (nnrss-request-article): Decode group name; allow a Message-ID as
8974 well as an article number; don't use nnrss-format-string; encode a
8975 Message-ID string which may contain non-ASCII characters; use
8976 mml-to-mime to compose a MIME article.
8977 (nnrss-request-expire-articles): Decode group name.
8978 (nnrss-request-delete-group): Decode group name.
8979 (nnrss-fetch): Clarify error message.
8980 (nnrss-read-server-data): Use insert-file-contents instead of load;
8981 bind file-name-coding-system; use multibyte buffer.
8982 (nnrss-save-server-data): Bind coding-system-for-write to the
8983 value of nnrss-file-coding-system; bind file-name-coding-system;
8984 add coding cookie.
8985 (nnrss-read-group-data): Use insert-file-contents instead of load;
8986 bind file-name-coding-system; use multibyte buffer.
8987 (nnrss-save-group-data): Bind coding-system-for-write to the
8988 value of nnrss-file-coding-system; bind file-name-coding-system.
8989 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8990 make it work with non-ASCII text.
8991 (nnrss-find-el): Make it work with old xml.el as well.
8992
8993 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8994
8995 * nnrss.el (nnrss-get-encoding): New function.
8996 (nnrss-fetch): Use unibyte buffer initially; bind
8997 coding-system-for-read while performing mm-url-insert; remove ^Ms;
8998 decode contents according to the encoding attribute.
8999 (nnrss-save-group-data): Add coding cookie.
9000 (nnrss-mime-encode-string): New function.
9001 (nnrss-check-group): Use it to encode subject and author.
9002
9003 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
9004
9005 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9006 imaginary variable.
9007
9008 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9009
9010 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9011 correctly even if there are wide characters.
9012
9013 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
9014
9015 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9016 downcased symbol names; make a new cache instead of reusing
9017 bbdb-hashtable.
9018
9019 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
9020
9021 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9022 concatenating segments rather than before concatenating them.
9023 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9024
9025 * message.el (message-get-reply-headers): Bind `extra'.
9026
9027 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9028
9029 * message.el (message-extra-wide-headers): New variable.
9030 (message-get-reply-headers): Use it.
9031
9032 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
9033
9034 * gnus-agent.el (gnus-agent-group-path): Decode group name.
9035 (gnus-agent-group-pathname): Ditto.
9036
9037 * gnus-cache.el (gnus-cache-file-name): Decode group name.
9038
9039 * gnus-group.el (gnus-group-make-group): Decode group name.
9040 (gnus-group-make-rss-group): Register the group data after opening
9041 the nnrss group.
9042
9043 2004-12-17 Paul Jarc <prj@po.cwru.edu>
9044
9045 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9046 by expiry now get marked as read.
9047
9048 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9049
9050 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9051
9052 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
9053
9054 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9055 unify Latin characters in XEmacs.
9056 (mm-find-mime-charset-region): Use it.
9057
9058 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9059
9060 * gnus-util.el (gnus-delete-directory): New function.
9061
9062 * gnus-agent.el (gnus-agent-delete-group): Use it.
9063
9064 * gnus-cache.el (gnus-cache-delete-group): Use it.
9065
9066 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
9067
9068 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9069 names.
9070
9071 2004-12-16 Simon Josefsson <jas@extundo.com>
9072
9073 * hashcash.el (hashcash-payment-alist): Fix custom :type.
9074
9075 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
9076
9077 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9078
9079 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9080 (gnus-group-set-current-level): Decode group name.
9081
9082 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
9083
9084 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9085 failed.
9086
9087 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
9088
9089 * gnus-group.el (gnus-group-delete-group): Decode group name.
9090 (gnus-group-make-rss-group): Encode group name.
9091 (gnus-group-catchup-current): Decode group name.
9092 (gnus-group-kill-group): Decode group name.
9093
9094 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
9095
9096 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9097
9098 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
9099
9100 * gnus-group.el (gnus-group-make-rss-group):
9101 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9102
9103 * gnus-start.el (gnus-setup-news): Honor user's setting to
9104 gnus-message-archive-method. Suggested by Lute Kamstra
9105 <lute@gnu.org>.
9106
9107 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
9108
9109 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9110 global counterparts of the buffer-local variables.
9111
9112 2004-11-16 Romain Francoise <romain@orebokech.com>
9113
9114 * gnus-sum.el (gnus-summary-exit): Don't clear the global
9115 counterparts of the buffer-local variables.
9116
9117 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
9118
9119 * message.el (message-forbidden-properties): Fixed typo in doc
9120 string.
9121
9122 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
9123
9124 * gnus-util.el (gnus-replace-in-string): Added doc string.
9125
9126 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9127 to avoid problems when splitting mails with many recipients.
9128
9129 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9130
9131 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9132 pop-to-buffer, covered by the subsequent gnus-configure-windows.
9133
9134 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
9135
9136 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9137 if there is no hashtable in memory or file modification time is
9138 newer than cached timestamp.
9139
9140 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
9141
9142 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9143 not-matching option.
9144
9145 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
9146
9147 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9148 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9149 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9150 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9151 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
9152 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9153
9154 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
9155
9156 * message.el (message-forward-make-body-mml): Remove headers
9157 according to message-forward-ignored-headers if a message is decoded.
9158
9159 2004-12-02 Romain Francoise <romain@orebokech.com>
9160
9161 * message.el (message-forward-make-body-plain): Always remove
9162 headers according to message-forward-ignored-headers.
9163
9164 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
9165
9166 * spam.el (spam-summary-prepare-exit): Remove the
9167 gnus-summary-limit pop for now, it has problems with ham marks for
9168 me.
9169
9170 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
9171
9172 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9173 correctly.
9174
9175 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
9176
9177 * format-spec.el (format-spec): Message the char.
9178
9179 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
9180
9181 * gnus-art.el (gnus-split-methods): Reformat comments.
9182
9183 * spam.el (spam-summary-prepare-exit): Remove article limits
9184 before exiting the summary buffer.
9185
9186 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
9187
9188 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9189 order to silence the byte compiler.
9190
9191 * spam.el: Fix the way to silence the byte compiler, which
9192 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9193 bbdb-search-simple, spam-BBDB-register-routine,
9194 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9195 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9196 spam-stat-buffer-is-spam, spam-stat-load,
9197 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9198 spam-stat-save and spam-stat-split-fancy.
9199
9200 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
9201
9202 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9203 which may confuse users.
9204 (canlock-password-for-verify): Ditto.
9205
9206 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9207
9208 * gnus-art.el (gnus-emphasis-alist): Ditto.
9209
9210 * gnus-registry.el (gnus-registry-max-entries): Ditto.
9211
9212 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9213
9214 * gnus-start.el (gnus-save-killed-list): Ditto.
9215
9216 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9217 (gnus-sum-thread-tree-root): Ditto.
9218 (gnus-sum-thread-tree-false-root): Ditto.
9219 (gnus-sum-thread-tree-single-indent): Ditto.
9220
9221 * message.el (message-courtesy-message): Ditto.
9222 (message-archive-note): Ditto.
9223 (message-subscribed-address-file): Ditto.
9224 (message-user-fqdn): Ditto.
9225
9226 * spam-report.el (spam-report-gmane-regex): Ditto.
9227
9228 * spam.el (spam-blackhole-good-server-regex): Ditto.
9229
9230 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9231
9232 * mml.el (mml-preview): Widen the message buffer before copying
9233 the contents to the preview buffer; sort headers before previewing.
9234
9235 * message.el (message-hidden-headers): Fix the way to avoid a bug
9236 in the `repeat' widget in Emacs 21.3 or earlier.
9237
9238 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9239
9240 * message.el (message-hidden-headers): Default to "^References:".
9241 Improve customization type. Suggested by Reiner Steib
9242 <Reiner.Steib@gmx.de>.
9243
9244 2004-11-25 Romain Francoise <romain@orebokech.com>
9245
9246 * message.el (message-strip-forbidden-properties): Remove check for
9247 obsolete `message-hidden' text property, hidden headers are not
9248 accessible in the buffer anymore.
9249
9250 2004-11-22 Romain Francoise <romain@orebokech.com>
9251
9252 * message.el (message-header-format-alist): Add `From' in list
9253 so that it can be sorted.
9254 (message-fix-before-sending): Widen and sort headers before
9255 sending.
9256 (message-hide-headers): Use narrowing to hide headers by moving
9257 them to the top of the buffer and narrowing to the region
9258 underneath.
9259
9260 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9261
9262 * message.el (message-strip-forbidden-properties): Bind
9263 buffer-read-only (etc) to nil.
9264
9265 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
9266
9267 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9268 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9269
9270 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
9271
9272 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9273
9274 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9275
9276 * dns.el (query-dns): Use sit-for to time instead of
9277 accept-process-output, since that doesn't seem to work on udp
9278 sockets.
9279
9280 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9281
9282 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9283
9284 2004-11-15 Jesper Harder <harder@ifa.au.dk>
9285
9286 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9287 doc string. Improve doc string.
9288
9289 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9290
9291 * nntp.el (nntp-request-update-info): Return nil if
9292 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9293 may not call gnus-activate-group which uselessly issues the GROUP
9294 commands for all nntp groups and wastes time. Reported by Romain
9295 Francoise <romain@orebokech.com>.
9296
9297 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9298
9299 2004-11-15 Simon Josefsson <jas@extundo.com>
9300
9301 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9302 headers separately.
9303 (gnus-button-openpgp): New function, inspired by Jochen Küpper
9304 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9305
9306 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9307
9308 * gnus-start.el (gnus-convert-old-newsrc):
9309 Assign legacy-gnus-agent to 5.10.7.
9310
9311 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9312
9313 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9314 start of the lines.
9315
9316 2004-11-14 Magnus Henoch <mange@freemail.hu>
9317
9318 * hashcash.el (hashcash-default-payment): Change default to 20
9319 (hashcash-default-accept-payment): Change default to 20
9320 (hashcash-process-alist): New variable
9321 (hashcash-generate-payment-async): Add
9322 (hashcash-already-paid-p): Add
9323 (hashcash-insert-payment): Don't generate payments twice
9324 (hashcash-insert-payment-async): Add
9325 (hashcash-insert-payment-async-2): Add
9326 (hashcash-cancel-async): Add
9327 (hashcash-wait-async): Add
9328 (hashcash-processes-running-p): Add
9329 (hashcash-wait-or-cancel): Add
9330 (mail-add-payment): New optional argument. Conditionally start
9331 asynchronous calculation.
9332 (mail-add-payment-async): Add
9333
9334 * message.el (message-send-mail): Wait for asynchronous hashcash
9335 results. Don't clobber existing X-Hashcash headers.
9336 (message-setup-1): Call mail-add-payment-async when
9337 message-generate-hashcash is non-nil.
9338
9339 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9340
9341 * message.el (message-use-alternative-email-as-from): Examine the
9342 From header as well; use message-make-from in order to include a
9343 user's full name.
9344
9345 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9346
9347 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9348 default; improve customization type.
9349 (gnus-emphasis-custom-with-format): New macro.
9350 (gnus-emphasis-custom-value-to-external): New function.
9351 (gnus-emphasis-custom-value-to-internal): New function.
9352
9353 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9354
9355 * dns.el (query-dns): Resolve reverse addresses.
9356
9357 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9358
9359 * gnus-group.el (gnus-group-get-new-news): Use it.
9360
9361 * gnus-start.el (gnus-check-reasonable-setup): New function.
9362
9363 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
9364
9365 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9366 "Args out of range" error. Reported by Arnaud Giersch
9367 <arnaud.giersch@free.fr>.
9368
9369 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
9370
9371 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9372
9373 2004-11-04 Richard M. Stallman <rms@gnu.org>
9374
9375 * spam.el (spam group): Add :version.
9376
9377 * pgg-def.el (pgg group): Add :version.
9378
9379 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
9380
9381 * gnus-art.el (gnus-article-edit-article): Don't associate the
9382 article buffer with a draft file. This is a temporary measure
9383 against the 2004-08-22 change to gnus-article-edit-mode.
9384
9385 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9386
9387 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9388 (html2text-format-tags): Remove unused variable `attr'.
9389
9390 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9391
9392 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9393
9394 * spam-stat.el (spam-stat): Add :version.
9395
9396 * sieve.el (sieve): Add :version.
9397
9398 * sha1.el (sha1): Add :version.
9399 (sha1-use-external): Remove redundant version.
9400
9401 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9402 (nnmail-cache-ignore-groups, nnmail-spool-hook)
9403 (nnmail-split-fancy-match-partial-words)
9404 (nnmail-split-lowercase-expanded): Add :version.
9405
9406 * nndiary.el (nndiary): Add :version.
9407
9408 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9409
9410 * mml-sec.el (mml-default-sign-method)
9411 (mml-default-encrypt-method, mml-signencrypt-style-alist):
9412 Add :version.
9413
9414 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9415
9416 * mm-url.el (mm-url-use-external, mm-url-program)
9417 (mm-url-arguments): Add :version.
9418
9419 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9420 (mm-attachment-file-modes, mm-decrypt-option)
9421 (mm-w3m-safe-url-regexp): Add :version.
9422
9423 * message.el (message-cite-prefix-regexp)
9424 (message-sendmail-envelope-from, message-minibuffer-local-map)
9425 (message-user-fqdn, message-completion-alist): Add :version.
9426
9427 * gnus-win.el (gnus-configure-windows-hook)
9428 (gnus-use-frames-on-any-display): Add :version.
9429
9430 * gnus-art.el (gnus-article-address-banner-alist)
9431 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9432 (gnus-treat-from-picon, gnus-treat-mail-picon)
9433 (gnus-treat-x-pgp-sig): Add :version.
9434
9435 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9436 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9437 (gnus-summary-article-delete-hook)
9438 (gnus-summary-display-while-building): Add :version.
9439
9440 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9441 (gnus-get-top-new-news-hook): Add :version.
9442
9443 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9444 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9445
9446 * gnus-registry.el (gnus-registry): Add :version.
9447
9448 * gnus-spec.el (gnus-use-correct-string-widths)
9449 (gnus-make-format-preserve-properties): Add :version.
9450
9451 * gnus.el (gnus-group-charter-alist)
9452 (gnus-group-fetch-control-use-browse-url)
9453 (gnus-install-group-spam-parameters): Add :version.
9454
9455 * gnus-diary.el (gnus-diary): Add :version.
9456
9457 * gnus-delay.el (gnus-delay): Add :version.
9458
9459 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9460 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9461 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9462 Add :version.
9463
9464 * gnus-agent.el (gnus-agent-max-fetch-size)
9465 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9466 (gnus-agent-prompt-send-queue): Add :version.
9467
9468 * deuglify.el (gnus-outlook-deuglify): Add :version.
9469
9470 * html2text.el: Beautify code. Improve doc strings. Some
9471 checkdoc cleanup.
9472 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9473
9474 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
9475
9476 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9477
9478 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
9479
9480 * gnus-registry.el (gnus-registry-hashtb): Create the registry
9481 when package is loaded.
9482
9483 * spam.el (spam-summary-score-preferred-header): Add global preference
9484 for people who want to override the default SpamAssassin over
9485 Bogofilter preference (when both are set).
9486 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9487 (spam-user-format-function-S): Check
9488 spam-summary-score-preferred-header.
9489 (spam-extra-header-to-number): Add X-Bogosity header parsing.
9490 (spam-user-format-function-S): Format the score correctly.
9491
9492 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
9493
9494 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9495 signature file. Suggested by Manoj Srivastava
9496 <srivasta@golden-gryphon.com>.
9497
9498 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9499 iso-2022-jp even in the Japanese language environment.
9500 Suggested by Jason Rumney <jasonr@gnu.org>.
9501
9502 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
9503
9504 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9505 use the same characters as the dummy marks; make it free from
9506 getting affected by the language environment.
9507 (gnus-summary-read-group-1): Update mark positions only when the
9508 format spec is updated.
9509
9510 * gnus-spec.el (gnus-update-format-specifications): Return a list
9511 of updated types.
9512
9513 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
9514
9515 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9516 of boundp to check if display-warning is available.
9517
9518 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
9519
9520 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9521
9522 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
9523
9524 * nnspool.el (nnspool-spool-directory): Use news-path if the
9525 news-directory variable is not bound.
9526
9527 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9528 function instead of display-warning if it is not available.
9529
9530 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9531
9532 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9533 v5-10: Use `point-at-bol'.
9534
9535 2004-10-26 Simon Josefsson <jas@extundo.com>
9536
9537 * hashcash.el: Fix URL in comment, reported by Cheng Gao
9538 <chenggao@gmail.com>.
9539
9540 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9541
9542 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
9543 instead.
9544
9545 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
9546
9547 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9548 to remove a server from the nnimap-server-buffer-alist.
9549 (nnimap-open-connection, nnimap-close-server): Use it.
9550
9551 * gnus-encrypt.el: Remove file in favor of encrypt.el.
9552
9553 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
9554
9555 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9556 running the major-mode function.
9557
9558 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9559
9560 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9561 dummy marks in the right way.
9562
9563 2004-10-18 David Edmondson <dme@dme.org>
9564
9565 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9566 excessively.
9567
9568 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
9569
9570 * gnus-util.el (gnus-split-references): Accept a nil references
9571 string and go on blissfully.
9572
9573 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9574 cases where the references string is non-nil but has no references.
9575
9576 * encrypt.el: Add autoload tags.
9577
9578 * spam.el (spam-resolve-registrations-routine): Remove article
9579 from unregistration list too. Reported by David Hanak
9580 <dhanak@isis.vanderbilt.edu>
9581
9582 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
9583
9584 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9585 nil. Changed custom type.
9586
9587 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
9588
9589 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9590
9591 * gnus-sum.el (gnus-summary-move-article): Use it.
9592
9593 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
9594
9595 * encrypt.el: Add autoload cookies.
9596
9597 * spam.el (spam-backend-article-list-property)
9598 (spam-backend-get-article-todo-list)
9599 (spam-backend-put-article-todo-list)
9600 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9601 Resolve registrations separately.
9602 (spam-register-routine): Format comments.
9603 (spam-unregister-routine, spam-register-routine): Always call with
9604 specific-articles, no default list.
9605 (spam-summary-prepare-exit): Use the spam-classifications function.
9606
9607 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9608 gnus-encrypt.el.
9609
9610 * encrypt.el: Copied from gnus-encrypt.el.
9611
9612 * gnus-encrypt.el: Commented that it's obsolete.
9613
9614 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9615
9616 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9617 (gnus-score-save): Use it.
9618
9619 * message.el (message-bury): Use `window-dedicated-p'.
9620
9621 2004-10-15 Simon Josefsson <jas@extundo.com>
9622
9623 * pop3.el (top-level): Don't require nnheader.
9624 (pop3-read-timeout): Add.
9625 (pop3-accept-process-output): Add.
9626 (pop3-read-response, pop3-retr): Use it.
9627
9628 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
9629
9630 * spam.el (spam-register-routine): Move comment.
9631 (spam-verify-bogofilter): Use 'unknown for the initial
9632 spam-bogofilter-valid state, not 'never.
9633
9634 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9635 for netrc-machine.
9636
9637 * nnimap.el (nnimap-open-connection): Use
9638 netrc-machine-user-or-password.
9639
9640 2004-10-17 Richard M. Stallman <rms@gnu.org>
9641
9642 * gnus-registry.el (gnus-registry-unload-hook):
9643 Set as a variable with add-hook.
9644
9645 * nnspool.el (nnspool-spool-directory): Use news-directory instead
9646 of news-path.
9647
9648 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9649
9650 * spam.el: Delete duplicate `provide'.
9651 (spam-unload-hook): Set as a variable with add-hook.
9652
9653 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9654
9655 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9656 in the doc string.
9657
9658 * message.el (message-ignored-news-headers)
9659 (message-ignored-supersedes-headers)
9660 (message-ignored-resent-headers)
9661 (message-forward-ignored-headers): Improve custom type.
9662
9663 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9664
9665 * message.el (message-tokenize-header): Fix 2004-09-06 change
9666 which used point-min in the wrong place.
9667
9668 2004-10-12 Simon Josefsson <jas@extundo.com>
9669
9670 * tls.el (tls-certtool-program): New variable.
9671 (tls-certificate-information): New function, based on
9672 ssl-certificate-information.
9673
9674 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9675
9676 * compface.el: Move the version of ELisp-based uncompface program
9677 to the contrib directory because of the copyright problem.
9678
9679 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9680
9681 * message.el (message-kill-buffer): Raise the current frame.
9682
9683 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9684
9685 * gnus-sum.el: Mention that multibyte characters don't work as marks.
9686
9687 * gnus.el (message-y-or-n-p): Autoload.
9688
9689 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9690 (pop3-password-required, pop3-authentication-scheme)
9691 (pop3-leave-mail-on-server): Made customizable.
9692 (pop3): New custom group.
9693 (pop3-retr): Remove `sleep-for' statements.
9694 Suggested by Dave Love <fx@gnu.org>.
9695
9696 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9697 Windows/DOS.
9698
9699 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9700 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
9701 Dave Love <fx@gnu.org>.
9702
9703 * mml.el (mml-minibuffer-read-disposition): Require match.
9704 Suggested by Dave Love <fx@gnu.org>.
9705
9706 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
9707
9708 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
9709 doc string.
9710
9711 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9712
9713 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9714
9715 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9716
9717 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9718 instead of calling `mm-insert-inline', to decode text/* parts
9719 before displaying them.
9720
9721 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9722
9723 * mm-uu.el (mm-uu-text-plain-type): New variable.
9724 (mm-uu-pgp-signed-extract-1): Use it.
9725 (mm-uu-pgp-encrypted-extract-1): Use it.
9726 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9727 bind mm-uu-text-plain-type with that value.
9728 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9729 mm-uu-dissect.
9730
9731 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9732
9733 * gnus-group.el (gnus-update-group-mark-positions):
9734 * gnus-sum.el (gnus-update-summary-mark-positions):
9735 * message.el (message-check-news-body-syntax):
9736 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9737 of string-as-multibyte.
9738
9739 2004-10-05 Juri Linkov <juri@jurta.org>
9740
9741 * gnus-group.el (gnus-update-group-mark-positions):
9742 * gnus-sum.el (gnus-update-summary-mark-positions):
9743 * message.el (message-check-news-body-syntax):
9744 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9745 8-bit unibyte values to a multibyte string for search functions.
9746
9747 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9748
9749 * mm-uu.el (mm-uu-dissect): Allow optional arg.
9750 (mm-uu-dissect-text-parts): New function.
9751
9752 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9753 dissect text parts.
9754
9755 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9756 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9757
9758 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9759
9760 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9761 gnus-current-topics instead of gnus-current-topic.
9762
9763 2004-10-06 Jesper Harder <harder@ifa.au.dk>
9764
9765 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9766
9767 2004-10-05 Jesper Harder <harder@ifa.au.dk>
9768
9769 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9770 where approriate.
9771
9772 * nnml.el (nnml-generate-active-info): do.
9773
9774 * nndiary.el (nndiary-generate-active-info): do.
9775
9776 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9777 (gnus-topic-move): do.
9778
9779 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9780 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9781
9782 * gnus-srvr.el (gnus-server-prepare)
9783 (gnus-server-open-all-servers): do.
9784
9785 * gnus-msg.el (gnus-summary-cancel-article)
9786 (gnus-summary-resend-message)
9787 (gnus-summary-mail-crosspost-complaint): do.
9788
9789 * gnus-move.el (gnus-change-server): do.
9790
9791 * gnus-group.el (gnus-group-unmark-all-groups)
9792 (gnus-group-set-current-level): do.
9793
9794 2004-10-04 Simon Josefsson <jas@extundo.com>
9795
9796 * message.el (message-generate-hashcash): Doc fix.
9797
9798 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
9799
9800 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9801 avoid infinite recursion via gnus-get-function.
9802
9803 2004-10-02 Jesper Harder <harder@ifa.au.dk>
9804
9805 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9806
9807 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9808
9809 * nnmail.el (nnmail-split-history): do.
9810
9811 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9812 (nnml-request-delete-group): do.
9813
9814 * nnslashdot.el (nnslashdot-read-groups): do.
9815
9816 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9817 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9818
9819 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9820 (nnspool-sift-nov-with-sed): Use last
9821 (nnspool-retrieve-headers-with-nov): Use mapc.
9822 (nnspool-request-newgroups): Use dolist.
9823 (nnspool-request-group): Use last.
9824
9825 * nntp.el (nntp-read-server-type): Use dolist.
9826
9827 * nnvirtual.el (nnvirtual-create-mapping)
9828 (nnvirtual-update-read-and-marked): Use dolist.
9829 (nnvirtual-convert-headers): Simplify.
9830
9831 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9832
9833 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9834 support for sync'ing tick marks.
9835
9836 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9837
9838 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9839 there's no visible header.
9840
9841 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9842
9843 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9844 necessary, pass full group name to gnus-request-set-marks.
9845
9846 2004-10-01 Simon Josefsson <jas@extundo.com>
9847
9848 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
9849 acroread.
9850
9851 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9852
9853 * spam-report.el (spam-report-gmane): Fix interactive.
9854
9855 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9856
9857 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9858 when writing file.
9859 (gnus-agent-synchronize-flags): Don't default to being
9860 interactive.
9861
9862 2004-09-30 Simon Josefsson <jas@extundo.com>
9863
9864 * message.el (message-generate-hashcash): Add.
9865 (message-send-mail): Use it, call mail-add-payment.
9866
9867 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9868
9869 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9870
9871 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
9872
9873 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9874 gnus-requst-update-info with explicit code to sync the in-memory
9875 info read flags with the marks being sync'd to the backend.
9876
9877 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9878
9879 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9880
9881 * spam.el (spam-verify-bogofilter): Add new function.
9882 (spam-check-bogofilter)
9883 (spam-bogofilter-register-with-bogofilter): Use it.
9884 (spam-verify-bogofilter): Add small fixes.
9885
9886 2004-09-28 Simon Josefsson <jas@extundo.com>
9887
9888 * hashcash.el (hashcash-generate-payment): Revert.
9889
9890 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9891
9892 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9893 gnus-extract-references instead of gnus-split-references.
9894
9895 * gnus-util.el (gnus-extract-references): Add new function, analogous
9896 to gnus-split-references but extracts only the message-ID without
9897 anything extra.
9898
9899 * hashcash.el (hashcash-generate-payment)
9900 (hashcash-check-payment): Do the right thing if hashcash-path is
9901 nil (because the hashcash program could not be found).
9902
9903 * spam.el (spam-use-hashcash): Remove comment.
9904
9905 2004-09-27 Jesper Harder <harder@ifa.au.dk>
9906
9907 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9908 (gnus-cache-enter-article, gnus-cache-remove-article)
9909 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9910
9911 * gnus-async.el (gnus-async-prefetch-remove-group): do.
9912
9913 * gnus-art.el (article-hide-boring-headers)
9914 (article-translate-strings, article-display-face)
9915 (gnus-article-mime-match-handle-first)
9916 (gnus-article-highlight-headers)
9917 (gnus-article-add-buttons-to-head): do.
9918
9919 2004-09-27 Simon Josefsson <jas@extundo.com>
9920
9921 * hashcash.el: New version, from
9922 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
9923 ../contrib/.
9924
9925 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9926
9927 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9928
9929 2004-09-26 Jesper Harder <harder@ifa.au.dk>
9930
9931 * gnus-dup.el (gnus-dup-open): Use mapc.
9932 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9933
9934 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9935 Reported by Stefan Wiens <s.wi@gmx.net>.
9936
9937 * gnus.el (gnus-shutdown): Use dolist.
9938
9939 * gnus-undo.el (gnus-undo): Use mapc.
9940
9941 * nnrss.el (nnrss-generate-active): do.
9942
9943 * message.el (message-cite-original-without-signature)
9944 (message-cite-original): Use mapc.
9945 (message-do-actions, message-make-forward-subject): Use dolist.
9946
9947 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9948
9949 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9950 deletion to remove entire duplicate line. Fixes merged article
9951 number bug.
9952
9953 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9954
9955 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9956 servers that are offline. Avoids having gnus-agent-toggle-plugged
9957 first ask if you want to open a server and then, even when you
9958 responded with no, asking if you want to synchronize the server's
9959 flags.
9960 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9961 multi-line expressions.
9962 (gnus-agent-synchronize-group-flags): New internal function.
9963 Updates marks in memory (in the info structure) AND in the
9964 backend.
9965
9966 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9967
9968 * nnagent.el (nnagent-request-set-mark): Use
9969 gnus-agent-synchronize-group-flags, not backend's request-set-mark
9970 method, to ensure that synchronization updates marks in the
9971 backend and in the info (in memory) structure.
9972
9973 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9974
9975 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9976 convention fully; don't miss the root article of a thread; make
9977 the X-Draft-From header with correct article numbers.
9978
9979 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
9980
9981 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9982 unless plugged. Disable the agent so that an open failure causes
9983 an error.
9984
9985 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9986 Reverted 2004-09-21 change. The backend must be opened while
9987 synchronizing flags even when the backend stores the flags
9988 locally.
9989
9990 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9991
9992 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9993 in `header' match. Reported by Svend Tollak Munkejord.
9994
9995 * message.el (message-cite-original): Fix use of
9996 `message-cite-articles-with-x-no-archive'.
9997
9998 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9999
10000 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10001 (gnus-window-to-buffer): Ditto.
10002
10003 * mml.el (mml-preview-buffer): New variable.
10004 (mml-preview): Manage window layout with gnus-buffer-configuration.
10005
10006 * gnus-msg.el (gnus-setup-message): Put article numbers into the
10007 X-Draft-From header even if those articles aren't quoted.
10008
10009 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
10010
10011 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10012 (gnus-request-set-mark, gnus-request-update-mark): Use new
10013 g-s-t-u-l-m to decide to use backend even when unplugged.
10014
10015 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
10016
10017 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10018 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
10019
10020 2004-09-20 Simon Josefsson <jas@extundo.com>
10021
10022 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10023 "utf-16-le".
10024
10025 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
10026
10027 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10028
10029 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
10030
10031 * uudecode.el (uudecode-use-external): Add :version.
10032
10033 * smime.el (smime-CA-file, smime-encrypt-cipher)
10034 (smime-dns-server): Add :version.
10035
10036 * smiley.el (gnus-smiley-file-types): Add :version.
10037
10038 * sha1.el (sha1-use-external): Add :version.
10039
10040 * pgg-def.el (pgg-query-keyserver): Add :version.
10041
10042 * nnmail.el (nnmail-fancy-expiry-targets)
10043 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10044 Add :version.
10045
10046 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10047 (nnimap-retrieve-groups-asynchronous): Add :version.
10048 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
10049
10050 * mml.el (mml-content-disposition-parameters)
10051 (mml-insert-mime-headers-always): Add :version.
10052
10053 * mm-util.el (mm-coding-system-priorities): Add :version.
10054
10055 * mm-decode.el (mm-inline-text-html-with-images)
10056 (mm-keep-viewer-alive-types, mm-external-terminal-program)
10057 (mm-verify-option): Add :version.
10058 (mm-text-html-renderer): Change :version.
10059
10060 * message.el (message-fcc-externalize-attachments)
10061 (message-required-headers, message-draft-headers)
10062 (message-subject-trailing-was-query)
10063 (message-subject-trailing-was-ask-regexp)
10064 (message-subject-trailing-was-regexp, message-mark-insert-begin)
10065 (message-mark-insert-end, message-archive-header)
10066 (message-archive-note, message-cross-post-default)
10067 (message-cross-post-note, message-followup-to-note)
10068 (message-cross-post-note-function, message-use-mail-followup-to)
10069 (message-subscribed-address-functions)
10070 (message-subscribed-address-file, message-subscribed-addresses)
10071 (message-subscribed-regexps, message-allow-no-recipients)
10072 (message-yank-cited-prefix, message-signature-insert-empty-line)
10073 (message-hidden-headers, message-hierarchical-addresses)
10074 (message-mail-user-agent, message-use-idna)
10075 (message-valid-fqdn-regexp)
10076 (message-strip-special-text-properties, message-header-synonyms)
10077 (message-beginning-of-line, message-tab-body-function): Add :version.
10078 (message-insert-canlock, message-wide-reply-confirm-recipients):
10079 Change :version.
10080
10081 * mail-source.el (mail-source-ignore-errors): Add :group, :type
10082 and :version.
10083 (mail-source-delete-old-incoming-confirm)
10084 (mail-source-movemail-program): Add :version.
10085
10086 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10087 (gnus-agent-cache, gnus-agent): Change :version.
10088
10089 * gnus-util.el (gnus-use-byte-compile): Change :version.
10090
10091 * gnus-sum.el (gnus-summary-make-false-root-always)
10092 (gnus-summary-default-high-score)
10093 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10094 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10095 (gnus-read-all-available-headers, gnus-article-emulate-mime)
10096 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10097 (gnus-sum-thread-tree-single-indent)
10098 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10099 (gnus-sum-thread-tree-leaf-with-other)
10100 (gnus-sum-thread-tree-single-leaf): Add :version.
10101 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10102 (gnus-article-loose-mime): Change :version.
10103
10104 * gnus-start.el (gnus-backup-startup-file)
10105 (gnus-save-startup-file-via-temp-buffer): Add :version.
10106
10107 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10108 (gnus-server-offline-face): Add :version.
10109
10110 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10111
10112 * gnus-msg.el (gnus-gcc-externalize-attachments)
10113 (gnus-debug-files, gnus-debug-exclude-variables)
10114 (gnus-discouraged-post-methods): Change :version.
10115 (gnus-confirm-mail-reply-to-news)
10116 (gnus-confirm-treat-mail-like-news): Add :version.
10117
10118 * gnus-int.el (gnus-server-unopen-status): Add :version.
10119
10120 * gnus-group.el (gnus-group-jump-to-group-prompt)
10121 (gnus-large-ephemeral-newsgroup)
10122 (gnus-fetch-old-ephemeral-headers): Add :version.
10123
10124 * gnus-fun.el (gnus-x-face-directory)
10125 (gnus-convert-pbm-to-x-face-command)
10126 (gnus-convert-image-to-x-face-command)
10127 (gnus-convert-image-to-face-command): Add :version.
10128
10129 * gnus-delay.el (gnus-delay-default-hour): Add :version.
10130
10131 * gnus-cite.el (gnus-cite-blank-line-after-header)
10132 (gnus-article-boring-faces): Add :version.
10133
10134 * gnus-art.el (gnus-buttonized-mime-types)
10135 (gnus-inhibit-mime-unbuttonizing)
10136 (gnus-treat-display-face)
10137 (gnus-treat-body-boundary): Change :version.
10138 (gnus-body-boundary-delimiter, gnus-picon-databases)
10139 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10140 (gnus-treat-date-english, gnus-treat-fold-headers)
10141 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10142 (gnus-treat-mail-picon, gnus-treat-wash-html)
10143 (gnus-article-encrypt-protocol)
10144 (gnus-use-idna, gnus-article-over-scroll)
10145 (gnus-mime-display-multipart-alternative-as-mixed)
10146 (gnus-mime-display-multipart-related-as-mixed)
10147 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10148 (gnus-ctan-url, gnus-button-ctan-handler)
10149 (gnus-button-handle-ctan-bogus-regexp)
10150 (gnus-button-ctan-directory-regexp)
10151 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10152 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10153 (gnus-button-man-level, gnus-button-emacs-level)
10154 (gnus-button-message-level, gnus-button-browse-level): Add :version.
10155
10156 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10157 (gnus-agent-go-online): Change :version.
10158 (gnus-agent-expire-unagentized-dirs)
10159 (gnus-agent-auto-agentize-methods): Add :version.
10160
10161 * flow-fill.el (fill-flowed-display-column)
10162 (fill-flowed-encode-column): Add :version.
10163
10164 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10165 (gnus-outlook-deuglify-unwrap-max)
10166 (gnus-outlook-deuglify-cite-marks)
10167 (gnus-outlook-deuglify-unwrap-stop-chars)
10168 (gnus-outlook-deuglify-no-wrap-chars)
10169 (gnus-outlook-deuglify-attrib-cut-regexp)
10170 (gnus-outlook-deuglify-attrib-verb-regexp)
10171 (gnus-outlook-deuglify-attrib-end-regexp)
10172 (gnus-outlook-display-hook): Add :version.
10173
10174 * binhex.el (binhex-use-external): Add :version.
10175
10176 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
10177
10178 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10179 and `invisible'.
10180
10181 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10182
10183 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10184 in gnus-registry-trim.
10185
10186 2004-09-13 Simon Josefsson <jas@extundo.com>
10187
10188 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10189
10190 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10191
10192 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10193 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10194 <yamaoka@jpl.org>.
10195 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10196 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10197 <yamaoka@jpl.org>.
10198
10199 * sieve.el (sieve-manage-mode): Ditto.
10200
10201 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
10202
10203 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10204
10205 2004-09-11 Simon Josefsson <jas@extundo.com>
10206
10207 * dns-mode.el: Add.
10208
10209 * mm-view.el (mm-display-dns-inline): Add.
10210
10211 * mm-decode.el (mm-inline-media-tests): Add text/dns.
10212 (mm-automatic-display): Ditto.
10213
10214 * mailcap.el (mailcap-mime-data): Add text/dns.
10215 (mailcap-mime-extensions): Map .soa to text/dns.
10216
10217 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
10218
10219 * gnus-art.el (article-decode-mime-words, article-babel)
10220 (gnus-article-highlight-signature, gnus-article-add-buttons)
10221 (gnus-signature-toggle): Remove unnecessary bindings of
10222 `inhibit-read-only' inherited from v5.10 merge.
10223
10224 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
10225
10226 * nntp.el (nntp): New customization group.
10227 (nntp-authinfo-file): Add customization group.
10228
10229 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10230
10231 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10232
10233 * gnus.el (to-address, to-list, subscribed)
10234 (large-newsgroup-initial): Ditto.
10235
10236 * flow-fill.el (fill-flowed-display-column)
10237 (fill-flowed-encode-column): Ditto.
10238
10239 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10240
10241 * message.el (message-tokenize-header, message-send-mail-with-qmail):
10242 Use point-min rather than 1.
10243 (message-send-mail): Use buffer-size rather than point-max.
10244
10245 * gnus-sum.el (gnus-summary-search-article-forward):
10246 Signal a specific `search-failed' rather than a generic `error'.
10247
10248 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10249 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10250 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10251
10252 2004-09-10 Simon Josefsson <jas@extundo.com>
10253
10254 * nndb.el (require): Remove tcp and duplicate cl.
10255
10256 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10257
10258 * gnus-agent.el (directory-files-and-attributes): Move forward.
10259
10260 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
10261
10262 * gnus-agent.el (directory-files-and-attributes): Optionally
10263 defined to support XEmacs.
10264
10265 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
10266
10267 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10268 to avoid run-time CL dependencies.
10269 (gnus-agent-unfetch-articles): New function.
10270 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10271 article numbers even when local .overview file is missing.
10272 (gnus-agent-read-article-number): New function. Only accepts
10273 27-bit article numbers.
10274 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10275 gnus-agent-read-article-number.
10276 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10277 from backend while recognizing that article numbers in .overview
10278 must be valid.
10279 (gnus-agent-update-files-total-fetched-for): Use
10280 directory-files-and-attributes to improve performance.
10281 * gnus-int.el (gnus-request-move-article): Use
10282 gnus-agent-unfetch-articles in place of gnus-agent-expire to
10283 improve performance.
10284
10285 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10286 some users confused by references to .newsrc when they only have a
10287 .newsrc.eld file.
10288 (gnus-convert-mark-converter-prompt)
10289 (gnus-convert-converter-needs-prompt): Fixed use of property list.
10290 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10291 New function. Used internally to only display 'gnus converting
10292 files' message when actually necessary.
10293
10294 * gnus-sum.el (): Removed (require 'gnus-agent) as required
10295 methods now autoloaded.
10296
10297 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
10298
10299 * gnus-sum.el (gnus-summary-insert-subject): Remove list
10300 identifiers.
10301
10302 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
10303
10304 * gnus-picon.el: Fix indentation and closing parenthesis.
10305
10306 2004-09-01 Simon Josefsson <jas@extundo.com>
10307
10308 * message.el (message-canlock-generate): Require sha1, not
10309 sha1-el. (Can we get rid of this require altogether? It is ugly
10310 to require within a function. Sadly, if sha1.el isn't loaded, the
10311 let binding in m-c-g will hide the defcustom definition, which is
10312 bad.)
10313
10314 * canlock.el: Require sha1, not sha1-el.
10315
10316 * message.el: Don't autoload sha1 (there is a autoload cookie in
10317 sha1.el).
10318
10319 * sha1-el.el: Renamed to sha1.el.
10320
10321 2004-08-30 Juanma Barranquero <lektu@terra.es>
10322
10323 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10324
10325 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10326
10327 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10328
10329 2004-08-30 Kim F. Storm <storm@cua.dk>
10330
10331 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10332
10333 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10334 Add :group 'nnimap.
10335
10336 2004-08-30 Andreas Schwab <schwab@suse.de>
10337
10338 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10339 ?* and ?\;.
10340
10341 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10342 and ?\' to symbol instead of whitespace.
10343
10344 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
10345
10346 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10347
10348 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10349 instead of re-search-forward.
10350
10351 * gnus-uu.el (gnus-uu-save-article): Ditto.
10352 (gnus-uu-post-encode-uuencode): Ditto.
10353
10354 * html2text.el (html2text-clean-list-items): Ditto.
10355 (html2text-clean-dtdd): Ditto.
10356 (html2text-format-tags): Ditto.
10357
10358 * message.el (message-send-mail-with-sendmail): Fix regexp.
10359 (message-fill-field-general): Use search-forward instead of
10360 re-search-forward.
10361 (unbold-region): Ditto.
10362
10363 * nnrss.el (nnrss-request-article): Ditto.
10364
10365 * nnslashdot.el (nnslashdot-request-article): Ditto.
10366
10367 * nnweb.el (nnweb-gmane-wash-article): Ditto.
10368
10369 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10370 "Unrecognized menu descriptor" error in XEmacs.
10371
10372 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
10373
10374 * gnus-sum.el (gnus-read-header): Don't remove a header for the
10375 parent article of a sparse article in the thread hashtb.
10376
10377 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
10378
10379 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10380 (nnmail-expand-newtext): Lowercase expanded entries if
10381 nnmail-split-lowercase-expanded is non-nil.
10382
10383 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
10384
10385 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10386
10387 * gnus-group.el (gnus-group-line-format-alist): Convert the value
10388 of gnus-tmp-news-method into string under XEmacs. It will be
10389 passed to gnus-correct-length which takes only a string argument.
10390
10391 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
10392
10393 * gnus-util.el (gnus-bind-print-variables): New macro.
10394 (gnus-prin1): Use it.
10395 (gnus-prin1-to-string): Use it.
10396 (gnus-pp): New function.
10397 (gnus-pp-to-string): New function.
10398
10399 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10400 Replace pp-to-string with gnus-pp-to-string.
10401 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10402 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10403 * gnus-msg.el (gnus-debug): Ditto.
10404 * gnus-score.el (gnus-score-save): Ditto.
10405 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10406 gnus-pp-to-string.
10407 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10408 with gnus-pp.
10409 * score-mode.el (gnus-score-pretty-print): Ditto.
10410 * webmail.el (webmail-debug): Ditto.
10411
10412 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10413
10414 * gnus-art.el (article-display-face, article-display-x-face):
10415 Use buffer-read-only.
10416
10417 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
10418
10419 * gnus-art.el (article-hide-list-identifiers):
10420 Bind inhibit-read-only as t.
10421
10422 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
10423
10424 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10425
10426 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10427
10428 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10429 (gnus-narrow-to-page): Don't assume point-min == 1.
10430 (gnus-article-edit-mode): Derive from message-mode.
10431
10432 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10433 point-min == 1.
10434
10435 * imap.el (imap-parse-address-list, imap-parse-body-ext):
10436 Disable incorrect use of `assert'.
10437
10438 * message.el (message-mode): Set comment-start-skip.
10439
10440
10441 2004-08-22 Sam Steingold <sds@gnu.org>
10442
10443 * pop3.el (pop3-leave-mail-on-server): New user variable.
10444 (pop3-movemail): Delete mail only when it is nil.
10445
10446 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
10447
10448 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10449
10450 * mml.el (mml-preview): Use `pop-to-buffer'.
10451
10452 * message.el (message-goto-mail-followup-to): Insert after "To".
10453 (message-carefully-insert-headers): Add comment.
10454
10455 * gnus.el: Remove unused variable `gnus-article-check-size'.
10456
10457 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10458
10459 * gnus-art.el (gnus-button-alist): Improve
10460 `gnus-button-handle-library' entry.
10461
10462 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
10463
10464 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10465 downcase, since XEmacs capitalizes error messages differently.
10466
10467 2004-08-18 Jesper Harder <harder@ifa.au.dk>
10468
10469 * nntp.el: Add (require 'gnus) due to reference to
10470 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
10471
10472 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
10473
10474 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10475 `mm-fill-flowed'.
10476
10477 * mm-decode.el (mm-dissect-singlepart): Check it.
10478
10479 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
10480
10481 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10482 'imap' for netrc parsing.
10483
10484 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
10485
10486 * mailcap.el (mailcap-mime-data): Mark as risky.
10487
10488 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
10489
10490 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10491 may be included in the encoded word.
10492 (rfc2047-encode): Don't append a space if the encoded word
10493 includes close parenthesis.
10494
10495 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
10496
10497 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10498 of text within parentheses.
10499
10500 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
10501
10502 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10503 (gnus-encrypt-write-file-contents): Make the password key the file
10504 name PLUS the cipher, not just the cipher. Also remove failed
10505 passwords from the cache.
10506
10507 2004-08-06 Simon Josefsson <jas@extundo.com>
10508
10509 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
10510 fix.
10511
10512 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
10513
10514 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10515 LWSP.
10516
10517 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
10518
10519 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10520 to append in-reply-to: data to the references: header.
10521
10522 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10523 (netrc-parse): Use gnus-encrypt.el functions.
10524
10525 * gnus-encrypt.el: Add new file for encryption support; currently
10526 does only a few GPG ciphers and an internal XOR cipher.
10527
10528 * password.el: Add comments on using password-read-and-add.
10529 (password-read-and-add): Add function to read and add the
10530 password to the cache at once.
10531
10532 2004-07-28 Simon Josefsson <jas@extundo.com>
10533
10534 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10535 parameter (but don't use it, for now).
10536
10537 * imap.el (imap-ssl-open): Use imap-process-connection-type,
10538 instead of hard coding to nil.
10539
10540 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10541
10542 * mm-view.el (mm-inline-image-emacs): Open lines under an image
10543 as mm-inline-image-xemacs does.
10544
10545 2004-07-26 Simon Josefsson <jas@extundo.com>
10546
10547 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10548 Revert part of 2004-07-17 change below.
10549
10550 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
10551
10552 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
10553 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10554
10555 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10556
10557 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10558 quotes that actually start with ">" at the beginning of the
10559 lines.
10560
10561 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10562
10563 * rfc2047.el (rfc2047-encode-region): Fix last change.
10564 (rfc2047-encode-parameter): Remove useless concat.
10565
10566 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
10567
10568 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10569 encode special characters; fix some kind of misconfigured headers;
10570 signal a real error if debug-on-quit or debug-on-error is non-nil.
10571 (rfc2047-encode-max-chars): New variable.
10572 (rfc2047-encode-1): Use it.
10573 (rfc2047-encode-parameter): New function.
10574
10575 * mml.el (mml-insert-parameter): Remove an excessive space.
10576
10577 2004-07-17 Simon Josefsson <jas@extundo.com>
10578
10579 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10580 Kai Grossjohann <kai@emptydomain.de>.
10581 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10582 (gnus-group-make-menu-bar): Ditto.
10583
10584 * gnus-util.el (gnus-group-server): Add.
10585
10586 2004-07-16 Jesper Harder <harder@ifa.au.dk>
10587
10588 * message.el (message-clone-locals): Clone sendmail and smtp
10589 variables.
10590
10591 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10592
10593 * rfc2047.el (rfc2047-encode-region): Fix last change.
10594
10595 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10596
10597 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10598 characters as non-special.
10599
10600 2004-07-09 Simon Josefsson <jas@extundo.com>
10601
10602 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10603 Users will lose all flag changes made while unplugged with
10604 e.g. nntp unless flag synchronization happens, thus `nil' is not a
10605 good default. See numerous reports on ding mailing list.
10606
10607 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
10608
10609 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10610 add generate-head-function and generate-article-function to the
10611 rfc822-forward entry.
10612 (nndoc-rfc822-forward-generate-article): New function.
10613 (nndoc-rfc822-forward-generate-head): New function.
10614
10615 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10616
10617 2004-07-06 Dan Christensen <jdc@uwo.ca>
10618
10619 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10620 respect display group parameter and gnus-summary-expunge-below.
10621 (gnus-articles-to-read): Remove unused reference to display group
10622 parameter.
10623
10624 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10625
10626 * nnheader.el (nnheader-uniquify-message-id): New experimental
10627 variable.
10628 (nnheader-nov-read-message-id): Use it.
10629
10630 * spam-report.el (spam-report-gmane): Add interactive.
10631
10632 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10633
10634 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10635 qp-or-base64 for the application/* types.
10636
10637 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
10638
10639 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10640
10641 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
10642
10643 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10644 trim value.
10645
10646 2004-01-25 Paul Jarc <prj@po.cwru.edu>
10647
10648 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10649 New macro and function.
10650 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10651
10652 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10653
10654 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10655 after-load-alist.
10656
10657 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10658
10659 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10660 update info that isn't there.
10661
10662 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
10663
10664 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10665 entry.
10666
10667 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10668
10669 * mm-view.el (mm-inline-render-with-function): Use multibyte
10670 buffer; decode html source by charset.
10671
10672 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10673
10674 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10675 Mule-UCS is loaded under XEmacs.
10676 (mm-mime-mule-charset-alist): Avoid duplicated entries.
10677
10678 2004-06-28 Jesper Harder <harder@ifa.au.dk>
10679
10680 * nnheader.el (nnheader-max-head-length): Increase to 8192.
10681
10682 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
10683
10684 * mm-util.el (mm-coding-system-p): Return a coding-system.
10685 (mm-mime-mule-charset-alist): Use shift_jis instead of
10686 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10687 entries for the mime charsets iso-2022-jp-3 and shift_jis.
10688 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10689 instead of japanese-shift-jis and iso-latin-1 respectively in
10690 order to share the default value with both Emacs and XEmacs-mule.
10691 (mm-mule-charset-to-mime-charset): Make
10692 mm-coding-system-priorities effective.
10693 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10694 while predicating of candidates upon the priorities.
10695
10696 2004-06-27 Jesper Harder <harder@ifa.au.dk>
10697
10698 * gnus-sum.el (gnus-summary-make-menu-bar): Add
10699 gnus-uu-invert-processable.
10700
10701 * gnus.el: Autoload gnus-uu-invert-processable.
10702
10703 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
10704
10705 * mm-util.el (mm-with-multibyte-buffer): New macro.
10706
10707 * rfc2047.el (rfc2047-encode-string): Use it.
10708 (rfc2047-encode-region): Move point to the end of the region after
10709 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10710
10711 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10712
10713 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10714 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10715
10716 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10717
10718 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10719 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
10720 Karl Chen <quarl@nospam.quarl.org>.
10721
10722 2004-06-23 Jesper Harder <harder@ifa.au.dk>
10723
10724 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10725 invalid addresses.
10726
10727 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
10728
10729 * spam.el: Change section markers, revise TODO list.
10730 (spam-backends): Make new master list of all installed backends.
10731 (spam-summary-exit-behavior): Add new variable to determine how
10732 messages moves are done at summary exit.
10733 (spam-move-spam-nonspam-groups-only)
10734 (spam-process-ham-in-nonham-groups)
10735 (spam-process-ham-in-spam-groups): Remove variables, the
10736 spam-summary-exit-behavior variable should be used to manage this
10737 behavior.
10738 (spam-old-ham-articles, spam-old-spam-articles): Remove.
10739 (spam-old-articles): Add variable, replacing spam-old-ham-articles
10740 and spam-old-spam-articles.
10741 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10742 Add empty variables, placeholders for the backends they represent.
10743 (spam-set-difference): Move, unchanged.
10744 (spam-list-of-processors): Declare OBSOLETE, not used anymore
10745 unless the user has a processor variable.
10746 (spam-classifications, spam-classification-valid-p)
10747 (spam-backend-properties, spam-backend-property-valid-p)
10748 (spam-backend-function-type-valid-p)
10749 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10750 (spam-report-articles-gmane, spam-report-articles-resend):
10751 Remove functions, they are not needed.
10752 (spam-install-backend-super, spam-backend-list)
10753 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10754 (spam-backend-function, spam-backend-ham-registration-function)
10755 (spam-backend-spam-registration-function)
10756 (spam-backend-ham-unregistration-function)
10757 (spam-backend-spam-unregistration-function)
10758 (spam-backend-statistical-p, spam-backend-mover-p)
10759 (spam-install-backend-alias, spam-install-checkonly-backend)
10760 (spam-install-mover-backend, spam-install-nocheck-backend)
10761 (spam-install-backend, spam-install-statistical-backend)
10762 (spam-install-statistical-checkonly-backend): Add backend installation
10763 support.
10764 (spam-summary-prepare-exit): Rewrite to use the new backend code.
10765 (spam-group-processor-p): Use the new backend code and respect the
10766 summary exit behavior.
10767 (spam-mark-spam-as-expired-and-move-routine): Remove.
10768 (spam-summary-prepare): Change to use the new spam-old-articles
10769 variable.
10770 (spam-copy-or-move-routine, spam-copy-spam-routine)
10771 (spam-move-spam-routine, spam-copy-ham-routine)
10772 (spam-move-ham-routine): Add code to copy/move ham or spam.
10773 (spam-fetch-field-fast): Improve doc and code, plus allow the
10774 'number request.
10775 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10776 variables.
10777 (spam-split, spam-find-spam): Use the new backend code.
10778 (spam-registration-functions): Remove variable.
10779 (spam-unregister-routine): Add convenience wrapper.
10780 (spam-log-undo-registration, spam-register-routine)
10781 (spam-log-processing-to-registry)
10782 (spam-log-unregistration-needed-p): Rename "check" to "backend"
10783 where possible.
10784 (spam-check-gmane-xref, spam-check-regex-headers)
10785 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10786 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10787 (spam-check-bogofilter-headers, spam-check-spamoracle)
10788 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10789 (spam-check-crm114-headers): Use the spam-split-group that
10790 spam-split prepares, no need to determine it every time.
10791
10792 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10793 to the nnheader-parse-naked-head call.
10794
10795 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10796
10797 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10798 the nnheader-nov-read-message-id call.
10799
10800 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
10801
10802 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10803 gnus-activate-group twice. Suggested by Markus Peter
10804 <warp@spin.de>.
10805
10806 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
10807
10808 * gnus-art.el (gnus-article-time-format): Exchange the order of
10809 day and month in the default value; fix customization type.
10810 (article-date-ut): Use add-text-properties.
10811 (article-make-date-line): Use message-make-date instead of
10812 current-time-string.
10813
10814 * message.el (message-fetch-field): Don't use set-text-properties.
10815 (message-make-date): Simplify.
10816
10817 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
10818
10819 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10820 (rfc2047-encode-region): Treat text within parentheses as special;
10821 show the original text when error has occurred.
10822
10823 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10824 already-computed method to gnus-activate-group.
10825
10826 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10827 same select-methods identical Lisp objects.
10828
10829 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10830 object when modifying the info.
10831
10832 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10833
10834 * gnus-srvr.el (gnus-server-set-info): Remove the server from
10835 gnus-opened-servers since it has never been opened with the new
10836 configuration yet.
10837
10838 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10839
10840 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10841 arg to nnheader-generate-fake-message-id.
10842
10843 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
10844
10845 * nnheader.el (nnheader-generate-fake-message-id): Accept a
10846 number and build a fake message ID localized to a group and
10847 article number (so it's repeatable from that point on).
10848 (nnheader-fake-message-id-p): Change regex to accommodate new fake
10849 ID format.
10850
10851 * gnus-sum.el (gnus-get-newsgroup-headers): Call
10852 nnheader-generate-fake-message-id with the article number.
10853
10854 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
10855
10856 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10857 end-of-buffer.
10858
10859 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10860
10861 * message.el (message-ignored-supersedes-headers): Add Approved.
10862
10863 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10864
10865 * rfc2047.el (rfc2047-encode-message-header): Remove useless
10866 goto-char.
10867 (rfc2047-encode): Fold the line before encoding.
10868
10869 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10870
10871 * rfc2047.el (rfc2047-encode-message-header): Disabled header
10872 folding -- not all headers can be folded, and this should be done
10873 by the message composition mode. Probably. I think.
10874
10875 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
10876
10877 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10878 fast.
10879
10880 * gnus-ems.el (gnus-remove-image): Don't use
10881 message-text-with-property; remove only the image found first.
10882
10883 2004-06-09 Jesper Harder <harder@ifa.au.dk>
10884
10885 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10886
10887 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
10888
10889 * message.el (message-text-with-property): Make it fast and accept
10890 optional arguments.
10891 (message-strip-forbidden-properties): Use it.
10892 (message-fix-before-sending): Follow the m-t-w-p change.
10893
10894 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10895
10896 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10897
10898 * gnus-art.el (article-hide-headers): Don't change the buffer
10899 mistakenly when performing mml-preview even if
10900 gnus-single-article-buffer is nil.
10901
10902 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
10903
10904 * message.el (message-expand-name-databases): New user option.
10905 (message-expand-name): Use it.
10906
10907 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
10908
10909 * spam.el (spam-report-articles-resend)
10910 (spam-report-resend-register-routine): Allow ham reporting.
10911 (spam-report-resend-register-ham-routine): Add wrapper.
10912 (spam-registration-functions): Add ham resending functions.
10913 (spam-list-of-processors): Add ham resend processor.
10914
10915 * gnus.el (ham-resend-to): Add new group parameter.
10916 (spam-process): Add ham resend option.
10917
10918 * spam-report.el (spam-report-resend): Allow reporting ham.
10919 (spam-report-resend-ham): Add wrapper.
10920
10921 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10922
10923 * message.el (message-cite-articles-with-x-no-archive): New
10924 variable.
10925 (message-cite-original): Use it.
10926
10927 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10928
10929 * message.el (message-cite-original): Respect X-No-Archive.
10930
10931 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10932
10933 * gnus-art.el (article-hide-headers): Refer to the values for
10934 gnus-ignored-headers and gnus-visible-headers in the summary
10935 buffer since a user may have set them as group parameters.
10936
10937 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
10938
10939 * assistant.el (assistant-node-name): Add convenience function.
10940 (assistant-render-text, assistant-render-node): Add error handling,
10941 plus handle multiple next nodes.
10942 (assistant-find-next-node): Comment out for now.
10943 (assistant-find-next-nodes): Add function, returns list of next
10944 nodes.
10945
10946 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
10947
10948 * mail-source.el (mail-source-directory): Fix doc-string.
10949
10950 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
10951
10952 * assistant.el (assistant-render-text, assistant-eval): Add :set
10953 widget type, which is different because it takes and returns a
10954 list. Much hilarity ensues.
10955
10956 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
10957
10958 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10959
10960 * gnus-group.el (gnus-group-get-new-news-this-group): Added
10961 doc-string.
10962
10963 * gnus-start.el (gnus-activate-group): Added doc-string.
10964
10965 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10966
10967 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10968
10969 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
10970
10971 * assistant.el (assistant-render-text): Try to add a :set
10972 widget, more to come.
10973
10974 * spam.el (spam-group-spam-contents-p): Handle empty groupname
10975 strings.
10976 (spam-report-articles-resend)
10977 (spam-register-routine): Do registration iff any articles warrant
10978 it.
10979 (spam-summary-prepare-exit): Change log message for nil group
10980 destinations.
10981
10982 2004-05-27 Daniel Pittman <daniel@rimspace.net>
10983
10984 * spam.el (spam-report-resend-register-routine): Allow
10985 spam-report-resend-to to be a group parameter or a global value.
10986
10987 2004-05-26 Simon Josefsson <jas@extundo.com>
10988
10989 * starttls.el: Merge with my GNUTLS based starttls.el.
10990 (starttls-gnutls-program, starttls-use-gnutls)
10991 (starttls-extra-arguments, starttls-process-connection-type)
10992 (starttls-connect, starttls-failure, starttls-success): New
10993 variables.
10994 (starttls-program, starttls-extra-args): Doc fix.
10995 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10996 functions.
10997 (starttls-negotiate, starttls-open-stream): Check
10998 `starttls-use-gnutls' and pass on to corresponding *-gnutls
10999 function if it is set.
11000
11001 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
11002
11003 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11004 structured fields.
11005
11006 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
11007
11008 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11009
11010 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
11011
11012 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11013 variable.
11014 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
11015 assigning the spam-mark to new messages.
11016
11017 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
11018
11019 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11020
11021 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
11022
11023 * rfc2047.el (rfc2047-encodable-p): Don't move point.
11024 (rfc2047-decode): Treat the ascii coding-system as raw-text by
11025 default.
11026
11027 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
11028
11029 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11030 correct data.
11031
11032 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
11033
11034 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11035 (spam-group-processor-p): Fix function.
11036 (spam-group-processor-multiple-p)
11037 (spam-group-spam-processor-report-gmane-p)
11038 (spam-group-spam-processor-report-resend-p)
11039 (spam-group-spam-processor-bogofilter-p)
11040 (spam-group-spam-processor-blacklist-p)
11041 (spam-group-spam-processor-ifile-p)
11042 (spam-group-ham-processor-ifile-p)
11043 (spam-group-spam-processor-spamoracle-p)
11044 (spam-group-spam-processor-crm114-p)
11045 (spam-group-ham-processor-bogofilter-p)
11046 (spam-group-spam-processor-stat-p)
11047 (spam-group-ham-processor-stat-p)
11048 (spam-group-ham-processor-whitelist-p)
11049 (spam-group-ham-processor-BBDB-p)
11050 (spam-group-ham-processor-spamoracle-p)
11051 (spam-group-ham-processor-copy-p): Remove functions with some
11052 prejudice against unneeded code.
11053 (spam-report-articles-resend)
11054 (spam-report-resend-register-routine): Allow the group/topic
11055 spam-resend-to value to override spam-report-resend-to.
11056 (spam-summary-prepare-exit): Invoke spam-group-processor-p
11057 properly now.
11058
11059 * gnus.el (spam-resend-to): Add group/topic parameter.
11060 (spam-process): Move the OBSOLETE processors to the end of the
11061 choices.
11062
11063 2004-05-24 Daniel Pittman <daniel@rimspace.net>
11064
11065 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11066 with resend-to set to nil, and then ask the user if necessary.
11067 (spam-report-resend): spam-report-resend takes a list of articles, not
11068 separate article numbers.
11069
11070 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
11071
11072 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11073 addition to emacs-w3m.
11074
11075 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11076
11077 * assistant.el (assistant-authinfo-data): New function.
11078 (assistant-eval): Eval for entire assistant.
11079
11080 * netrc.el (netrc-services-file): New variable.
11081 (netrc-parse-services): New function.
11082 (netrc-find-service-name): New function.
11083 (netrc-find-service-number): New function.
11084 (netrc-port-equal): New function.
11085 (netrc-machine): Use it.
11086
11087 * nnimap.el (nnimap-open-connection): Use netrc.
11088
11089 * gnus-util.el (gnus-netrc-get): Remove aliases.
11090
11091 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11092
11093 * assistant.el (wid-edit): Fix compilation.
11094
11095 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11096
11097 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
11098
11099 * gnus-util.el (gnus-set-file-modes): New function. (small
11100 patch).
11101
11102 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11103
11104 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11105
11106 * assistant.el (assistant-render-node): Fix up rendering and
11107 read-only text.
11108 (assistant-render-node): Reset.
11109 (assistant-make-read-only): Not sticky.
11110
11111 2004-05-20 Danny Siu <dsiu@adobe.com>
11112
11113 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11114 centered even when gnus-auto-center-summary is t
11115
11116 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11117
11118 * dns.el (dns-get-txt-answer): New function.
11119 (dns-read-txt): Ditto.
11120 (query-dns): Use it.
11121
11122 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
11123
11124 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11125 active for foreign groups even if the group level is higher than
11126 the specified value.
11127
11128 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11129
11130 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11131 non-active groups.
11132
11133 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11134
11135 2004-05-20 Magnus Henoch <mange@freemail.hu>
11136
11137 * dns.el (dns-read-type): Add support for SVR. (small patch)
11138
11139 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
11140
11141 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11142 (spam-crm114-header, spam-crm114-spam-switch)
11143 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11144 (spam-crm114-positive-spam-header)
11145 (spam-crm114-database-directory, spam-list-of-processors)
11146 (spam-group-spam-processor-crm114-p)
11147 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11148 (spam-generic-score, spam-list-of-checks)
11149 (spam-list-of-statistical-checks, spam-registration-functions)
11150 (spam-check-crm114-headers, spam-crm114-score)
11151 (spam-check-crm114, spam-crm114-register-with-crm114)
11152 (spam-crm114-register-spam-routine)
11153 (spam-crm114-unregister-spam-routine)
11154 (spam-crm114-register-ham-routine)
11155 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
11156 asjo@koldfront.dk (Adam Sjøgren).
11157
11158 * gnus.el: Add spam-use-crm114.
11159
11160 * spam.el (spam-list-of-processors, spam-registration-functions):
11161 Add spam-use-resend.
11162 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11163 (spam-report-articles-gmane): Add doc fix.
11164 (spam-report-articles-resend, spam-report-resend-register-routine):
11165 Add wrappers around spam-report-resend-to.
11166
11167 * spam-report.el (spam-report-resend-to, spam-report-resend):
11168 Add support for resending spam.
11169 (spam-report-gmane): Fix line length >80.
11170
11171 * gnus.el (spam-process): Add spam-use-resend.
11172
11173 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11174
11175 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11176 number of processed spam messages.
11177 (spam-ham-copy-or-move-routine): Return the number of processed
11178 ham messages.
11179 (spam-summary-prepare-exit): Use the above values to decide
11180 whether status messages shouled be displayed.
11181
11182 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
11183
11184 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11185 `rfc2047-encoding-function-alist' in order to avoid conflicting
11186 with the old version.
11187 (rfc2047-encode-region): Concatenate words containing non-ASCII
11188 characters in structured fields; don't encode space-delimited
11189 ASCII words even in unstructured fields; don't break words at
11190 char-category boundaries.
11191 (rfc2047-encode-1): New function.
11192 (rfc2047-encode): Use it; encode text so that it occupies the
11193 maximum width within 76-column; work correctly on Q encoding for
11194 iso-2022-* charsets.
11195 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11196 sure not to break a line just after the header name.
11197 (rfc2047-b-encode-region): Removed.
11198 (rfc2047-b-encode-string): New function.
11199 (rfc2047-q-encode-region): Removed.
11200 (rfc2047-q-encode-string): New function.
11201
11202 * mm-util.el (mm-replace-in-string): New function.
11203
11204 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11205
11206 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11207 get it right.
11208 (gnus-inews-make-draft): Really.
11209
11210 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
11211
11212 * nnmh.el (nnmh-request-list-1): Don't check the link count
11213 before descending. (small patch)
11214
11215 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11216
11217 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11218 stuff.
11219
11220 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11221 on real group name.
11222
11223 * gnus-art.el (gnus-signature-limit): Doc fix.
11224
11225 * gnus-msg.el (gnus-inews-make-draft): Quote list.
11226
11227 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11228
11229 * gnus-draft.el (gnus-draft-send): Bind
11230 rfc2047-encode-encoded-words.
11231
11232 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11233 (rfc2047-encodable-p): Say that =? needs encoding.
11234 (rfc2047-encode-encoded-words): New variable.
11235
11236 * gnus-group.el (gnus-group-select-group): Doc fix.
11237
11238 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11239
11240 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11241 to nil.
11242
11243 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11244
11245 * nnheader.el (nnheader-get-lines-and-char): New function.
11246
11247 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
11248
11249 * gnus-msg.el (gnus-summary-followup-with-original): Document
11250 yanking of region when active.
11251
11252 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
11253
11254 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11255 groups if the group level is higher than the specified value.
11256
11257 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11258
11259 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11260 (gnus-group-jump-to-group): Added prefix argument using
11261 `gnus-group-jump-to-group-prompt'. Query before jumping to
11262 non-active group.
11263
11264 * compface.el (uncompface): Be verbose when changing
11265 `uncompface-use-external'.
11266
11267 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11268 handle manual section.
11269
11270 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11271
11272 * gnus-art.el (gnus-button-alist): Revert previous change.
11273
11274 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11275
11276 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11277
11278 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11279
11280 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11281 whether backend can accept message.
11282
11283 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11284
11285 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
11286
11287 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11288 Avoid creating directory when nntp-marks-is-evil is true.
11289 Reported by Reiner Steib.
11290
11291 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11292
11293 * gnus-picon.el (gnus-picon-style): New variable.
11294 (gnus-picon-insert-glyph): Added optional `nostring' argument.
11295 (gnus-picon-transform-address): Support `gnus-picon-style'. From
11296 Jesper Harder <harder@ifa.au.dk>.
11297
11298 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11299
11300 * message.el (message-fill-field): Return point.
11301 (message-generate-headers): Go to end of field.
11302
11303 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11304 stuff for non-living groups.
11305
11306 2004-05-18 Jesper Harder <harder@ifa.au.dk>
11307
11308 * gnus-art.el (gnus-article-followup-with-original)
11309 (gnus-article-reply-with-original): gnus-mark-active-p ->
11310 gnus-region-active-p.
11311
11312 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
11313
11314 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11315 only when there is spam or ham to be processed.
11316
11317 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11318
11319 * mail-source.el (mail-source-delete-crash-box): Refactor.
11320 (mail-source-fetch): Use it.
11321 (mail-source-fetch-file): Ditto.
11322 (mail-source-fetch-directory): Run postscript in loop.
11323 (mail-source-fetch-pop): Delete.
11324 (mail-source-fetch-maildir): Ditto.
11325 (mail-source-fetch-imap): Ditto.
11326
11327 * imap.el (imap-authenticators): Comment out sasl.
11328
11329 * message.el (message-skip-to-next-address): New function.
11330 (message-fill-header-address): Refactor.
11331 (message-fill-address): Use it.
11332 (message-delete-address): Use it.
11333 (message-fill-header-general): Refactor.
11334 (message-fill-field-address): Rename.
11335 (message-narrow-to-field): Find the start of the header.
11336 (message-header-format-alist): Don't pre-fill.
11337 (message-fill-header): Removed.
11338 (message-insert-header): New function.
11339 (message-shorten-references): Use it.
11340
11341 * rfc2047.el (rfc2047-field-value): Strip props.
11342
11343 * mail-parse.el (mail-header-make-address): New alias.
11344
11345 * ietf-drums.el (ietf-drums-make-address): New function.
11346
11347 * imap.el: Add compiler directives.
11348
11349 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11350
11351 * gnus-art.el (article-decode-idna-rhs): Don't use
11352 message-idna-inside-rhs-p.
11353
11354 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11355
11356 * message.el (message-idna-inside-rhs-p): Removed.
11357 (message-idna-to-ascii-rhs-1): Use proper address parsing.
11358
11359 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11360 false positives.
11361
11362 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11363
11364 * imap.el (imap-sasl-make-mechanisms): Use sasl.
11365
11366 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11367
11368 * nneething.el (nneething-file-name): Don't create spurious
11369 files.
11370
11371 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11372 (gnus-inews-do-gcc): Remove sleep.
11373
11374 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11375 part under point.
11376
11377 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11378 (gnus-agent-regenerate-group): Using nil messages aren't valid.
11379
11380 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
11381
11382 * spam.el (spam-summary-prepare-exit): Fixed (length).
11383
11384 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
11385
11386 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11387 as expired without moving it" message when there are spam
11388 messages left.
11389
11390 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
11391
11392 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11393 header is not nil.
11394
11395 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
11396
11397 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11398 nntp-possibly-create-directory, not nntp-possibly-change-group.
11399 (nntp-marks-changed-p): New arg SERVER.
11400 (nntp-request-update-info): Adjust caller.
11401
11402 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
11403
11404 * nntp.el (nntp-save-marks): Pass missing arg.
11405
11406 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
11407
11408 * nntp.el: Support marks.
11409 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11410 (nntp-marks-modtime, nntp-marks-directory): New variables.
11411 (nntp-request-set-mark, nntp-request-update-info)
11412 (nntp-possibly-create-directory, nntp-marks-changed-p)
11413 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11414 functions.
11415
11416 2004-05-12 Jesper Harder <harder@ifa.au.dk>
11417
11418 * gnus-score.el (gnus-score-insert-help): Use
11419 gnus-select-lowest-window.
11420
11421 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11422 appt-select-lowest-window and rename to gnus-select-lowest-window.
11423
11424 * gnus.el: do.
11425
11426 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11427
11428 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11429 encodings of MIME-encoded words, in order to improve
11430 interoperability with several broken MUAs.
11431
11432 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11433
11434 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11435 tags, only when charsets are not specified in headers.
11436 (mm-inline-text-html-render-with-w3m): Ditto.
11437
11438 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11439
11440 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11441 instead of MIME-decoded from fields when checking
11442 `gnus-article-address-banner-alist'.
11443
11444 2004-05-03 Jesper Harder <harder@ifa.au.dk>
11445
11446 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11447 description rather than subject.
11448
11449 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11450
11451 * gnus.el (gnus-version-number): Bump.
11452
11453 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
11454
11455 * gnus.el: No Gnus v0.2 is released.
11456
11457 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11458
11459 * gnus-agent.el (gnus-agent-read-agentview): Inline
11460 gnus-uncompress-range.
11461
11462 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11463
11464 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11465 `exec-installed-p'.
11466
11467 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11468
11469 * gnus.el (spam-process, spam-autodetect-methods): Add
11470 bsfilter and bsfilter-headers.
11471
11472 * spam.el (spam-bsfilter): New customize group.
11473 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11474 (spam-bsfilter-header, spam-bsfilter-probability-header)
11475 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11476 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11477 (spam-bsfilter-database-directory): New options.
11478 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11479 (spam-list-of-statistical-checks, spam-registration-functions):
11480 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11481 (spam-bsfilter-score): New command.
11482 (spam-check-bsfilter-headers, spam-check-bsfilter)
11483 (spam-bsfilter-register-with-bsfilter)
11484 (spam-bsfilter-register-spam-routine)
11485 (spam-bsfilter-unregister-spam-routine)
11486 (spam-bsfilter-register-ham-routine)
11487 (spam-bsfilter-unregister-ham-routine): New functions.
11488 (spam-generic-score): Support bsfilter; Accept an optional argument
11489 to recalcurate spam score even if scoring header has already been
11490 added.
11491 (spam-bogofilter-score, spam-spamassassin-score): Accept an
11492 optional argument to recalcurate spam score even if scoring header
11493 has already been added.
11494
11495 2004-04-29 Jesper Harder <harder@ifa.au.dk>
11496
11497 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11498 strings! Reported by David D. Smith <davidsmith@acm.org>.
11499 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11500 link is missing.
11501
11502 2004-04-28 Jesper Harder <harder@ifa.au.dk>
11503
11504 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11505 (html2text-get-attr): Rewrite.
11506
11507 * message.el (message-setup-1): Remove redundant put-text-property
11508 on mail-header-separator.
11509
11510 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
11511
11512 * gnus-registry.el (gnus-registry-cache-whitespace)
11513 (gnus-registry-action, gnus-registry-spool-action)
11514 (gnus-registry-split-fancy-with-parent): Change message levels
11515 from 5 to 3 or 7, as needed.
11516
11517 * spam.el (spam-summary-prepare-exit)
11518 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11519 (spam-split, spam-find-spam, spam-log-undo-registration)
11520 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11521 level from 5 to 6.
11522
11523 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
11524
11525 * gnus-ems.el: Autoload appt-select-lowest-window (revert
11526 2004-03-04 change).
11527
11528 2004-04-25 Jesper Harder <harder@ifa.au.dk>
11529
11530 * sieve-manage.el (sieve-manage-open):
11531 * nnweb.el (nnweb-insert-html):
11532 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11533 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11534 * nnspool.el (nnspool-request-group):
11535 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11536 * nnml.el (nnml-request-update-info):
11537 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11538 (nnmh-request-create-group, nnmh-update-gnus-unreads):
11539 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11540 (nnimap-request-set-mark):
11541 * nnfolder.el (nnfolder-request-update-info):
11542 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11543 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11544 * gnus-uu.el (gnus-uu-find-articles-matching):
11545 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11546 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11547 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11548 * gnus-nocem.el (gnus-nocem-scan-groups):
11549 * gnus-int.el (gnus-start-news-server):
11550 * gnus-group.el (gnus-group-make-kiboze-group)
11551 (gnus-group-browse-foreign-server):
11552 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11553 Use mapc when appropriate.
11554
11555 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
11556
11557 FIXME: Make separate entries for each person.
11558
11559 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11560 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11561 <shields@msrl.com>:
11562
11563 * spam.el (spam-necessary-extra-headers): Get the extra headers we
11564 may need for spam sorting and scoring.
11565 (spam-user-format-function-S): Add user format function suitable for
11566 general use.
11567 (spam-article-sort-by-spam-status): Add sorting function for summary
11568 sorting.
11569 (spam-extra-header-to-number): Add function to get a score from a
11570 header.
11571 (spam-summary-score): Add function to get a numeric score from the
11572 headers.
11573 (spam-generic-score): Fix function doc, was in wrong place.
11574 (spam-initialize): Take symbols when it's run, and install the
11575 extra headers that spam-necessary-extra-headers thinks we need.
11576
11577 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
11578
11579 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11580 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
11581
11582 2004-04-17 Jesper Harder <harder@ifa.au.dk>
11583
11584 * gnus-sum.el (gnus-set-global-variables)
11585 (gnus-build-all-threads, gnus-get-newsgroup-headers)
11586 (gnus-article-get-xrefs, gnus-summary-best-group)
11587 (gnus-summary-next-article, gnus-summary-enter-digest-group)
11588 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11589 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11590 Use with-current-buffer.
11591
11592 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
11593
11594 * spam.el (spam-summary-prepare-exit): Simplify logic.
11595 (spam-fetch-article-header): Read the article header if it's not
11596 available.
11597 (spam-list-articles): Simplify logic.
11598 (spam-filelist-register-routine): Fix bug with unregister-list.
11599
11600 * gnus-registry.el: Fix comments at beginning.
11601
11602 2004-04-16 Jesper Harder <harder@ifa.au.dk>
11603
11604 * message.el (message-cater-to-broken-inn): Remove.
11605 (message-shorten-references): Make sure the total folded length of
11606 References is shorter than 998 characters to cater to a bug in INN
11607 2.3. Also, don't pretend that references aren't folded -- this
11608 hasn't worked for a while.
11609
11610 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11611
11612 * gnus-agent.el (gnus-agentize):
11613 gnus-agent-send-mail-real-function no longer set to current value
11614 of message-send-mail-function but rather a lambda that calls
11615 message-send-mail-function. The change makes the agent real-time
11616 responsive to user changes to message-send-mail-function.
11617
11618 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11619
11620 * legacy-gnus-agent.el
11621 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11622 help from Florian Weimer <fw@deneb.enyo.de>
11623
11624 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
11625
11626 * nnmail.el (nnmail-cache-insert): Revert last change.
11627
11628 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
11629
11630 * nnmail.el (nnmail-cache-insert): Always check whether
11631 nnmail-cache-ignore-groups matches a group name.
11632
11633 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
11634
11635 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11636 (spam-find-spam, spam-log-processing-to-registry)
11637 (spam-log-registered-p, spam-log-unregistration-needed-p)
11638 (spam-log-undo-registration): Use gnus-message instead of
11639 gnus-error, none of these errors are fatal.
11640
11641 * gnus-registry.el (gnus-registry-clean-empty-function)
11642 (gnus-registry-clean-empty): Remove only empty entries without
11643 extra data.
11644
11645 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
11646
11647 * spam-stat.el (spam-stat-buffer-change-to-spam)
11648 (spam-stat-buffer-change-to-non-spam): Change (error) to
11649 (gnus-message 8) invocation.
11650
11651 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
11652
11653 * nntp.el (nntp-via-netcat-command): New variable.
11654 (nntp-via-netcat-switches): New variable.
11655 (nntp-open-via-rlogin-and-netcat): New function.
11656 (nntp-open-connection-function): Doc fix.
11657 (nntp-telnet-command): Doc fix.
11658 (nntp-end-of-line): Doc fix.
11659 (nntp-via-rlogin-command): Doc fix.
11660 (nntp-via-user-name): Doc fix.
11661 (nntp-via-address): Doc fix.
11662
11663 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
11664
11665 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11666 error in Emacs 21.1.
11667
11668 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
11669
11670 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11671
11672 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
11673 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11674 (gnus-agent-with-refreshed-group): New macro.
11675 (gnus-agent-rename-group): New function.
11676 (gnus-agent-delete-group): New function.
11677 (gnus-agent-save-group-info): Use gnus-command-method when
11678 `method' parameter is nil. Don't write nil entries into the
11679 active file.
11680 (gnus-agent-get-group-info): New function.
11681 (gnus-agent-fetch-articles): Use
11682 gnus-agent-update-files-total-fetched-for to increment disk space
11683 used.
11684 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11685 gnus-agent-update-view-total-fetched-for to increment disk space
11686 used.
11687 (gnus-agent-get-local): Added optional parameters to avoid calling
11688 gnus-group-real-name and gnus-find-method-for-group.
11689 (gnus-agent-set-local): Delete stored entry if either min, or max,
11690 are nil.
11691 (gnus-agent-fetch-session): Reworded error/quit messages. On
11692 quit, use gnus-agent-regenerate-group to record existance of any
11693 articles fetched to disk before the quit occurred.
11694 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11695 gnus-agent-update-view-total-fetched-for, and
11696 gnus-agent-update-files-total-fetched-for to decrement disk space
11697 used.
11698 (gnus-agent-retrieve-headers): Use
11699 gnus-agent-update-view-total-fetched-for to increment disk space
11700 used.
11701 (gnus-agent-regenerate-group): Replace gnus-group-update-group
11702 with gnus-agent-update-files-total-fetched-for to decrement disk
11703 space and fresh group buffer.
11704 (gnus-agent-inhibit-update-total-fetched-for): New variable.
11705 (gnus-agent-need-update-total-fetched-for): New variable.
11706 (gnus-agent-update-files-total-fetched-for): New function.
11707 (gnus-agent-update-view-total-fetched-for): New function.
11708 (gnus-agent-total-fetched-for): New function.
11709
11710 * gnus-cache.el (gnus-cache-save-buffers): Use
11711 gnus-cache-update-overview-total-fetched-for to change disk space
11712 used by this group.
11713 (gnus-cache-possibly-enter-article): Use
11714 gnus-cache-update-file-total-fetched-for to increment disk space
11715 used by this group.
11716 (gnus-cache-possibly-remove-article): Use
11717 gnus-cache-update-file-total-fetched-for to decrement disk space
11718 used by this group.
11719 (gnus-cache-generate-nov-databases): Purge total fetched cache.
11720 (gnus-cache-rename-group): New function.
11721 (gnus-cache-delete-group): New function.
11722 (gnus-cache-inhibit-update-total-fetched-for): New variable.
11723 (gnus-cache-need-update-total-fetched-for): New variable.
11724 (gnus-cache-with-refreshed-group): New macro.
11725 (gnus-cache-update-file-total-fetched-for): New function.
11726 (gnus-cache-update-overview-total-fetched-for): New function.
11727 (gnus-cache-rename-group-total-fetched-for): New function.
11728 (gnus-cache-delete-group-total-fetched-for): New function.
11729 (gnus-cache-total-fetched-for): New function.
11730
11731 * gnus-group.el: Require gnus-sum and autoload functions to
11732 resolve warnings when gnus-group.el compiled alone.
11733 (gnus-group-line-format): Documented new %F
11734 (size of Fetched data) group line format; identifies disk space
11735 used by agent and cache.
11736 (gnus-group-line-format-alist): Defined new F format.
11737 (gnus-total-fetched-for): New function.
11738 (gnus-group-delete-group): No longer update
11739 gnus-cache-active-altered as gnus-request-delete-group now keeps
11740 the cache in sync.
11741 (gnus-group-list-active): Let the agent store a server's active
11742 list if currently plugged.
11743
11744 * gnus-int.el (gnus-request-delete-group):
11745 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11746 local disk in sync with the server.
11747 (gnus-request-rename-group):
11748 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11749 local disk in sync with the server.
11750
11751 * gnus-start.el (gnus-get-unread-articles):
11752 Cosmetic simplification to logic.
11753
11754 * gnus-util.el (gnus-rename-file): New function.
11755
11756 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
11757
11758 * mm-util.el (mm-image-load-path): Handle nil in load-path.
11759
11760 2004-04-07 Jesper Harder <harder@ifa.au.dk>
11761
11762 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11763 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
11764
11765 2004-04-06 Jesper Harder <harder@ifa.au.dk>
11766
11767 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11768 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
11769
11770 2004-04-03 Jesper Harder <harder@ifa.au.dk>
11771
11772 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11773
11774 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
11775
11776 * spam.el (spam-set-difference): Add function to replace
11777 gnus-set-difference in spam.el.
11778 (spam-summary-prepare-exit): Use spam-set-difference.
11779
11780 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11781
11782 * gnus-registry.el (gnus-registry-cache-file): Update to use
11783 gnus-dribble-directory OR gnus-home-directory OR ~.
11784 (gnus-registry-split-fancy-with-parent): Fix doc.
11785
11786 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
11787
11788 * message.el (message-exchange-point-and-mark): Use
11789 message-mark-active-p. Suggested by Jesper Harder
11790 <harder@ifa.au.dk>.
11791
11792 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
11793
11794 * message.el (message-exchange-point-and-mark): Don't activate
11795 region if it was inactive. Suggested by Hiroshi Fujishima
11796 <pooh@nature.tsukuba.ac.jp>.
11797
11798 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
11799
11800 * gnus-art.el (article-display-face): Display Faces in the same
11801 order as X-Faces.
11802
11803 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
11804
11805 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11806
11807 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11808
11809 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11810 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11811 (gnus-article-mime-hierarchy): Remove.
11812 (gnus-article-mime-hierarchy-next): Remove.
11813 (gnus-article-mode): Revert 2004-03-19 change.
11814 (gnus-article-setup-buffer): Revert 2004-03-19 change.
11815 (gnus-insert-mime-button): Revert 2004-03-19 change.
11816 (gnus-mime-accumulate-hierarchy): Remove.
11817 (gnus-mime-enter-multipart): Remove.
11818 (gnus-mime-leave-multipart): Remove.
11819 (gnus-mime-display-part): Revert 2004-03-19 change.
11820 (gnus-mime-display-alternative): Revert 2004-03-19 change.
11821
11822 * mml.el (mml-preview): Revert 2004-03-19 change.
11823
11824 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
11825
11826 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11827
11828 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
11829
11830 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11831 t while entering a file name using the mm-with-multibyte macro.
11832 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11833
11834 * mm-util.el (mm-with-multibyte): New macro.
11835
11836 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
11837
11838 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11839 user option.
11840 (gnus-mime-multipart-functions): Doc and customization fix.
11841 (gnus-article-mime-hierarchy): New variable.
11842 (gnus-article-mime-hierarchy-next): New variable.
11843 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11844 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11845 gnus-article-mime-hierarchy-next to nil.
11846 (gnus-insert-mime-button): Show hierarchy numbers.
11847 (gnus-mime-accumulate-hierarchy): New function.
11848 (gnus-mime-enter-multipart): New function.
11849 (gnus-mime-leave-multipart): New function.
11850 (gnus-mime-display-part): Recompute hierarchical MIME structure.
11851 (gnus-mime-display-alternative): Show hierarchy numbers.
11852
11853 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11854 gnus-article-mime-hierarchy-next to nil.
11855
11856 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
11857
11858 * dns.el: Don't require gnus-xmas.
11859
11860 2004-03-17 Jesper Harder <harder@ifa.au.dk>
11861
11862 * mml.el (mml-generate-mime-1): Don't use format=flowed with
11863 inline PGP.
11864 (mml-menu): Disable mml-quote-region if mark is inactive.
11865
11866 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11867
11868 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11869 when the group's active is not available.
11870
11871 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11872
11873 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11874 error.
11875
11876 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
11877
11878 * imap.el (imap-store-password): New variable.
11879 (imap-interactive-login): Use it.
11880 Suggested by Mark Plaksin <happy@mcplaksin.org>.
11881
11882 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
11883
11884 * gnus-art.el (gnus-article-read-summary-keys): Restore new
11885 window-start and hscroll to summary window.
11886
11887 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
11888
11889 * gnus-start.el (gnus-convert-old-newsrc): Only write the
11890 conversion message to newsrc-dribble when an actual conversion is
11891 performed.
11892
11893 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
11894
11895 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11896
11897 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
11898
11899 * mm-decode.el (mm-complicated-handles): New function reviving
11900 former definition of mm-multiple-handles.
11901
11902 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11903 (gnus-mime-delete-part): Use it.
11904
11905 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
11906
11907 * gnus-agent.el (gnus-agent-read-local): Bind
11908 nnheader-file-coding-system to gnus-agent-file-coding-system to
11909 avoid the implicit assumption that they will always be equal.
11910 (gnus-agent-save-local): Bind buffer-file-coding-system, not
11911 coding-system-for-write, as the with-temp-file macro first prints
11912 to a buffer then saves the buffer.
11913
11914 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
11915
11916 * gnus-art.el (gnus-article-edit-part): New function.
11917 (gnus-mime-save-part-and-strip): Use it; do query instead of
11918 signaling an error; don't use mm-multiple-handles.
11919 (gnus-mime-delete-part): Ditto.
11920
11921 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
11922
11923 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11924 old file versions.
11925 (gnus-group-prepare-hook): Removed function that converted list
11926 form of gnus-agent-expire-days to group properties.
11927
11928 * gnus-int.el: Autoload gnus-agent-regenerate-group.
11929 (gnus-request-accept-article): Re-indented.
11930
11931 * gnus-start.el (gnus-convert-old-newsrc): Registered new
11932 converters to handle old agent file formats. Added logic for a
11933 "backup before upgrading warning".
11934 (gnus-convert-mark-converter-prompt): Developers can mark
11935 functions as needing (default), or not needing,
11936 gnus-convert-old-newsrc's "backup before upgrading warning".
11937 (gnus-convert-converter-needs-prompt): Tests whether the user
11938 should be protected from potentially irreversable changes by the
11939 function.
11940
11941 * legacy-gnus-agent.el: New. Provides converters that are only
11942 loaded when gnus-convert-old-newsrc needs to call them.
11943
11944 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
11945
11946 * mail-source.el (mail-source-touch-pop): Doc fix.
11947
11948 * message.el (message-smtpmail-send-it): Doc fix.
11949
11950 2004-03-05 Jesper Harder <harder@ifa.au.dk>
11951
11952 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11953
11954 * nnmail.el (nnmail-split-fancy): do.
11955
11956 * gnus-kill.el (gnus-kill, gnus-execute): do.
11957
11958 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
11959
11960 * gnus-sum.el (gnus-widget-reversible-match)
11961 (gnus-widget-reversible-to-internal)
11962 (gnus-widget-reversible-to-external): New functions.
11963 (gnus-widget-reversible): New widget.
11964 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11965
11966 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
11967
11968 * gnus-sum.el (gnus-thread-sort-functions)
11969 (gnus-article-sort-functions): Document `(not F)' items.
11970
11971 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
11972
11973 * spam.el (spam-use-gmane-xref): Add new backend.
11974 (spam-gmane-xref-spam-group): Add variable to control the name of the
11975 Gmane spam group.
11976 (spam-blackhole-servers, spam-blackhole-good-server-regex)
11977 (spam-regex-headers-spam, spam-regex-headers-ham)
11978 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11979 (spam-list-of-checks): Add spam-use-gmane-xref to list of
11980 backends and checks.
11981 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11982
11983 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11984 an autodetect method.
11985
11986 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11987
11988 * gnus-int.el (gnus-request-accept-article): Inform the agent that
11989 articles are being added to a group.
11990 (gnus-request-replace-article): Inform the agent that articles
11991 need to be uncached as the cached contents are no longer valid.
11992
11993 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11994
11995 * binhex.el: Don't autoload executable-find.
11996
11997 * canlock.el: Don't autoload mail-fetch-field.
11998
11999 * gnus-ems.el: Don't autoload appt-select-lowest-window.
12000
12001 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12002 rmail-dont-reply-to and rmail-output.
12003
12004 * gnus-score.el: Don't autoload ffap-string-at-point.
12005
12006 * gnus-setup.el: Don't autoload sc-cite-original.
12007
12008 * imap.el: Don't autoload base64-decode-string,
12009 base64-encode-string and md5.
12010
12011 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12012 and rmail-msg-restore-non-pruned-header.
12013
12014 * mm-decode.el: Don't autoload executable-find.
12015
12016 * mm-url.el: Don't autoload executable-find.
12017
12018 * mm-view.el: Don't autoload diff-mode.
12019
12020 * nndb.el: Don't autoload news-reply-mode, news-setup,
12021 cancel-timer and telnet.
12022
12023 * password.el: Don't autoload run-at-time for Emacs.
12024
12025 * sha1-el.el: Don't autoload executable-find.
12026
12027 * sieve-mode.el: Don't autoload c-mode.
12028
12029 * uudecode.el: Don't autoload executable-find.
12030
12031 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
12032
12033 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12034 (gnus-agent-possibly-alter-active): Avoid null in numeric
12035 comparison.
12036 (gnus-agent-set-local): Refuse to save null in local object table.
12037 (gnus-agent-regenerate-group): The REREAD parameter can now be a
12038 list of articles that will be marked as unread.
12039
12040 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
12041
12042 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12043
12044 2004-03-04 Jesper Harder <harder@ifa.au.dk>
12045
12046 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12047 language tags.
12048
12049 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
12050
12051 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12052 Don't bind "obarray".
12053
12054 * gnus-sum.el (gnus-thread-sort-functions): Added
12055 `gnus-thread-sort-by-most-recent-number' and
12056 `gnus-thread-sort-by-most-recent-date'.
12057 Reported by Kai Grossjohann <kai@emptydomain.de>.
12058
12059 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
12060
12061 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12062
12063 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
12064
12065 * gnus-cus.el (gnus-agent-customize-category): Removed
12066 ignore-errors macro reference that required cl to be loaded at
12067 run-time.
12068
12069 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12070 single-interval range of the form (min . max). Previously the
12071 range had to look like ((min . max)). Likewise, return
12072 (min . max) rather than ((min . max)).
12073 (gnus-range-map): Use gnus-range-normalize to accept
12074 single-interval range.
12075
12076 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12077 the cache, but not the agent, now appear with their usual face.
12078
12079 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
12080
12081 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12082 w3m-safe-url-regexp variable buffer-local.
12083
12084 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12085
12086 2004-02-27 Simon Josefsson <jas@extundo.com>
12087
12088 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12089 gnus-group-real-prefix.
12090 (gnus-summary-move-article): Use it, instead of
12091 gnus-group-real-prefix.
12092
12093 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
12094
12095 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12096 w3m-safe-url-regexp variable buffer-local and set it as the value
12097 of mm-w3m-safe-url-regexp.
12098
12099 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12100
12101 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12102 parsing gnus-posting-styles when the message is not for replying.
12103
12104 * nnrss.el (nnrss-opml-export): Use
12105 mm-set-buffer-file-coding-system instead of
12106 set-buffer-file-coding-system.
12107
12108 2004-02-27 Jesper Harder <harder@ifa.au.dk>
12109
12110 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12111 of checkdoc.el).
12112 * nnrss.el: do.
12113 * gnus-mlspl.el: do.
12114 * gnus-ml.el: do.
12115 * gnus-srvr.el: do.
12116
12117 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12118
12119 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
12120
12121 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12122 Corrections to custom-manual links.
12123
12124 * gnus-art.el (gnus-article): Ditto.
12125
12126 * mm-decode.el (mime-display, mime-security): Ditto.
12127
12128 2004-02-26 Jesper Harder <harder@ifa.au.dk>
12129
12130 * flow-fill.el: Typo.
12131
12132 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
12133
12134 * spam-wash.el: New file.
12135
12136 2004-02-26 Mark A. Hershberger <mah@everybody.org>
12137
12138 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12139
12140 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
12141
12142 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12143 to be run with new-articles as LIST1, not LIST2.
12144 (spam-registration-functions): Add spam-use-ham-copy as a nil
12145 registration backend.
12146
12147 2004-02-26 Jesper Harder <harder@ifa.au.dk>
12148
12149 * spam-stat.el (spam-stat-washing-hook): New option.
12150 (spam-stat-buffer-words): Use it.
12151 (spam-stat-process-directory, spam-stat-test-directory): Use
12152 insert-file-contents-literally.
12153 (spam-stat-coding-system): New variable.
12154 (spam-stat-load, spam-stat-save): Use it.
12155
12156 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
12157
12158 * spam-report.el (spam-report-plug-agent): Quote
12159 spam-report-url-to-file and spam-report-url-ping-plain.
12160
12161 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
12162
12163 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12164 / in mailto URLs.
12165
12166 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
12167
12168 * spam-report.el (spam-report-process-queue): Fix interactive use.
12169 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12170 (spam-report-unplug-agent): Doc fixes.
12171 (spam-report-url-ping-mm-url, spam-report-url-to-file)
12172 (spam-report-agentize, spam-report-deagentize): Autoload
12173
12174 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
12175
12176 * message.el (message-setup-fill-variables): Add mml tags to
12177 paragraph-start and paragraph-separate. Suggested by Andrew Korty
12178 <ajk@iu.edu>.
12179 (message-mode): Don't modify paragraph-separate there.
12180
12181 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
12182
12183 * compface.el (uncompface-use-external): Default to undecided.
12184 (uncompface-use-external-threshold): New variable.
12185 (uncompface-float-time): New macro.
12186 (uncompface): Determine whether to use the external decoder if
12187 uncompface-use-external is undecided.
12188
12189 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12190
12191 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12192 after images.
12193
12194 * gnus-art.el (gnus-mime-display-single): Remove dead code.
12195
12196 2004-02-14 Jesper Harder <harder@ifa.au.dk>
12197
12198 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12199
12200 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12201
12202 * gnus-sum.el (gnus-summary-limit-to-age)
12203 (gnus-summary-limit-children): do.
12204
12205 * gnus-int.el (gnus-request-scan): do.
12206
12207 * gnus-group.el (gnus-group-suspend): do.
12208
12209 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12210
12211 * gnus-cite.el (gnus-cite-parse-attributions): do.
12212
12213 * gnus-agent.el (gnus-summary-set-agent-mark)
12214 (gnus-agent-regenerate-group): do.
12215
12216 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12217
12218 * binhex.el (binhex-decode-region-internal): do.
12219
12220 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
12221
12222 * gnus-fun.el (gnus-face-properties-alist): New user option.
12223 (gnus-display-x-face-in-from): Use it.
12224
12225 * gnus-art.el (article-display-face): Ditto.
12226
12227 * compface.el (uncompface-use-external): Default to nil.
12228
12229 2004-02-12 Jesper Harder <harder@ifa.au.dk>
12230
12231 * nntp.el (nntp-erase-buffer): New function.
12232 (nntp-retrieve-data, nntp-send-command)
12233 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12234 (nntp-possibly-change-group): Use it.
12235
12236 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12237 with-current-buffer.
12238
12239 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
12240
12241 * compface.el: Merge the ELisp-based uncompface program.
12242 (compface): New customization group.
12243 (uncompface-use-external): New user option.
12244 (uncompface): Call uncompface-internal if uncompface-use-external
12245 is nil.
12246 (uncompface-internal): New function. Note that there are also
12247 some other functions and variables added for this function.
12248
12249 2004-02-10 Jesper Harder <harder@ifa.au.dk>
12250
12251 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12252 if necessary.
12253
12254 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
12255
12256 * spam-report.el (spam-report-unplug-agent)
12257 (spam-report-plug-agent, spam-report-deagentize)
12258 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12259 Add support for the Agent in spam-report: when unplugged, report to a
12260 file; when plugged, submit all the requests.
12261
12262 * spam.el (spam-register-routine): Fix message about
12263 registration.
12264
12265 2004-02-09 Jesper Harder <harder@ifa.au.dk>
12266
12267 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12268 dependencies.
12269 (rfc2047-encode): Use it.
12270
12271 * gnus-art.el (gnus-button-marker-list): Move before first
12272 reference.
12273
12274 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12275 (imap-parse-body): Fix format string mismatch.
12276
12277 * gnus-score.el (gnus-summary-increase-score): do.
12278
12279 * nnrss.el (nnrss-close): New function.
12280
12281 2004-02-08 Jesper Harder <harder@ifa.au.dk>
12282
12283 * nnrss.el (nnrss-make-filename): New function.
12284 (nnrss-request-delete-group, nnrss-read-server-data)
12285 (nnrss-save-server-data, nnrss-read-group-data)
12286 (nnrss-save-group-data): Use it.
12287 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12288 (nnrss-read-server-data, nnrss-read-group-data): Use load.
12289 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12290
12291 2004-02-07 Jesper Harder <harder@ifa.au.dk>
12292
12293 * mml.el (mml-compute-boundary-1): Don't uncompress files.
12294
12295 2004-02-06 Jesper Harder <harder@ifa.au.dk>
12296
12297 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12298 files.
12299
12300 * message.el (message-generate-headers-first): Don't quote nil
12301 and t in docstrings.
12302
12303 * imap.el (imap-id): do.
12304
12305 * gnus-agent.el (gnus-agent-consider-all-articles)
12306 (gnus-agent-queue-mail): do.
12307
12308 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
12309
12310 * spam-report.el (spam-report-process-queue): New function.
12311 Process requests from `spam-report-requests-file'.
12312 (spam-report-process-queue): Doc fix.
12313
12314 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
12315
12316 * spam.el (spam-register-routine)
12317 (spam-log-processing-to-registry, spam-log-registered-p)
12318 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12319 Change "check" to "spam-check" for semi-clarity.
12320
12321 2004-02-05 Jesper Harder <harder@ifa.au.dk>
12322
12323 * pop3.el: Require nnheader.
12324
12325 * mml-smime.el: Require cl. Autoload message-fetch-field.
12326
12327 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12328
12329 * gnus-picon.el: Require cl.
12330
12331 * gnus-fun.el: Require gnus-ems and gnus-util.
12332
12333 * gnus.el (gnus-method-to-server): Move defsubst before first use.
12334
12335 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12336
12337 * gnus-art.el (gnus-article-edit-mode): Define before first
12338 reference.
12339
12340 2004-02-04 Jesper Harder <harder@ifa.au.dk>
12341
12342 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12343 (gnus-uu-post-encoded): Use point-at-bol.
12344
12345 * gnus-topic.el (gnus-group-active-topic-p): do.
12346
12347 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12348
12349 * gnus-group.el (gnus-group-kill-region): do.
12350
12351 * gnus-art.el (article-date-ut): do.
12352
12353 * message.el (message-fetch-field): Remove redundant
12354 case-fold-search binding.
12355 (message-narrow-to-field): Simplify.
12356
12357 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
12358
12359 * spam.el (spam-directory): Derive from `gnus-directory'.
12360
12361 * spam-report.el (spam-report-url-to-file)
12362 (spam-report-requests-file): New function and variable for offline
12363 reporting.
12364 (spam-report-url-ping-function): Add `spam-report-url-to-file'
12365 and user defined function.
12366 (spam-report-url-ping-mm-url): Remove doubled slash.
12367
12368 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
12369
12370 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12371
12372 2004-02-03 Jesper Harder <harder@ifa.au.dk>
12373
12374 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12375 format string mismatch.
12376
12377 * sieve.el (sieve-deactivate-all): do.
12378
12379 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12380
12381 * nnlistserv.el (nnlistserv-kk-wash-article): do.
12382
12383 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12384
12385 * mm-bodies.el (mm-7bit-chars): Don't include \r.
12386
12387 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
12388
12389 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12390 the list of checks.
12391
12392 2004-01-31 Jesper Harder <harder@ifa.au.dk>
12393
12394 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12395 padding.
12396
12397 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
12398
12399 * mm-view.el (mm-fill-flowed): New variable.
12400 (mm-inline-text): Use it.
12401
12402 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
12403
12404 * spam.el (spam-spamassassin-register-ham-routine)
12405 (spam-spamassassin-register-spam-routine): Fix function names.
12406
12407 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
12408
12409 * gnus.el (gnus-tmp-grouplens): Remove.
12410 (gnus-summary-line-format): Remove grouplens.
12411
12412 * gnus-group.el (gnus-group-line-format): Ditto.
12413
12414 * gnus-spec.el (gnus-format-specs): Ditto.
12415 (gnus-update-format-specifications): Flush the group format spec
12416 cache if there's the grouplens stuff.
12417 (gnus-parse-simple-format): Replace %l with the empty string.
12418
12419 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
12420
12421 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12422 omission.
12423
12424 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
12425
12426 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12427 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12428
12429 2004-01-25 Paul Jarc <prj@po.cwru.edu>
12430
12431 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12432 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12433 New macros and functions.
12434 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12435 Handle > NLINK_MAX messages.
12436 * nnmaildir.el (nnmaildir-request-set-mark): Use
12437 nnmaildir--emlink-p and nnmaildir--eexist-p.
12438
12439 2004-01-25 Alex Schroeder <alex@gnu.org>
12440
12441 * spam-stat.el (spam-stat-process-directory-age): New option.
12442 (spam-stat-process-directory): Use it.
12443
12444 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
12445
12446 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12447 (spam-stat-save): Accept prefix argument.
12448
12449 2004-01-23 Paul Jarc <prj@po.cwru.edu>
12450
12451 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12452 links" error.
12453
12454 2004-01-23 Jesper Harder <harder@ifa.au.dk>
12455
12456 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12457 compatibility with old .newsrc.eld files.
12458
12459 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12460
12461 * gnus-start.el (gnus-1): do.
12462
12463 * gnus-group.el (gnus-group-line-format-alist): do.
12464
12465 * gnus.el (gnus-use-grouplens, gnus-visual): do.
12466
12467 * gnus-gl.el: Remove.
12468
12469 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
12470
12471 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12472 marks consisting of a single range {for example, (3 . 5)} rather
12473 than a list of a single range { ((3 . 5)) }.
12474
12475 2004-01-23 Jesper Harder <harder@ifa.au.dk>
12476
12477 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12478 with-current-buffer.
12479 (spam-stat-store-current-buffer): Use insert-buffer-substring to
12480 avoid consing a string.
12481
12482 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12483 Remove obsolete entries for big5 and gb2312.
12484
12485 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
12486
12487 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12488 uncompressed list.
12489
12490 2004-01-22 Jesper Harder <harder@ifa.au.dk>
12491
12492 * spam-stat.el (spam-stat-strip-xref): New function.
12493 (spam-stat-process-directory): Use it.
12494
12495 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12496 here -- it's done in message-fetch-field.
12497
12498 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
12499
12500 * gnus-agent.el (gnus-agent-queue-mail)
12501 (gnus-agent-prompt-send-queue): New variables.
12502 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12503 * gnus-draft.el (gnus-group-send-queue): Pass the group name
12504 "nndraft:queue" along to gnus-draft-send. Use
12505 gnus-agent-prompt-send-queue.
12506 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12507 is "nndraft:queue". Suggested by Gaute Strokkenes
12508 <gs234@srcf.ucam.org>
12509
12510 * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12511 (agent-enable-undownloaded-faces): Added
12512 (gnus-agent-cat-groups): Use eval-and-compile, not
12513 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12514 method of gnus-agent-cat-groups even when the buffer has been
12515 evaled.
12516 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12517 delete gnus-agent-save-active-1.
12518 (gnus-agent-save-groups): Deleted. Identical to
12519 gnus-agent-save-active.
12520 (gnus-agent-write-active): No longer adjust agent's copy of active
12521 file as agent's adjustments are now stored in their own
12522 file. Removed optional parameter.
12523 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12524 servers. Add use of min/max range limits from server's local
12525 file.
12526 (gnus-agent-save-alist): Removed unused optional argument.
12527 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12528 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12529 (gnus-agent-set-local): A per-server file that keeps min/max range
12530 limits for articles known to the agent. Provides a fast mechanism
12531 for altering many active ranges.
12532 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12533 active file (local makes it unnecessary).
12534 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12535
12536 * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12537 (agent-enable-undownloaded-faces): Added
12538
12539 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12540 disable it when sending to "nndraft:queue".
12541 (gnus-group-send-queue): Add safety check to avoid sending queue
12542 when unplugged.
12543
12544 * gnus-group.el (gnus-group-catchup): Use new
12545 gnus-sequence-of-unread-articles, not
12546 gnus-list-of-unread-articles, to avoid exhausting memory with huge
12547 numbers of articles. Use gnus-range-map to avoid having to
12548 uncompress the unread list.
12549 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12550 Fixed invalid ange-ftp reference.
12551
12552 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12553 (gnus-sorted-range-intersection): Intersection of two ranges
12554 without requiring that they first be uncompressed.
12555
12556 * gnus-start.el (gnus-activate-group): Unless blocked by the
12557 caller, possibly expand the active range to include both cached
12558 and agentized articles.
12559 (gnus-convert-old-newsrc): Rewrote in anticipation of having
12560 multiple version-dependent converters.
12561 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12562 gnus-agent-save-active.
12563 (gnus-save-newsrc-file): Save dirty agent range limits.
12564
12565 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12566 gnus-agent-possibly-alter-active.
12567 (gnus-adjust-marked-articles): Faster handling of simple lists
12568
12569 2004-01-21 Jesper Harder <harder@ifa.au.dk>
12570
12571 * spam-stat.el (spam-stat-test-directory): New optional argument
12572 displays a list of files detected. Suggested by Andrew Cohen
12573 <cohen@andy.bu.edu>.
12574 (spam-stat-buffer-words-with-scores): Don't narrow and change
12575 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
12576
12577 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
12578
12579 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12580 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12581 (spam-spamassassin-arguments)
12582 (spam-spamassassin-spam-flag-header)
12583 (spam-spamassassin-positive-spam-flag-header)
12584 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12585 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12586 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12587 (spam-list-of-processors, spam-list-of-checks)
12588 (spam-list-of-statistical-checks, spam-registration-functions)
12589 (spam-check-spamassassin-headers, spam-check-spamassassin)
12590 (spam-spamassassin-score)
12591 (spam-spamassassin-register-with-sa-learn)
12592 (spam-spamassassin-register-spam-routine)
12593 (spam-spamassassin-register-ham-routine)
12594 (spam-assassin-register-spam-routine)
12595 (spam-assassin-register-ham-routine): Add SpamAssassin support.
12596 (spam-bogofilter-score): Fix to show article before scoring.
12597
12598 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
12599
12600 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12601 default scoring function.
12602 (spam-generic-score): Call spam-spamassassin-score if
12603 spam-use-spamassassin or spam-use-spamassassin-headers is on;
12604 spam-bogofilter-score otherwise.
12605
12606 * gnus.el (spam-process, spam-autodetect-methods): Add
12607 spamassassin and spamassassin-headers.
12608
12609 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
12610
12611 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12612 Suppress unnecessary messages.
12613
12614 2004-01-20 Jesper Harder <harder@ifa.au.dk>
12615
12616 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12617 make-hash-table.
12618
12619 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
12620
12621 * canlock.el (base64-encode-string): Don't autoload it.
12622
12623 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12624
12625 * run-at-time.el: Remove useless (require 'itimer),
12626 eval-and-compile and (featurep 'xemacs).
12627
12628 2004-01-16 Jesper Harder <harder@ifa.au.dk>
12629
12630 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12631 GROUP is a virtual group.
12632
12633 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
12634
12635 * gnus.el: Autoload `message-y-or-n-p'.
12636
12637 2004-01-15 Jesper Harder <harder@ifa.au.dk>
12638
12639 * pgg-parse.el: Remove unnecessary (require 'custom).
12640
12641 * pgg-def.el: do.
12642
12643 * nnmail.el: do.
12644
12645 * gnus-undo.el: do.
12646
12647 * gnus-picon.el: do.
12648
12649 * gnus-util.el: do.
12650
12651 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
12652
12653 * gnus-sum.el (gnus-pick-line-number): Add autoload.
12654
12655 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
12656
12657 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12658 handle, as well as a list.
12659
12660 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12661 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12662 (mm-w3m-cid-retrieve): Simplify.
12663
12664 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
12665
12666 * message.el (message-kill-to-signature): Allow prefix arg to
12667 specify number of lines to keep before signature.
12668
12669 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
12670
12671 (message-kill-to-signature): Change docstring.
12672
12673 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12674
12675 * canlock.el: Always require sha1-el.
12676 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12677
12678 * message.el: Autoload sha1 only when compiling.
12679
12680 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12681
12682 * message.el (message-canlock-generate): Require sha1-el.
12683
12684 2004-01-13 Jesper Harder <harder@ifa.au.dk>
12685
12686 * message.el (message-expand-name): Silence the byte compiler.
12687
12688 2004-01-13 Simon Josefsson <jas@extundo.com>
12689
12690 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12691 Invoke gnus-score-mode. Reported by
12692 bojohan+news@dd.chalmers.se (Johan Bockgård).
12693
12694 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
12695 Jim Blandy <jimb@redhat.com> (tiny change).
12696
12697 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12698
12699 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12700
12701 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
12702
12703 * spam.el (spam-get-article-as-string): Update to use
12704 gnus-request-article-this-buffer, much simpler.
12705 (spam-get-article-as-buffer): Remove.
12706
12707 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
12708
12709 * message.el (message-expand-name): Use EUDC if the user uses that.
12710
12711 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12712
12713 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12714 character for the encoding to avoid consing a string.
12715
12716 * rfc2047.el (rfc2047-decode-string): Don't cons a string
12717 unnecessarily.
12718
12719 * mm-util.el (mm-replace-chars-in-string): Remove.
12720
12721 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12722 of mm-replace-chars-in-string.
12723
12724 2004-01-11 Jesper Harder <harder@ifa.au.dk>
12725
12726 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12727
12728 * mm-util.el (mm-subst-char-in-string): Support inplace.
12729
12730 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12731 a new string in every iteration. Use shy groups.
12732
12733 2004-01-10 Jesper Harder <harder@ifa.au.dk>
12734
12735 * gnus-srvr.el (gnus-browse-unsubscribe-group):
12736 * gnus-soup.el (gnus-soup-group-brew):
12737 * gnus-msg.el (gnus-put-message):
12738 * gnus-move.el (gnus-group-move-group-to-server):
12739 * gnus-kill.el (gnus-batch-score):
12740 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12741 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12742 (gnus-group-update-group, gnus-group-read-group)
12743 (gnus-group-make-group, gnus-group-make-help-group)
12744 (gnus-group-make-archive-group, gnus-group-make-directory-group)
12745 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12746 (gnus-group-sort-by-unread, gnus-group-catchup)
12747 (gnus-group-unsubscribe-group, gnus-group-kill-group)
12748 (gnus-group-yank-group, gnus-group-set-info)
12749 (gnus-group-list-groups):
12750 * gnus.el (gnus-generate-new-group-name):
12751 * gnus-delay.el (gnus-delay-send-queue):
12752 * nnvirtual.el (nnvirtual-catchup-group):
12753 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12754 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12755 (gnus-group-prepare-topics, gnus-topic-check-topology):
12756 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12757 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12758 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12759 (gnus-group-make-articles-read):
12760 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12761 (gnus-group-change-level, gnus-kill-newsgroup)
12762 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12763 (gnus-get-unread-articles, gnus-make-articles-unread)
12764 (gnus-make-ascending-articles-unread): Use accessor
12765 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12766 to get group information for improved readability.
12767
12768
12769 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12770
12771 * gnus-art.el (article-decode-mime-words, article-babel)
12772 (gnus-article-highlight-signature, gnus-article-add-buttons)
12773 (gnus-signature-toggle): Use gnus-with-article-buffer.
12774
12775 * gnus-art.el (gnus-article-highlight-headers)
12776 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12777
12778 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12779 (gnus-article-set-globals, gnus-request-article-this-buffer)
12780 (gnus-button-message-id, gnus-article-maybe-hide-headers)
12781 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12782 (gnus-mime-display-alternative): Use with-current-buffer.
12783
12784 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12785
12786 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12787 also under 80 char limit, and call gnus-error if needed.
12788 (spam-fetch-article-header): Fix - it was a
12789 buffer-local variable (gnus-newsgroup-data).
12790 (spam-find-spam): Use spam-generate-fake-headers, forget about
12791 spam-insert-fake-headers.
12792 (spam-insert-fake-headers): Remove.
12793
12794 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12795
12796 * deuglify.el (gnus-article-outlook-unwrap-lines)
12797 (gnus-outlook-rearrange-article)
12798 (gnus-outlook-repair-attribution-outlook)
12799 (gnus-outlook-repair-attribution-block)
12800 (gnus-outlook-repair-attribution-other): Remove redundant
12801 save-excursion.
12802
12803 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12804
12805 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12806 (spam-fetch-field-subject-fast)
12807 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12808 (spam-fetch-article-header): Add functions to deal with Gnus
12809 internals for fast retrieval of article header data.
12810 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12811
12812 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12813
12814 * pop3.el (pop3-md5): Remove.
12815 (pop3-apop): Replace pop3-md5 with md5.
12816
12817 * mm-bodies.el: base64 is always built-in.
12818
12819 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12820 with-current-buffer.
12821
12822 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
12823
12824 * canlock.el (canlock-insert-header): Remove excessive grouping in
12825 regexp.
12826
12827 * gnus-sum.el (gnus-summary-read-document): Ditto.
12828
12829 * gnus-uu.el (gnus-uu-part-number): Ditto.
12830
12831 * html2text.el (html2text-remove-tags): Ditto.
12832 (html2text-format-tags): Ditto.
12833 (html2text-format-single-elements): Ditto.
12834
12835 * mml.el (mml-parse-1): Ditto.
12836
12837 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12838
12839 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12840
12841 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12842
12843 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12844
12845 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12846
12847 2003-11-15 Simon Josefsson <jas@extundo.com>
12848
12849 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12850 (pgg-gpg-lookup-key): Use regexp match instead of
12851 split-string (split-string is different between emacs 21.2 and
12852 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
12853
12854 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12855
12856 * gnus-art.el (gnus-mime-view-all-parts)
12857 (gnus-article-part-wrapper, gnus-article-view-part): Use
12858 with-current-buffer.
12859
12860 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12861
12862 * spam.el (spam-disable-spam-split-during-ham-respool)
12863 (spam-spamoracle-database, spam-cache-lookups)
12864 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12865 (spam-group-ham-mark-p, spam-group-spam-mark-p)
12866 (spam-group-ham-marks, spam-group-spam-marks)
12867 (spam-group-spam-contents-p, spam-group-ham-contents-p)
12868 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12869 also add spam-use-blackholes to the statistical checks.
12870 (spam-fetch-field-fast): Add interface to fetching fields, may
12871 become a macro.
12872 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12873 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12874 (spam-insert-fake-headers): Fake an article when needed.
12875 (spam-find-spam): Fake article when possible.
12876 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12877 (spam-check-bogofilter-headers): Use message-fetch-field instead
12878 of nnmail-fetch-field.
12879
12880 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
12881
12882 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12883
12884 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12885
12886 * spam.el (spam-split): Do not require spam-use-CHECK to be
12887 enabled if that check is passed to spam-split explicitly; also
12888 fix so 'spam doesn't get converted to spam-split-group when
12889 spam-split-symbolic-return is t.
12890 (spam-find-spam): Find registrations of the article and use those
12891 instead of re-running spam-split to find the spam/ham
12892 classification of the article.
12893 (spam-log-processing-to-registry, spam-log-registered-p)
12894 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12895 Use gnus-error instead of gnus-message.
12896 (spam-log-registration-type): Add function to determine the
12897 classification of a message based on registry entries; will
12898 return nil if both 'spam and 'ham are found.
12899 (spam-check-BBDB): Expand all the BBDB macros here so we can have
12900 a reasonably fast local cache without the loading errors.
12901 (spam-cache-lookups): Set to t by default.
12902 (spam-find-spam): Don't try to guess spam-cache-lookups.
12903 (spam-enter-whitelist, spam-enter-blacklist): Clear the
12904 spam-caches entry.
12905 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12906 caching of whitelist/blacklist entries.
12907 (spam-check-whitelist, spam-check-blacklist): Invoke
12908 spam-from-listed-p with a type, not a cache variable.
12909 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12910
12911 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12912
12913 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12914
12915 * nnmail.el (nnmail-split-fancy): do.
12916
12917 * mml.el (mml-parse): do.
12918
12919 * gnus-score.el (gnus-enter-score-words-into-hashtb)
12920 (gnus-score-adaptive): do.
12921
12922 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12923
12924 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12925 (gnus-mime-button-map): Don't set keymap parent.
12926 (gnus-button-ctan-directory-regexp): Use shy grouping.
12927 (gnus-prev-page-map): Don't set keymap parent.
12928 (gnus-prev-page-map): Remove duplicated one.
12929 (gnus-next-page-map): Don't set keymap parent.
12930 (gnus-mime-security-button-map): Ditto.
12931
12932 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12933 version number.
12934
12935 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12936
12937 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12938
12939 * canlock.el (canlock-sha1-function): Remove.
12940 (canlock-sha1-function-for-verify): Remove.
12941 (canlock-openssl-program): Remove.
12942 (canlock-openssl-args): Remove.
12943 (canlock-ignore-errors): Remove.
12944 (canlock-sha1-with-openssl): Remove.
12945 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12946 (canlock-verify): Don't use canlock-ignore-errors.
12947
12948 * sha1-el.el (sha1-string-external): Make it can return a string
12949 in binary form.
12950 (sha1-region-external): Ditto.
12951 (sha1-string-internal): Ditto.
12952 (sha1-region-internal): Ditto.
12953 (sha1-region): Ditto.
12954 (sha1-string): Ditto.
12955 (sha1): Ditto.
12956
12957 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12958
12959 * spam.el (spam-report-articles-gmane): New command.
12960
12961 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12962
12963 * gnus.el: Don't make unnecessary *Group* buffer when loading.
12964
12965 * run-at-time.el (run-at-time-saved): Remove.
12966 (run-at-time): Doc fix.
12967
12968 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12969
12970 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12971 (gnus-summary-limit-map): Add it.
12972 (gnus-summary-make-menu-bar): do.
12973
12974 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
12975
12976 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12977 Make attempt at some caching support (done for BBDB only now).
12978 (spam-find-spam): Set spam-cache-lookups if there are more than 2
12979 addresses to be checked.
12980 (spam-clear-cache-BBDB): Add function, to be invoked by
12981 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12982 (spam-check-BBDB): Check and use the caches, if
12983 spam-cache-lookups is on, remove superfluous (provide).
12984
12985 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
12986
12987 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12988
12989 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
12990
12991 * run-at-time.el (run-at-time-saved): Move to after the definition
12992 of `run-at-time'.
12993
12994 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12995
12996 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12997 mm-w3m-local-map-property.
12998
12999 * mm-view.el (mm-w3m-mode-map): Remove.
13000 (mm-w3m-local-map-property): Remove.
13001 (mm-inline-text-html-render-with-w3m): Don't use
13002 mm-w3m-local-map-property.
13003
13004 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13005
13006 * run-at-time.el: New file.
13007
13008 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13009 of gnus-set-text-properties.
13010
13011 * gnus-uu.el (gnus-uu-save-article): Ditto.
13012
13013 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13014
13015 * gnus-cite.el (gnus-cite-parse): Ditto.
13016
13017 * gnus-art.el (gnus-button-push): Use set-text-properties instead
13018 of gnus-.
13019
13020 * gnus.el: Changed calls to nnheader-run-at-time and
13021 password-run-at-time throughout to use run-at-time directly.
13022
13023 * password.el: Removed definition of run-at-time.
13024
13025 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
13026
13027 * mml.el (mml-minibuffer-read-disposition): Show attachment type
13028 in prompt.
13029
13030 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
13031
13032 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13033 XEmacs version.
13034
13035 * dns.el (dns-make-network-process): Use `open-network-stream'
13036 instead of `gnus-xmas-open-network-stream'.
13037
13038 * .cvsignore: Add auto-autoloads.el, custom-load.el.
13039
13040 2004-01-06 Jesper Harder <harder@ifa.au.dk>
13041
13042 * gnus-art.el (gnus-mime-display-alternative)
13043 (gnus-insert-mime-button, gnus-insert-mime-security-button)
13044 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13045 Don't use gnus-local-map-property.
13046
13047 * gnus-util.el (gnus-local-map-property): Remove.
13048
13049 * mm-view.el (mm-view-pkcs7-decrypt): Replace
13050 gnus-completing-read-maybe-default with completing-read.
13051
13052 * gnus-util.el (gnus-completing-read): do.
13053 (gnus-completing-read-maybe-default): Remove.
13054
13055 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
13056
13057 * password.el: Only autoload `run-at-time' if not XEmacs.
13058 Only autoload the itimer functions if XEmacs.
13059
13060 2004-01-06 Jesper Harder <harder@ifa.au.dk>
13061
13062 * gnus-art.el (gnus-read-string): Remove.
13063 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13064 read-string.
13065
13066 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
13067
13068 * netrc.el: Autoload password-read.
13069 (netrc): Add configuration group.
13070 (netrc-encoding-method, netrc-openssl-path): Add
13071 variables for encoding and decoding of files with symmetric
13072 ciphers.
13073 (netrc-encode): Add assistant function to encode a file with
13074 netrc-encoding-method.
13075 (netrc-parse): Add interactive parameter, added optional
13076 decoding if netrc-encoding-method is non-nil but otherwise
13077 behavior is standard.
13078 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13079 Do s/encode/encrypt/ everywhere.
13080
13081 * spam.el: Remove executable-find autoload.
13082
13083 2004-01-05 Jesper Harder <harder@ifa.au.dk>
13084
13085 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13086
13087 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13088
13089 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
13090
13091 * gnus-art.el (gnus-treat-ansi-sequences,
13092 (article-treat-ansi-sequences): New variable and function.
13093 Suggested by Dan Jacobson <jidanni@jidanni.org>.
13094
13095 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13096 Use it.
13097
13098 2004-01-05 Jesper Harder <harder@ifa.au.dk>
13099
13100 * mm-util.el (mm-quote-arg): Remove.
13101
13102 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13103 shell-quote-argument.
13104
13105 * gnus-uu.el (gnus-uu-command): do.
13106
13107 * gnus-sum.el (gnus-summary-insert-pseudos): do.
13108
13109 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13110 with make-char.
13111
13112 * mm-util.el (mm-make-char): Remove.
13113
13114 * mml.el (mml-mode): Replace gnus-add-minor-mode with
13115 add-minor-mode.
13116
13117 * gnus-undo.el (gnus-undo-mode): do.
13118
13119 * gnus-topic.el (gnus-topic-mode): do.
13120
13121 * gnus-sum.el (gnus-dead-summary-mode): do.
13122
13123 * gnus-start.el (gnus-slave-mode): do.
13124
13125 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13126
13127 * gnus-ml.el (gnus-mailing-list-mode): do.
13128
13129 * gnus-gl.el (gnus-grouplens-mode): do.
13130
13131 * gnus-draft.el (gnus-draft-mode): do.
13132
13133 * gnus-dired.el (gnus-dired-mode): do.
13134
13135 * gnus-ems.el (gnus-add-minor-mode): Remove.
13136
13137 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13138 Replace gnus-char-width with char-width.
13139
13140 * gnus-ems.el (gnus-char-width): Remove.
13141
13142 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13143 Replace gnus-char-width with char-width.
13144
13145 * gnus-ems.el (gnus-char-width): Remove.
13146
13147 * spam-stat.el (with-syntax-table): Remove with-syntax-table
13148 definition.
13149 Remove Emacs 20 hash table compatibility code.
13150
13151 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13152 20 compatibility code.
13153
13154 * spam.el (spam-point-at-eol): Replace with point-at-eol.
13155
13156 * smime.el (smime-point-at-eol): Replace with point-at-eol.
13157
13158 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13159 with point-at-{eol,bol}.
13160
13161 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13162
13163 * imap.el (imap-point-at-eol): Replace with point-at-eol.
13164
13165 * flow-fill.el (fill-flowed-point-at-bol)
13166 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13167
13168 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13169 Replace with point-at-{eol,bol} throughout all files.
13170
13171 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
13172
13173 * ntlm.el (ntlm-string-as-unibyte): New macro.
13174 (ntlm-build-auth-response): Use it.
13175
13176 Remove Emacs 20 stuff:
13177 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13178 of delq and copy-sequence.
13179 * gnus-art.el (popup-menu): Remove the compiler macro.
13180 * nnmail.el (nnmail-split-fancy): Don't support customizing with
13181 Emacs 20.
13182
13183 2004-01-05 Simon Josefsson <jas@extundo.com>
13184
13185 * ntlm.el: Fix namespace. Change smb-passwd-hash into
13186 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13187 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13188 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13189 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13190 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13191 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13192 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13193 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13194 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13195 ntlm-string-permute, string-lshift into ntlm-string-lshift,
13196 string-xor into ntlm-string-xor. Suggested by
13197 Jesper Harder <harder@myrealbox.com>.
13198
13199 * ntlm.el: Don't include poem.
13200
13201 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
13202 Jesper Harder <harder@myrealbox.com>.
13203
13204 * sasl-ntlm.el, ntlm.el, md4.el: New files.
13205
13206 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
13207 probably breaks emacs with DL patch, but do we care? Is anyone
13208 still using the DL stuff?)
13209
13210 * sieve-manage.el: Use the password package.
13211 (sieve-manage-read-passwd): Remove.
13212 (sieve-manage-interactive-login): Use password. Re-add
13213 condition-case around loop.
13214
13215 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13216 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13217 the password package.
13218
13219 2003-02-19 Simon Josefsson <jas@extundo.com>
13220
13221 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13222 token.
13223
13224 2002-08-07 Simon Josefsson <jas@extundo.com>
13225
13226 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13227 (sieve-manage-authenticators):
13228 (sieve-manage-authenticator-alist): Add some SASL mechs.
13229 (sieve-sasl-auth): New function.
13230 (sieve-manage-cram-md5-auth):
13231 (sieve-manage-plain-auth): Rewrite using SASL library.
13232 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13233 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13234 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13235 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13236
13237 2004-01-05 Simon Josefsson <jas@extundo.com>
13238
13239 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13240 New files.
13241
13242 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13243
13244 * gnus-group.el (gnus-no-groups-message): Update.
13245
13246 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13247
13248 2003-11-09 Simon Josefsson <jas@extundo.com>
13249
13250 * imap.el: Support for ID IMAP extension (RFC 2971).
13251 (imap-local-variables): Add imap-id.
13252 (imap-id): New variable.
13253 (imap-id): New function.
13254 (imap-parse-response): Parse untagged ID response.
13255 * nnimap.el (nnimap-id): New variable.
13256 (nnimap-open-connection): Use it.
13257
13258 2003-12-28 Simon Josefsson <jas@extundo.com>
13259
13260 * gnus-score.el (gnus-score-edit-all-score): New.
13261 * gnus-group.el (gnus-group-score-map): Bind it to W e.
13262
13263 2004-01-04 Simon Josefsson <jas@extundo.com>
13264
13265 * password.el: Add.
13266
13267 2004-01-04 Mario Lang <lang@zid.tugraz.at>
13268
13269 * dns.el (dns-query-types): Fix typo.
13270 (dns-query-types): New function
13271 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
13272 PTR and SOA replies, see RFC 1035.
13273
13274 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13275
13276 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13277
13278 * Moved to Changelog.2.
13279
13280 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13281
13282 * gnus.el (gnus-version-number): Bump version.
13283
13284 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13285
13286 * gnus.el: No Gnus v0.1 is released.
13287
13288 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13289
13290 * gnus.el: No Gnus v0.0 is released.
13291
13292 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13293
13294 * gnus.el (gnus-version-number): Bump.
13295 (gnus-version): No.
13296
13297 See ChangeLog.2 for earlier changes.
13298
13299 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13300
13301 This file is part of GNU Emacs.
13302
13303 GNU Emacs is free software: you can redistribute it and/or modify
13304 it under the terms of the GNU General Public License as published by
13305 the Free Software Foundation, either version 3 of the License, or
13306 (at your option) any later version.
13307
13308 GNU Emacs is distributed in the hope that it will be useful,
13309 but WITHOUT ANY WARRANTY; without even the implied warranty of
13310 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13311 GNU General Public License for more details.
13312
13313 You should have received a copy of the GNU General Public License
13314 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
13315
13316 ;; Local Variables:
13317 ;; coding: utf-8
13318 ;; fill-column: 79
13319 ;; add-log-time-zone-rule: t
13320 ;; End:
13321
13322 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4