(gnus-summary-next-article): Revert last change by which XEmacs gets not to work.
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4 XEmacs gets not to work.
5
6 2009-01-09 Glenn Morris <rgm@gnu.org>
7
8 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
9 with last-command-event.
10
11 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
12
13 * message.el (message-fix-before-sending): Amend comment.
14
15 2009-01-07 David Engster <dengste@eml.cc>
16
17 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
18 simplified server definitions by converting it via
19 gnus-server-to-method.
20
21 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
22
23 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
24 parameter's operands.
25
26 2009-01-06 David Engster <dengste@eml.cc>
27
28 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
29 primary select method (for gnus-group-mark-article-as-read).
30
31 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
32
33 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
34 `(gnus)Face', not `(gnus)X-Face'.
35
36 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
37
38 * mm-util.el (mm-ucs-to-char): New function.
39
40 * mm-url.el (mm-url-decode-entities): Use it.
41
42 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
43
44 * message.el (message-fix-before-sending): Add `eight-bit' to
45 illegible-text check.
46
47 2009-01-03 Michael Olson <mwolson@gnu.org>
48
49 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
50 `headers' is nil. This can occur if the IMAP server does not have
51 permissions to read messages from a folder, but can write new messages
52 to the folder.
53 (nnimap-request-article-part): Do not insert `data' if it is nil.
54
55 2009-01-01 Dave Love <fx@gnu.org>
56
57 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
58
59 * nnimap.el: Fix author email.
60 (nnimap-split-rule): Add FIXME comment.
61 (nnimap-debug): Fix doc string.
62
63 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
64
65 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
66 overlay-arrow-position and overlay-arrow-string buffer-local; no need
67 to check if those variables exist (first appeared in Emacs 18.50).
68
69 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
70
71 * mm-util.el (mm-line-number-at-pos): New function.
72
73 * spam-report.el (spam-report-process-queue): Use it.
74
75 2008-12-24 David Engster <dengste@eml.cc>
76
77 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
78 parameters that haven't existed as variables as buffer-local variables.
79
80 2008-12-23 Dave Love <fx@gnu.org>
81
82 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
83 cadar.
84
85 * sieve-manage.el (sieve-manage-starttls-p): Renamed from
86 imap-starttls-p.
87 (sieve-manage-starttls-open): Renamed from imap-starttls-open.
88
89 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
90
91 * spam-report.el (spam-report-gmane-max-requests): New constant.
92 (spam-report-gmane-wait): New variable.
93 (spam-report-gmane-ham, spam-report-gmane-spam)
94 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
95 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
96 the server.
97
98 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
99 Add explanations.
100
101 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
102 nnheader-accept-process-output and nnheader-read-timeout if available.
103 (pop3-movemail): Use it.
104
105 * message.el (message-check-news-body-syntax): Fix signature check if
106 there's an attachment.
107
108 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
109
110 * mm-util.el: Add comments to the mm- emulating functions.
111
112 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
113
114 * gnus-start.el (gnus-before-startup-hook): Fix doc string. Reported
115 by Stephen Berman <stephen.berman@gmx.net>.
116
117 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
118
119 * mm-util.el (mm-substring-no-properties): New function.
120 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
121 (mm-special-display-p): Enable those lambda forms to be byte compiled.
122 (mm-string-to-multibyte): Doc fix.
123
124 * mml.el (mml-attach-file): Use mm-substring-no-properties.
125
126 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
127
128 * mml.el (mml-attach-file): Strip text properties from file name.
129 (Bug#1574)
130
131 2008-12-16 Glenn Morris <rgm@gnu.org>
132
133 * mm-util.el (mm-charset-override-alist): Declare for compiler.
134
135 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
136
137 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
138 knows since the charset specified might be a bogus alias that
139 mm-charset-synonym-alist provides.
140
141 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
142
143 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
144 "ISO_8859-1".
145
146 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
147
148 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
149
150 * mm-util.el (mm-charset-eval-alist):
151 Define it before mm-charset-to-coding-system.
152 (mm-charset-to-coding-system): Add optional argument `silent';
153 define it before mm-charset-override-alist.
154 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
155 default value if it can be used in Emacs currently running;
156 silence mm-charset-to-coding-system.
157
158 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
159
160 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
161 `allow-override' which says whether to use `mm-charset-override-alist'.
162 (rfc2047-decode-encoded-words): Use it.
163
164 * mm-util.el (mm-charset-override-alist): Fix custom type;
165 add `(gb2312 . gbk)' to choices.
166
167 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
168
169 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
170 fast.
171
172 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
173
174 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
175
176 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
177 on links.
178
179 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
180
181 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
182
183 * message.el (message-idna-to-ascii-rhs-1): Protect against local
184 users' addresses that don't have domain parts.
185 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
186 rather than message-narrow-to-head since there will be the message
187 header separator.
188
189 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
190
191 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
192 since the result is inserted in a unibyte buffer anyway.
193 (nnimap-demule-use-string-to-multibyte): Remove.
194 (nnimap-demule): Alias it to mm-string-to-multibyte.
195
196 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
197
198 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
199 variable for debugging bug#464 and bug#1174.
200 (nnimap-demule): Use it.
201
202 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
203
204 * gnus-score.el (gnus-score-find-trace): Handle default score in total
205 score calculation correctly.
206
207 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
208
209 * message.el (message-send-mail): Just set the buffer to unibyte
210 rather than use mm-with-unibyte-current-buffer which does a lot more.
211 (message-send-mail-partially): Don't bother with
212 mm-with-unibyte-current-buffer since it's already been made unibyte by
213 message-send-mail.
214
215 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
216
217 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
218
219 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
220
221 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
222
223 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
224
225 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
226 require itself and to remove `with-no-warnings'.
227
228 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
229
230 * starttls.el (starttls-any-program-available): Get the name of the
231 available TLS layer program.
232 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
233 well as the host name in the "opening" message.
234
235 * auth-source.el (auth-source-cache, auth-source-do-cache)
236 (auth-source-user-or-password): Cache passwords and logins by default,
237 allow override with `auth-source-do-cache'.
238 (auth-source-forget-user-or-password): Allow users to remove cache
239 entries if needed.
240
241 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
242
243 * ietf-drums.el (ietf-drums-remove-comments): Localize second
244 condition-case to only the forward-sexp call.
245
246 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
247
248 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
249 quotes contained. Make it more robust regardless by an extra
250 condition-case wrapper.
251
252 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
253
254 * nnml.el (nnml-request-expire-articles): Check if the function set to
255 `nnmail-expiry-target' returns the symbol `delete'.
256
257 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
258
259 * nnmail.el (nnmail-expiry-target): Fix custom type.
260
261 2008-10-02 Glenn Morris <rgm@gnu.org>
262
263 * mm-util.el (mm-codepage-setup): Tweak codepage error.
264 Silence compiler warning.
265
266 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
267
268 * mml.el (mml-menu): Don't assume mml2015 is bound.
269
270 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
271
272 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
273 exists.
274
275 2008-09-27 Glenn Morris <rgm@gnu.org>
276
277 * gnus-util.el (mail-header-remove-comments): Autoload it.
278
279 2008-09-27 Andreas Schwab <schwab@suse.de>
280
281 * gnus-util.el (gnus-split-references): Strip comments.
282 (gnus-parent-id): Likewise.
283
284 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
285
286 * message.el (message-confirm-send): Fix version.
287
288 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
289
290 * message.el (message-idna-to-ascii-rhs-1): Use
291 mail-extract-address-components rather than mail-header-parse-addresses
292 that is an alias by default to ietf-drums-parse-addresses that does not
293 support non-ASCII names in headers' contents.
294
295 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
296
297 * message.el (message-confirm-send): Fixed variable documentation to
298 avoid the "y/n" wording.
299
300 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
301
302 * message.el (message-set-auto-save-file-name): Save to a different
303 filename so multiple messages (especially drafts) can be recovered.
304
305 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
306
307 * message.el (message-confirm-send): Add appropriate version.
308
309 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
310
311 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
312 defvar.
313
314 2008-09-22 Daiki Ueno <ueno@unixuser.org>
315
316 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
317 (mm-pkcs7-enveloped-magic): Ditto.
318
319 2008-09-17 Simon Josefsson <simon@josefsson.org>
320
321 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
322 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
323
324 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
325
326 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
327 default, it's better.
328
329 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
330
331 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
332 summary line gnus-number property and ignore them (with a warning
333 message).
334
335 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
336
337 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
338 macro caddr in the interactive form since it won't be expanded.
339
340 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
341
342 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
343 `charset'; fix name of function called recursively.
344 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
345
346 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
347
348 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
349 (gnus-mime-set-charset-parameters): New function.
350 (gnus-mime-view-part-as-charset): Use it to correctly display part
351 specifying wrong charset.
352
353 2008-09-08 David Engster <dengste@eml.cc>
354
355 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
356 in completing-read for back end server.
357
358 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
359
360 * message.el (message-confirm-send): New variable to confirm sending a
361 message.
362 (message-send): Use it.
363
364 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
365
366 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
367
368 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
369
370 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
371
372 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
373
374 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
375 prevent tracking too many groups.
376 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
377 Use it.
378
379 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
380
381 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
382 moving point to the bottom of the window in order to avoid recentering.
383
384 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
385
386 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
387 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
388 (gnus-article-beginning-of-window): Fix calculation.
389
390 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
391
392 * gnus-msg.el (gnus-summary-supersede-article)
393 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
394 value of gnus-newsgroup-charset to decode non-MIME encoded text in
395 message header.
396
397 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
398
399 * message.el:
400 * gnus-start.el:
401 * gnus-registry.el: Remove VMS support.
402
403 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
404
405 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
406 macro.
407 (rfc2104-hash): Use it.
408
409 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
410
411 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
412 (gnus-summary-sort-by-most-recent-date): New commands.
413 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
414 and menu entries.
415
416 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
417
418 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
419 don't redisplay article for raw contents; remove plural articles stuff.
420
421 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
422 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
423 on gnus-summary-save-article; display results properly.
424
425 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
426
427 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
428
429 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
430
431 * gnus-art.el (gnus-summary-save-in-pipe): Consider
432 gnus-save-all-headers.
433
434 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
435
436 * gnus-util.el (ns-focus-frame): Remove declaration.
437 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
438 like x.
439
440 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
441
442 * rfc2104.el (rfc2104-zero): Delete defconst.
443 (rfc2104-hex-alist): Likewise.
444 (rfc2104-hex-to-int): Delete func.
445 (rfc2104-hexstring-to-bitstring): Likewise.
446 (rfc2104-nybbles): New defconst.
447 (rfc2104-hash): Rewrite for speed.
448
449 2008-07-16 Glenn Morris <rgm@gnu.org>
450
451 * gnus-util.el (ns-focus-frame): Declare for compiler.
452
453 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
454
455 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
456 set as a group parameter.
457 (gnus-summary-save-in-pipe): Work when it is called independently.
458 (gnus-summary-pipe-to-muttprint): Don't modify
459 gnus-summary-pipe-output-default-command.
460
461 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
462
463 * message.el (message-send-mail-with-sendmail):
464 Display the error message.
465
466 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
467
468 * gnus-art.el (gnus-default-article-saver):
469 Add gnus-summary-save-in-pipe to choices.
470 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
471 gnus-summary-pipe-output-default-command as the default command.
472 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
473 instead of gnus-last-shell-command.
474
475 * gnus-sum.el (gnus-summary-pipe-output-default-command):
476 New user option.
477 (gnus-summary-muttprint-program): Mention the value will be changed.
478 (gnus-summary-save-article): Force showing of all headers.
479 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
480
481 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
482
483 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
484
485 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
486
487 * nnimap.el (nnimap-id):
488 * sieve-manage.el (sieve-manage-open): Doc fixes.
489
490 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
491
492 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
493 if available.
494
495 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
496
497 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
498
499 * nnkiboze.el (nnkiboze-generate-group):
500 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
501
502 * nnmairix.el: Require CL.
503
504 2008-06-15 David Engster <dengste@eml.cc>
505
506 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
507
508 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
509
510 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
511 New macros that expand to an `aset'/`aref' call under Emacs, and to a
512 runtime choice under XEmacs.
513
514 * gnus-sum.el (gnus-summary-set-display-table):
515 Use `gnus-put-display-table', `gnus-get-display-table',
516 `gnus-set-display-table' for the display table, instead of `aset'.
517
518 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
519
520 * nnmairix.el: Add autoloads.
521
522 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
523
524 * nnmairix.el (nnmairix-delete-recreate-group)
525 (nnmairix-update-and-clear-marks): Fix error messages.
526
527 2008-06-14 David Engster <dengste@eml.cc>
528
529 * nnmairix.el: Upgrade to version 0.6.
530 (nnmairix-group-toggle-propmarks-this-group)
531 (nnmairix-group-toggle-readmarks-this-group)
532 (nnmairix-group-delete-recreate-this-group)
533 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
534 (nnmairix-remove-tick-mark-original-article): New commands.
535 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
536 (nnmairix-propagate-marks-to-nnmairix-groups)
537 (nnmairix-only-use-registry, nnmairix-allowfast-default)
538 (nnmairix-marks-cache, nnmairix-version-output): New variables.
539 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
540 functions needed for marks propagation and manipulation of read marks.
541 (nnmairix-update-groups): New function.
542 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
543 (nnmairix-determine-original-group-from-registry)
544 (nnmairix-determine-original-group-from-path)
545 (nnmairix-get-group-from-file-path, nnmairix-map-range)
546 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
547 New helper functions.
548 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
549 keystrokes for new commands.
550 (nnmairix-delete-and-create-on-change): Doc string cleanup.
551 (nnmairix-request-group): Check allow-fast group parameter.
552 (nnmairix-request-create-group): Set allow-fast group parameter if
553 nnmairix-allowfast-default is set.
554 (nnmairix-close-group): Propagate marks upon closing if needed.
555 (nnmairix-group-toggle-threads-this-group): Use new.
556 nnmairix-group-toggle-parameter helper function.
557 (nnmairix-search): Better check for empty search result.
558 (nnmairix-goto-original-article): Use new helper functions for
559 determining original article.
560 (nnmairix-show-original-article): Make sure message-id is in brackets.
561 (nnmairix-call-mairix-binary): Change variable name.
562 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
563 helper function.
564 (nnmairix-widget-toggle-activate): Fix doc string.
565
566 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
567
568 * nnir.el: Require edmacro when compiling with XEmacs.
569 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
570 available in Emacs 21.
571
572 2008-06-11 Glenn Morris <rgm@gnu.org>
573
574 * gnus-util.el (x-focus-frame):
575 * gnus.el (image-size):
576 * mm-decode.el (image-size): Declare.
577
578 * gnus-picon.el (declare-function): Add compat definition.
579 (image-size): Declare.
580
581 * gnus-group.el (tool-bar-map):
582 * gnus-sum.el (tool-bar-map): Define for compiler.
583
584 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
585
586 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
587
588 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
589 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
590 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
591 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
592 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
593 * sieve-manage.el, spam-report.el, spam.el:
594 Remove unnecessary eval-and-compile of autoloads.
595
596 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
597
598 * auth-source.el: Precise Tramp doc.
599
600 2008-06-07 Glenn Morris <rgm@gnu.org>
601
602 * nnmairix.el: Remove unnecessary eval-when-compile.
603
604 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
605
606 * nnir.el: New file.
607
608 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
609
610 * gnus-util.el (gnus-read-shell-command): New function.
611 * mm-decode.el (mm-pipe-part):
612 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
613
614 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
615
616 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
617
618 2008-06-03 Glenn Morris <rgm@gnu.org>
619
620 * pop3.el (nnheader-accept-process-output): Autoload it.
621
622 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
623
624 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
625 are not 2-digit hexadecimal characters that follow `%'s.
626
627 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
628
629 * message.el (message-bogus-recipient-p): Fix type in doc string.
630 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
631 (message-bogus-addresses): Rename from message-bogus-address-regexp.
632 Improve custom options.
633 (message-bogus-recipient-p): Adjust accordingly.
634
635 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
636
637 * nnmairix.el: Require edmacro when compiling with XEmacs.
638
639 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
640
641 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
642 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
643
644 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
645
646 * auth-source.el: Add more docs.
647
648 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
649
650 * nnheader.el (nnheader-read-timeout): Change the default timeout from
651 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
652 retrieval faster in some cases, but might make CPU usage larger. If
653 this has any bad side effects, we might revert this change.
654
655 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
656 seems to make mail retrieval much, much faster.
657 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
658 unconditionally.
659
660 * gnus-draft.el (gnus-group-send-queue): Bind
661 message-send-mail-partially-limit to nil to avoid being prompted.
662
663 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
664
665 * mml.el (mml-attach-buffer): Prompt for `disposition'.
666
667 * message.el (message-bogus-address-regexp): Fix and improve custom
668 type.
669 (message-setup-hook): Add message-check-recipients as custom option.
670
671 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
672
673 * message.el (message-cite-function): Remove bogus autoload which crept
674 in during merge from v5-10.
675
676 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
677
678 * nnimap.el (nnimap-open-connection): Fix login/password bug.
679
680 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
681
682 * auth-source.el: Preliminary Tramp docs.
683 (auth-sources): Change the default auth-sources to use
684 EPA .gpg files.
685
686 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
687
688 * nntp.el: Autoload `auth-source-user-or-password'.
689 (nntp-send-authinfo): Use it.
690
691 * nnimap.el: Autoload `auth-source-user-or-password'.
692 (nnimap-open-connection): Use it.
693
694 * auth-source.el: Added docs on using with url-auth. Import gnus-util
695 for the gnus-message function.
696 (auth-source-user-or-password): Use it.
697
698 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
699
700 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
701 rfc2104-hexstring-to-byte-list. Return a unibyte string.
702 (rfc2104-hash): Use it.
703
704 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
705
706 * gnus-art.el (gnus-article-toggle-truncate-lines):
707 Don't use `iff' in docstring.
708
709 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
710
711 * gnus-registry.el: Adjusted copyright dates and added a keyword.
712
713 * gnus-util.el (gnus-extract-address-component-name)
714 (gnus-extract-address-component-email): Convenience functions around
715 `gnus-extract-address-components'.
716
717 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
718 Use `gnus-extract-address-component-email' to fix bug of comparing full
719 sender name to `user-mail-address'.
720
721 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
722
723 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
724 catch/throw to optimize.
725 (gnus-registry-find-keywords): Just use member to find a keyword.
726
727 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
728
729 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
730 is current before calling gnus-server-prepare.
731 (gnus-server-setup-buffer, gnus-server-update-server)
732 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
733
734 2008-05-04 Juri Linkov <juri@jurta.org>
735
736 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
737 (mailcap-file-default-commands): Use mailcap-replace-in-string
738 instead of replace-regexp-in-string, and mailcap-delete-duplicates
739 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
740
741 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
742
743 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
744
745 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
746
747 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
748 hooks.
749 (gnus-update-read-articles): Speed up non-marks-using users.
750 (gnus-use-marks): Define gnus-use-marks.
751 (gnus-propagate-marks): Rename variable to something more sensible.
752
753 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
754
755 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
756 (gmm-image-load-path-for-library): Fix typos in docstrings.
757 (gmm-message): Reflow docstring.
758
759 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
760
761 * mail-source.el (mail-source-set-1, mail-source-bind):
762 Move auth-source code out of the macro to clean it up and fix bugs.
763
764 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
765
766 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
767 by sender if it's equal to user-mail-address, it's likely to be
768 useless.
769
770 * mail-source.el (mail-source-bind): Don't use user or password if they
771 are not bound. Unintern them if they are nil. Don't use server unless
772 it's bound, and default it to empty string otherwise.
773
774 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
775
776 * mail-source.el: Load auth-source.el.
777 (mail-source-bind): Add comments. Call auth-source-user-or-password to
778 get user name or password, if auth-sources is set up.
779
780 * gnus-registry.el (gnus-registry-split-strategy): New variable for
781 strategy of splitting with parent.
782 (gnus-registry-split-fancy-with-parent)
783 (gnus-registry-post-process-groups): Use it and fix prior
784 bug (returning a list as the split result).
785
786 * auth-source.el (auth-sources): Remove server parameter.
787 (auth-source-pick, auth-source-user-or-password)
788 (auth-source-user-or-password-imap)
789 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
790 (auth-source-user-or-password-sftp)
791 (auth-source-user-or-password-smtp): Remove server parameter.
792
793 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
794
795 * smime.el (smime-sign-region, smime-encrypt-region)
796 (smime-decrypt-region):
797 Remove redundant calls to `generate-new-buffer-name'.
798
799 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
800
801 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
802 Don't use QP for message/rfc822.
803 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
804
805 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
806
807 * sieve-manage.el (sieve-string-bytes): Remove.
808 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
809 correct byte-length only if the process's coding-system is the same as
810 the one used internally by Emacs to represent strings.
811
812 2008-04-22 Juri Linkov <juri@jurta.org>
813
814 * mailcap.el (mailcap-file-default-commands): New function.
815
816 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
817
818 * message.el (message-signature-separator, message-cite-function):
819 Change custom version.
820
821 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
822
823 * mm-decode.el (mm-display-external): Make temp file read-only.
824
825 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
826
827 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
828 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
829 `C-c C-f d'.
830
831 2008-04-12 Adrian Aichner <adrian@xemacs.org>
832
833 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
834
835 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
836
837 * auth-source.el: Added docs.
838 (auth-sources): Modify format to support server.
839 (auth-source-pick, auth-source-user-or-password)
840 (auth-source-user-or-password-imap)
841 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
842 (auth-source-user-or-password-sftp)
843 (auth-source-user-or-password-smtp): Add server parameter.
844
845 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
846
847 * gnus-registry.el: Initialize the registry when gnus-registry-install
848 is t.
849
850 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
851
852 * compface.el (uncompface): Make buffer unibyte.
853
854 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
855
856 * mail-source.el (mail-source-value):
857 Prefer fboundp to functionp so it works with macros as well.
858
859 2008-04-05 Glenn Morris <rgm@gnu.org>
860
861 * gnus-ems.el (mm-disable-multibyte): Autoload it.
862
863 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
864
865 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
866 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
867
868 * nnheader.el (nnheader-init-server-buffer): Change buffer's
869 multibyteness after rather than before erasing it.
870
871 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
872 mm-with-multibyte.
873 (gnus-request-article-this-buffer): Make sure the proper decoding is
874 used if gnus-original-article-buffer happens to be unibyte.
875
876 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
877 default-enable-multibyte-characters.
878
879 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
880 default-enable-multibyte-characters.
881
882 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
883
884 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
885
886 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
887
888 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
889 Fix last change in case the element is not even a symbol.
890
891 2008-04-02 Simon Josefsson <simon@josefsson.org>
892
893 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
894 imap-enable-exchange-bug-workaround.
895 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
896
897 2008-04-01 Simon Josefsson <simon@josefsson.org>
898
899 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
900 a 100 byte status-checks into a 2-3MB transfer for each group.
901 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
902 to enable bug workaround or not.
903 (nnimap-find-minmax-uid): Only enable workaround conditionally.
904
905 2008-03-31 Glenn Morris <rgm@gnu.org>
906
907 * message.el (mml2015-use): Declare for compiler.
908 (message-info): Require mml2015 when appropriate.
909
910 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
911
912 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
913 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
914 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
915 (nntp-service-to-port): New function.
916 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
917 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
918 (nntp-open-netcat-stream): New function.
919 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
920
921 2008-03-29 Sven Joachim <svenjoac@gmx.de>
922
923 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
924
925 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
926
927 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
928
929 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
930
931 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
932
933 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
934
935 * message.el (message-signature-separator): Change default.
936 Improve custom type.
937 (message-cite-function): Change default to
938 message-cite-original-without-signature.
939
940 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
941 toggle.
942
943 * message.el (message-check-news-body-syntax): Fix signature check.
944 (message-setup-1): Mark buffer as unmodified _after_ running
945 message-setup-hook and handling message-alternative-emails.
946 (message-shorten-references): Be more strict when building list of
947 valid references to comply with GNKSA.
948
949 * gnus-group.el (gnus-read-ephemeral-bug-group)
950 (gnus-read-ephemeral-debian-bug-group)
951 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
952
953 * message.el (message-info): Don't use booleanp which isn't supported
954 in Emacs 21 and XEmacs.
955
956 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
957
958 * gnus-group.el (gnus-gmane-group-download-format): Rename from
959 gnus-group-gmane-group-download-format.
960 (gnus-group-read-ephemeral-gmane-group): Rename from
961 gnus-group-read-ephemeral-gmane-group.
962 (gnus-read-ephemeral-gmane-group-url): Rename from
963 gnus-group-read-ephemeral-gmane-group-url.
964 (gnus-bug-group-download-format-alist): New variable.
965 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
966 (gnus-read-ephemeral-emacs-bug-group): New commands.
967
968 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
969
970 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
971 (gnus-visible-headers): Improve custom type.
972
973 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
974
975 * mml.el (mml-menu): Add workarounds for XEmacs.
976
977 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
978 X-Boundary header.
979
980 * message.el (message-simplify-recipients): Fix previous commit.
981
982 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
983
984 * mm-util.el (mm-set-buffer-multibyte): New function.
985 * mm-decode.el (mm-copy-to-buffer): Use it.
986
987 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
988 Prefer fboundp to functionp so it works with macros as well.
989
990 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
991
992 * message.el (message-alter-recipients-discard-bogus-full-name):
993 New function.
994 (message-alter-recipients-function): New variable.
995 (message-get-reply-headers): Use it.
996 (message-replace-header): New helper function.
997 (message-recipients-without-full-name): New variable.
998 (message-simplify-recipients): New command.
999
1000 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
1001
1002 * message.el (message-info): Handle EasyPG manual.
1003
1004 * mml.el (mml-menu): Add entry for EasyPG.
1005
1006 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
1007
1008 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
1009 parameter.
1010
1011 * message.el (message-disassociate-draft): Specify drafts group name
1012 fully.
1013
1014 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
1015
1016 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
1017 unnecessary duplicates from the match list.
1018
1019 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
1020
1021 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
1022 args of `how-many' of which the XEmacs version doesn't take; declare
1023 Info-index-next as function.
1024
1025 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
1026
1027 * gnus-score.el (gnus-score-headers): Fix handling of
1028 gnus-inhibit-slow-scoring.
1029
1030 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
1031 string.
1032 (gnus-button-url-regexp): Improve handling of parenthesis.
1033 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
1034 (gnus-button-handle-info-keystrokes): Handle index entries.
1035
1036 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
1037
1038 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
1039 Incoming* files.
1040
1041 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
1042
1043 * auth-source.el (auth-sources): Renamed from auth-source-choices.
1044 (auth-source-pick): Use it.
1045
1046 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1047
1048 * auth-source.el (auth-source-protocols)
1049 (auth-source-protocols-customize, auth-source-choices): Added and
1050 modified variable customizations and defaults.
1051 (auth-source-pick, auth-source-user-or-password)
1052 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1053 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1054 (auth-source-user-or-password-sftp)
1055 (auth-source-user-or-password-smtp): Use new variables and provide an
1056 interface to netrc.el.
1057
1058 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
1059
1060 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
1061 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
1062 Make sure the nntp port to specify is a string.
1063
1064 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1065
1066 * nntp.el: Use with-current-buffer.
1067 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
1068 dubious mm-with-unibyte-current-buffer.
1069 (nntp-with-open-group-function): New function extracted from
1070 nntp-with-open-group macro.
1071 (nntp-with-open-group): Use the function, so it's easier to debug.
1072 Add indentation and debugging info.
1073 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
1074 the use of the netcat alternatives.
1075
1076 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
1077 Avoid mm-string-as-multibyte as well.
1078
1079 * nnweb.el (nnweb-insert-html):
1080 Remove use of nnheader-string-as-multibyte.
1081
1082 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
1083 (nnheader-string-as-multibyte): Remove.
1084
1085 * mm-view.el: Use inhibit-read-only.
1086 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
1087 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
1088 or unibyte-string.
1089
1090 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
1091 (mm-uu-yenc-extract): Use with-current-buffer.
1092
1093 * gnus-soup.el (gnus-soup-send-packet): Don't use
1094 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
1095
1096 * nnmh.el: Use with-current-buffer.
1097 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
1098 mm-string-as-multibyte on the output of mm-encode-coding-string.
1099
1100 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
1101 (nnimap-request-move-article): Use with-current-buffer.
1102
1103 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
1104 inserting the handle-buffer's text, so the implicit multibyte->unibyte
1105 conversion uses string-make-unibyte rather than string-as-unibyte.
1106
1107 * gnus-msg.el: Use with-current-buffer.
1108
1109 * message.el (message-ignored-resent-headers): Add "Delivered-To".
1110
1111 2008-03-10 Daiki Ueno <ueno@unixuser.org>
1112
1113 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
1114 string for caching if it is 'PIN.
1115
1116 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
1117
1118 * mail-source.el (mail-source-delete-old-incoming-confirm):
1119 Change default to nil.
1120 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
1121
1122 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
1123
1124 * gnus-art.el (gnus-narrow-to-page): Position point properly.
1125 (gnus-article-goto-prev-page): Work for articles having ^L's.
1126
1127 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
1128
1129 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
1130
1131 2008-03-07 Karl Fogel <kfogel@red-bean.com>
1132
1133 * gnus-bookmark.el: Adjust for renames in bookmark.el.
1134 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
1135 (gnus-bookmark-jump): Adjust some variable names.
1136
1137 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
1138
1139 * auth-source.el: New package.
1140 (auth-source-choices): Add customization entry point variable.
1141
1142 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
1143 bug.
1144
1145 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
1146
1147 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
1148 (gnus-registry-initialize, gnus-registry-install-p): Use it.
1149 (gnus-registry-install-shortcuts): Rename from
1150 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
1151 the `gnus-registry-mark-map' keymap dynamically from
1152 `gnus-registry-marks'. The generated functions update the summary line
1153 when a registry mark is added or deleted, and will call
1154 `gnus-registry-install-p' (see the comments in the code).
1155 (gnus-registry-user-format-function-M): Use concat intelligently.
1156
1157 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
1158 the registry mark functions.
1159
1160 2008-03-05 Glenn Morris <rgm@gnu.org>
1161
1162 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
1163 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
1164 gnus-art.
1165 (top-level): No need to load own source when compiling.
1166
1167 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
1168
1169 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
1170 Suggested by <chris.anderton@zetnet.co.uk>.
1171
1172 2008-03-04 Glenn Morris <rgm@gnu.org>
1173
1174 * gnus-sum.el (top-level): No need to require gnus when compiling,
1175 since unconditionally required near start of file.
1176 (gnus-summary-display-while-building): Move definition before use.
1177
1178 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
1179
1180 * gnus-registry.el (gnus-registry-user-format-function-M): Add
1181 formatting function.
1182
1183 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
1184
1185 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1186 with plists.
1187 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1188 Use new format.
1189
1190 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
1191
1192 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1193 `where-is-internal' that returns a range of key sequences.
1194
1195 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
1196
1197 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1198
1199 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1200 (gnus-summary-jump-to-group): Consider windows on other displayed
1201 frames as well. Similar changes might be needed elsewhere, but that's
1202 the one I've bumped into during my use.
1203
1204 * nndoc.el (nndoc-oe-dbx-type-p):
1205 * gnus-msg.el (gnus-debug):
1206 * gnus-group.el (gnus-update-group-mark-positions):
1207 Use mm-string-to-multibyte.
1208
1209 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
1210
1211 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1212 doesn't handle NotDashEscaped.
1213
1214 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
1215 (mml-dnd-attach-options): Fix typo in custom choice.
1216
1217 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1218 nndoc-article-type to mbox.
1219 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1220
1221 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
1222 to nil, instead of html2text.
1223
1224 * imap.el (imap-debug): Add `imap-ping-server'.
1225
1226 * gnus-bookmark.el: Add FIXMEs.
1227
1228 * message.el (message-form-letter-separator)
1229 (message-send-form-letter-delay): New variables.
1230 (message-send-form-letter): Use them. New command to send form
1231 letters. Requested by Uwe Siart.
1232 (message-send-mail-function): Doc fix. Add "Other" custom option.
1233
1234 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
1235
1236 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1237 empty author.
1238
1239 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
1240
1241 * gnus-registry.el (gnus-registry-marks): Add variable for
1242 customization of marks and their appearance.
1243 (gnus-registry-read-mark): Use it.
1244 (gnus-registry-do-marks): Add utility function to loop through
1245 `gnus-registry-marks'.
1246 (gnus-registry-install-shortcuts-and-menus): Add function to install
1247 shortcuts and menus.
1248 (gnus-registry-initialize): Use it.
1249 (gnus-registry-default-mark): Clarify documentation.
1250
1251 2008-02-29 Glenn Morris <rgm@gnu.org>
1252
1253 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1254 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1255 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1256 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1257 Change defcustom :version from 23.0 to 23.1.
1258
1259 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
1260
1261 * gnus-registry.el (gnus-registry-follow-group-p)
1262 (gnus-registry-post-process-groups): Add functions to aid registry
1263 splitting and improve logging. Clarify behavior in function
1264 documentation.
1265 (gnus-registry-split-fancy-with-parent): Use them.
1266
1267 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1268
1269 * gnus-art.el: Use with-current-buffer.
1270
1271 2008-02-27 David Engster <dengste@eml.cc>
1272
1273 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1274 Express real group name in the response.
1275
1276 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
1277
1278 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1279 (nnmairix-last-server, nnmairix-current-server): Defvar them.
1280 (nnmairix-goto-original-article): Defvar gnus-registry-install and
1281 autoload gnus-registry-fetch-group when compiling.
1282 (nnmairix-request-group-with-article-number-correction): Remove
1283 unreferenced argument passed to nnmairix-call-backend.
1284
1285 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
1286
1287 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1288 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
1289 Wilde.
1290
1291 2008-02-27 Glenn Morris <rgm@gnu.org>
1292
1293 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1294 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1295 variables to defconsts. Convert comments to doc-strings.
1296 (nnmairix-last-server, nnmairix-current-server): Convert from free
1297 variables to defvars. Convert comments to doc-strings.
1298 (gnus-registry-fetch-group): Autoload.
1299 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1300 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1301 (nnmairix-widget-build-editable-fields): Use car cddr rather than
1302 caddr.
1303 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1304 nnmairix-request-group-with-article-number-correction call.
1305 (nnmairix-fast, nnmairix-group): New, less general names, for free
1306 variables passed from nnmairix-request-group to
1307 nnmairix-request-group-with-article-number-correction. Declare.
1308 (nnmairix-request-group-with-article-number-correction):
1309 Use nnmairix-fast, nnmairix-group rather than fast, group.
1310
1311 2008-02-26 David Engster <dengste@eml.cc>
1312
1313 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
1314 version 0.5.
1315
1316 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
1317
1318 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1319 instead of making an extra function call. Don't add the current group
1320 to articles only when they have the group. Use
1321 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1322 Reported by David <de_bb@arcor.de>.
1323
1324 2008-02-24 Miles Bader <miles@gnu.org>
1325
1326 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1327 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
1328 (mm-find-mime-charset-region):
1329 * mm-bodies.el (mm-encode-body):
1330 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
1331
1332 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
1333
1334 * mail-source.el (mail-source-delete-incoming): Change default.
1335 Supplement doc string.
1336
1337 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1338
1339 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
1340
1341 * nnmail.el (nnmail-message-id-cache-file): Derive from
1342 `gnus-home-directory'.
1343
1344 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
1345
1346 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1347 Document negative prefix.
1348
1349 * gnus-group.el (gnus-group-read-group): Document negative prefix.
1350
1351 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1352
1353 * message.el (message-unsent-separator): Add the Exim bounce
1354 separator.
1355
1356 2008-02-10 Daiki Ueno <ueno@unixuser.org>
1357
1358 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1359 list.
1360 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1361 recipient/signer list.
1362
1363 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
1364
1365 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1366 fbound (Emacs 23 unicode), signal an error.
1367
1368 2008-02-08 Glenn Morris <rgm@gnu.org>
1369
1370 * gnus-art.el (pgg-display-output-buffer): Declare as function.
1371
1372 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
1373
1374 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1375 ports to the calls to `netrc-machine-user-or-password' in addition to
1376 "imap" and "imaps".
1377
1378 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
1379
1380 * gnus.el (gnus-group-startup-message): Add `find-image' call before
1381 image-load-path is let-bound. Reported by Harald Hanche-Olsen
1382 <hanche@math.ntnu.no>.
1383
1384 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
1385
1386 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1387
1388 2008-02-01 Zhang Wei <id.brep@gmail.com>
1389
1390 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1391
1392 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1393
1394 2008-02-01 Miles Bader <miles@gnu.org>
1395
1396 * mml.el (mml-parse-1): Remove apparently vestigial use of
1397 `mm-hack-charsets'.
1398 * mm-bodies.el (mm-encode-body): Likewise.
1399
1400 2008-02-01 Kenichi Handa <handa@m17n.org>
1401
1402 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1403 rfc2104-hexstring-to-bitstring and changed to return a byte list.
1404 (rfc2104-hash): Convert the result of concat to unibyte string.
1405
1406 2008-02-01 Dave Love <fx@gnu.org>
1407
1408 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1409 coding-system-for-read.
1410 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1411
1412 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1413 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
1414 (mm-find-mime-charset-region): Remove hack-charsets stuff.
1415
1416 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
1417
1418 * mail-source.el (mail-sources): Add `group' choice.
1419
1420 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1421 parameter `in-group' to control into which group the articles go.
1422 Add treatment of `group' mail-source.
1423
1424 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1425
1426 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1427 * message.el (message-beginning-of-line): Use featurep instead of bound
1428 tests in order to resolve conditionals at compile time.
1429
1430 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
1431
1432 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1433
1434 * mm-decode.el (mm-dissect-buffer): Decode description.
1435
1436 * mml.el (mml-to-mime): Encode message header first.
1437
1438 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
1439
1440 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1441 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1442
1443 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
1444
1445 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1446
1447 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
1448
1449 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1450 prefix keys.
1451 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1452 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1453 gnus-xmas.el.
1454
1455 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
1456
1457 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1458 Add new variables for article mark management.
1459 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1460 list of extra data entries which, when present, will indicate that the
1461 article ID should not be trimmed from the registry.
1462 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1463 functions.
1464 (gnus-registry-read-mark): New function to read a mark name from the
1465 user.
1466 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1467 (gnus-registry-set-article-mark-internal): New functions to add and
1468 remove marks.
1469 (gnus-registry-get-article-marks): New function to show the marks for
1470 an article, or retrieve them for further use.
1471
1472 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
1473
1474 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1475 keys when no argument is given.
1476
1477 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
1478
1479 * gnus-sum.el (gnus-article-sort-by-random)
1480 (gnus-thread-sort-by-random): Fix doc strings. Reported by
1481 jidanni@jidanni.org.
1482
1483 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
1484
1485 * gnus-art.el (gnus-article-describe-bindings): New function.
1486 (gnus-article-read-summary-keys): Use it.
1487 (gnus-article-mode-map): Bind `C-h b' to it.
1488
1489 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
1490
1491 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1492 XEmacs.
1493 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1494 against non-character events.
1495
1496 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1497
1498 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1499 command.
1500 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1501 instead of END. Change name of the temp file.
1502 (gnus-group-gmane-group-download-format): Add doc string. Make it
1503 customizable.
1504
1505 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
1506
1507 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1508 bind `S W' to gnus-article-wide-reply-with-original; set default
1509 binding to gnus-article-read-summary-send-keys.
1510 (gnus-article-read-summary-keys): Fix the order of keys; display
1511 continuation keys correctly in the echo area; describe bindings
1512 correctly when keys end with `C-h'.
1513 (gnus-article-read-summary-send-keys): New function.
1514 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1515 for gnus-article-read-summary-send-keys; display continuation keys
1516 correctly in the echo area.
1517 (gnus-article-reply-with-original): Ignore prefix argument.
1518 (gnus-article-wide-reply-with-original): New function.
1519
1520 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1521
1522 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1523 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1524
1525 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1526
1527 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1528 (gnus-group-read-ephemeral-gmane-group): New command.
1529
1530 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1531
1532 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1533
1534 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
1535
1536 * message.el (message-send-mail-function): Increase custom version.
1537
1538 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1539 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
1540
1541 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
1542
1543 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1544 html parts correctly; support forwarded messages.
1545 (gnus-article-browse-html-article): Remove work buffers.
1546
1547 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1548 compiling.
1549 (netrc-bound-and-true-p): New macro.
1550 (netrc-parse): Use it instead of bound-and-true-p that is not available
1551 in XEmacs 21.4.
1552
1553 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
1554
1555 * gnus-registry.el (gnus-registry-mark-article)
1556 (gnus-registry-article-marks): Add functionality to mark articles
1557 through the Gnus registry.
1558
1559 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1560 (netrc-parse): Use encrypt-file-alist to determine if
1561 encrypt-find-model or encrypt-insert-file-contents should be used.
1562
1563 2007-12-19 Glenn Morris <rgm@gnu.org>
1564
1565 * mml.el (message-options-set, message-narrow-to-head)
1566 (message-in-body-p, message-mail-p, message-encode-message-body):
1567 Autoload.
1568 (message-remove-header, message-narrow-to-headers-or-head)
1569 (message-subscribed-p, message-make-mail-followup-to)
1570 (message-position-on-field, message-news-p)
1571 (message-options-set-recipient, message-generate-headers)
1572 (message-sort-headers): Declare as functions.
1573
1574 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
1575
1576 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1577 convention in doc string.
1578
1579 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
1580
1581 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1582 title to html parts.
1583 (gnus-article-browse-html-article): Pass message header to it.
1584
1585 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1586
1587 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
1588
1589 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1590 or password compatible with XEmacs.
1591
1592 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
1593
1594 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1595 format document.
1596 (gnus-mime-delete-part): Don't write description line if empty.
1597 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1598
1599 2007-12-14 Johan Bockgård <bojohan@gnu.org>
1600
1601 * gnus-sum.el (gnus-summary-mark-unread-as-read)
1602 (gnus-summary-mark-read-and-unread-as-read)
1603 (gnus-summary-mark-current-read-and-unread-as-read)
1604 (gnus-summary-mark-unread-as-ticked): Doc fix.
1605 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1606
1607 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1608
1609 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
1610 Christoph Conrad <christoph.conrad@gmx.de>.
1611
1612 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1613
1614 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1615 yes-or-no-p.
1616
1617 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
1618
1619 * mm-decode.el (mm-add-meta-html-tag): New function.
1620 (mm-save-part-to-file, mm-pipe-part): Use it.
1621
1622 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1623 gnus-y-or-n-p instead of y-or-n-p.
1624 (gnus-article-browse-html-parts): Work with message/external-body; use
1625 mm-add-meta-html-tag.
1626
1627 2007-12-11 Glenn Morris <rgm@gnu.org>
1628
1629 * gnus-cache.el: Require gnus-sum not just when compiling.
1630
1631 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1632
1633 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1634 definitions before use.
1635
1636 * mm-decode.el: Require gnus-util.
1637 (mm-remove-part): Only call delete-annotation on XEmacs.
1638
1639 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1640
1641 * nnmail.el: Require gnus-int.
1642
1643 * spam.el: Move `require's before `eval-when-compile's.
1644
1645 * gnus-ems.el (gnus-alive-p):
1646 * gnus-fun.el (message-goto-eoh):
1647 * gnus-util.el (gnus-group-name-decode):
1648 * mail-source.el (gnus-compress-sequence):
1649 * message.el (Info-goto-node, format-spec):
1650 * mm-bodies.el (message-options-get):
1651 * mm-decode.el (mm-view-pkcs7):
1652 * mm-util.el (gmm-write-region):
1653 * mml-smime.el (mml-compute-boundary)
1654 (gnus-completing-read-with-default):
1655 * mml.el (widget-button-press, gnus-make-hashtable):
1656 * mml1991.el (mm-decode-content-transfer-encoding)
1657 (mm-encode-content-transfer-encoding)
1658 (message-options-get, message-options-set):
1659 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1660 * nnfolder.el (gnus-request-group):
1661 * nnheader.el (ietf-drums-unfold-fws):
1662 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1663 * smime.el (gnus-run-mode-hooks):
1664 * spam-stat.el (gnus-message): Autoload.
1665
1666 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1667 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1668 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1669 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1670 Add declare-function compatibility definition.
1671
1672 * gnus-cache.el (nnvirtual-find-group-art):
1673 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1674 (gnus-add-image, gnus-add-wash-type):
1675 * gnus-group.el (nnkiboze-score-file):
1676 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1677 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1678 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1679 (message-tokenize-header, gnus-get-buffer-create)
1680 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1681 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1682 * gnus.el (gnus-group-decoded-name):
1683 * mail-source.el (imap-capability):
1684 * mm-bodies.el (message-options-set):
1685 * mm-decode.el (gnus-configure-windows):
1686 * mm-extern.el (message-goto-body):
1687 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1688 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1689 (epg-sub-key-validity, message-options-set):
1690 * mml.el (widget-event-point, gnus-configure-windows):
1691 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1692 * mml2015.el (epg-check-configuration, epg-configuration)
1693 (message-options-set):
1694 * nndb.el (nndb-request-article):
1695 * nnfolder.el (gnus-request-create-group):
1696 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1697 * nnmaildir.el (gnus-group-mark-article-read):
1698 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1699 * rfc1843.el (message-fetch-field):
1700 * spam.el (gnus-extract-address-components):
1701 Declare as functions.
1702
1703 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1704
1705 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1706
1707 2007-12-09 Glenn Morris <rgm@gnu.org>
1708
1709 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1710
1711 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1712 * message.el, mm-view.el, sieve-manage.el, smime.el:
1713 Add declare-function compatibility definition.
1714
1715 * gnus-art.el (w3-region, w3m-region, Info-menu):
1716 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1717 * gnus-sum.el (gnus-get-predicate):
1718 * gnus-util.el (mm-append-to-file, w32-focus-frame):
1719 * message.el (mail-abbrev-in-expansion-header-p):
1720 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1721 (w3m-detect-meta-charset, w3m-region):
1722 * sieve-manage.el (password-read, password-cache-add)
1723 (password-cache-remove):
1724 * smime.el (password-read-and-add): Declare as functions.
1725
1726 2007-12-08 David Kastrup <dak@gnu.org>
1727
1728 * gnus-sum.el (gnus-summary-simplify-subject-query):
1729 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1730 `message'.
1731
1732 2007-12-07 Glenn Morris <rgm@gnu.org>
1733
1734 * gnus-art.el (article-make-date-line): Revert previous change.
1735
1736 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
1737
1738 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1739
1740 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
1741
1742 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1743 Call gnus-add-to-range ranges only once with a prepared article-list.
1744
1745 2007-12-06 Paul Jarc <prj@po.cwru.edu>
1746
1747 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1748 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1749 group names with backslashes. Reported by Tassilo Horn
1750 <tassilo@member.fsf.org>.
1751
1752 2007-12-06 Deepak Goel <deego3@gmail.com>
1753
1754 * gnus-art.el (article-make-date-line):
1755 * gnus-start.el (gnus-load):
1756 * pop3.el (pop3-read-response): Fix buggy call to `error'.
1757
1758 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1759
1760 * gnus-art.el (gnus-use-idna)
1761 * gnus-start.el (gnus-site-init-file)
1762 * message.el (message-use-idna)
1763 * mm-uu.el (mm-uu-hide-markers)
1764 * smiley.el (smiley-style): Revert changes that suppress warnings.
1765
1766 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1767
1768 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1769 specify charset to html source. Reported by Christoph Conrad
1770 <christoph.conrad@gmx.de>.
1771
1772 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1773
1774 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1775 idna-program in order to suppress byte compile warning issued by XEmacs
1776 that came to byte compile the default value section of defcustom forms
1777 recently.
1778
1779 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1780 value of installation-directory.
1781
1782 * message.el (message-use-idna): Don't directly refer to the value of
1783 idna-program.
1784
1785 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1786
1787 * smiley.el (smiley-style): Don't directly call face-attribute.
1788
1789 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
1790
1791 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1792
1793 * gnus-dired.el: Reduce Gnus dependencies.
1794 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1795 require. Use autoloads instead.
1796 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1797 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1798 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1799 (gnus-dired-mode): Adjust doc string.
1800 (gnus-dired-mail-mode): New variable.
1801 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1802 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1803 (gnus-dired-mail-buffers): New function. Return mail or message
1804 composition buffers.
1805 (gnus-dired-attach): Use it.
1806 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1807 NO-DECODE.
1808 (gnus-dired-print): Use `gnus-print-buffer' depending on
1809 `gnus-dired-mail-mode'.
1810
1811 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1812
1813 * rfc2047.el (rfc2047-encoded-word-regexp)
1814 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1815 explaining what regexp patterns are for.
1816
1817 2007-12-04 Glenn Morris <rgm@gnu.org>
1818
1819 * password.el: Move to ../password-cache.el.
1820
1821 * mml1991.el (password-read, password-cache-add, password-cache-remove):
1822 * mml2015.el (password-read, password-cache-add, password-cache-remove):
1823 * mml-smime.el (password-read, password-cache-add)
1824 (password-cache-remove):
1825 No need to autoload, since mml-sec requires password.
1826
1827 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1828 * message.el (gnus-extract-address-components):
1829 * mml-smime.el (gnus-extract-address-components): Define for compiler.
1830
1831 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1832 password.
1833
1834 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
1835
1836 * mailcap.el: Reduce dependencies.
1837 (mail-header-parse-content-type): Autoload.
1838 (mailcap-delete-duplicates): New alias.
1839 (mailcap-mime-info): Add optional argument NO-DECODE.
1840 (mailcap-mime-types): Use mailcap-delete-duplicates.
1841
1842 * message.el (message-ignored-supersedes-headers): Add "X-ID".
1843
1844 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1845
1846 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1847 function.
1848
1849 * gnus-uu.el (gnus-uu-decode-yenc): New command.
1850 (gnus-uu-yenc-article): New function.
1851
1852 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1853
1854 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1855 buffer.
1856
1857 2007-12-02 Glenn Morris <rgm@gnu.org>
1858
1859 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
1860 Move to ../net.
1861
1862 * binhex.el, uudecode.el: Move to ../mail.
1863
1864 * encrypt.el: Remove file.
1865
1866 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1867
1868 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1869 matches on patches.
1870
1871 * gnus-art.el (gnus-article-browse-html-article): Mention
1872 `mm-text-html-renderer' in the doc string.
1873
1874 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1875 string. Add comments.
1876
1877 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1878 if rhs is ASCII.
1879
1880 2007-12-01 Glenn Morris <rgm@gnu.org>
1881
1882 * dig.el, dns.el: Move to ../net.
1883 * format-spec.el, hex-util.el, sha1.el: Move to ../.
1884
1885 * mail-source.el (top-level): Require format-spec before
1886 eval-when-compile.
1887
1888 2007-11-30 Glenn Morris <rgm@gnu.org>
1889
1890 * encrypt.el: Require password, rather than autoloading password-read.
1891
1892 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
1893
1894 * gnus.el (gnus-method-to-server): Add an optional parameter so the
1895 caller can indicate whether the cache should be disregarded for this
1896 call. This way the result of the call is reproducible at all times and
1897 can be considered a canonical server name for the supplied method.
1898 (gnus-agent-method-p): Canonicalize server names by pushing their
1899 method through `gnus-method-to-server' using the no-cache argument.
1900
1901 * gnus-srvr.el (gnus-server-insert-server-line): Call
1902 `gnus-method-to-server' with `no-cache' argument.
1903
1904 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1905 gnus-agent-possibly-synchronize-flags as this should be called when the
1906 server is actually being opened.
1907 (gnus-agent-possibly-synchronize-flags)
1908 (gnus-agent-possibly-synchronize-flags-server): Move check for the
1909 flags file of an agentized server to the latter function.
1910
1911 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1912 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1913 after a connection has been established successfully.
1914
1915 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
1916
1917 * gnus-art.el (article-display-face): Force to display face if called
1918 interactively; check if gnus-article-x-face-too-ugly matches author.
1919 (article-display-x-face): Display face even if From header is missing
1920 as article-display-face does.
1921
1922 2007-11-28 Richard Stallman <rms@gnu.org>
1923
1924 * md4.el: Move to ../.
1925 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
1926
1927 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
1928
1929 * mail-source.el (mail-sources): Default to fetch from file for
1930 compatibility with default of nnmail-spool-file.
1931
1932 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1933
1934 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1935 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1936 to look for encoded word that should be encoded again.
1937 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1938 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1939 encoding pattern.
1940 (rfc2047-decode-region): Switch strict regexp and loose one according
1941 to rfc2047-allow-irregular-q-encoded-words.
1942
1943 2007-11-26 Simon Josefsson <simon@josefsson.org>
1944
1945 * imap.el: Move to ../net directory.
1946
1947 2007-11-25 Romain Francoise <romain@orebokech.com>
1948
1949 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1950
1951 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1952
1953 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1954 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1955
1956 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1957 `nnmail-spool-file'.
1958
1959 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1960 `nnmail-spool-file'.
1961
1962 * gnus-move.el (gnus-change-server): Ditto.
1963
1964 * gnus-kill.el (gnus-batch-score): Ditto.
1965
1966 * gnus-cache.el (gnus-jog-cache): Ditto.
1967
1968 * gnus-msg.el (gnus-summary-reply):
1969 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1970
1971 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1972
1973 * gnus-cache.el (gnus-cache-generate-nov-databases):
1974 Use nnml-generate-nov-databases-directory instead of
1975 nnml-generate-nov-databases-1.
1976
1977 2007-11-24 Glenn Morris <rgm@gnu.org>
1978
1979 * message.el (message-tool-bar-retro): Update for rename
1980 mail_send.xpm->mail-send.xpm.
1981
1982 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1983
1984 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1985 `smime-ldap-search' for Emacs 22 and up.
1986
1987 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1988
1989 * hashcash.el: Move to ../mail directory.
1990
1991 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
1992
1993 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1994 `smime-ldap-search' for Emacs 22 and up.
1995
1996 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1997
1998 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1999
2000 * message.el (message-send-mail-function): Fix error convention.
2001 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
2002 (message-widen-reply, message-send-mail, message-talkative-question)
2003 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
2004 (message-clone-locals, message-send-news): Use with-current-buffer.
2005 (message-insert-or-toggle-importance): Remove unused var `valid'.
2006 (message-make-references): Remove unused var `new-references'.
2007 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2008
2009 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
2010
2011 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
2012 (spam-split-symbolic-return-positive): Reflow docstring.
2013 (spam-backends, spam-summary-exit-behavior)
2014 (spam-mark-ham-unread-before-move-from-spam-group)
2015 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
2016 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2017 (spam-clear-cache, spam-backend-check, spam-install-backend)
2018 (spam-install-statistical-backend, spam-list-of-processors)
2019 (spam-group-processor-p, spam-split, spam-bogofilter-score)
2020 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
2021 (spam-check-crm114, spam-initialize, spam-unload-hook):
2022 Fix typos in docstrings.
2023
2024 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
2025
2026 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
2027 been checked if they have never been read and those group levels are
2028 higher than the one that a user specified.
2029
2030 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
2031
2032 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
2033 foreign groups unless a group level is specified by a user.
2034 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
2035
2036 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
2037
2038 * message.el (message-send-mail-function): Require sendmail.
2039
2040 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
2041
2042 * message.el (message-send-mail-function): Check for smtpmail too.
2043
2044 * utf7.el (utf7-encode, utf7-decode): Use coding system
2045 `utf-7'/`utf-7-imap' from utf-7.el' if available.
2046
2047 * message.el (message-send-mail-function): New function.
2048 (message-send-mail-function): Set default using
2049 message-send-mail-function. Adjust doc string.
2050 (message-send-mail-with-mailclient): New function.
2051
2052 2007-11-17 Richard Stallman <rms@gnu.org>
2053
2054 * assistant.el: Remove file.
2055
2056 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
2057
2058 * smime.el (from):
2059 * rfc2047.el (message-posting-charset):
2060 * qp.el (mm-use-ultra-safe-encoding):
2061 * pop3.el (parse-time-months):
2062 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
2063 * nnml.el (files):
2064 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
2065 (jka-compr-compression-info-list, ange-ftp-path-format)
2066 (efs-path-regexp):
2067 * nndiary.el (files):
2068 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
2069 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
2070 (epg-digest-algorithm-alist, inhibit-redisplay)
2071 (password-cache-expiry):
2072 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
2073 (pgg-output-buffer, password-cache-expiry):
2074 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2075 (efs-path-regexp):
2076 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2077 (inhibit-redisplay):
2078 * mm-uu.el (file-name, start-point, end-point, entry)
2079 (gnus-newsgroup-name, gnus-newsgroup-charset):
2080 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2081 (latin-unity-ucs-list):
2082 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
2083 (mm-uu-binhex-decode-function):
2084 * message.el (gnus-message-group-art, gnus-list-identifiers)
2085 (rmail-enable-mime-composing, gnus-local-organization)
2086 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
2087 (gnus-read-active-file, facemenu-add-face-function)
2088 (facemenu-remove-face-function, gnus-article-decoded-p)
2089 (tool-bar-mode):
2090 * mail-source.el (display-time-mail-function):
2091 * gnus-util.el (nnmail-pathname-coding-system)
2092 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
2093 (gnus-original-article-buffer, gnus-user-agent)
2094 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
2095 (xemacs-codename, sxemacs-codename, emacs-program-version):
2096 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
2097 * gnus-start.el (gnus-agent-covered-methods)
2098 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
2099 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
2100 (gnus-newsgroup-headers, gnus-group-list-mode)
2101 (gnus-group-mark-positions, gnus-newsgroup-data)
2102 (gnus-newsgroup-unreads, nnoo-state-alist)
2103 (gnus-current-select-method, mail-sources)
2104 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
2105 (nnmail-spool-file, gnus-cache-active-hashtb):
2106 * gnus-mh.el (mh-lib-progs):
2107 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
2108 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
2109 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
2110 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
2111 (gnus-group-buffer):
2112 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
2113 (font-lock-set-defaults):
2114 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
2115 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
2116 (gnus-summary-post-menu, total-parts, type, condition, length):
2117 * gnus-agent.el (gnus-agent-read-agentview):
2118 * flow-fill.el (show-trailing-whitespace):
2119 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
2120 eval-and-compile wrappers for byte compiler pacifiers.
2121
2122 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
2123 (mm-display-inline-fontify): Check for featurep 'xemacs not
2124 extent-list.
2125
2126 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
2127 itimer-list.
2128 (mm-create-image-xemacs): Only do something for XEmacs.
2129 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
2130
2131 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
2132
2133 * gnus-registry.el (gnus-adaptive-word-syntax-table):
2134 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
2135
2136 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
2137
2138 * nnimap.el (nnimap-split-download-body):
2139 * gnus-demon.el (gnus-demon):
2140 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
2141
2142 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
2143
2144 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
2145 macros.
2146 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
2147 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
2148 copy data from unibyte buffer to multibyte current buffer.
2149 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
2150 to copy data from unibyte current buffer to multibyte buffer.
2151 (nntp-make-process-buffer): Make process buffer unibyte.
2152
2153 * pop3.el (pop3-open-server): Fix typo in Lisp code.
2154
2155 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
2156
2157 * pop3.el (pop3-open-server): Accept and process data more robustly at
2158 connexion start to avoid spurious "POP SSL connexion failed" errors.
2159
2160 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
2161
2162 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2163 read group names.
2164
2165 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
2166
2167 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2168
2169 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2170
2171 * nnmail.el (nnmail-parse-active): Make group names unibyte.
2172 (nnmail-save-active): Use a unibyte buffer when saving active file,
2173 which may contain non-ASCII group names.
2174
2175 * nnml.el (nnml-request-group): Decode group names in messages.
2176
2177 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
2178
2179 * message.el (message-citation-line-function)
2180 (message-insert-formatted-citation-line): Fix spelling of
2181 `message-insert-formated-citation-line'.
2182
2183 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
2184
2185 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2186
2187 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2188
2189 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2190 nnmail-pathname-coding-system.
2191
2192 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2193 that a user enters; decode group names in messages.
2194
2195 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2196
2197 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
2198
2199 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2200
2201 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2202
2203 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2204 risky local variable.
2205
2206 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2207
2208 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
2209
2210 * encrypt.el: Improve documentation to fix function name typo.
2211 Reported by Daiki Ueno <ueno@unixuser.org>.
2212
2213 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2214
2215 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2216 even if the point is not in the last page of an article.
2217 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2218 back to the previous page.
2219
2220 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
2221
2222 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2223
2224 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
2225
2226 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2227
2228 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2229
2230 * message.el (message-check-news-body-syntax): Avoid
2231 mm-string-as-multibyte.
2232 (message-hide-headers): Don't assume (point-min)==1.
2233
2234 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2235
2236 * message.el (message-remove-blank-cited-lines): Fix if remove is
2237 given.
2238 (message-bogus-address-regexp): New variable.
2239 (message-bogus-recipient-p): New function.
2240 (message-check-recipients): New command.
2241 (message-syntax-checks): Add `bogus-recipient'.
2242 (message-fix-before-sending): Add `bogus-recipient'.
2243
2244 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2245 (gnus-treat-body-boundary): Don't test window-system.
2246
2247 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
2248
2249 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2250
2251 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2252
2253 * gnus.el: Bump version to Gnus v5.13.
2254
2255 2007-10-28 Miles Bader <miles@gnu.org>
2256
2257 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2258 at compile-time too.
2259
2260 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
2261
2262 * gnus-msg.el (gnus-message-setup-hook): Add
2263 `message-remove-blank-cited-lines' to options.
2264
2265 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
2266
2267 * message.el (message-remove-blank-cited-lines): New function.
2268 Suggested by Karl Plästerer.
2269
2270 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
2271
2272 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2273 mapc.
2274
2275 * imap.el (imap-open): Replace mapcar called for effect with mapc.
2276 (top-level): Use mapc to set functions to be traced for debugging.
2277
2278 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2279 called for effect with while loop.
2280
2281 * message.el (message-talkative-question): Replace mapcar called for
2282 effect with mapc.
2283
2284 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2285 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2286 called for effect with dolist.
2287
2288 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2289
2290 * nndiary.el: Use dolist instead of mapcar to add diary headers to
2291 gnus-extra-headers and nnmail-extra-headers.
2292
2293 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2294 called for effect with dolist.
2295 (top-level): Use mapc to set functions to be traced for debugging.
2296
2297 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2298 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2299 dolist.
2300
2301 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2302 Replace mapcar called for effect with mapc.
2303 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2304 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2305 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2306 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2307
2308 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2309 remove-if that's a cl function.
2310
2311 * webmail.el (webmail-debug): Replace mapcar called for effect with
2312 dolist.
2313
2314 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
2315
2316 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2317 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2318 with while loop.
2319
2320 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2321 functions from article-* functions.
2322 (gnus-multi-decode-header): Replace mapcar called for effect with
2323 dolist.
2324
2325 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2326 (gnus-bookmark-show-details): Replace mapcar called for effect with
2327 while loop.
2328
2329 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2330 called for effect with while loop.
2331
2332 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2333 with dolist.
2334
2335 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2336 mapcar called for effect with dolist.
2337
2338 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2339
2340 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2341 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2342 Replace mapcar called for effect with dolist.
2343 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2344 mapc.
2345
2346 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2347 Replace mapcar called for effect with dolist.
2348 (gnus-topic-list): Replace mapcar called for effect with mapc.
2349
2350 * gnus.el: Use mapc instead of mapcar to add autoloads.
2351
2352 2007-10-23 Richard Stallman <rms@gnu.org>
2353
2354 * gnus-group.el (gnus-group-highlight): Mark as risky.
2355
2356 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
2357
2358 * gnus.el (gnus-server-to-method): Return method found first in
2359 gnus-newsrc-alist.
2360
2361 * gnus-art.el (gnus-article-highlight-signature)
2362 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2363 button overlay without the front stickiness.
2364
2365 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
2366
2367 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2368 overview buffer needed a catch to receive its throw.
2369 (gnus-agent-flush-cache): Declared as interactive to make this function
2370 easier to use.
2371
2372 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2373
2374 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2375 `next-line'.
2376
2377 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
2378
2379 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2380 exclude address matching message-dont-reply-to-names.
2381
2382 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2383
2384 * gnus-util.el (gnus-string<): New function.
2385
2386 * gnus-sum.el (gnus-article-sort-by-author)
2387 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2388
2389 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2390
2391 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2392 the frame-focus tag is set in gnus-buffer-configuration.
2393
2394 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
2395
2396 * gnus-art.el (gnus-article-add-button): Make a button overlay without
2397 the front stickiness.
2398
2399 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2400
2401 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2402 url pattern; remove duplicate one.
2403 (gnus-article-extend-url-button): New function.
2404 (gnus-article-add-buttons): Use it.
2405 (gnus-button-push): Use concatenated url that it makes.
2406
2407 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
2408
2409 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2410 (sieve-manage-open): Use `mapc' instead of `mapcar'.
2411
2412 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2413
2414 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2415 Don't hardcode point-min==1.
2416
2417 2007-09-30 David Kastrup <dak@gnu.org>
2418
2419 * gnus-art.el (gnus-article-reply-with-original)
2420 (gnus-article-followup-with-original): When `transient-mark-mode' is
2421 off, refrain from active-region behavior for followups.
2422
2423 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
2424
2425 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2426 Fix comment about "iso8859-1".
2427
2428 2007-10-08 Daiki Ueno <ueno@unixuser.org>
2429
2430 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2431 ones returned from the verify-function.
2432
2433 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2434 mml2015-extract-cleartext-signature if extraction failed.
2435
2436 2007-10-07 Daiki Ueno <ueno@unixuser.org>
2437
2438 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2439 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2440 failed.
2441
2442 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
2443
2444 * Relicense "GPLv2 or later" files to "GPLv3 or later".
2445
2446 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
2447
2448 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2449 to mark a thread as expirable. Add variable `hide' to handle hiding of
2450 thread for both the null and zero (kill/expire thread) universal prefix
2451 cases.
2452 (gnus-summary-expire-thread): Add new function to expire a thread,
2453 using gnus-summary-kill-thread.
2454 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2455 shortcuts for gnus-summary-expire-thread.
2456 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2457 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
2458
2459 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2460
2461 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2462 extras value, so an extras entry can be deleted.
2463 (gnus-registry-delete-extra-entry): Use it.
2464 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2465 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2466 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2467 storage through the gnus-registry, and provide an appropriate API for
2468 it.
2469
2470 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2471
2472 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2473 Suggested by Leo <sdl.web@gmail.com>.
2474
2475 * gnus.el: Do.
2476
2477 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2478
2479 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2480 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
2481
2482 * gnus-agent.el (gnus-agent-fetch-headers): Do.
2483
2484 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2485 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2486
2487 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2488
2489 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2490 newline.
2491 (nnmbox-request-accept-article): Don't change article in source buffer;
2492 narrow to header to use message-fetch-field rather than
2493 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2494 (nnmbox-request-replace-article): Quote lines that'll be misidentified
2495 as delimiters; make sure article ends with newline.
2496 (nnmbox-delete-mail): Correct last position of article to be deleted;
2497 ignore X-Gnus-Newsgroup header in article body.
2498 (nnmbox-save-mail): Quote lines looking like delimiters at the right
2499 positions; make sure article ends with newline.
2500
2501 * message.el (message-display-abbrev): Don't infloop when a user
2502 inserts SPC in the beginning of header.
2503
2504 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
2505
2506 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2507 list of groups not followed by default. Fix type to be regexp.
2508 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2509
2510 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
2511
2512 * hmac-def.el (define-hmac-function): Switch from old-style to
2513 new-style backquotes.
2514
2515 * md4.el (md4-make-step): Likewise.
2516
2517 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2518
2519 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2520 raw-text coding system when saving .newsrc file, which may contain
2521 non-ASCII group names.
2522
2523 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
2524
2525 * gnus-cus.el (gnus-score-extra): New widget.
2526 (gnus-score-extra-convert): New function.
2527 (gnus-score-customize): Use it for Extra.
2528
2529 2007-08-31 Daiki Ueno <ueno@unixuser.org>
2530
2531 * mml2015.el (mml2015-extract-cleartext-signature): New function.
2532 (mml2015-mailcrypt-clear-verify): Use it.
2533 (mml2015-gpg-clear-verify): Use it.
2534 (mml2015-pgg-clear-verify): Use it.
2535 (mml2015-epg-clear-verify): Replace the current part with the output
2536 from GnuPG; don't extract the plaintext by itself.
2537
2538 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2539 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2540 mml2015-clear-verify-function; don't touch the armor headers or
2541 dash-escaped text here.
2542
2543 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
2544
2545 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2546 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2547 parts, or application/octet-stream as a last resort.
2548 (gnus-mime-view-part-as-type): Don't toggle display.
2549 (gnus-mime-view-part-as-charset): Don't turn off display before
2550 querying charset.
2551
2552 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2553 stuff to undisplayer function in Emacs.
2554 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2555
2556 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2557 text/calendar parts.
2558
2559 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
2560
2561 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2562 decoding text/calendar parts.
2563
2564 * message.el (message-forward-make-body-mime): Always mark body as
2565 having no illegible text; remove signed-or-encrypted argument.
2566 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2567
2568 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2569 (mml-generate-mime-1): Don't encode body if it is specified to be in
2570 raw form; don't make buffer be unibyte when inserting multibyte string.
2571
2572 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2573
2574 * sha1.el: Fix up comment style.
2575 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2576 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2577
2578 * hex-util.el: Fix up comment style.
2579 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2580
2581 * gnus-salt.el: Use with-current-buffer.
2582 (gnus-pick-setup-message): Fix long-standing typo.
2583
2584 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2585
2586 * imap.el (imap-logout-timeout): New variable.
2587 (imap-logout, imap-logout-wait): New functions.
2588 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2589
2590 * nnimap.el (nnimap-logout-timeout): New server variable.
2591 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2592 nnimap-logout-timeout.
2593
2594 * gnus-art.el (gnus-article-summary-command-nosave)
2595 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2596
2597 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
2598
2599 * gnus.el (gnus-maximum-newsgroup): New variable.
2600
2601 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2602 according to gnus-maximum-newsgroup.
2603
2604 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2605 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2606 Limit the range of articles according to gnus-maximum-newsgroup.
2607
2608 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
2609
2610 * gnus-art.el (gnus-sticky-article): Fixed problems described in
2611 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
2612 Don't perform gnus-configure-windows here; reuse existing sticky
2613 article buffer.
2614
2615 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2616 it doesn't exist in gnus-article-mode.
2617
2618 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
2619
2620 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2621 (gnus-agent-decoded-group-name): New function.
2622 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2623 (gnus-agent-expire-group-1): Use it; decode group name in messages.
2624
2625 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
2626
2627 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2628 Add binding for gnus-sticky-article.
2629 (gnus-summary-exit): Don't kill sticky article buffers.
2630
2631 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2632 article buffer.
2633 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2634 (gnus-kill-sticky-article-buffers): New commands.
2635
2636 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
2637
2638 * nntp.el (nntp-xref-number-is-evil): New server variable.
2639 (nntp-find-group-and-number): If it is non-nil, don't trust article
2640 numbers in the Xref header.
2641
2642 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
2643
2644 * gnus-agent.el (gnus-agent-read-group): New function.
2645 (gnus-agent-flush-group, gnus-agent-expire-group)
2646 (gnus-agent-regenerate-group): Use it.
2647 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2648 nnmail-pathname-coding-system.
2649
2650 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
2651
2652 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2653
2654 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2655 that are unread as unread, and also as selected so that information of
2656 marks having been changed by a user may be updated when exiting group.
2657
2658 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
2659
2660 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
2661
2662 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
2663
2664 * gnus-art.el (gnus-mime-display-single): Pass part number that is
2665 calculated ignoring signature parts to gnus-treat-article.
2666
2667 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
2668
2669 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2670 a point here in order to keep the window start.
2671 (gnus-insert-mime-security-button): Make a button overlay without the
2672 front stickiness.
2673 (gnus-mime-display-security): Goto the end of a button.
2674
2675 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2676
2677 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
2678
2679 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2680 group-name-at-point.
2681 (gnus-group-completing-read): New function that offers decoded
2682 non-ASCII group names for completion.
2683 (gnus-fetch-group, gnus-group-read-ephemeral-group)
2684 (gnus-group-jump-to-group, gnus-group-make-group-simple)
2685 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2686 (gnus-group-fetch-control): Use it.
2687 (gnus-fetch-group): Use group-name-at-point for the initial value
2688 rather than the default value; use gnus-alive-p.
2689
2690 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2691 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2692 (gnus-summary-post-news): Use gnus-group-completing-read.
2693
2694 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2695 (gnus-read-move-group-name): Decode group name for completion.
2696
2697 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
2698
2699 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2700 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2701 Yamaoka slightly modified the code).
2702
2703 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
2704
2705 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2706 (nnmail-split-incoming): Bind it.
2707
2708 * nnml.el (nnml-group-name-charset): New function.
2709 (nnml-decoded-group-name): Use it; don't decode group name if
2710 nnmail-group-names-not-encoded-p is non-nil.
2711 (nnml-encoded-group-name): New function.
2712 (nnml-group-pathname): Inline nnml-decoded-group-name.
2713 (nnml-request-expire-articles): Decode group name in message.
2714 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2715 nnmail-pathname-coding-system.
2716 (nnml-save-mail, nnml-active-number): Work with decoded group names and
2717 not decoded ones according to nnmail-group-names-not-encoded-p.
2718 (nnml-generate-active-info): Use nnml-encoded-group-name.
2719
2720 2007-08-08 Glenn Morris <rgm@gnu.org>
2721
2722 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2723 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2724 doc-strings and comments.
2725
2726 2007-07-25 Glenn Morris <rgm@gnu.org>
2727
2728 * Relicense all FSF files to GPLv3 or later.
2729
2730 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2731
2732 * gnus-sum.el (gnus-summary-move-article): Make
2733 gnus-summary-respool-article work.
2734
2735 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
2736
2737 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2738 string.
2739
2740 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
2741
2742 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
2743 that should be ignored when comparing distant RSS articles with local
2744 ones.
2745 (nnrss-make-hash-index): New function. Create a hash index according
2746 to the ignored fields.
2747 (nnrss-check-group): Use it.
2748
2749 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
2750
2751 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2752
2753 * gnus-art.el (article-decode-group-name): Decode Xref header too.
2754
2755 * gnus-group.el (gnus-group-make-group): Encode group name here unless
2756 the new optional argument ENCODED is non-nil.
2757 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2758 coding system for encoding group name.
2759 (gnus-group-make-rss-group): Pass un-encoded group name to
2760 gnus-group-make-group.
2761 (gnus-group-set-info): Tell gnus-group-make-group that group name is
2762 encoded.
2763
2764 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2765 Encode group name to which articles are moved or copied.
2766 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2767 coding system for encoding Newsgroup, Followup-To and Xref headers.
2768
2769 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2770 marks; use nnheader-file-coding-system to write a file.
2771 (nnagent-retrieve-headers): Bind file-name-coding-system to
2772 nnmail-pathname-coding-system.
2773
2774 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2775
2776 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2777 (nnml-request-article, nnml-request-create-group)
2778 (nnml-request-rename-group, nnml-find-id)
2779 (nnml-possibly-change-directory, nnml-possibly-create-directory)
2780 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2781 (nnml-save-marks): Use nnml-group-pathname instead of
2782 nnmail-group-pathname.
2783
2784 (nnml-request-create-group, nnml-request-expire-articles)
2785 (nnml-request-move-article, nnml-request-delete-group)
2786 (nnml-deletable-article-p, nnml-possibly-create-directory)
2787 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2788 (nnml-open-marks): Bind file-name-coding-system to
2789 nnmail-pathname-coding-system.
2790
2791 (nnml-request-article): Pass server argument to nnml-find-group-number.
2792 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2793 server argument to nnml-possibly-create-directory.
2794 (nnml-request-accept-article): Pass server argument to
2795 nnml-active-number and nnml-save-mail.
2796 (nnml-find-group-number): Pass server argument to nnml-find-id.
2797 (nnml-request-update-info): Pass server argument to
2798 nnml-marks-changed-p.
2799
2800 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2801 (nnml-save-mail, nnml-active-number): Add server argument.
2802
2803 (nnml-request-delete-group): Warn if group is missing.
2804 (nnml-get-nov-buffer): Decode group name.
2805 (nnml-generate-active-info): Encode group name.
2806 (nnml-open-marks): Decode group name in messages.
2807
2808 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
2809
2810 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2811 if it is not specified.
2812 (gnus-article-pipe-part, gnus-article-save-part)
2813 (gnus-article-interactively-view-part, gnus-article-copy-part)
2814 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2815 (gnus-article-inline-part, gnus-article-save-part-and-strip)
2816 (gnus-article-replace-part, gnus-article-delete-part)
2817 (gnus-article-view-part-as-type): Pass raw prefix argument to
2818 gnus-article-part-wrapper.
2819
2820 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
2821
2822 * gnus-agent.el (gnus-agent-save-active): Bind
2823 nnheader-file-coding-system to gnus-agent-file-coding-system.
2824
2825 * gnus-cache.el (gnus-cache-save-buffers)
2826 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2827 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2828 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2829 (gnus-cache-braid-nov, gnus-cache-braid-heads)
2830 (gnus-cache-generate-active, gnus-cache-rename-group)
2831 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2832 (gnus-cache-update-overview-total-fetched-for): Bind
2833 file-name-coding-system to nnmail-pathname-coding-system.
2834 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2835 variables.
2836 (gnus-cache-decoded-group-name): New function.
2837 (gnus-cache-file-name): Use it.
2838 (gnus-cache-generate-active): Use non-decoded group name for active.
2839
2840 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2841 right place.
2842 (gnus-write-active-file): Don't break non-ASCII group names.
2843
2844 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2845 nnmail-pathname-coding-system.
2846
2847 * gnus-uu.el (gnus-uu-decode-save): Typo.
2848
2849 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
2850
2851 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2852
2853 2007-07-14 David Kastrup <dak@gnu.org>
2854
2855 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
2856 finishing actions if we did not edit the article.
2857
2858 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2859
2860 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2861 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2862 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2863 (gnus-agent-flush-group, gnus-agent-flush-cache)
2864 (gnus-agent-fetch-headers, gnus-agent-load-alist)
2865 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2866 (gnus-agent-retrieve-headers, gnus-agent-request-article)
2867 (gnus-agent-regenerate-group)
2868 (gnus-agent-update-files-total-fetched-for)
2869 (gnus-agent-update-view-total-fetched-for): Bind
2870 file-name-coding-system to nnmail-pathname-coding-system.
2871 (gnus-agent-group-pathname): Don't encode file names by
2872 nnmail-pathname-coding-system.
2873 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2874 coding-system-for-write instead of buffer-file-coding-system to
2875 gnus-agent-file-coding-system.
2876
2877 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2878 Decode group name.
2879
2880 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2881
2882 * gnus-start.el (gnus-update-active-hashtb-from-killed)
2883 (gnus-read-newsrc-el-file): Make group names unibyte.
2884
2885 * nnmail.el (nnmail-group-pathname): Don't encode file names by
2886 nnmail-pathname-coding-system.
2887
2888 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2889 (nnrss-request-delete-group): Bind file-name-coding-system to
2890 nnmail-pathname-coding-system.
2891 (nnrss-read-server-data, nnrss-read-group-data): Bind
2892 file-name-coding-system correctly.
2893 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2894
2895 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2896 (nntp-server-to-method-cache): New variable.
2897 (nntp-group-pathname): New function that decodes non-ASCII group names.
2898 (nntp-possibly-create-directory, nntp-marks-changed-p)
2899 (nntp-save-marks, nntp-open-marks): Use it.
2900 (nntp-possibly-create-directory, nntp-open-marks):
2901 Bind file-name-coding-system to nnmail-pathname-coding-system.
2902 (nntp-open-marks): Decode group names when bootstrapping marks.
2903
2904 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2905 Newsgroups and Folowup-To headers.
2906
2907 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2908
2909 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2910 (gnus-server-closed-face, gnus-server-denied-face)
2911 (gnus-server-offline-face): Remove variable.
2912 (gnus-server-font-lock-keywords): Use faces that are not aliases.
2913
2914 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2915 of modifying message-stack directly for XEmacs.
2916
2917 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2918 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2919 if the coding-system argument is nil for XEmacs.
2920
2921 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2922 mm-charset-override-alist.
2923
2924 * rfc2047.el: Don't require base64; require rfc2045 for the function
2925 rfc2045-encode-string.
2926 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2927 to quote the parameter value.
2928
2929 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
2930
2931 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2932 form in gnus-group-name-charset-method-alist.
2933
2934 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2935 overrides the default layout edit-form.
2936
2937 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2938
2939 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2940
2941 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2942
2943 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2944 as unfetched articles.
2945
2946 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
2947
2948 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2949
2950 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2951
2952 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2953 original back end that keeps marks in the local system.
2954
2955 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2956
2957 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2958 arg of pop-to-buffer for XEmacs.
2959 (gnus-article-read-summary-keys): Ditto; don't restore window
2960 configuration if summary command ends up with neither article buffer
2961 nor summary buffer; describe bindings if summary keys end with C-h.
2962
2963 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
2964
2965 * message.el (message-fix-before-sending): Skip raw message part to be
2966 forwarded while checking illegible text.
2967 (message-forward-make-body-mime, message-forward-make-body): Mark
2968 signed or encrypted raw message as having no illegible text.
2969
2970 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
2971
2972 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2973 (gnus-message-with-timestamp-1): New macro.
2974 (gnus-message-with-timestamp): New function.
2975 (gnus-message): Use them.
2976
2977 * nnheader.el (nnheader-message): Use them.
2978
2979 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
2980
2981 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2982 .newsrc.eld file.
2983
2984 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
2985
2986 * gnus-agent.el (gnus-agent-fetch-headers)
2987 (gnus-agent-retrieve-headers): Bind
2988 gnus-decode-encoded-address-function to identity.
2989
2990 * nntp.el (nntp-send-xover-command): Recognize an xover command is
2991 available also when the server returns simply a dot.
2992
2993 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2994
2995 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
2996
2997 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2998
2999 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
3000
3001 * gnus-ems.el (gnus-x-splash): Make it work.
3002
3003 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
3004 from being used.
3005
3006 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
3007
3008 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
3009 the front stickiness.
3010 (gnus-article-summary-command-nosave): Correct the order of the
3011 arguments passed to pop-to-buffer.
3012 (gnus-article-read-summary-keys): Ditto; make it work properly when the
3013 summary command ends up with the article buffer.
3014
3015 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
3016 the same faces.
3017
3018 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3019
3020 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
3021
3022 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3023
3024 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
3025 * gnus-sum.el (gnus-summary-highlight):
3026 * mail-source.el (mail-source-delete-old-incoming-confirm):
3027 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
3028
3029 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
3030
3031 * gnus-art.el (gnus-mime-view-part-externally)
3032 (gnus-mime-view-part-internally): Fix predicate function passed to
3033 completing-read.
3034
3035 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
3036
3037 * gnus.el (gnus-update-message-archive-method): Add :version.
3038
3039 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
3040
3041 * gnus.el (gnus-update-message-archive-method): New variable.
3042
3043 * gnus-start.el (gnus-setup-news): Update saved "archive" method
3044 according to gnus-message-archive-method if
3045 gnus-update-message-archive-method is non-nil.
3046
3047 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
3048
3049 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
3050 by Loic Dachary <loic@dachary.org>.
3051 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
3052
3053 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
3054
3055 * message.el (message-pop-to-buffer): Add switch-function argument.
3056 (message-mail): Pass switch-function argument to it.
3057
3058 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
3059
3060 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
3061 Improve doc string.
3062
3063 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
3064
3065 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3066 (gnus-header-content)
3067 * gnus-cite.el (gnus-cite-10)
3068 * gnus-srvr.el (gnus-server-closed)
3069 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3070 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3071 (gnus-group-mail-3-empty, gnus-group-mail-low)
3072 (gnus-group-mail-low-empty, gnus-splash)
3073 * message.el (message-header-to, message-header-cc)
3074 (message-header-subject, message-header-other, message-header-name)
3075 (message-header-xheader, message-separator, message-cited-text)
3076 (message-mml): Lighten colors of faces used for dark background.
3077
3078 2007-05-24 Simon Josefsson <simon@josefsson.org>
3079
3080 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3081 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
3082
3083 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
3084
3085 * message.el (message-narrow-to-headers-or-head):
3086 Ignore mail-header-separator in the body.
3087
3088 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
3089
3090 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
3091 same as window size.
3092
3093 2007-05-22 Kevin Ryde <user42@zip.com.au>
3094
3095 * message.el (message-font-lock-keywords): Use message-header-xheader
3096 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
3097 ahead of the anything pattern, to get it recognised.
3098
3099 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
3100
3101 * gnus-sum.el (gnus-articles-to-read)
3102 (gnus-summary-insert-old-articles): Don't truncate group name for
3103 `read-string'.
3104
3105 * gnus-util.el (gnus-limit-string): Delete this function.
3106
3107 * gnus-sum.el (gnus-simplify-subject-fully): Use
3108 `truncate-string-to-width' instead.
3109
3110 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
3111
3112 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
3113 if, on summary exit, the next group has to be selected.
3114 (gnus-summary-exit): Use it.
3115
3116 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
3117
3118 * gnus-art.el (gnus-article-mode): Fix comment about displaying
3119 non-break space.
3120
3121 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3122
3123 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
3124 Check if group is not a directory.
3125 (nnfolder-request-expire-articles): Don't delete articles if the target
3126 group is not available.
3127
3128 * nnml.el (nnml-request-create-group): Properly check if group is not a
3129 file.
3130 (nnml-request-expire-articles): Don't delete articles if the target
3131 group is not available.
3132
3133 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3134 Don't quote characters that are within parentheses.
3135
3136 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
3137
3138 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3139 (gnus-handle-ephemeral-exit): Select article according to it.
3140
3141 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
3142
3143 * message.el (message-insert-formated-citation-line): Remove newline.
3144 (message-citation-line-format): Add final \n here so that the user can
3145 avoid a blank line.
3146
3147 2007-05-03 Dan Christensen <jdc@uwo.ca>
3148
3149 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3150 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3151 Update lanl/arXiv support.
3152
3153 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
3154
3155 * gnus.el: Bump version number.
3156
3157 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3158
3159 * gnus.el (gnus-version-number): Bump version.
3160
3161 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3162
3163 * gnus.el: No Gnus v0.6 is released.
3164
3165 2007-04-27 Didier Verna <didier@xemacs.org>
3166
3167 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3168 * gmm-utils.el (gmm-regexp-concat): here.
3169 * message.el: Don't require 'gnus-util.
3170 (message-dont-reply-to-names): Handle name change above.
3171 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3172
3173 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
3174
3175 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3176 since the initial value varies according to the system.
3177
3178 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
3179
3180 * mm-util.el (mm-charset-synonym-alist): Defcustom.
3181
3182 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
3183
3184 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3185
3186 2007-04-24 Didier Verna <didier@xemacs.org>
3187
3188 Improve the type of gnus-ignored-from-addresses.
3189 * gnus-util.el (gnus-orify-regexp): New function.
3190 * message.el (gnus-util): Require it.
3191 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3192 * gnus-sum.el (gnus-ignored-from-addresses): New function.
3193 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3194
3195 2007-04-24 Didier Verna <didier@xemacs.org>
3196
3197 * gnus-sum.el:
3198 * gnus-utils.el: Fix some trailing whitespaces.
3199
3200 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
3201
3202 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3203 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3204 article's Message-ID; refer parent article in summary buffer.
3205
3206 * message.el (message-bounce): Call mime-to-mml.
3207
3208 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
3209
3210 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3211
3212 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
3213
3214 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3215 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3216 displayed of multipart/alternative part if it is invoked from summary
3217 buffer.
3218
3219 * mm-view.el (mm-inline-text-html-render-with-w3m)
3220 (mm-inline-text-html-render-with-w3m-standalone)
3221 (mm-inline-render-with-function): Use mail-parse-charset by default.
3222
3223 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
3224
3225 * parse-time.el (parse-time-string-chars): Check if CHAR
3226 is less than the length of parse-time-syntax.
3227
3228 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
3229
3230 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3231 from gnus-newsgroup-processable.
3232
3233 2007-04-16 Didier Verna <didier@xemacs.org>
3234
3235 * gnus-msg.el (gnus-configure-posting-styles): Handle
3236 message-signature-directory properly with :file syntax. Reported by
3237 "Leo".
3238
3239 2007-04-11 Didier Verna <didier@xemacs.org>
3240
3241 New user option: message-signature-directory.
3242 * gnus-msg.el (gnus-configure-posting-styles): Support it.
3243 * message.el (message-insert-signature): Ditto.
3244 * message.el (message-signature-file): Doc update.
3245 * message.el (message-signature-directory): New.
3246
3247 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
3248
3249 * gnus-msg.el (gnus-inews-yank-articles): Use
3250 message-exchange-point-and-mark instead of exchange-point-and-mark.
3251
3252 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
3253
3254 * message.el (message-yank-original): Make sure cited text ends with
3255 newline; don't exchange point and mark.
3256
3257 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
3258
3259 * tls.el (open-tls-stream): Properly handle case where there
3260 is no associated buffer.
3261
3262 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
3263
3264 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3265 message-yank-original, make sure (< mark TEXT point).
3266
3267 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
3268
3269 * message.el (message-fill-column): New variable.
3270 (message-mode): Use it. Add comment on a possible new hook.
3271
3272 * nnmail.el (nnmail-spool-file): Mark as obsolete.
3273 (nnmail-get-new-mail): Reformat.
3274
3275 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3276
3277 * gmm-utils.el: Fix Commentary.
3278 (gmm-tool-bar-from-list): Fix typo in doc string.
3279
3280 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
3281
3282 * message.el (message-yank-original): Don't switch point and mark
3283 unnecessarily to put point and mark as documented.
3284
3285 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3286
3287 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3288 from the message heads.
3289
3290 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
3291
3292 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3293 article buffer does not have a window. This may not be the best
3294 solution but is certainly better than setting the start of the null,
3295 that is the current, window.
3296
3297 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
3298
3299 * gnus-draft.el (gnus-draft-setup-hook): New hook.
3300 (gnus-draft-setup): Run it.
3301
3302 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3303 gnus-score-fast-scoring. Allow regexp.
3304 (gnus-score-headers): Use it.
3305
3306 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3307 XEmacs.
3308
3309 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3310 string.
3311 (gnus-button-alist): Also catch `<f1> k ...'.
3312 (gnus-treat-display-x-face): Fix doc string.
3313
3314 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3315
3316 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3317 evaluation of gnus-extended-version to ensure correct generation of the
3318 User-Agent header when message-generate-headers-first is used.
3319
3320 2007-03-24 Simon Josefsson <simon@josefsson.org>
3321
3322 * hashcash.el (hashcash-generate-payment-async): Don't crash if
3323 hashcash-path is nil. Don't call callback with incorrect number of
3324 parameters if val is 0.
3325
3326 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3327
3328 * message.el (message-required-news-headers):
3329 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3330
3331 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
3332
3333 * message.el (message-generate-new-buffers): Change the meaning of the
3334 nil value; add `standard' to the choices; treat t as `unique'; improve
3335 doc string.
3336 (gnus-select-frame-set-input-focus): Autoload.
3337 (message-buffer-name): Search for the existing message buffer if
3338 message-generate-new-buffers is nil or `standard'; treat the value t of
3339 message-generate-new-buffers as `unique'.
3340 (message-pop-to-buffer): Raise the frame already displaying the message
3341 buffer; clear the echo area after querying.
3342 (message-setup): Pass the `continue' argument to compose-mail.
3343 (message-mail): Prefer `switch-function' if it is given; search for the
3344 existing message buffer if the `continue' argument is non-nil; pass
3345 continue and switch-function arguments to compose-mail by way of
3346 message-setup.
3347 (message-mail-other-window): Adjust argument of message-setup.
3348 (message-mail-other-frame): Ditto.
3349
3350 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
3351
3352 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3353 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3354 to turn font-lock on when turning gnus-message-citation-mode on.
3355
3356 2007-03-06 Daiki Ueno <ueno@unixuser.org>
3357
3358 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3359 (mml-smime-function-alist): New variable; add epg as the backend.
3360 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3361 mml-smime- functions instead.
3362 * mm-view.el: Require smime.
3363
3364 2007-03-05 Didier Verna <didier@xemacs.org>
3365
3366 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3367 instead of just inheritance for posting styles.
3368 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3369
3370 2007-02-24 John Paul Wallington <jpw@pobox.com>
3371
3372 * tls.el (tls-certtool-program): Fix custom type.
3373
3374 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3375
3376 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3377 and point-at-eol instead of line-(beginning|end)-position.
3378
3379 * assistant.el (assistant-parse-buffer): Ditto.
3380
3381 2007-02-28 Daiki Ueno <ueno@unixuser.org>
3382
3383 * mml2015.el (mml2015-epg-find-usable-key): New function.
3384 (mml2015-epg-sign): Use it.
3385 (mml2015-epg-encrypt): Use it.
3386
3387 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3388
3389 * message.el (message-make-in-reply-to): Quote name containing
3390 non-ASCII characters. It will make the RFC2047 encoder cause an error
3391 if there are special characters. Reported by NAKAJI Hiroyuki
3392 <nakaji@jp.freebsd.org>.
3393
3394 2007-02-27 Didier Verna <didier@xemacs.org>
3395
3396 Include the group parameters as well as the topic ones in the
3397 inheritance filter process.
3398 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3399 argument GROUP-PARAMS-LIST.
3400 * gnus-topic.el (gnus-group-topic-parameters): Use it.
3401
3402 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
3403
3404 * nntp.el (nntp-never-echoes-commands)
3405 (nntp-open-connection-functions-never-echo-commands): New variables.
3406 (nntp-send-command): Use them.
3407
3408 2007-02-20 Daiki Ueno <ueno@unixuser.org>
3409
3410 * mml2015.el (mml2015-epg-verify): Simplified.
3411
3412 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
3413
3414 * mml.el (mml-content-disposition-alist): New user option.
3415 (mml-content-disposition): New function.
3416 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3417 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3418
3419 2007-02-19 Daiki Ueno <ueno@unixuser.org>
3420
3421 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3422 verification.
3423
3424 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3425
3426 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3427 articles posted in the last 24 hours.
3428
3429 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
3430
3431 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3432
3433 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
3434
3435 * nntp.el (nntp-send-command): Don't wait for echoes when
3436 nntp-open-ssl-stream is used.
3437
3438 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
3439
3440 * gnus-cite.el (gnus-test-font-lock-add-keywords)
3441 (gnus-message-add-citation-keywords)
3442 (gnus-message-remove-citation-keywords): Remove.
3443 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3444 directly, make the variables in font-lock-defaults buffer-local, add
3445 gnus-message-citation-keywords to them and then update the value of
3446 font-lock-keywords.
3447
3448 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
3449
3450 * message.el (message-cite-original-1): Don't call
3451 gnus-article-highlight-citation.
3452
3453 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3454 citations; fix line count.
3455
3456 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
3457
3458 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3459 (gnus-message-add-citation-keywords)
3460 (gnus-message-remove-citation-keywords): Use it; fix the emulating
3461 versions of font-lock-add-keywords and font-lock-remove-keywords to
3462 work with XEmacs correctly.
3463
3464 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3465
3466 * gnus-cite.el (gnus-cite-face-list): Set the values of
3467 gnus-message-max-citation-depth and gnus-message-citation-keywords.
3468 (gnus-message-max-citation-depth): Use defvar rather than defconst.
3469 (gnus-message-cite-prefix-regexp): New variable.
3470 (gnus-message-search-citation-line): Use it; protect against long
3471 citation prefix; fill match data with nil rather than 0 for XEmacs; set
3472 the 0th match data for Emacs.
3473 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3474 (gnus-message-add-citation-keywords): Append keywords rather than
3475 prepending; emulate font-lock-add-keywords if it is not available.
3476 (gnus-message-remove-citation-keywords): Emulate
3477 font-lock-remove-keywords if it is not available.
3478
3479 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3480
3481 * message.el (message-cite-prefix-regexp): Set the value of
3482 gnus-message-cite-prefix-regexp.
3483
3484 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3485
3486 * nnweb.el (nnweb-google-parse-1): Update parser.
3487
3488 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
3489
3490 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3491
3492 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3493
3494 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3495 regexp.
3496
3497 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
3498
3499 * uudecode.el (uudecode-string-to-multibyte): New function emulating
3500 string-to-multibyte.
3501 (uudecode-decode-region-internal): Use it.
3502
3503 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
3504
3505 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3506 custom choice.
3507
3508 * gnus-art.el (gnus-signature-limit): Fix custom choice.
3509
3510 2007-01-22 Daiki Ueno <ueno@unixuser.org>
3511
3512 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3513
3514 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3515 `write-region' to respect `mm-inhibit-file-name-handlers'.
3516
3517 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3518
3519 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3520 Use gnus-home-directory instead of "~/" or "$HOME".
3521
3522 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
3523
3524 * encrypt.el (encrypt-insert-file-contents): Add better prompt
3525 to mention filename.
3526 Add comments at beginning regarding usage.
3527 (encrypt-write-file-contents): Change interactive so a string is
3528 acceptable. If the file has no associated model, show an error instead
3529 of a nonsense prompt.
3530
3531 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3532
3533 * spam.el (spam-bsfilter-ham-switch): Fix typo.
3534 Thanks to Yoshihiko Yamada for kind notification of this typo.
3535
3536 2007-01-12 Kenichi Handa <handa@m17n.org>
3537
3538 * uudecode.el (uudecode-decode-region-internal): Make it work in a
3539 multibyte buffer.
3540
3541 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
3542
3543 * gnus-score.el (gnus-score-fast-scoring): New variable.
3544 (gnus-score-headers): Use it.
3545
3546 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3547
3548 * message.el (message-cite-original-1): Call
3549 gnus-article-highlight-citation if requested.
3550 (message-make-from): Allow name and address as optional arguments.
3551
3552 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3553
3554 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3555 bugs to doc string.
3556 (gnus-button-alist): Add mid\\|message-id.
3557 (gnus-button-fetch-group): Extend for use in
3558 `browse-url-browser-function'.
3559 (gnus-button-url-regexp): Try to catch paired parentheses like in
3560 Wikipedia URLs.
3561
3562 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3563 Suggested by Simon Krahnke <overlord@gmx.li>.
3564
3565 2007-01-13 Romain Francoise <romain@orebokech.com>
3566
3567 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3568 Update copyright.
3569
3570 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
3571
3572 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3573
3574 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
3575
3576 * gnus-registry.el (gnus-registry-unfollowed-groups)
3577 (gnus-registry-split-fancy-with-parent): Fix documentation.
3578
3579 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3580
3581 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3582 from nnweb groups.
3583
3584 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3585
3586 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3587 Xref urls. Erase buffer before requesting head.
3588
3589 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3590
3591 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
3592
3593 * gnus-soup.el (gnus-soup): New custom group. Make user variables
3594 customizable.
3595
3596 2007-01-05 Daiki Ueno <ueno@unixuser.org>
3597
3598 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3599 no signing key is found.
3600 (mml2015-epg-encrypt): Ask user whether to skip or abort if
3601 no encrypting and/or signing key is found.
3602
3603 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
3604
3605 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3606
3607 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3608
3609 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3610 headers read from disk with the ones newly found in the current search.
3611 This should no longer cause problems, because the article numbers in
3612 Gmane's `nov.php' output are ignored since the previous change.
3613
3614 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3615
3616 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3617
3618 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
3619
3620 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3621
3622 2007-01-01 Romain Francoise <romain@orebokech.com>
3623
3624 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3625
3626 2006-12-31 Steve Youngs <steve@sxemacs.org>
3627
3628 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3629 `define-minor-mode' macro definition expanded properly.
3630 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3631 exclude it there.
3632
3633 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3634 of 2006-12-30. The default is nil on (S)XEmacs already because of the
3635 `fboundp' test.
3636 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3637 This is OK to autoload in (S)XEmacs now.
3638
3639 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3640
3641 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3642 keystroke.
3643 (gnus-summary-limit-to-singletons): Fix typo.
3644
3645 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3646 else fails.
3647
3648 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3649
3650 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3651 docstring.
3652
3653 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3654 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3655 (gnus-summary-insert-dormant-articles): Fix typo in message.
3656
3657 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
3658
3659 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3660 nil for XEmacs.
3661 (gnus-message-citation-mode): Don't autoload in XEmacs.
3662
3663 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3664
3665 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
3666
3667 * nnimap.el (nnimap-expunge-search-string): Mention
3668 nnimap-search-uids-not-since-is-evil in docstring.
3669
3670 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
3671
3672 * spam.el: Revert to make-obsolete-variable because
3673 define-obsolete-variable-alias is not supported in Emacs 21.
3674
3675 * spam.el (spam-ifile-path, spam-ifile-database-path)
3676 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3677 make-obsolete-variable.
3678 (spam-bsfilter-path, spam-bsfilter-program)
3679 (spam-spamassassin-path, spam-spamassassin-program)
3680 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
3681 use "path" inappropriately.
3682 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3683 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3684 variable names.
3685
3686 2006-12-28 Daiki Ueno <ueno@unixuser.org>
3687
3688 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3689 summary buffer.
3690
3691 * password.el (password-cache-remove): Use clear-string to burn
3692 password, if available.
3693
3694 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3695
3696 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3697
3698 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3699
3700 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3701 (gnus-message-highlight-citation): Move defcustom here from
3702 gnus-cite.el.
3703 (gnus-message-citation-mode): Autoload.
3704
3705 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
3706 checks to make it compile with XEmacs.
3707 (gnus-message-citation-mode): New minor mode.
3708 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3709 (gnus-message-highlight-citation): New variables.
3710 (gnus-message-search-citation-line)
3711 (gnus-message-add-citation-keywords)
3712 (gnus-message-remove-citation-keywords)
3713 (turn-on-gnus-message-citation-mode)
3714 (turn-off-gnus-message-citation-mode): New functions.
3715
3716 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
3717
3718 * gnus-cite.el: Enable highlighting of different citation levels in
3719 message-mode.
3720
3721 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3722
3723 * message.el (message-make-fqdn): Fix comment.
3724 (message-bogus-system-names): Add ".local".
3725
3726 * spam.el (spam-ifile-path, spam-ifile-program)
3727 (spam-ifile-database-path, spam-ifile-database)
3728 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3729 Don't use "path" inappropriately.
3730 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3731 strings.
3732 (spam-check-ifile, spam-ifile-register-with-ifile)
3733 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3734 new variable names.
3735
3736 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3737 (gnus-treat-display-smileys): Simplify using
3738 gnus-image-type-available-p.
3739
3740 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3741 available.
3742
3743 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3744
3745 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3746 one after turning on the buffer's multibyteness instead of decoding
3747 them directly in the unibyte buffer that causes unexpected conversion
3748 in Emacs 23 (unicode).
3749
3750 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3751
3752 * message.el (message-generate-hashcash): Fix custom type.
3753
3754 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3755
3756 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3757
3758 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3759
3760 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3761 disconnect icons. Add help text.
3762
3763 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
3764
3765 * spam.el (spam-extra-header-to-number): CRM114 spam score is
3766 negated to be consistent with the others we handle.
3767
3768 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3769
3770 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3771 version of gnus-summary-buffer to something, so that we can use two
3772 article buffers at the same time.
3773
3774 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
3775
3776 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3777 trigger all the extra headers.
3778 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3779 sorting.
3780
3781 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3782
3783 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3784 solid groups.
3785
3786 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3787
3788 * legacy-gnus-agent.el: Add Copyright notice.
3789
3790 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
3791
3792 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3793
3794 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3795
3796 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3797
3798 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3799 to make it work reliably in CVS Emacs.
3800 (gnus-summary-limit-strange-charsets-predicate)
3801 (gnus-summary-limit-to-predicate): New functions.
3802
3803 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
3804
3805 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3806 specifying array size.
3807 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3808 array if it is too small.
3809 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3810 (gnus-sort-threads-loop): New function.
3811
3812 2006-12-06 Chris Moore <dooglus@gmail.com>
3813
3814 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3815 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3816
3817 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
3818
3819 * mm-url.el (mm-url-predefined-programs): Call curl with correct
3820 options.
3821
3822 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3823
3824 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3825 DOS-ing the recipient.
3826
3827 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3828 the headers when creating the mapping to avoid mismappings.
3829 (nnweb-gmane-create-mapping): Always nix out old mapping.
3830
3831 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3832
3833 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3834 and mm-verify-option to never.
3835
3836 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3837
3838 * message.el (message-signed-or-encrypted-p): New function.
3839 (message-forward-make-body): Use it.
3840
3841 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3842 Replace encode-coding-string with mm-encode-coding-string.
3843
3844 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3845
3846 * nneething.el (nneething-decode-file-name): Replace
3847 decode-coding-string with mm-decode-coding-string.
3848
3849 * gnus-int.el (gnus-open-server): Say failed server's name.
3850
3851 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
3852
3853 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3854 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3855
3856 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3857 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3858 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3859 (gnus-group-make-directory-group, gnus-group-transpose-groups):
3860 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3861 (gnus-subscribe-newsgroup, gnus-1):
3862 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3863 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3864 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3865 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3866
3867 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3868
3869 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3870 keystroke.
3871 (gnus-summary-limit-to-bodies): Implement headersp.
3872
3873 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3874
3875 * dns.el (query-dns): Protect against "Process dns deleted" strings.
3876
3877 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
3878
3879 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3880
3881 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3882
3883 * message.el (message-generate-hashcash): Expand range of values to
3884 include `opportunistic'.
3885 (message-send-mail): Use it.
3886
3887 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3888
3889 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3890 and comment it.
3891
3892 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3893
3894 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
3895
3896 * gnus-util.el (gnus-extract-address-components): Improve comment.
3897
3898 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3899
3900 * gnus-util.el (gnus-extract-address-components): Work with address in
3901 which the name portion contains @.
3902
3903 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3904
3905 * gnus.el (gnus-start): Move custom group up.
3906 (gnus-select-method): Don't autoload, but make it available for
3907 `customize-variable'.
3908 (gnus-getenv-nntpserver): Don't autoload.
3909
3910 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
3911
3912 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3913
3914 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3915
3916 * message.el (message-sendmail-extra-arguments): New variable.
3917 (message-send-mail-with-sendmail): Use it.
3918
3919 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3920
3921 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3922 mm-with-unibyte-current-buffer to make string unibyte.
3923
3924 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3925 mm-string-as-multibyte.
3926
3927 2006-11-14 Daiki Ueno <ueno@unixuser.org>
3928
3929 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3930 Reported by Werner Koch <wk@gnupg.org>.
3931
3932 2006-11-14 Daiki Ueno <ueno@p360>
3933
3934 * mml2015.el: Autoload epa-select-keys when compiling.
3935
3936 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3937
3938 * mml2015.el (mml2015-epg-sign): Save the signing keys in
3939 message-options.
3940 (mml2015-epg-encrypt): Save the recipient keys in message-options.
3941
3942 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3943
3944 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3945 EasyPG (< 0.0.6).
3946 (mml2015-always-trust): New user option.
3947 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3948 prompt.
3949
3950 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3951
3952 * nntp.el (nntp-authinfo-force): New variable.
3953 (nntp-send-authinfo): Use it.
3954
3955 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
3956
3957 * message.el (message-strip-subject-encoded-words): Allow _not_ to
3958 decode encoded words. Improve prompt. Add comment about forwarding.
3959 (message-replacement-char): Move up.
3960
3961 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3962
3963 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3964 instead of gnus-intersection because arguments of gnus-sorted-nunion
3965 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
3966
3967 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
3968
3969 * message.el (message-strip-subject-encoded-words): Reformat prompt.
3970 (message-simplify-subject-functions): Enable
3971 message-strip-subject-encoded-words by default.
3972
3973 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
3974
3975 * message.el (message-strip-subject-encoded-words): New function
3976 (message-simplify-subject-functions): New variable.
3977 (message-simplify-subject): Use it. Fix typo in doc string.
3978 Support message-strip-subject-encoded-words.
3979
3980 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
3981
3982 * gnus-diary.el (gnus-diary-delay-format-function):
3983 * nndiary.el (nndiary-reminders):
3984 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3985
3986 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
3987
3988 * gnus-art.el (article-hide-boring-headers): Fetch date from
3989 gnus-original-article-buffer to avoid problems with localized date
3990 strings.
3991
3992 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
3993
3994 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3995
3996 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
3997
3998 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3999 New variables.
4000 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4001 (mm-charset-synonym-alist): Move some entries to
4002 mm-codepage-iso-8859-list.
4003 (mm-charset-synonym-alist, mm-charset-override-alist): Add
4004 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4005
4006 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
4007
4008 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4009
4010 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4011
4012 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4013 with Emacs 21 and XEmacs.
4014
4015 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
4016
4017 * spam.el (spam-parse-address): New function for better parsing,
4018 catching errors, etc.
4019 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4020
4021 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
4022
4023 * mm-view.el: Add interactive arg to html2text autoload.
4024
4025 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
4026
4027 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4028
4029 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
4030
4031 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4032 variables.
4033 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4034 (mm-charset-synonym-alist): Move some entries to
4035 mm-codepage-iso-8859-list.
4036
4037 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4038
4039 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
4040
4041 * message.el (message-citation-line-format)
4042 (message-insert-formated-citation-line): Fix implementation of %E, %N
4043 and %n according to the doc string.
4044
4045 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
4046
4047 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4048 car-safe to avoid bad parses.
4049
4050 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
4051
4052 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
4053 names.
4054
4055 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
4056
4057 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
4058
4059 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
4060 header.
4061
4062 * message.el (message-draft-headers): Add Date.
4063 (message-headers-to-generate): Fix typo in docstring.
4064
4065 * nndraft.el (nndraft-required-headers): New variable.
4066 (nndraft-generate-headers): Use it.
4067
4068 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
4069
4070 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
4071
4072 * gnus-registry.el (gnus-registry-wash-for-keywords)
4073 (gnus-registry-find-keywords): New functions to allow easy searching of
4074 articles that are in the registry.
4075
4076 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
4077
4078 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4079 ietf-drums-parse-address instead of gnus-extract-address-components.
4080 Reported by Damien Elmes <damien@repose.cx>.
4081
4082 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
4083
4084 * gnus.el (gnus-mime): Remove unused custom group.
4085
4086 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4087
4088 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
4089 "blank line" when searching for end of armor headers.
4090
4091 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4092
4093 * gmm-utils.el (gmm-write-region): Fix variable name.
4094
4095 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
4096
4097 * gmm-utils.el (gmm-write-region): New function based on compatibility
4098 code from `mm-make-temp-file'.
4099
4100 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
4101
4102 * nnmaildir.el (nnmaildir--update-nov)
4103 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
4104 Use `gmm-write-region'.
4105
4106 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
4107
4108 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
4109 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4110
4111 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
4112
4113 * message.el (message-replacement-char): New variable.
4114 (message-fix-before-sending): Use it.
4115 (message-simplify-subject): New function to remove duplicate code.
4116 (message-reply, message-followup): Use it.
4117
4118 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4119 gnus-summary-limit-to-articles.
4120
4121 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
4122
4123 * gnus-util.el (gnus-with-local-quit): New macro.
4124
4125 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
4126
4127 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
4128
4129 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4130 ignore non-string data.
4131
4132 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
4133
4134 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4135 non-string data (needs to be done in the registry too).
4136
4137 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
4138
4139 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4140 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4141 (gnus-registry-split-fancy-with-parent)
4142 (gnus-registry-fetch-simplified-message-subject-fast)
4143 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4144 Remove text properties on ingress into the registry and when it's saved.
4145 (gnus-registry-clean-empty-function): Fix bug with cleaning the
4146 registry from entries with no groups.
4147
4148 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
4149
4150 * gnus-util.el (gnus-string-remove-all-properties): Add utility
4151 function to remove string properties.
4152
4153 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
4154
4155 * gmm-utils.el (gmm): Adjust custom version.
4156
4157 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4158 custom version.
4159
4160 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4161
4162 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
4163
4164 * gnus-art.el (gnus-insert-prev-page-button)
4165 (gnus-insert-next-page-button): Simplify. Reformat.
4166
4167 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
4168
4169 * gnus-art.el (gnus-insert-prev-page-button)
4170 (gnus-insert-next-page-button): Apply gnus-article-button-face.
4171
4172 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
4173
4174 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4175
4176 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
4177
4178 (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4179 gnus-article-button-face to MIME and security buttons.
4180
4181 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
4182
4183 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4184 readable.
4185
4186 2006-09-20 Steve Youngs <steve@sxemacs.org>
4187
4188 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4189 `browse-url-of-file' instead of `browse-url'.
4190
4191 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4192
4193 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4194 regexp. Articles containing quotation were cut prematurely.
4195
4196 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
4197
4198 * message.el (message-cite-original-1): Use nobody by default for the
4199 value of From header.
4200 (message-reply): Ditto.
4201
4202 2006-09-11 Daiki Ueno <ueno@unixuser.org>
4203
4204 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4205 to the gnus-info. This fixes a bug of inline-PGP message verification.
4206 Reported by Michael Piotrowski <mxp@dynalabs.de>.
4207
4208 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
4209
4210 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4211 mails in the doc string. Add some URLs in comment.
4212 (pop3-movemail): Warn about pop3-leave-mail-on-server.
4213
4214 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
4215
4216 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4217 backslashes handling and the way to find boundaries of quoted strings.
4218
4219 2006-09-07 Daiki Ueno <ueno@unixuser.org>
4220
4221 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4222 mml1991-encrypt-to-self is set and mml1991-signers is not set.
4223 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4224 mml2015-encrypt-to-self is set and mml2015-signers is not set.
4225
4226 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
4227
4228 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
4229 doc string.
4230 (gnus-button-regexp, gnus-button-last): Remove unused variables.
4231
4232 2006-09-06 Simon Josefsson <jas@extundo.com>
4233
4234 * mml2015.el (mml2015-use): Doc fix, mention epg.
4235
4236 2006-09-06 Daiki Ueno <ueno@unixuser.org>
4237
4238 * mml2015.el (mml2015-use): Default to epg, if available.
4239
4240 2006-09-06 Daiki Ueno <ueno@unixuser.org>
4241
4242 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4243 message-sender.
4244 (mml1991-epg-encrypt): Ditto.
4245 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4246 message-sender.
4247 (mml2015-epg-encrypt): Ditto.
4248
4249 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
4250
4251 * message.el (message-send-mail-with-sendmail): Look for sendmail in
4252 several common directories.
4253
4254 2006-09-05 Daiki Ueno <ueno@unixuser.org>
4255
4256 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4257 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4258
4259 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
4260
4261 * gnus-art.el (article-decode-encoded-words): Make it fast.
4262
4263 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
4264
4265 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4266
4267 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4268 in quoted string into `\'.
4269
4270 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4271
4272 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4273 Use standard-syntax-table.
4274
4275 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4276
4277 * gnus-art.el (gnus-decode-address-function): New variable.
4278 (article-decode-encoded-words): Use it to decode headers which are
4279 assumed to contain addresses.
4280 (gnus-mime-delete-part): Remove useless `or'.
4281
4282 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4283 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4284 (gnus-nov-parse-line): Use it to decode From header.
4285 (gnus-get-newsgroup-headers): Ditto.
4286 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4287
4288 * mail-parse.el (mail-decode-encoded-address-region): New alias.
4289 (mail-decode-encoded-address-string): New alias.
4290
4291 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4292 New function.
4293 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4294 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4295 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4296 (rfc2047-decode-string): Ditto.
4297 (rfc2047-decode-address-region): New function.
4298 (rfc2047-decode-address-string): New function.
4299
4300 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
4301
4302 * message.el (message-caesar-buffer-body): Allow rotating headers.
4303
4304 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4305
4306 * message.el (message-insert-formated-citation-line): Fix %f.
4307 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4308
4309 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
4310
4311 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4312 (gnus-bookmark-mouse-available-p): New macro.
4313 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4314 (gnus-bookmark-bmenu-show-infos): Use it.
4315 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4316 (gnus-bookmark-bmenu-hide-infos): Ditto.
4317 (gnus-bookmark-remove-properties): New function.
4318 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4319 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4320 (gnus-bookmark-write-file): Bind coding-system-for-write.
4321 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4322 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4323 group before selecting it.
4324 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4325 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4326 quit-window if it is not available; use gnus-mouse-2 and bind it to
4327 gnus-bookmark-bmenu-select-by-mouse.
4328 (gnus-bookmark-show-details): Remove unused variable `details-list'.
4329 (gnus-bookmark-bmenu-select-by-mouse): New function.
4330
4331 2006-08-13 Romain Francoise <romain@orebokech.com>
4332
4333 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4334 space.
4335
4336 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4337
4338 * compface.el (uncompface): Use binary rather than raw-text-unix.
4339
4340 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4341
4342 * compface.el (uncompface): Make sure the eol conversion doesn't take
4343 place when communicating with the external programs. Reported by
4344 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4345
4346 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
4347
4348 * nnheader.el (nnheader-insert-head): Fix typo in comment.
4349
4350 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4351
4352 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4353 Make it more robust by parsing author and date independently.
4354
4355 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
4356
4357 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4358
4359 2006-07-28 Daiki Ueno <ueno@unixuser.org>
4360
4361 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4362 first matching secret key.
4363 (mml2015-epg-encrypt): Ditto.
4364
4365 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4366 first matching secret key.
4367 (mml1991-epg-encrypt): Ditto.
4368
4369 * mml2015.el (mml2015-encrypt-to-self): New user option.
4370 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4371 mml2015-epg-encrypt-to-self is set.
4372
4373 * mml1991.el (mml1991-encrypt-to-self): New variable.
4374 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4375 mml1991-epg-encrypt-to-self is set.
4376
4377 * mml2015.el (mml2015-signers): New user option.
4378 (mml2015-epg-sign): Reflect the value of mml2015-signers.
4379 (mml2015-epg-encrypt): Allow to select signing keys.
4380
4381 * mml1991.el (mml1991-signers): New variable.
4382 (mml1991-epg-sign): Reflect the value of mml1991-signers.
4383 (mml1991-epg-encrypt): Allow to select signing keys.
4384
4385 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
4386
4387 * nnheader.el (nnheader-insert-head): Make it work even if the file
4388 uses CRLF for the line-break code.
4389
4390 2006-07-25 Daiki Ueno <ueno@unixuser.org>
4391
4392 * mml2015.el: Require mml-sec instead of password.
4393 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4394 (mml2015-cache-passphrase): Inherit the default value from
4395 mml-secure-cache-passphrase.
4396 (mml2015-passphrase-cache-expiry): Inherit the default value from
4397 mml-secure-passphrase-cache-expiry.
4398
4399 * mml1991.el: Require mml-sec instead of password.
4400 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4401 (mml1991-cache-passphrase): Inherit the default value from
4402 mml-secure-cache-passphrase.
4403 (mml1991-passphrase-cache-expiry): Inherit the default value from
4404 mml-secure-passphrase-cache-expiry.
4405
4406 * mml-sec.el: Require password.
4407 (mml-secure-verbose): New user option.
4408 (mml-secure-cache-passphrase): New user option.
4409 (mml-secure-passphrase-cache-expiry): New user option.
4410
4411 2006-07-24 Daiki Ueno <ueno@unixuser.org>
4412
4413 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4414 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
4415 andreas@altroot.de (Andreas Vögele).
4416
4417 FIXME: Use `tiny change'?
4418
4419 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4420
4421 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4422 workaround for the url package included with Emacs.
4423
4424 * nnweb.el (nnweb-google-create-mapping): Update regexp.
4425
4426 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
4427
4428 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4429 correctly. This fixes a bug caused by the 2006-05-12 change.
4430
4431 2006-07-18 Karl Fogel <kfogel@red-bean.com>
4432
4433 * nnmail.el (nnmail-article-group): If splitting raises an error, give
4434 some information about the error when saying that the `bogus' mail
4435 group will be used.
4436
4437 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
4438
4439 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4440 string.
4441
4442 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
4443
4444 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4445
4446 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4447
4448 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4449
4450 2006-07-10 Daiki Ueno <ueno@unixuser.org>
4451
4452 * mml1991.el (mml1991-function-alist): Add epg.
4453 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4454 (mml1991-epg-encrypt): New functions.
4455
4456 2006-07-10 Daiki Ueno <ueno@unixuser.org>
4457
4458 * mml2015.el (mml2015-verbose): New variable.
4459 (mml2015-cache-passphrase): Ditto.
4460 (mml2015-passphrase-cache-expiry): Ditto.
4461 (mml2015-function-alist): Add epg.
4462 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4463 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4464 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4465 functions.
4466
4467 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4468
4469 * message.el (message-cite-original-1): Preserve region when removing
4470 quoted text due to X-No-Archive in order to avoid bogus attribution
4471 when citing multiple messages.
4472
4473 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4474
4475 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
4476 Kenneth Jacker <khj@be.cs.appstate.edu>.
4477
4478 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
4479
4480 * gnus-diary.el (gnus-user-format-function-d)
4481 (gnus-user-format-function-D): Autoload.
4482
4483 * imap.el (Commentary): Fix typo.
4484
4485 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4486 2006-04-22 contribution.
4487
4488 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4489
4490 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4491 It didn't really fix the bogosity I'm seeing with solid web groups.
4492
4493 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4494
4495 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4496 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4497 created using server names. If we use the feature without declaring
4498 it, Gnus does not properly manage server and group state.
4499
4500 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4501 bound.
4502
4503 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4504
4505 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4506 looking up the method using GROUP's prefix before inventing a new one.
4507 It is used on killed/unknown groups in various places where returning
4508 an all-new method isn't expected by the caller.
4509
4510 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4511 and match semantics of gnus-group-real-prefix.
4512
4513 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
4514
4515 * nnmail.el (nnmail-broken-references-mailers): New variable.
4516 (nnmail-ignore-broken-references): New function generalizing
4517 nnmail-fix-eudora-headers.
4518 (nnmail-fix-eudora-headers): Now obsolete.
4519
4520 * gnus-art.el (gnus-button-handle-custom): Support
4521 `customize-apropos*'.
4522
4523 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4524
4525 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4526
4527 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4528 articles.
4529
4530 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
4531
4532 * message.el (message-cite-reply-above): New variable.
4533 (message-yank-original): Use it.
4534
4535 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
4536
4537 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4538
4539 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
4540
4541 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4542 as read.
4543
4544 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4545
4546 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
4547
4548 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4549 (gnus-bookmark-default-file): Use gnus-directory.
4550 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4551 Remove "*" in doc string.
4552 (gnus-bookmark-write-file): Simplify.
4553 (gnus-bookmark-maybe-sort-alist): Use `when'.
4554 (gnus-bookmark-get-bookmark): Fix typo in doc string.
4555 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4556 FIXME about Emacs 21 and XEmacs compatibility.
4557 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4558 compatibility.
4559 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4560 compatibility.
4561 (gnus-bookmark-menu-heading): Fix version.
4562
4563 2006-06-19 Bastien Guerry <bzg@altern.org>
4564
4565 * gnus-bookmark.el: New file.
4566
4567 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
4568
4569 * message.el (message-syntax-checks): Doc fix.
4570
4571 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4572
4573 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4574 unsubscribed groups as if they were killed ones. It causes duplicate
4575 entries in gnus-newsrc-alist.
4576
4577 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
4578
4579 * message.el (message-syntax-checks): Doc fix.
4580 (message-send-mail): Add check for continuation headers.
4581 (message-check-news-header-syntax): Fix regexp used to check for
4582 continuation headers.
4583
4584 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
4585
4586 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4587
4588 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
4589
4590 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4591
4592 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
4593
4594 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4595 default-truncate-lines.
4596
4597 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
4598
4599 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4600 to fill the utf-8 entry.
4601
4602 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4603
4604 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4605
4606 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
4607
4608 * gnus-agent.el (directory-files-and-attributes): Move all the way
4609 forward (the third and final move).
4610 (gnus-agent-read-agentview): Trap reconstruction errors due to
4611 nonexistant directory. Handle by returning nil.
4612
4613 2006-05-30 Didier Verna <didier@xemacs.org>
4614
4615 * message.el (message-dont-reply-to-names): Update the custom type.
4616 * message.el (message-dont-reply-to-names): New defsubst: potentially
4617 convert a list of regexps into a single one.
4618 * message.el (message-get-reply-headers): Use it.
4619 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4620
4621 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
4622
4623 * gnus-agent.el (directory-files-and-attributes): Move forward.
4624
4625 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4626
4627 * gnus-ml.el (gnus-mailing-list-subscribe)
4628 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4629 (gnus-mailing-list-message): Fix doc strings.
4630
4631 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4632
4633 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4634 of doing it manually.
4635
4636 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4637
4638 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4639 comment.
4640
4641 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
4642
4643 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4644 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4645 (gnus-agent-read-local): All symbols allocated in my-obarray
4646 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4647 (gnus-agent-regenerate-group): Check numeric names to see if they are
4648 messages or groups.
4649 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4650 better way of do this...)
4651
4652 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4653 'dummy.group' (there should be a better way of do this...)
4654
4655 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
4656
4657 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4658 (gnus-saved-headers): Ditto.
4659 (gnus-default-article-saver): Mention functions may have properties.
4660 (gnus-article-save): Override gnus-save-all-headers and
4661 gnus-saved-headers by :headers property which saver function may have.
4662 (gnus-summary-save-in-file): Add :headers property.
4663 (gnus-summary-write-to-file): Ditto.
4664
4665 * gnus-sum.el (gnus-summary-save-article): Bind
4666 gnus-prompt-before-saving to t when saving many articles in a file;
4667 always show all headers.
4668
4669 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4670
4671 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4672 marks.
4673
4674 * message.el (message-indent-citation): Add optional arguments to allow
4675 using it outside of message buffers.
4676
4677 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4678 (gnus-article-treat-unfold-headers): Use it.
4679 (gnus-article-truncate-lines): New variable.
4680 (gnus-article-mode): Use it.
4681 (gnus-article-toggle-truncate-lines): New function.
4682
4683 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4684 gnus-article-toggle-truncate-lines.
4685
4686 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4687 coding system in XEmacs, use binary.
4688
4689 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
4690
4691 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4692 after-load-alist.
4693
4694 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4695 this function should save decoded articles.
4696 (gnus-summary-write-to-file): Use property to specify this function
4697 should save decoded articles and specify gnus-summary-save-in-file
4698 should be used to save articles other than the first one when saving
4699 many articles.
4700 (gnus-summary-save-body-in-file): Use property to specify this
4701 function should save decoded articles.
4702 (gnus-summary-write-body-to-file): Use property to specify this
4703 function should save decoded articles and specify
4704 gnus-summary-save-body-in-file should be used to save articles other
4705 than the first one when saving many articles.
4706
4707 * gnus-sum.el (gnus-summary-save-article): Simplify.
4708
4709 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
4710
4711 * gnus-art.el (gnus-default-article-saver): Add
4712 gnus-summary-write-body-to-file.
4713 (gnus-article-save-coding-system): Don't use coding system object
4714 in XEmacs.
4715 (gnus-read-save-file-name): Add optional `dir-var' argument which
4716 specifies directory in which files are saved; work even if optional
4717 `variable' argument is not specified.
4718 (gnus-summary-write-to-file): Read file name.
4719 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4720 (gnus-summary-write-body-to-file): New function.
4721
4722 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4723 (gnus-summary-local-variables): Add it.
4724 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4725 (gnus-summary-save-article): Remove optional `decode' argument;
4726 determine whether to decode articles by the value of
4727 gnus-default-article-saver; when saving many files using
4728 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4729 it first and use gnus-summary-save-in-file or
4730 gnus-summary-save-body-in-file thereafter unless
4731 gnus-prompt-before-saving is always; move point to article which
4732 will be saved.
4733 (gnus-summary-save-article-file): Revert.
4734 (gnus-summary-write-article-file): Revert.
4735 (gnus-summary-save-article-body-file): Revert.
4736 (gnus-summary-write-article-body-file): New function.
4737
4738 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4739
4740 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4741
4742 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4743
4744 * gnus-art.el (gnus-default-article-saver): Doc fix.
4745 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4746 from gnus-summary-save-article-coding-system, and default to a
4747 certain coding system.
4748 (gnus-output-to-file): Add coding cookie and encode text according
4749 to gnus-article-save-coding-system; don't use mm-append-to-file.
4750
4751 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4752 gnus-art.el and rename to gnus-article-save-coding-system.
4753 (gnus-summary-save-article): Require gnus-art; don't show all
4754 headers if it decodes articles; don't add coding cookie here;
4755 don't bind mm-text-coding-system-for-write.
4756 (gnus-summary-save-article-file): Save decoded articles.
4757 (gnus-summary-write-article-file): When saving many files, use
4758 gnus-summary-write-to-file first and gnus-summary-save-in-file
4759 thereafter unless gnus-prompt-before-saving is always.
4760 (gnus-summary-save-article-body-file): Save decoded articles.
4761
4762 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4763
4764 * nnrss.el (nnrss-check-group): Bind hash-index.
4765
4766 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
4767
4768 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4769 its hash index. Store this hash in `nnrss-group-data'.
4770 (nnrss-read-group-data): Update accordingly.
4771
4772 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4773
4774 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4775 entry.
4776
4777 * gnus-sum.el (gnus-summary-make-menu-bar): Add
4778 gnus-article-browse-html-article.
4779
4780 2006-05-23 Hynek Schlawack <hynek@ularx.de>
4781
4782 * gnus-sum.el (gnus-summary-mime-map): Add
4783 gnus-article-browse-html-article.
4784 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4785
4786 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4787 suitable coding systems in customize.
4788
4789 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4790
4791 * mail-source.el (mail-sources): Fix custom type.
4792
4793 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
4794
4795 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4796 (gnus-summary-expire-articles-now): Shorten prompt.
4797
4798 * gmm-utils.el (wid-edit): Require.
4799 (defun-gmm): Renamed from `gmm-defun-compat'.
4800 (gmm-image-search-load-path): Use it.
4801 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
4802
4803 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
4804
4805 * gnus-sum.el (gnus-summary-save-article-coding-system): New
4806 variable.
4807 (gnus-summary-save-article): Add optional `decode' argument. If
4808 it is set and gnus-summary-save-article-coding-system is non-nil,
4809 save decoded article.
4810 (gnus-summary-write-article-file): Save decoded article if
4811 gnus-summary-save-article-coding-system is non-nil.
4812
4813 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4814 type.
4815
4816 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4817
4818 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4819
4820 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4821
4822 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4823 first to test gnus-single-article-buffer which may be buffer-local.
4824
4825 * gnus-sum.el (gnus-summary-setup-buffer): Make
4826 gnus-single-article-buffer buffer-local and nil in ephemeral
4827 group; make gnus-article-buffer, gnus-article-current, and
4828 gnus-original-article-buffer always buffer-local.
4829 (gnus-summary-exit): Kill article buffer belonging to ephemeral
4830 group.
4831 (gnus-handle-ephemeral-exit): Don't move to next summary line.
4832
4833 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
4834
4835 * nnml.el (nnml-request-compact-group): Compressed files might not
4836 have .gz extension.
4837
4838 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4839
4840 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4841 (mm-copy-to-buffer): Use with-current-buffer.
4842 (mm-display-part): Simplify.
4843 (mm-inlinable-p): Add optional arg `type'.
4844
4845 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4846
4847 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4848 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4849 Try harder to show the attachment internally or externally using
4850 gnus-mime-view-part-as-type.
4851
4852 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4853
4854 * message.el (message-from-style, message-signature-separator)
4855 (message-user-organization-file, message-send-mail-function)
4856 (message-citation-line-function, message-yank-prefix)
4857 (message-indent-citation-function, message-signature)
4858 (message-signature-file, message-signature-insert-empty-line):
4859 Remove autoloads.
4860
4861 * gnus-art.el (gnus-buttonized-mime-types): Remove
4862 "multipart/signed". Revert 2006-04-26 change.
4863
4864 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4865
4866 * gnus.el (gnus-version-number): Bump version.
4867
4868 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4869
4870 * gnus.el: No Gnus v0.5 is released.
4871
4872 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4873
4874 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4875 fetching articles by message-id.
4876
4877 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4878
4879 * message.el (hashcash): Require hashcash as normal.
4880
4881 * ecomplete.el (ecomplete-highlight-match-line): Use
4882 point-at-eol.
4883 (ecomplete-highlight-match-line): Use `highlight', because that
4884 face exists in both Emacs and XEmacs.
4885
4886 * message.el (message-display-abbrev): Use point-at-bol.
4887
4888 * mail-source.el: Don't require timer/timer-funcs.
4889
4890 * gnus-async.el: Ditto.
4891
4892 * password.el: Ditto.
4893
4894 * mm-url.el: Ditto.
4895
4896 * mm-util.el: Require timer/timer-funcs.
4897
4898 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4899
4900 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4901 Close.
4902
4903 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
4904
4905 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4906 unibyte after clear-decrypt function runs.
4907
4908 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4909 returns as a unibyte string.
4910
4911 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4912
4913 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4914 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4915 (mml1991-pgg-encrypt): Ditto.
4916
4917 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
4918
4919 * message.el (message-user-organization-file): Check several
4920 locations of the organization file.
4921
4922 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4923 Add gnus-article-view-part-as-type.
4924
4925 * gnus-art.el (gnus-article-view-part-as-type): New function.
4926
4927 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4928 .mobi and .travel. Remove .nato, .bitnet and .uucp.
4929
4930 * mml.el: Simplify autoload.
4931 (mml-mode): defvar dnd-protocol-alist instead of using
4932 symbol-value.
4933 (mml-default-directory): New variable.
4934 (mml-minibuffer-read-file): Use it.
4935 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4936
4937 * message.el (message-citation-line-format): New variable.
4938 (message-insert-formated-citation-line): New function.
4939 (message-citation-line-function): Add
4940 `message-insert-formated-citation-line' to custom type.
4941
4942 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4943 to doc string.
4944
4945 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4946 depending on mm-verify-option.
4947
4948 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
4949
4950 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4951 binding pgg-* variables; reimplement the section which prevents
4952 MIME header from being signed.
4953 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4954 pgg-text-mode; remove a blank line at the top of body.
4955
4956 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4957 lines at the top of body; use gnus-newsgroup-charset if there's no
4958 Charset header.
4959
4960 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
4961
4962 * message.el (message-self-insert-commands): Doc fix.
4963
4964 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4965 (mm-uu-pgp-encrypted-test): Ditto.
4966 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4967 between header and body; return application/pgp-encrypted handle
4968 if decryption failed; decode decrypted body by charset.
4969
4970 * mm-decode.el (mm-automatic-display): Don't make application/pgp
4971 element match to application/pgp-*.
4972
4973 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4974
4975 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4976 HTML.
4977
4978 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4979
4980 * mail-source.el (mail-source-call-script): Message the error
4981 string.
4982
4983 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4984
4985 * gnus-util.el (gnus-byte-compile): Use it.
4986
4987 2006-04-22 xyblor <fake@invalid.email> (tiny change)
4988
4989 * gnus-util.el (kill-empty-logs): New function.
4990
4991 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4992
4993 * message.el (message-mail-alias-type): Doc fix.
4994 (message-mail-alias-type-p): New function.
4995 (message-send): Use it.
4996 (message-mode): Ditto.
4997 (message-strip-forbidden-properties): Ditto.
4998
4999 * ecomplete.el (ecomplete-database-file-coding-system): New
5000 variable.
5001 (ecomplete-save): Use it.
5002 (ecomplete-setup): Use it.
5003
5004 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
5005
5006 * message.el (message-self-insert-commands): New variable.
5007 (message-strip-forbidden-properties): Use it.
5008
5009 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5010
5011 * message.el (message-put-addresses-in-ecomplete): Use a regexp
5012 that doesn't make XEmacs choke.
5013
5014 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
5015
5016 * gnus-util.el (gnus-replace-in-string):
5017 Prefer replace-regexp-in-string over of replace-in-string.
5018
5019 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
5020
5021 * gnus-util.el (gnus-select-frame-set-input-focus):
5022 Use select-frame-set-input-focus if it is available in XEmacs; use
5023 definition defined in Emacs 22 for old Emacsen.
5024
5025 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
5026
5027 * mm-view.el (mm-inline-text): Use equal instead of equalp.
5028
5029 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
5030
5031 * gnus-registry.el (gnus-registry-cache-save): Remove text
5032 properties when saving via the temp buffer.
5033
5034 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
5035
5036 * message.el (message-generate-hashcash): Honor custom type.
5037
5038 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5039
5040 * message.el (message-generate-hashcash): Default to non-nil when
5041 hashcash is found.
5042
5043 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5044 (gnus-refer-thread-limit): Increase default to 500.
5045
5046 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
5047
5048 * flow-fill.el (fill-flowed): Allow delete-space.
5049
5050 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
5051
5052 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5053 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5054 Remove autoloads.
5055
5056 2006-04-18 Simon Josefsson <jas@extundo.com>
5057
5058 * message.el (message-generate-hashcash): Default to.
5059
5060 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
5061
5062 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5063 concatenating segments rather than before concatenating them.
5064
5065 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
5066
5067 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
5068
5069 * imap.el (imap-quote-specials): New function.
5070 (imap-login-auth): Quote specials.
5071
5072 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5073
5074 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
5075
5076 * message.el (message-forward-make-body-plain): Allow
5077 message-forward-ignored-headers to be a list.
5078 (message-remove-ignored-headers): Factor out into function.
5079 (message-forward-make-body-mml): Use it.
5080 * rfc2231.el (rfc2231-parse-string): Remove dead code.
5081 (rfc2231-parse-string): Allow concatanation of parameters that
5082 aren't contiguous. The test case is
5083 (mail-header-parse-content-type "message/external-body;
5084 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
5085 access-type=LOCAL-FILE;
5086 name*1*=plugh%2fhello-sailor%2fbing.pdf")
5087
5088 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
5089
5090 * nntp.el (nntp-accept-process-output): Return the value of
5091 `nnheader-accept-process-output'.
5092
5093 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5094
5095 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
5096 (gnus-button-alist): Recognize more diff formats.
5097 (gnus-button-patch): Strip directory.
5098
5099 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
5100
5101 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
5102 Emacs 22 when setting focus.
5103
5104 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5105
5106 * gnus-art.el (gnus-article-treat-types): Do treatment of
5107 text/x-verbatim parts.
5108 (gnus-button-patch): New command.
5109
5110 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5111 addresses that contain invalid characters.
5112
5113 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5114
5115 * message.el (message-put-addresses-in-ecomplete): Use
5116 gnus-replace-in-string.
5117 (message-is-yours-p): Use the more correct
5118 mail-header-parse-address instead of
5119 mail-extract-address-components.
5120 (message-put-addresses-in-ecomplete): Fix typo.
5121
5122 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5123 keystroke.
5124
5125 * gnus-art.el (gnus-treatment-function-alist): Change order of
5126 newsgroups/generic header folding to avoid double-folding.
5127
5128 * message.el (message-hidden-headers): Add X-Draft-From.
5129
5130 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5131 command.
5132 (gnus-summary-repeat-search-article-backward): New command.
5133
5134 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5135 groups in the parent topic.
5136
5137 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
5138
5139 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5140 (spam-extra-header-to-number): Return the CRM114 number as a
5141 number instead of a string.
5142
5143 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5144
5145 * gnus-art.el (gnus-face-properties-alist): Moved here from
5146 gnus-fun.
5147
5148 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5149
5150 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5151
5152 * message.el (message-strip-forbidden-properties): Only display on
5153 self-insert-command.
5154
5155 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5156 reindent.
5157 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5158
5159 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
5160
5161 * smiley.el (smiley-style): Fix typo.
5162
5163 2006-03-23 Kenichi Handa <handa@m17n.org>
5164
5165 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
5166 instead of set-buffer-multibyte.
5167
5168 2006-03-23 Kenichi Handa <handa@m17n.org>
5169
5170 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5171 buffer and then decode the buffer text if necessary.
5172 (rfc2231-encode-string): Be sure to work on multibyte buffer at
5173 first, and after mm-encode-body, change the buffer to unibyte.
5174
5175 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5176
5177 * hashcash.el (hashcash-insert-payment-async-2): Use
5178 message-goto-eoh instead of doing it manually.
5179 (mail-add-payment): Use message-narrow-to-header instead of trying
5180 to do the same itself.
5181
5182 * message.el (message-hidden-headers): Add Face.
5183
5184 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5185 reparenting code.
5186 (gnus-summary-reparent-children): Refactored out code.
5187 (gnus-summary-thread-map): New keystroke.
5188 (gnus-summary-reparent-children): Make into command.
5189
5190 * smiley.el (smiley-style): Default to `medium' if using a large
5191 font.
5192
5193 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5194 does it itself.
5195
5196 * message.el (message-point-in-header-p): Simplify definition.
5197
5198 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5199
5200 * nnagent.el (nnagent-request-set-mark): Silence log file
5201 writing.
5202 (nnagent-request-set-mark): Use write-region instead of
5203 append-to-file.
5204
5205 * gnus-sum.el (gnus-read-header): Fudge article number if using a
5206 strange select method.
5207
5208 * ecomplete.el (ecomplete-display-matches): Get highlightling
5209 right.
5210 (ecomplete-display-matches): Use literals.
5211 (ecomplete-display-matches): Disable message logging.
5212
5213 * message.el (message-display-abbrev): Small optimization.
5214
5215 * ecomplete.el (ecomplete-display-matches): Allow automatic
5216 display.
5217
5218 * message.el (message-strip-forbidden-properties): Display
5219 abbrevs.
5220 (message-display-abbrev): Get automatic display right.
5221
5222 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5223 keystrokes.
5224
5225 2006-04-13 Romain Francoise <romain@orebokech.com>
5226
5227 TODO: Backport to v5-10!
5228
5229 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5230 Moved here (and renamed) from gnus-registry.el.
5231
5232 * gnus-registry.el: Require gnus-util.
5233 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5234
5235 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5236
5237 * gnus-group.el (gnus-group-catchup-current): Change
5238 if-then-else-if-then-else into cond.
5239 (gnus-group-catchup): Indent.
5240 (group-name-at-point): New function.
5241 (gnus-fetch-group): Provide default from thing at point.
5242
5243 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5244
5245 * message.el (message-display-abbrev): Fix regexp.
5246
5247 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5248 choosing.
5249 (ecomplete-highlight-match-line): Fix up code rewrite, remove
5250 dead variables.
5251
5252 * message.el (message-newline-and-indent): Remove debugging.
5253 (message-display-abbrev): Use new implementation.
5254
5255 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
5256
5257 * gnus-art.el (gnus-article-mode): Set
5258 cursor-in-non-selected-windows to nil.
5259
5260 * smiley.el: Revert previous change.
5261 (smiley-data-directory): defvar it before using it in the
5262 defcustom of `smiley-style'.
5263
5264 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5265
5266 * message.el (message-newline-and-indent): New function.
5267
5268 * ecomplete.el: Implement more bits.
5269
5270 * message.el (message-put-addresses-in-ecomplete): Clean up the
5271 string.
5272
5273 * ecomplete.el (ecomplete-add-item): Chop off decimals.
5274
5275 * gnus-sum.el (gnus-summary-save-parts): Bind
5276 gnus-summary-save-parts-counter and use it to make unique file
5277 names.
5278
5279 * gnus-art.el (gnus-ignored-headers): Add some more headers.
5280
5281 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5282 parameter to say whether to actually parse the individual
5283 addresses.
5284
5285 * message.el (message-put-addresses-in-ecomplete): New function.
5286 (ecomplete): Require.
5287 (message-mail-alias-type): Add ecomplete as an option.
5288
5289 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
5290
5291 * flow-fill.el (fill-flowed): Remove trailing space from blank
5292 quoted lines.
5293
5294 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5295
5296 * smiley.el (smiley-style): Move definition later to avoid a
5297 compilation warning.
5298
5299 2006-04-12 Kenichi Handa <handa@m17n.org>
5300
5301 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5302 buffer and then decode the buffer text if necessary.
5303 (rfc2231-encode-string): Be sure to work on multibyte buffer at
5304 first, and after mm-encode-body, change the buffer to unibyte.
5305 Use mm-disable-multibyte instead of set-buffer-multibyte.
5306
5307 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
5308
5309 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5310 Content-Type header instead of Content-Disposition header.
5311 (gnus-mime-inline-part): Ditto.
5312 (gnus-mime-view-part-as-charset): Ignore charset that the part
5313 specifies.
5314
5315 * mm-decode.el (mm-display-part): Work with external parts and
5316 usual parts similarly.
5317
5318 * mm-extern.el (mm-inline-external-body): Use mm-display-part
5319 instead of gnus-display-mime.
5320
5321 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5322 instead of with-temp-buffer.
5323
5324 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5325 tag to summarized topics part in order to encode non-ASCII text.
5326
5327 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
5328
5329 * smiley.el (smiley-style): New variable.
5330 (smiley-directory): New function.
5331 (smiley-data-directory): Derive from `smiley-style' using
5332 `smiley-directory'.
5333 (smiley-regexp-alist): Add new entries.
5334
5335 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5336 (gnus-article-browse-delete-temp): Add :version.
5337
5338 2006-04-11 Arne Jørgensen <arne@arnested.dk>
5339
5340 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5341 the sieve region.
5342
5343 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5344
5345 * gnus.el (gnus-version-number): Bump version.
5346
5347 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
5348
5349 * gnus.el: No Gnus v0.4 is released.
5350
5351 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5352
5353 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5354 layout.
5355
5356 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5357 unknown charset.
5358
5359 * message.el (message-header-synonyms): Add Original-To to the
5360 default.
5361
5362 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5363 optional parameter.
5364
5365 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5366
5367 * gnus-fun.el (gnus): Require it for gnus-directory.
5368
5369 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5370
5371 * gnus-fun.el (gnus-face-properties-alist): Add :version.
5372
5373 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5374
5375 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5376
5377 2006-04-05 Simon Josefsson <jas@extundo.com>
5378
5379 * password.el (password-reset): New function.
5380
5381 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5382
5383 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5384 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5385
5386 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5387
5388 * nnweb.el (nnweb-google-create-mapping): Update regexp.
5389 Some whitespace was matched into the url, which broke browsing hits
5390 > 100 when mm-url-use-external was nil.
5391
5392 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
5393
5394 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5395 gnus-extra-headers for 'Newsgroups.
5396
5397 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5398 bound.
5399
5400 2006-04-04 Daiki Ueno <ueno@unixuser.org>
5401
5402 * pgg-gpg.el: Clean up process buffers every time gpg processes
5403 complete.
5404
5405 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
5406
5407 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5408 doc string.
5409
5410 2006-04-03 Daiki Ueno <ueno@unixuser.org>
5411
5412 * pgg-gpg.el (pgg-gpg-process-filter)
5413 (pgg-gpg-wait-for-completion): Check if buffer is alive.
5414
5415 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5416 lines, temporary fix.
5417
5418 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
5419
5420 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5421
5422 2006-03-29 Daiki Ueno <ueno@unixuser.org>
5423
5424 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5425 default-enable-multibyte-characters. This reverts the change from
5426 revision 6.17 which is no longer necessary because the passphrase
5427 is sent separately now. GnuPG messages are unreadable under
5428 multibyte locales with default-enable-multibyte-characters set to
5429 nil.
5430
5431 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
5432
5433 * message.el (message-tool-bar-gnome): Move "spell".
5434
5435 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
5436
5437 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5438 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
5439 instead.
5440
5441 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
5442
5443 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5444 newsgroups handling for NNTP overviews which don't include
5445 Newsgroups.
5446
5447 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5448
5449 * message.el (message-resend): Bind message-generate-hashcash to nil.
5450
5451 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5452
5453 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5454 when searching for already-paid recipients.
5455
5456 2006-03-27 Daiki Ueno <ueno@unixuser.org>
5457
5458 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5459 passphrases when it is not needed.
5460 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5461 passphrase stuff from gpg, should only be necessary when you use
5462 gpg with a smartcard.
5463
5464 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
5465
5466 * mml.el (mml-insert-mime): Ignore cached contents of
5467 message/external-body part.
5468
5469 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5470 (mm-insert-part): Ditto.
5471
5472 2006-03-23 Simon Josefsson <jas@extundo.com>
5473
5474 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5475 Reiner.
5476 (pgg-gpg-use-agent-p): Use it again.
5477
5478 2006-03-23 Simon Josefsson <jas@extundo.com>
5479
5480 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5481 older emacsen.
5482 (pgg-gpg-use-agent-p): Don't use it.
5483
5484 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
5485
5486 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5487 if we can.
5488
5489 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
5490
5491 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5492 (pgg-gpg-update-agent): New function.
5493 (pgg-gpg-use-agent-p): New function.
5494 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5495 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5496 (pgg-gpg-sign-region): Use it.
5497
5498 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
5499
5500 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5501 Reported by Ralf Wachinger <rwachinger@gmx.de>.
5502
5503 2006-03-21 Simon Josefsson <jas@extundo.com>
5504
5505 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5506 <wilde@sha-bang.de>.
5507 (pgg-gpg-use-agent): New variable.
5508 (pgg-gpg-process-region): Use it.
5509 (pgg-gpg-encrypt-region): Likewise.
5510 (pgg-gpg-encrypt-symmetric-region): Likewise.
5511 (pgg-gpg-decrypt-region): Likewise.
5512 (pgg-gpg-sign-region): Likewise.
5513 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5514
5515 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5516
5517 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5518
5519 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5520 Add comment on version.
5521
5522 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5523
5524 * smiley.el: Add missing test smiley.
5525
5526 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
5527
5528 * mm-decode.el (mm-with-part): New macro.
5529 (mm-get-part): Use it; work with message/external-body as well.
5530 (mm-save-part): Treat name and filename equally.
5531
5532 * mm-extern.el (mm-extern-cache-contents): New function.
5533 (mm-inline-external-body): Use it; force the part to be displayed;
5534 move undisplayer added to the cached handle to the parent.
5535
5536 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5537 (gnus-mime-view-part-as-type): Work with message/external-body.
5538
5539 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5540
5541 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5542
5543 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5544 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
5545 Emacs.]
5546
5547 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
5548
5549 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5550 path rather than symbol. Always return list of directories.
5551 Guarantee that image directory comes first. [Sync with image.el,
5552 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
5553
5554 * message.el (message-make-tool-bar): Adjust to new API of
5555 `gmm-image-load-path-for-library'.
5556
5557 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5558
5559 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5560
5561 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5562
5563 * gnus-art.el (gnus-article-only-boring-p):
5564 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5565 intangible text.
5566 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5567
5568 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
5569
5570 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
5571 `defun' instead of `gmm-defun-compat'.
5572
5573 2006-03-14 Simon Josefsson <jas@extundo.com>
5574
5575 * message.el (message-unique-id): Don't use message-number-base36
5576 if (user-uid) is a float.
5577 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5578
5579 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5580
5581 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5582
5583 * gnus-art.el (gnus-mime-display-single): Make sure there is an
5584 empty line between a part and a message part.
5585
5586 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5587
5588 * smiley.el: Add more test smileys.
5589 (smiley-data-directory, smiley-regexp-alist)
5590 (gnus-smiley-file-types): Fix doc strings.
5591 (smiley-update-cache): Clear smiley-cached-regexp-alist before
5592 adding new elements.
5593 (smiley-mouse-map): Unused code. Make it a comment.
5594
5595 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
5596
5597 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5598 scan latest NoCeM messages instead of old ones.
5599 (gnus-nocem-check-article): Fix regexps so as to match to PGP
5600 delimiters that are recently used.
5601 (gnus-nocem-load-cache): Add autoload cookie.
5602
5603 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5604
5605 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5606 level which is larger than gnus-use-nocem is specified.
5607
5608 * gnus-group.el (gnus-group-get-new-news): Ditto.
5609
5610 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
5611
5612 * gnus-util.el (gnus-tool-bar-update): New function.
5613
5614 * gnus-group.el (gnus-group-update-tool-bar): New variable.
5615 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5616
5617 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5618
5619 * gnus-group.el (gnus-group-redraw-when-idle)
5620 (gnus-group-redraw-check): Remove.
5621 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5622
5623 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
5624
5625 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5626 if optional last element is specified in splits (FIELD VALUE...).
5627
5628 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
5629
5630 * message.el (message-make-tool-bar): Rename gmm-image-load-path
5631 to gmm-image-load-path-for-library. Call with no-error argument.
5632 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5633
5634 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5635
5636 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5637
5638 * gmm-utils.el (gmm-image-load-path): Remove alias.
5639
5640 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
5641
5642 * gmm-utils.el (gmm-image-load-path): Add alias.
5643
5644 * nnml.el (nnml-generate-nov-databases-directory): Rename from
5645 nnml-generate-nov-databases-1.
5646 (nnml-generate-nov-databases): Use it.
5647 (nnml-generate-nov-databases-directory): Document no-active
5648 argument.
5649
5650 * gmm-utils.el (gmm-image-load-path-for-library): Return single
5651 directory if path is t. Add no-error.
5652
5653 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5654 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5655
5656 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5657 resetting gnus-article-browse-html-temp-list.
5658
5659 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5660 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
5661 Add example to docstring. Rename local variables. Move error
5662 checks to default case in cond and simplify.
5663
5664 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
5665
5666 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5667 handle is multipart when calling it recursively.
5668 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5669
5670 2006-03-03 Daniel Pittman <daniel@rimspace.net>
5671
5672 * nnimap.el (nnimap-request-update-info-internal): Optimize.
5673 Don't `gnus-uncompress-range' to avoid excessive memory usage.
5674
5675 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5676
5677 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5678 is loaded.
5679
5680 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5681 loaded.
5682
5683 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
5684
5685 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5686 to "Emacs 23 (unicode)" in doc string.
5687
5688 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5689 "Emacs 23 (unicode)" in comment.
5690
5691 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5692
5693 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5694
5695 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5696 characters 160 through 255 in Emacs 23.
5697
5698 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5699
5700 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5701 gnus-article-browse-html-temp.
5702 (gnus-article-browse-delete-temp): Make it customizable. Add
5703 `file'. Adjust doc string.
5704 (gnus-article-browse-delete-temp-files): Add argument. Allow
5705 query for each file. Adjust doc string.
5706 (gnus-article-browse-html-parts): Add
5707 `gnus-article-browse-delete-temp-files' to
5708 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5709
5710 2006-03-02 Hynek Schlawack <hynek@ularx.de>
5711
5712 * gnus-art.el (gnus-article-browse-html-temp)
5713 (gnus-article-browse-delete-temp): New variables.
5714 (gnus-article-browse-delete-temp-files): New function.
5715 (gnus-article-browse-html-parts): Use it.
5716
5717 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5718
5719 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5720
5721 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5722 string.
5723
5724 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5725 gnus-summary-insert-new-articles when unplugged. Remove
5726 gnus-summary-search-article-forward.
5727
5728 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5729 display-visual-class instead of display-color-cells.
5730
5731 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
5732
5733 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5734 message/* containing non-ASCII text properly.
5735
5736 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
5737
5738 * message.el: Require gmm-utils, remove autoloads.
5739 (message-tool-bar): Set default based on
5740 gmm-tool-bar-style.
5741 (message-tool-bar-gnome): Add gmm-customize-mode.
5742
5743 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5744 gmm-tool-bar-style.
5745 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5746
5747 * gnus-group.el (gnus-group-tool-bar): Set default based on
5748 gmm-tool-bar-style.
5749 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5750
5751 * gmm-utils.el (gmm-image-directory): Rename variable from
5752 gmm-image-load-path.
5753 (gmm-image-load-path): Use gmm-image-directory.
5754 (gmm-customize-mode): New function.
5755 (gmm-tool-bar-style): New variable.
5756
5757 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5758 gnus-group-redraw-line-number.
5759 (gnus-group-redraw-check): Simplify.
5760 (gnus-group-tool-bar-update): Remove redraw check.
5761 (gnus-group-make-tool-bar): Add redraw check.
5762
5763 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
5764
5765 * gnus-art.el (gnus-button): Add missing parentheses.
5766
5767 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5768
5769 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5770
5771 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5772
5773 * gnus-art.el (gnus-button): New face.
5774 (gnus-article-button-face): Use it.
5775
5776 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5777 gnus-summary-next-page. Re-order.
5778
5779 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5780 next-node are now included.
5781 (gnus-group-redraw-line-number): New internal variable.
5782 (gnus-group-redraw-check): Helper function for updating the tool
5783 bar.
5784 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5785
5786 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5787
5788 * spam.el (spam-spamassassin-score-regexp): New internal variable.
5789 (spam-extra-header-to-number, spam-check-spamassassin-headers):
5790 Use it to match format of Spamassassin 3.0 and later. Reported by
5791 IRIE Tetsuya <irie@t.email.ne.jp>.
5792 (spam-check-bogofilter)
5793 (spam-bogofilter-register-with-bogofilter): Fix args of
5794 `gnus-error' calls.
5795
5796 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5797
5798 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5799 unnecessary interaction when sending queued mails. Reported by
5800 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5801
5802 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5803
5804 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5805 first or last are nil.
5806
5807 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5808
5809 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5810
5811 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5812
5813 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5814
5815 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5816
5817 * dns.el (query-dns): Protect more against buggy tcp output.
5818
5819 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
5820
5821 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5822 nov.php.
5823
5824 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5825
5826 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5827 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5828 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
5829 output on the server side.
5830 (nnweb-google-create-mapping): Update regexps and add some
5831 progress indication.
5832
5833 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
5834
5835 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5836 gnus-agent-toggle-plugged. Re-order icons.
5837 (gnus-group-tool-bar-gnome): Add
5838 gnus-group-{prev,next}-unread-group.
5839 (gnus-group-tool-bar-gnome): Re-order icons.
5840
5841 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5842 gnus-summary-insert-new-articles.
5843
5844 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5845 comments.
5846
5847 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
5848 also available in Emacs 21.3.
5849
5850 * message.el (message-fix-before-sending): Change "Emacs 22" to
5851 "Emacs 23 (unicode)" in comment.
5852
5853 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5854 "Emacs 23 (unicode)" in comment.
5855
5856 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5857 comment.
5858 (mm-coding-system-p): Add comment about no-MULE XEmacs.
5859
5860 * mm-view.el (mm-fill-flowed): Add :version.
5861
5862 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5863
5864 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5865 and load-path.
5866
5867 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
5868
5869 * message.el: Autoload gmm-image-load-path.
5870 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5871 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
5872 consitency.
5873
5874 * gmm-utils.el (gmm-image-load-path): Also search in
5875 "../etc/images". Don't set gmm-image-load-path if we don't find
5876 the image.
5877
5878 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
5879
5880 * gmm-utils.el (gmm-image-load-path): Don't make
5881 `gmm-image-load-path' include subdirectories which the second arg
5882 `image' might specify.
5883
5884 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5885 subdirectory to icon file names.
5886
5887 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5888
5889 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
5890
5891 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5892 gmm-image-load-path calls.
5893
5894 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5895
5896 * message.el (message-make-tool-bar): Ditto.
5897
5898 * mml.el (mml-preview): Added comment concerning tool bar icons.
5899
5900 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5901 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5902
5903 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5904 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5905
5906 * message.el (message-tool-bar-gnome): Use new icon names.
5907 (message-make-tool-bar): Use `gmm-image-load-path'.
5908
5909 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5910 functions from MH-E.
5911 (gmm-image-load-path): New variable from MH-E.
5912 (gmm-image-load-path): New function from MH-E. Added arguments
5913 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
5914 *-image-load-path-called-flag.
5915
5916 2006-02-21 Milan Zamazal <pdm@brailcom.org>
5917
5918 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5919
5920 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
5921
5922 * nnimap.el (nnimap-request-move-article): Change folder back to
5923 source group before deleting.
5924
5925 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
5926
5927 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5928
5929 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5930 mm-url.
5931
5932 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5933
5934 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
5935
5936 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5937 coding system which mm-charset-to-coding-system returns for a
5938 given charset is valid.
5939
5940 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5941
5942 * html2text.el (html2text-remove-tag-list):
5943 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5944
5945 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5946
5947 * gnus-cus.el: Revert 2005-10-17 change.
5948
5949 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5950
5951 * gnus-art.el (article-strip-banner): Call
5952 article-really-strip-banner only when the regexp match is made.
5953
5954 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
5955
5956 * gnus-art.el (article-strip-banner): Use
5957 gnus-extract-address-components instead of
5958 mail-header-parse-addresses to make it work with non-ASCII text;
5959 remove mail-encode-encoded-word-string.
5960
5961 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5962 values which are surrounded with \"...\"; make it never cause a
5963 Lisp error; give up parsing of parameters if it failed in
5964 extracting type.
5965
5966 2006-02-14 Arne Jørgensen <arne@arnested.dk>
5967
5968 * smime.el (smime-cert-by-ldap-1): Fix bug where
5969 `smime-ldap-search' returns results without userCertificates.
5970
5971 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
5972
5973 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5974
5975 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
5976
5977 * spam.el (spam-check-spamassassin-headers): Adapt format for
5978 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
5979 <ari@mbf.ocn.ne.jp>.
5980 (spam-list-of-processors): Add spam-use-gmane.
5981
5982 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5983
5984 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5985 make-temp-file; make it work with XEmacs as well.
5986
5987 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5988 mm-make-temp-file.
5989
5990 * mm-decode.el (mm-display-external): Use the 3rd arg of
5991 mm-make-temp-file.
5992 (mm-create-image-xemacs): Ditto.
5993
5994 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5995
5996 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5997 with message-narrow-to-headers.
5998 (gnus-draft-setup): Narrow to header to run message-fetch-field.
5999 (gnus-draft-check-draft-articles): New function.
6000 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
6001
6002 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
6003
6004 * gnus-art.el (gnus-article-browse-html-parts):
6005 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
6006 Don't use suffix argument for mm-make-temp-file for Emacs 21
6007 compatibility. Remove useless `format'.
6008
6009 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
6010
6011 * nnweb.el (nnweb-google-wash-article): Update regexps.
6012 (nnweb-group-alist): Use defvoo instead of defvar.
6013
6014 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
6015
6016 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
6017 re-loading nn* modules.
6018
6019 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
6020
6021 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
6022 for `tool-bar-mode' and don't check it's default-value.
6023
6024 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6025
6026 * message.el (message-make-tool-bar): Ditto.
6027
6028 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
6029 `substring'. Shorten tmp-file name.
6030
6031 * gnus.el: Remove bogus comment.
6032
6033 2006-02-10 Hynek Schlawack <hynek@ularx.de>
6034
6035 * gnus-art.el (gnus-article-browse-html-parts): New function.
6036 (gnus-article-browse-html-article): New function for viewing html
6037 articles with a browser.
6038
6039 2006-02-09 Daiki Ueno <ueno@unixuser.org>
6040
6041 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6042 (mml2015-pgg-encrypt): Ditto.
6043
6044 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6045 (mml1991-pgg-encrypt): Ditto.
6046
6047 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
6048
6049 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6050 message-make-date instead of current-time-string.
6051
6052 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6053 to gnus-decoded which mm-uu might set.
6054
6055 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
6056
6057 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6058 don't decode quoted parameters; remove misimported Emacs code.
6059 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6060 (rfc2231-decode-encoded-string): Don't use split-string which
6061 behaves differently according to Emacs version; use
6062 mm-decode-coding-region to convert charset to coding-system.
6063 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6064 (rfc2231-encode-string): Remove misimported Emacs code.
6065
6066 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
6067
6068 * gnus-art.el (article-decode-charset): Don't use ignore-errors
6069 when calling mail-header-parse-content-type.
6070 (article-de-quoted-unreadable): Ditto.
6071 (article-de-base64-unreadable): Ditto.
6072 (article-wash-html): Ditto.
6073
6074 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6075 calling mail-header-parse-content-type and
6076 mail-header-parse-content-disposition.
6077 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6078 mail-header-parse-content-type.
6079
6080 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6081 insert charset and format parameters; encode description after
6082 inserting it to buffer.
6083 (mml-insert-parameter): Fold lines properly even if a parameter is
6084 segmented into two or more lines; change the max column to 76.
6085
6086 * rfc1843.el (rfc1843-decode-article-body): Don't use
6087 ignore-errors when calling mail-header-parse-content-type.
6088
6089 * rfc2231.el (rfc2231-parse-string): Return at least type if
6090 possible; don't cause an error even if it fails in parsing of
6091 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6092 (rfc2231-encode-string): Don't break lines at the beginning, leave
6093 it to mml-insert-parameter.
6094
6095 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
6096 calling mail-header-parse-content-type.
6097
6098 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
6099
6100 * spam-report.el (spam-report-gmane-use-article-number):
6101 Improve doc string.
6102 (spam-report-gmane-internal): Check if a suitable header was found
6103 in the article.
6104
6105 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
6106
6107 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
6108 (rfc2231-encode-string): Make param*=value always begin with LWSP.
6109
6110 2006-02-05 Romain Francoise <romain@orebokech.com>
6111
6112 Update copyright notices of all files in the gnus directory.
6113
6114 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
6115
6116 * nnweb.el (nnweb-request-group): Avoid growing overview files.
6117
6118 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
6119
6120 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6121 segmented lines of parameter value to cope with Thunderbird 1.5
6122 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6123 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6124 (rfc2231-encode-string): Don't make lines exceeding 76 column.
6125
6126 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
6127
6128 * mml.el (mml-generate-mime-1): Correct the order of inline signed
6129 parts.
6130
6131 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
6132
6133 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6134 there's only one active file for all servers.
6135 (nnweb-request-scan): Make sure nnweb-articles is initialized on
6136 solid groups. Gnus might have used a FAST request to select the group.
6137 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6138 and nnweb-search redundantly in the active file.
6139 (nnweb-request-list): Don't list bogus groups. There can only be one.
6140 (nnweb-request-create-group): Don't use ARGS.
6141 (nnweb-possibly-change-server, nnweb-request-group): Remove some
6142 initialisations. Let nnoo do the work.
6143
6144 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
6145
6146 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6147 Say the part has been decoded.
6148
6149 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
6150
6151 2006-01-31 Kevin Ryde <user42@zip.com.au>
6152
6153 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6154 mailcap-viewer-test-cache when there's no 'test clause, since that
6155 will invert the meaning of a "nil" test previously determined by
6156 mailcap-mailcap-entry-passes-test.
6157
6158 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
6159
6160 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6161 compiling.
6162
6163 * gnus-sum.el: Ditto.
6164
6165 * message.el: Don't bind tool-bar-map when compiling.
6166
6167 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
6168
6169 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6170
6171 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
6172
6173 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6174 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6175 current Google Groups.
6176
6177 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
6178
6179 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6180 and tool-bar-mode.
6181
6182 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6183 and tool-bar-mode.
6184
6185 * message.el (message-tool-bar-update): Simplify.
6186 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6187
6188 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6189 gnus-summary-buffer.
6190 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6191 gnus-summary-reply.
6192
6193 * gmm-utils.el (gmm): Add :version.
6194
6195 2006-01-26 Steve Youngs <steve@sxemacs.org>
6196
6197 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6198 autoload.
6199
6200 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
6201
6202 * gmm-utils.el (gmm-verbose): Add :group.
6203
6204 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
6205
6206 * message.el: Change some comments WRT tool-bars.
6207
6208 * gnus-sum.el (gnus-summary-tool-bar)
6209 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6210 (gnus-summary-tool-bar-zap-list): New variables.
6211 (gnus-summary-make-tool-bar): Complete rewrite using
6212 `gmm-tool-bar-from-list'.
6213
6214 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6215 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6216 variables.
6217 (gnus-group-make-tool-bar): Complete rewrite using
6218 `gmm-tool-bar-from-list'.
6219 (gnus-group-tool-bar-update): New function.
6220
6221 * message.el (message-mode-field-menu): Add "Show hidden Headers".
6222
6223 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
6224
6225 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6226 is dissected into a single part of which the type is the same as
6227 the given one; decode charset.
6228
6229 2006-01-21 Kevin Ryde <user42@zip.com.au>
6230
6231 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6232 into alists as symbol not string, since that's what
6233 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6234 look for.
6235
6236 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
6237
6238 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6239 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6240
6241 * message.el (message-tool-bar-gnome): Use gmm-ignore.
6242
6243 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
6244
6245 * gnus-art.el (gnus-mime-security-button-commands): New variable.
6246 (gnus-mime-security-button-menu): New definition.
6247 (gnus-mime-security-button-map): Use them.
6248 (gnus-mime-security-button-menu): New function.
6249 (gnus-insert-mime-security-button): Addition to help echo.
6250 (gnus-mime-security-run-function, gnus-mime-security-save-part)
6251 (gnus-mime-security-pipe-part): New functions.
6252
6253 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6254 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6255
6256 * mm-decode.el (mm-handle-set-disposition): Remove.
6257 (mm-handle-set-description): Remove.
6258
6259 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
6260
6261 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6262 (mm-w3m-standalone-supports-m17n-p): New function.
6263 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6264 w3m usage.
6265
6266 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6267 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6268
6269 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
6270
6271 * message.el (message-tool-bar-zap-list): Use
6272 gmm-tool-bar-zap-list as custom type.
6273 (message-tool-bar-update): New function.
6274 (message-tool-bar, message-tool-bar-gnome)
6275 (message-tool-bar-retro): Add message-tool-bar-update.
6276 (message-tool-bar-gnome): Add flyspell-buffer.
6277
6278 * gnus-util.el (gnus-error): Describe `args'.
6279
6280 * gmm-utils.el (gmm-error): Describe `args'.
6281 (gmm-tool-bar-zap-list): New widget.
6282 (gmm-tool-bar-from-list): Improve description of `zap-list'.
6283
6284 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
6285
6286 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6287 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6288 the number of recursive calls.
6289
6290 * mm-decode.el (mm-handle-set-disposition): New macro.
6291 (mm-handle-set-description): New macro.
6292
6293 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
6294
6295 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6296 encoding.
6297
6298 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
6299
6300 * message.el (message-tool-bar-zap-list, message-tool-bar)
6301 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6302 (message-tool-bar-local-item-from-menu): Remove.
6303 (message-tool-bar-map): Replace by `message-make-tool-bar'.
6304 (message-make-tool-bar): New function.
6305 (message-mode): Use `message-make-tool-bar'.
6306
6307 * gmm-utils.el: New file.
6308 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6309 (gmm-lazy): New widget copied from `nnmail.el'.
6310 (gmm-tool-bar-from-list): New function for creating customizable
6311 tool bars.
6312 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
6313 output.
6314 (gmm): Add :prefix to defgroup.
6315
6316 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
6317
6318 * gmm-utils.el (gmm-widget-p): New function.
6319
6320 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
6321
6322 * mml.el (mml-attach-file): Describe `description' in doc string.
6323 (mml-menu): Add Emacs MIME manual and PGG manual.
6324
6325 2006-01-20 Richard M. Stallman <rms@gnu.org>
6326
6327 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6328
6329 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
6330
6331 * nntp.el (nntp-end-of-line): Doc fix.
6332
6333 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
6334
6335 * imap.el (imap-open): Handle case where buffer is a buffer
6336 object.
6337
6338 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6339
6340 * gnus-delay.el (gnus-delay): Don't autoload.
6341 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6342 to be re-loaded when customizing the `gnus-delay' group.
6343
6344 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
6345
6346 * message.el (message-insert-citation-line): Use newlines.
6347
6348 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6349
6350 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6351
6352 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6353
6354 2006-01-19 Mark D. Baushke <mdb@gnu.org>
6355
6356 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6357
6358 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
6359
6360 * mm-decode.el (mm-inlined-types): Add application/pgp.
6361 (mm-automatic-display): Ditto.
6362
6363 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6364 part as text.
6365
6366 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6367
6368 * nnrss.el: Update copyright.
6369 (nnrss-opml-import): Query whether to subscribe to each entry.
6370
6371 * gnus-art.el:
6372 * gnus-sum.el:
6373 * mm-uu.el:
6374 * mm-view.el: Update copyright.
6375
6376 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
6377
6378 * message.el (message-info): New function.
6379 (message-mode-menu): Add it.
6380 Update copyright.
6381
6382 * ChangeLog: Fix and update copyright.
6383
6384 2006-01-13 Romain Francoise <romain@orebokech.com>
6385
6386 * message.el (message-forward-subject-name-subject): Prefer the
6387 address to 'nowhere' if the sender has no name.
6388 Fix typo. Update copyright year.
6389
6390 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
6391
6392 * gnus-art.el (article-wash-html): Use
6393 gnus-summary-show-article-charset-alist if a numeric arg is given.
6394 (gnus-article-wash-html-with-w3m-standalone): New function.
6395
6396 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6397 mm-inline-text-html-render-with-w3m-standalone.
6398 (mm-text-html-washer-alist): Map w3m-standalone to
6399 gnus-article-wash-html-with-w3m-standalone.
6400 (mm-inline-text-html-render-with-w3m-standalone): New function.
6401
6402 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6403
6404 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6405 Improve LaTeX.
6406
6407 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6408
6409 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6410 (nnrss-request-article): Render text/plain parts as HTML.
6411
6412 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6413 the buffer.
6414
6415 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
6416
6417 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6418 custom definition of `gnus-posting-styles'.
6419
6420 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6421 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6422
6423 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
6424
6425 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6426 Use nntp for bug archive.
6427
6428 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
6429
6430 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6431 parts.
6432 (nnrss-normalize-date): New function converts ISO 8601 date into
6433 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6434 (nnrss-check-group): Use it.
6435
6436 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
6437
6438 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6439
6440 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6441 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6442 (nnrss-insert-w3): Ditto.
6443
6444 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6445
6446 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6447 the articles to be forwarded including the case where neither a
6448 number of articles nor a region is specified.
6449
6450 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
6451
6452 * nnrss.el (nnrss-request-article): Fix last change; fill
6453 text/plain parts.
6454
6455 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
6456
6457 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6458 in text/plain part.
6459 (nnrss-check-group): Don't add excessive newline to dc:subject.
6460
6461 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
6462
6463 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6464 article.
6465
6466 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
6467
6468 * nnml.el: Don't require gnus-bcklg. Autoload it.
6469 (nnml-use-compressed-files, nnml-save-mail): Support other
6470 comression programs such as bzip2.
6471
6472 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6473
6474 * dns.el (query-dns): Make sure we check the buffer size before
6475 removing tcp headers.
6476
6477 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
6478
6479 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6480 remove MIME buttons associated with multipart/alternative parts.
6481 (gnus-mime-display-alternative): Tag buttons using `article-type'
6482 text property.
6483
6484 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6485 associated with multipart/alternative parts.
6486
6487 * gnus-art.el (gnus-signature-separator): Fix custom type.
6488
6489 * mm-decode.el (mm-inlined-types): Fix custom type.
6490 (mm-keep-viewer-alive-types): Ditto.
6491 (mm-automatic-display): Ditto.
6492 (mm-attachment-override-types): Ditto.
6493 (mm-inline-override-types): Ditto.
6494 (mm-automatic-external-display): Ditto.
6495
6496 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
6497
6498 * spam-report.el (spam-report-user-mail-address)
6499 (spam-report-user-agent): New variables.
6500 (spam-report-url-ping-plain): Use spam-report-user-agent.
6501
6502 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
6503
6504 * gnus-art.el (gnus-button-handle-custom): Do not just use
6505 `customize-apropos' for any "M-x customize-*" button but the
6506 function called for. Accept both the function name and its
6507 argument in order to achieve this.
6508 (gnus-button-alist): Remove support for "custom:" URL's. Pass
6509 function name to `gnus-button-handle-custom' in case of "M-x
6510 customize-*" buttons.
6511
6512 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6513
6514 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6515 multipart/alternative and add xref to mm-discouraged-alternatives
6516 in doc string.
6517
6518 * mm-decode.el (mm-discouraged-alternatives): Add xref to
6519 gnus-buttonized-mime-types in doc string.
6520
6521 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
6522
6523 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6524 Suggest image/.* in the doc string.
6525
6526 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6527
6528 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6529 message-marks (Debian bug #342521).
6530
6531 2005-12-12 Simon Josefsson <jas@extundo.com>
6532
6533 * password.el (password-read-from-cache): Add.
6534 (password-read): Use it.
6535
6536 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6537
6538 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6539 us-ascii as a MIME charset.
6540
6541 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6542 against the case where the 2nd arg TYPE is nil.
6543
6544 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6545
6546 * pop3.el (pop3-stream-type): Fix custom version.
6547
6548 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6549
6550 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6551
6552 * mm-decode.el (mm-display-external): Add missing cdr.
6553
6554 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6555
6556 * mm-decode.el (mm-display-external): Use nametemplate (defined in
6557 RFC1524) if it is in mailcap or add a suffix according to
6558 mailcap-mime-extensions when generating a temp filename; postpone
6559 deleting a temp file for 2 seconds for some wrappers, shell
6560 scripts, and so on, which might exit right after having started a
6561 viewer command as a background job.
6562
6563 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6564
6565 * nntp.el (nntp-marks-directory): Fix custom group.
6566
6567 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6568 steps when < 10.
6569
6570 * gnus-start.el (gnus-no-server-1): Mention
6571 `gnus-level-default-subscribed' in doc string.
6572
6573 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6574
6575 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6576 parens.
6577
6578 2005-11-26 Dave Love <fx@gnu.org>
6579
6580 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6581 (tls-program, tls-success): Provide openssl alternative.
6582
6583 * starttls.el: Doc fixes.
6584 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6585 SERVICE to PORT.
6586
6587 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
6588 port null or service name.
6589 (starttls-negotiate): Autoload.
6590
6591 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6592
6593 * message.el (message-kill-to-signature): Fix interactive spec.
6594
6595 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6596
6597 * pop3.el (pop3-open-server): Recognize a string as a service name.
6598
6599 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
6600
6601 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6602
6603 2005-11-23 Dave Love <fx@gnu.org>
6604
6605 Add pop3s, pop3/starttls.
6606
6607 * pop3.el (pop3-authentication-scheme): Clarify doc.
6608 (open-tls-stream, starttls-open-stream): Autoload.
6609 (pop3-stream-type): New.
6610 (pop3-open-server): Use it.
6611
6612 * mail-source.el (mail-sources): Fix some :types. Add stream type
6613 for POP.
6614 (mail-source-keyword-map): Add :stream for POP.
6615 (mail-source-fetch-pop): Use pop3-stream-type.
6616
6617 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
6618
6619 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6620 of current-time-string.
6621
6622 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
6623
6624 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6625 date header.
6626
6627 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6628
6629 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6630 it can seriously impact performance as it bypasses the agent's
6631 local caches.
6632
6633 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6634
6635 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6636 must be explicitly online rather than "not explicitly offline" for
6637 its flags to be synchronized.
6638
6639 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6640 that gnus-uu-unmark-thread will function correctly.
6641
6642 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6643 1024K is instead displayed as 1M.
6644
6645 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6646
6647 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6648
6649 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
6650
6651 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6652
6653 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
6654
6655 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6656 error message to display actual error condition.
6657 (gnus-agent-save-local): Avoid saving symbols that are bound to
6658 nil as they simply result in a warning message in
6659 gnus-agent-read-local.
6660
6661 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6662
6663 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6664 rather than make-variable-buffer-local for file-precious-flag.
6665
6666 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6667
6668 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6669 for duplicates which are removed. The invalid sort check then
6670 triggers a rescan after the sort as sorting may have moved
6671 duplicate entries such that they can be cheaply detected.
6672
6673 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6674
6675 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6676
6677 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6678
6679 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6680 internal variable to a custom variable. Changed default value
6681 from compressed(2) to uncompressed(1).
6682 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6683 support for uncompressed agentview files. Taken together, reading
6684 the agentview file should now be 6-7 times faster.
6685
6686 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
6687
6688 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6689 as a buffer-local variable. This avoids creating truncated
6690 dribble files as a result of a hang up, eg.
6691
6692 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6693
6694 * gnus-start.el (gnus-start-draft-setup): Enforce
6695 `gnus-draft-mode' for nndraft:drafts at startup.
6696
6697 * gnus.el (gnus-splash): Change custom group.
6698 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6699 allow-list argument.
6700
6701 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6702 string.
6703
6704 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6705
6706 * gnus-art.el (gnus-default-article-saver): Add user-defined
6707 `function' to custom type.
6708
6709 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6710
6711 * imap.el (imap-open): Handle case where buffer is a buffer
6712 object.
6713
6714 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6715
6716 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6717 long lines.
6718 (gnus-cache-delete-group): Wrap doc strings.
6719
6720 * gnus-agent.el (gnus-agent-rename-group)
6721 (gnus-agent-delete-group): Wrap doc strings.
6722
6723 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6724
6725 * gnus-start.el (gnus-1): Add "native" to
6726 gnus-predefined-server-alist.
6727
6728 * gnus.el (gnus-method-to-server): Don't add "native" to the
6729 lists here, because that leads to problems when
6730 gnus-select-method is bound.
6731
6732 2005-11-09 Simon Josefsson <jas@extundo.com>
6733
6734 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6735 use (not sort-by-date) instead.
6736
6737 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6738
6739 * gnus-delay.el (gnus-delay-group): Don't autoload.
6740 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6741 to be re-loaded when customizing the `gnus-delay' group.
6742
6743 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
6744
6745 * message.el: Revert last changes.
6746 (message-insert-citation-line): Use newlines.
6747
6748 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6749
6750 * message.el (message-courtesy-message)
6751 (message-mark-insert-begin, message-mark-insert-end)
6752 (message-elide-ellipsis, message-cancel-message)
6753 (message-add-header, message-change-subject)
6754 (message-cross-post-followup-to-header)
6755 (message-cross-post-insert-note, message-reduce-to-to-cc)
6756 (message-widen-reply, message-delete-not-region)
6757 (message-kill-to-signature, message-insert-signature)
6758 (message-insert-importance-high, message-insert-importance-low)
6759 (message-insert-or-toggle-importance)
6760 (message-insert-disposition-notification-to)
6761 (message-indent-citation, message-yank-original)
6762 (message-cite-original-without-signature, message-cite-original)
6763 (message-insert-citation-line, message-position-on-field)
6764 (message-fix-before-sending, message-send-mail-partially)
6765 (message-send-mail, message-send-mail-with-sendmail)
6766 (message-send-mail-with-qmail, message-send-news)
6767 (message-check-news-header-syntax, message-generate-headers)
6768 (message-insert-courtesy-copy, message-fill-address)
6769 (message-fill-header, message-shorten-references)
6770 (message-setup-1, message-cancel-news)
6771 (message-forward-make-body-plain, message-forward-make-body-mime)
6772 (message-forward-make-body-mml, message-encode-message-body)
6773 (message-forward-make-body-digest-plain)
6774 (message-forward-make-body-digest-mime)
6775 (message-use-alternative-email-as-from): Insert `hard-newline'
6776 instead of ordinary newlines.
6777
6778 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
6779
6780 * message.el (message-generate-headers): Downcase the argument
6781 given to message-check-element.
6782
6783 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
6784
6785 * nntp.el (nntp-authinfo-rejected): New error condition.
6786 (nntp-wait-for): Use new error condition to signal authentication
6787 error.
6788 (nntp-retrieve-data): Rethrow new error condition to break out of
6789 recursive call to nntp-send-authinfo.
6790
6791 2005-11-08 Romain Francoise <romain@orebokech.com>
6792
6793 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6794 (gnus-summary-exit-map): Bind to `Z p'.
6795 (gnus-summary-make-menu-bar): Add menu item.
6796
6797 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
6798
6799 * gnus-art.el (gnus-article-treat-custom): Add `first'.
6800 (gnus-treat-*): Add `first' in all doc strings.
6801
6802 * gnus-group.el (gnus-group-compact-group): Fix typo.
6803
6804 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6805
6806 * gnus.el (gnus-parameters-case-fold-search): New variable.
6807 (gnus-parameters-get-parameter): Use it.
6808
6809 * gnus-score.el (gnus-home-score-file): Doc fix.
6810
6811 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
6812
6813 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6814
6815 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
6816
6817 * mm-util.el (mm-special-display-p): New function.
6818
6819 * mml.el (mml-preview): Use it; doc fix.
6820
6821 2005-10-29 Romain Francoise <romain@orebokech.com>
6822
6823 * message.el (message-fix-before-sending): Fix comment.
6824
6825 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6826
6827 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6828
6829 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6830
6831 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6832 Used in gnus-score.el.
6833
6834 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6835
6836 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6837
6838 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6839
6840 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6841 whitespace removed in revision 7.8. Use concatenated string to
6842 protect trailing whitespace.
6843
6844 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
6845
6846 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6847 (nnimap-request-expire-articles): Use it to avoid sending 'UID
6848 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6849 Courier IMAP ("some version from 2004"). Mostly based on similar
6850 code in the same function.
6851
6852 2005-10-26 Didier Verna <didier@xemacs.org>
6853
6854 * gnus-group.el (gnus-group-compact-group): Invalidate original
6855 article buffer.
6856 * gnus-srvr.el (gnus-server-compact-server): Ditto.
6857 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6858 NOV database and in article itself.
6859 Invalidate article backlog.
6860
6861 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6862
6863 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6864
6865 2005-10-26 Simon Josefsson <jas@extundo.com>
6866
6867 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6868 part of 2004-07-25 change.
6869
6870 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6871
6872 * message.el (message-display-completion-list): New function.
6873 (message-expand-group): Use it; make sure the Completions buffer
6874 is modifiable.
6875
6876 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6877
6878 * imap.el (imap-open): Handle case where buffer is a buffer object.
6879
6880 2005-10-24 Eli Zaretskii <eliz@gnu.org>
6881
6882 * pgg-def.el:
6883 * pgg-gpg.el:
6884 * pgg-parse.el:
6885 * pgg-pgp.el:
6886 * pgg-pgp5.el:
6887 * pgg.el: Move to the parent lisp directory.
6888
6889 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
6890
6891 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6892 user-mail-name is an empty string.
6893
6894 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6895
6896 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6897 depending on gnus-score-decay-constant.
6898
6899 * encrypt.el (encrypt-insert-file-contents)
6900 (encrypt-write-file-contents): Don't use `gnus-message'.
6901
6902 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6903 arguments.
6904 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
6905 arguments to mm-uu-verbatim-marks-extract.
6906 (mm-uu-hide-markers): New variable.
6907 (mm-uu-extract): Use face similar to `gnus-cite-3'.
6908
6909 * gnus-fun.el (gnus-convert-image-to-x-face-command)
6910 (gnus-convert-image-to-face-command): Use "convert" by default to
6911 allow other input image formats.
6912 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6913 accordingly.
6914
6915 2005-10-23 Simon Josefsson <jas@extundo.com>
6916
6917 * imap.el (imap-gssapi-program): Align command line parameters
6918 with latest GNU SASL.
6919 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6920
6921 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6922
6923 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6924 HTML.
6925 (nnslashdot-request-article): Ditto.
6926
6927 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
6928
6929 * mail-source.el (mail-source-fetch-pop): Require pop3.
6930 (mail-source-check-pop): Ditto.
6931
6932 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6933
6934 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6935 errors.
6936
6937 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
6938
6939 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6940 (gnus-treat-strip-leading-blank-lines): Improve doc string.
6941
6942 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6943
6944 * mm-bodies.el (mm-decode-string): Call
6945 `mm-charset-to-coding-system' with allow-override argument.
6946
6947 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6948
6949 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6950 (rfc2047-charset-to-coding-system): New function.
6951 (rfc2047-decode-encoded-words): New function.
6952 (rfc2047-decode-region): Use them.
6953 (rfc2047-decode-cte): Remove.
6954 (rfc2047-parse-and-decode): Remove.
6955 (rfc2047-decode): Remove.
6956
6957 2005-10-15 Kenichi Handa <handa@m17n.org>
6958
6959 * rfc2047.el (rfc2047-decode-cte): New function.
6960 (rfc2047-decode-region): Change the way to decode successive
6961 encoded-words: decode B- or Q-encoding in each encoded-word,
6962 concatenate them, and decode it as charset.
6963
6964 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
6965
6966 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
6967 widget-move-and-invoke.
6968 (gnus-custom-mode): Use gnus-custom-map.
6969
6970 2005-10-15 Bill Wohler <wohler@newt.com>
6971
6972 * message.el (message-tool-bar-map): Renamed image file from
6973 mail_send to mail/send.
6974
6975 2005-10-16 Masatake YAMATO <jet@gyve.org>
6976
6977 * message.el (message-expand-group): Pass the common
6978 prefix substring of completion to `display-completion-list'.
6979
6980 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
6981
6982 * mml-sec.el (mml-secure-method): New internal variable.
6983 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6984 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6985 functions using mml-secure-method.
6986
6987 * mml.el (mml-mode-map): Add key bindings for those functions.
6988 (mml-menu): Simplify security menu entries. Suggested by Jesper
6989 Harder <harder@myrealbox.com>.
6990 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6991 end of message if point is the headers of the message.
6992
6993 * message.el (message-in-body-p): New function.
6994
6995 * assistant.el: Autoload gnus-util and netrc.
6996
6997 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6998 Use `mm-charset-override-alist' only when decoding.
6999
7000 * mm-bodies.el (mm-decode-body): Call
7001 `mm-charset-to-coding-system' with allow-override argument.
7002
7003 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7004 `filename' from Content-Disposition if Content-Type doesn't
7005 provide `name'.
7006 (gnus-mime-view-part-as-type): Set default instead of
7007 initial-input.
7008
7009 2005-10-09 Daniel Brockman <daniel@brockman.se>
7010
7011 * format-spec.el (format-spec): Propagate text properties of % spec.
7012
7013 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
7014
7015 * gnus-art.el (gnus-treat-predicate): Add `first'.
7016
7017 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
7018
7019 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7020 (mm-charset-override-alist): New variable.
7021 (mm-charset-to-coding-system): Use it.
7022 (mm-codepage-setup): New helper function.
7023 (mm-charset-eval-alist): New variable.
7024 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
7025 about unknown charsets.
7026
7027 2005-10-04 David Hansen <david.hansen@gmx.net>
7028
7029 * nnrss.el (nnrss-request-article): Add support for the comments tag.
7030 (nnrss-check-group): Ditto.
7031
7032 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
7033
7034 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7035 Rename x-gnus-verbatim to x-verbatim.
7036 (mm-uu-type-alist): Fix regexp for verbatim-marks.
7037
7038 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7039 x-verbatim.
7040
7041 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7042
7043 * gnus-util.el (gnus-remove-duplicates): Remove.
7044
7045 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7046 instead of gnus-remove-duplicates.
7047
7048 * message.el (message-remove-duplicates): Remove.
7049 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7050 message-remove-duplicates.
7051
7052 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7053 available, else use implementation from `delete-dups'.
7054
7055 * message.el (message-insert-expires): New function.
7056 (message-mode-map): Add key binding.
7057 (message-mode-field-menu): Add menu entry.
7058 (message-mode): Document it.
7059 (message-make-expires-date): Use `message-make-date'.
7060
7061 2005-10-04 Josh Huber <huber@alum.wpi.edu>
7062
7063 * message.el (message-make-expires-date): New function.
7064
7065 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
7066
7067 * time-date.el: Autoload parse-time-string, XEmacs needs it.
7068
7069 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
7070
7071 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7072 function rather than the diff-mode.el package.
7073 (mm-display-external): Use with-current-buffer.
7074 (mm-viewer-completion-map, mm-viewer-completion-map):
7075 Move initialization inside declaration.
7076
7077 2005-09-29 Simon Josefsson <jas@extundo.com>
7078
7079 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
7080 autoload mail-check-payment.
7081 (spam-check-hashcash): Define unconditionally, since hashcash.el
7082 is part of Gnus now. Ignore errors from payment checking.
7083
7084 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
7085
7086 * message.el (message-bold-region, message-unbold-region): Rename
7087 from `bold-region' and `unbold-region'.
7088
7089 * message.el: Remove useless autoloads.
7090
7091 2005-09-28 Simon Josefsson <jas@extundo.com>
7092
7093 * message.el (message-use-idna): Default to t.
7094 (message-use-idna): Test whether encoding works too. Doc fix.
7095
7096 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7097
7098 * nntp.el (nntp-warn-about-losing-connection): Remove.
7099
7100 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
7101
7102 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7103 customizable. Change default value.
7104 (mm-uu-diff-groups-regexp): Change default value.
7105 (mm-uu-type-alist): Add doc string.
7106 (mm-uu-configure): Add doc string. Make it interactive.
7107 (mm-uu-tex-groups-regexp): New variable.
7108 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7109 (mm-uu-type-alist): Add LaTeX documents.
7110 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7111 of "text/verbatim".
7112 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7113
7114 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7115 instead of "text/verbatim".
7116
7117 * message.el (message-mark-inserted-region)
7118 (message-mark-insert-file): Use slrn style marks when called with
7119 prefix argument.
7120
7121 2005-09-27 Simon Josefsson <jas@extundo.com>
7122
7123 * message.el (message-idna-to-ascii-rhs-1): Reformat.
7124
7125 2005-09-27 Arne Jørgensen <arne@arnested.dk>
7126
7127 * message.el (message-remove-duplicates): New function.
7128 Implementation borrowed from `gnus-remove-duplicates'.
7129 (message-idna-to-ascii-rhs): Also encode idna addresses in
7130 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7131 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7132 only ask about the same idna domain once per header and also tell
7133 in what header to replace the idna domain.
7134
7135 * gnus-art.el (article-decode-idna-rhs): Also decode idna
7136 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7137 (article-decode-idna-rhs): Fix regexp so that all idna-address in
7138 a header is decoded and not just the last one.
7139
7140 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
7141
7142 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7143 has been decoded.
7144
7145 * mm-decode.el (mm-automatic-display): Add text/verbatim.
7146 (mm-insert-part): Don't modify text if it has been decoded.
7147
7148 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7149 decoded.
7150
7151 * mm-view.el (mm-inline-text): Don't strip text props unless
7152 decoding enriched or richtext parts.
7153
7154 2005-09-25 Romain Francoise <romain@orebokech.com>
7155
7156 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7157 * gnus-start.el (gnus-subscribe-interactively):
7158 * gnus-uu.el (gnus-uu-grab-articles):
7159 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7160 space.
7161
7162 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
7163
7164 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7165 * mm-view.el (mm-view-pkcs7-decrypt):
7166 * gnus-sum.el (gnus-summary-limit-to-extra)
7167 (gnus-summary-respool-article, gnus-read-move-group-name):
7168 * gnus-score.el (gnus-summary-increase-score):
7169 * gnus-util.el (gnus-completing-read-with-default):
7170 * gnus-art.el (gnus-read-save-file-name)
7171 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7172 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7173 * message.el (message-check-news-header-syntax):
7174 Follow convention for reading with the minibuffer.
7175
7176 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
7177
7178 * spam-report.el (spam-report-url-ping-plain):
7179 Use gnus-extended-version as User-Agent.
7180
7181 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7182 default value is nil.
7183
7184 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7185 (mm-uu-verbatim-marks-extract): New function.
7186 (mm-uu-extract): New face.
7187 (mm-uu-copy-to-buffer): Use it.
7188
7189 * spam-report.el (spam-report-gmane-ham): Renamed from
7190 `spam-report-gmane-unspam'.
7191 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7192 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
7193
7194 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7195 Autoload.
7196 (spam-report-gmane-unregister-routine): Renamed
7197 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7198
7199 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
7200
7201 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7202 (spam-report-gmane-unregister-routine): Add support for gmane
7203 unregistration.
7204
7205 * spam-report.el (spam-report-gmane-unspam)
7206 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7207 (spam-report-gmane): Change to take a single article and do unspam
7208 registration.
7209
7210 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
7211
7212 * mm-url.el (mm-url-decode-entities): Fix regexp.
7213
7214 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7215
7216 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7217 default to nil, to be able to use Gnus at all. If the default
7218 switches to something else, then the function should be fixed not
7219 be exceedingly slow.
7220
7221 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
7222
7223 * gnus-start.el (gnus-activate-group): If the server is nil, don't
7224 fail hard.
7225
7226 * spam-report.el: Add better Keywords line.
7227
7228 * spam.el: Add Maintainer and better Keywords line.
7229
7230 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
7231
7232 * gnus-art.el (gnus-article-replace-part)
7233 (gnus-mime-replace-part): New functions.
7234 (gnus-mime-action-alist, gnus-mime-button-commands)
7235 (gnus-mime-save-part-and-strip): Added file argument.
7236 (gnus-article-part-wrapper): Added interactive argument.
7237
7238 * gnus-sum.el (gnus-summary-mime-map): Add
7239 `gnus-article-replace-part'.
7240
7241 2005-09-19 Didier Verna <didier@xemacs.org>
7242
7243 The nnml compaction feature:
7244 * nnml.el (nnml-request-compact-group): New function.
7245 * nnml.el (nnml-request-compact): New function.
7246 * gnus-int.el (gnus-request-compact-group): New function.
7247 * gnus-int.el (gnus-request-compact): New function.
7248 * gnus-group.el (gnus-group-compact-group): New function.
7249 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7250 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7251 * gnus-srvr.el (gnus-server-compact-server): New function.
7252 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7253 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7254
7255 2005-09-18 Deepak Goel <deego@gnufans.org>
7256
7257 * sieve.el (sieve-help): Fix `message' call: first arg should be a
7258 format spec.
7259
7260 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7261
7262 * gnus.el (gnus-group-startup-message): Bind image-load-path.
7263
7264 2005-09-15 Romain Francoise <romain@orebokech.com>
7265
7266 * message.el (message-fill-paragraph): Clarify docstring.
7267
7268 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7269
7270 * gnus-art.el (gnus-mime-display-part): Protect against broken
7271 MIME messages.
7272
7273 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
7274
7275 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7276 before parsing header.
7277
7278 2005-09-11 Jari Aalto <jari.aalto@cante.net>
7279
7280 * html2text.el (html2text-replace-list): Add new entities.
7281
7282 2005-09-11 Romain Francoise <romain@orebokech.com>
7283
7284 * message.el (message-alternative-emails): Improve docstring.
7285 (message-setup-1): Call `message-use-alternative-email-as-from'
7286 after `message-setup-hook' to give it precedence over posting
7287 styles, etc.
7288 (message-use-alternative-email-as-from): Add docstring. Remove
7289 the original From header if present.
7290
7291 * nnml.el (nnml-compressed-files-size-threshold): New variable.
7292 (nnml-save-mail): Use it.
7293
7294 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7295 articles. Add new argument `silent'.
7296 (gnus-uu-mark-all): Report the total number of marked articles.
7297
7298 2005-09-10 Romain Francoise <romain@orebokech.com>
7299
7300 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7301 (gnus-uu-mark-series): Likewise.
7302
7303 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
7304
7305 * spam-report.el (spam-report-gmane): Fix generation of spam
7306 report URL.
7307
7308 2005-09-10 Simon Josefsson <jas@extundo.com>
7309
7310 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7311 t, based on discussion on the ding list with Robert Epprecht
7312 <epprecht@solnet.ch>.
7313
7314 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
7315
7316 * spam-report.el (spam-report-gmane): Make it work without
7317 X-Report-Spam header. Gmane now only provides Archived-At.
7318 This is only used if `spam-report-gmane-use-article-number' is nil.
7319 (spam-report-gmane-spam-header): Remove. Not used anymore.
7320
7321 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7322 make `gnus-summary-sort-by-recipient' work with threading.
7323
7324 * nnweb.el (nnweb-google-wash-article): Print a message if article
7325 is not available.
7326
7327 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7328
7329 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7330 change. Decode text/* parts content before displaying.
7331
7332 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
7333
7334 * mml-smime.el: Remove defvar of gnus-extract-address-components.
7335
7336 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
7337
7338 * mm-view.el (mm-display-inline-fontify): Disable support modes.
7339
7340 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
7341
7342 * message.el (message-tab-body-function): Fix mismatched custom type.
7343
7344 * gnus.el (gnus-group-change-level-function): Ditto.
7345
7346 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7347
7348 * gnus-art.el (gnus-signature-limit)
7349 (gnus-article-mime-part-function): Ditto.
7350
7351 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
7352
7353 * mml.el (mml-mode): Silence the byte compiler.
7354
7355 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7356 using `(sit-for 0)' before moving the point to the specified part;
7357 skip unbuttonized parts.
7358 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7359 return to the summary window if gnus-auto-select-part is non-nil.
7360
7361 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
7362
7363 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7364 variables.
7365 (mml-dnd-attach-file, mml-mode): Use them.
7366
7367 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7368 Make fetching article by MID work again for Google Groups. Added
7369 FIXME concerning gnus-group-make-web-group.
7370
7371 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7372 Don't depend on Gnus by using mail-extract-address-components if
7373 gnus-extract-address-components is not bound.
7374
7375 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7376
7377 * gnus-art.el (gnus-mime-display-security): Don't display the
7378 signature, but only the signed part.
7379
7380 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
7381
7382 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7383
7384 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7385 list, not listp.
7386
7387 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
7388
7389 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7390 when encoding.
7391
7392 * mm-bodies.el (mm-decode-content-transfer-encoding):
7393 De-canonicalize CRLF for all text content types, not just
7394 text/plain.
7395
7396 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7397
7398 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7399 valid article; point arrow and cursor at the MIME button.
7400
7401 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
7402
7403 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7404 Suggested by Dan Christensen <jdc@uwo.ca>.
7405
7406 * mm-decode.el (mm-save-part): Enable change of prompt.
7407
7408 2005-08-29 Jari Aalto <jari.aalto@cante.net>
7409
7410 * gnus-msg.el (gnus-inews-add-send-actions): Made
7411 `message-post-method' lambda parameter ARG `&optional'.
7412
7413 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7414
7415 * gnus-sum.el (gnus-summary-mime-map): Added
7416 gnus-article-save-part-and-strip, gnus-article-delete-part and
7417 gnus-article-jump-to-part.
7418
7419 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7420 (gnus-article-edit-part): Use it.
7421 (gnus-article-part-wrapper): Added no-handle argument.
7422 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7423 functions.
7424
7425 2005-08-29 Romain Francoise <romain@orebokech.com>
7426
7427 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7428 docstring.
7429 (gnus-face-from-file): Likewise.
7430
7431 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7432
7433 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7434 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7435 non-nil.
7436 (gnus-auto-select-part): New variable.
7437 (gnus-article-jump-to-part): New function.
7438 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7439 (gnus-mime-delete-part): Allow selecting specified part after
7440 deleting or stripping parts.
7441 (gnus-article-jump-to-part): Don't use `read-number'. Use last
7442 part if argument is bogus.
7443
7444 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
7445
7446 * gnus-art.el (w3m-minor-mode-map):
7447 * gnus-spec.el (gnus-newsrc-file-version):
7448 * gnus-util.el (nnmail-active-file-coding-system)
7449 (gnus-original-article-buffer, gnus-user-agent):
7450 * gnus.el (gnus-ham-process-destinations)
7451 (gnus-parameter-ham-marks-alist)
7452 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7453 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7454 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7455 * mm-decode.el (gnus-current-window-configuration):
7456 * mm-extern.el (gnus-article-mime-handles):
7457 * mm-url.el (url-current-object, url-package-name)
7458 (url-package-version):
7459 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7460 (smime-keys, w3m-cid-retrieve-function-alist)
7461 (w3m-current-buffer, w3m-display-inline-images)
7462 (w3m-minor-mode-map):
7463 * mml-smime.el (gnus-extract-address-components):
7464 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7465 (gnus-newsrc-hashtb, message-default-charset)
7466 (message-deletable-headers, message-options)
7467 (message-posting-charset, message-required-mail-headers)
7468 (message-required-news-headers):
7469 * mml1991.el (mc-pgp-always-sign):
7470 * mml2015.el (mc-pgp-always-sign):
7471 * nnheader.el (nnmail-extra-headers):
7472 * rfc1843.el (gnus-decode-encoded-word-function)
7473 (gnus-decode-header-function, gnus-newsgroup-name):
7474 * spam-stat.el (gnus-original-article-buffer): Add defvars.
7475
7476 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
7477
7478 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7479 the end of the date treatments.
7480
7481 2005-08-15 Simon Josefsson <jas@extundo.com>
7482
7483 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7484 it in url-handlers.el and XEmacs in url.el. Reported by Luca
7485 Capello and Romain Francoise.
7486 (pgg-fetch-key-function): Removed, not used?
7487 (pgg-insert-url-with-w3): Require url, to get
7488 url-insert-file-contents regardless of where it is defined.
7489
7490 2005-08-13 Romain Francoise <romain@orebokech.com>
7491
7492 * message.el (message-cite-original-1): New function.
7493 (message-cite-original): Use it.
7494 (message-cite-original-without-signature): Ditto.
7495
7496 2005-08-08 Romain Francoise <romain@orebokech.com>
7497
7498 * message.el (message-yank-empty-prefix): New variable.
7499 (message-indent-citation): Use it.
7500 (message-cite-original-without-signature): Respect X-No-Archive.
7501
7502 2005-08-08 Simon Josefsson <jas@extundo.com>
7503
7504 * pgg.el: Autoload url-insert-file-contents instead of loading
7505 w3/url.
7506 (pgg-insert-url-with-w3): Don't load url here.
7507
7508 2005-08-07 Jesper Harder <harder@phys.au.dk>
7509
7510 * message.el (message-kill-to-signature): Don't insert newline at
7511 bol.
7512 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7513
7514 2005-08-06 Romain Francoise <romain@orebokech.com>
7515
7516 * message.el (message-user-fqdn): Fix typo in docstring.
7517
7518 2005-08-05 Daiki Ueno <ueno@unixuser.org>
7519
7520 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7521
7522 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7523
7524 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
7525
7526 * mm-bodies.el (mm-encode-body): Use coding system rather than
7527 charset to encode text.
7528
7529 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7530 number of charsets if utf-8 is available (XEmacs).
7531
7532 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
7533
7534 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7535 taken from `gnus-button-mid-or-mail-regexp'.
7536 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7537 (gnus-button-alist): Improve regexp for domain part of the MIDs
7538 for news:localpart@domain buttons.
7539 (gnus-button-ctan-directory-regexp): Update.
7540
7541 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
7542
7543 * sieve-manage.el (sieve-manage-interactive-login): Use
7544 make-local-variable rather than make-variable-buffer-local.
7545 (sieve-manage-open): Ditto.
7546 (sieve-manage-authenticate): Ditto.
7547
7548 * mml.el (mml-generate-mime-1): Make the content type default to
7549 text/plain if the filename is not specified.
7550
7551 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7552
7553 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7554 instead of insert-buffer.
7555
7556 * message.el (message-yank-original): Ditto; set the mark at the
7557 end of the yanked message.
7558
7559 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7560
7561 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7562 lines to scroll rather than to stop it.
7563
7564 * mml.el (mml-generate-default-type): Add doc string.
7565 (mml-generate-mime-1): Use mm-default-file-encoding or make it
7566 default to application/octet-stream when determining the content
7567 type if it is not specified for the part or the mml contents; add
7568 a comment about mml-generate-default-type.
7569
7570 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
7571
7572 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7573 make it default to application/octet-stream when determining the
7574 content type if it is not specified for the external contents.
7575
7576 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7577
7578 * rfc2231.el (rfc2231-parse-string): Take care that not only a
7579 segmented parameter but also other parameters might be there.
7580
7581 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
7582
7583 * mm-decode.el (mm-display-external): Delete temp file, directory
7584 and buffer immediately if the external process is exited.
7585
7586 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
7587
7588 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7589 fewer lines than that of scroll-margin.
7590 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7591
7592 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
7593
7594 * gnus-art.el (gnus-article-next-page): Revert.
7595 (gnus-article-beginning-of-window): New macro.
7596 (gnus-article-next-page-1): Use it.
7597 (gnus-article-prev-page): Ditto.
7598 (gnus-article-edit-part): Use insert-buffer-substring instead of
7599 insert-buffer.
7600 (gnus-article-edit-exit): Ditto.
7601
7602 * gnus-util.el (gnus-beginning-of-window): Remove.
7603 (gnus-end-of-window): Remove.
7604
7605 2005-07-25 Simon Josefsson <jas@extundo.com>
7606
7607 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7608 to have the url package without w3. Reported by Daiki Ueno
7609 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7610
7611 2005-07-20 Didier Verna <didier@xemacs.org>
7612
7613 * gnus-diary.el: Remove the description comment (nndiary is now
7614 properly documented in the Gnus manual).
7615 Fix the spelling of "Back End".
7616 * nndiary.el: Ditto.
7617 Fix the copyright notice.
7618
7619 2005-07-18 Romain Francoise <romain@orebokech.com>
7620
7621 * gnus-sum.el (gnus-summary-to-prefix)
7622 (gnus-summary-newsgroup-prefix): New variables.
7623 (gnus-summary-from-or-to-or-newsgroups): Use them.
7624
7625 2005-07-17 Romain Francoise <romain@orebokech.com>
7626
7627 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7628 space as it's generally not especially interesting to the user.
7629
7630 2005-07-16 Romain Francoise <romain@orebokech.com>
7631
7632 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7633 nil to avoid prompting and file modification if one of the
7634 messages at the top of the nnfolder file contains a copyright
7635 notice.
7636 Update copyright notice.
7637
7638 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7639 instead of `current-time-string' as the latter creates a time
7640 string that is not RFC 2822 compliant (it lacks the zone).
7641 Update copyright notice.
7642
7643 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7644
7645 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7646 for text/rtf. Display default in prompt. Pass default for M-n.
7647
7648 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7649
7650 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7651
7652 * gnus-msg.el (gnus-button-mailto): Remove
7653 save-selected-window-window hackery because it relies on
7654 save-selected-window internals.
7655
7656 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
7657
7658 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7659 (gnus-article-next-page-1): Use gnus-beginning-of-window.
7660 (gnus-article-prev-page): Ditto.
7661
7662 * gnus-util.el (gnus-beginning-of-window): New function.
7663 (gnus-end-of-window): New function.
7664
7665 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
7666
7667 * gnus-score.el (gnus-score-edit-all-score): Set
7668 gnus-score-edit-exit-function to gnus-score-edit-done and call
7669 gnus-message.
7670
7671 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7672
7673 * gnus-msg.el (gnus-button-mailto): Remove
7674 save-selected-window-window hackery because it relies on
7675 save-selected-window internals.
7676
7677 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7678
7679 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7680 add-minor-mode.
7681 (gnus-binary-mode): Ditto.
7682
7683 * gnus-topic.el (gnus-topic-mode): Ditto.
7684
7685 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
7686
7687 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7688 (gnus-article-prev-page): Take scroll-margin into consideration.
7689
7690 2005-07-04 Lute Kamstra <lute@gnu.org>
7691
7692 Update FSF's address in GPL notices.
7693
7694 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
7695
7696 * gnus.el (gnus-exit):
7697 * gnus-group.el (gnus-group-icons):
7698 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7699
7700 * gnus-nocem.el (gnus-nocem):
7701 * message.el (message-various, message-buffers, message-sending)
7702 (message-interface, message-forwarding, message-insertion)
7703 (message-headers, message-news, message-mail):
7704 * pgg-gpg.el (pgg-gpg):
7705 * pgg-parse.el (pgg-parse):
7706 * pgg-pgp.el (pgg-pgp):
7707 * pgg-pgp5.el (pgg-pgp5):
7708 * pop3.el (pop3): Finish `defgroup' description with period.
7709
7710 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
7711
7712 * gnus-art.el (article-display-face): Improve the efficiency.
7713 (article-display-x-face): Ditto; remove grey x-face stuff.
7714
7715 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
7716
7717 * gnus-art.el (article-display-face): Correct the position in
7718 which Faces are inserted.
7719
7720 2005-06-29 Didier Verna <didier@xemacs.org>
7721
7722 * gnus-art.el (article-display-face): Display faces in correct
7723 order.
7724
7725 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7726
7727 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7728 (gnus-fill-real-hashtb): Use hash table instead of obarray.
7729 (gnus-nocem-check-article): Fetch the Type header.
7730 (gnus-nocem-message-wanted-p): Fix the way to examine types.
7731 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7732 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7733 make sure gnus-nocem-hashtb is initialized.
7734 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7735 (gnus-nocem-unwanted-article-p): Ditto.
7736
7737 * pgg.el (pgg-verify): Return the verification result.
7738
7739 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7740
7741 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7742 is ascii.
7743
7744 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7745
7746 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7747 `show-nonbreak-escape'.
7748
7749 2005-06-23 Lute Kamstra <lute@gnu.org>
7750
7751 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7752
7753 * dig.el (dig-mode):
7754 * smime.el (smime-mode): Use gnus-run-mode-hooks.
7755
7756 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7757
7758 * nnimap.el (nnimap-split-download-body): Fix spellings.
7759
7760 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7761
7762 * gnus-art.el (gnus-article-encrypt-body):
7763 * gnus-cus.el (gnus-score-customize):
7764 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7765 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7766
7767 2005-06-16 Arne Jørgensen <arne@arnested.dk>
7768
7769 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7770 header by looking for magic "MII" at the beginnig.
7771
7772 2005-06-16 Miles Bader <miles@gnu.org>
7773
7774 * assistant.el (assistant-field): Remove "-face" suffix from face name.
7775 (assistant-field-face): New backward-compatibility alias for renamed
7776 face.
7777 (assistant-render-text): Use renamed assistant-field face.
7778
7779 * spam.el (spam): Remove "-face" suffix from face name.
7780 (spam-face): New backward-compatibility alias for renamed face.
7781 (spam-face, spam-initialize): Use renamed spam face.
7782
7783 * message.el (message-header-to, message-header-cc)
7784 (message-header-subject, message-header-newsgroups)
7785 (message-header-other, message-header-name)
7786 (message-header-xheader, message-separator, message-cited-text)
7787 (message-mml): Remove "-face" suffix from face names.
7788 (message-header-to-face, message-header-cc-face)
7789 (message-header-subject-face, message-header-newsgroups-face)
7790 (message-header-other-face, message-header-name-face)
7791 (message-header-xheader-face, message-separator-face)
7792 (message-cited-text-face, message-mml-face):
7793 New backward-compatibility aliases for renamed faces.
7794 (message-font-lock-keywords): Use renamed message faces.
7795
7796 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7797 (sieve-test-commands, sieve-tagged-arguments):
7798 Remove "-face" suffix from face names.
7799 (sieve-control-commands-face, sieve-action-commands-face)
7800 (sieve-test-commands-face, sieve-tagged-arguments-face):
7801 New backward-compatibility aliases for renamed faces.
7802 (sieve-control-commands-face, sieve-action-commands-face)
7803 (sieve-test-commands-face, sieve-tagged-arguments-face):
7804 Use renamed sieve faces.
7805
7806 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7807 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7808 (gnus-group-news-3-empty, gnus-group-news-4)
7809 (gnus-group-news-4-empty, gnus-group-news-5)
7810 (gnus-group-news-5-empty, gnus-group-news-6)
7811 (gnus-group-news-6-empty, gnus-group-news-low)
7812 (gnus-group-news-low-empty, gnus-group-mail-1)
7813 (gnus-group-mail-1-empty, gnus-group-mail-2)
7814 (gnus-group-mail-2-empty, gnus-group-mail-3)
7815 (gnus-group-mail-3-empty, gnus-group-mail-low)
7816 (gnus-group-mail-low-empty, gnus-summary-selected)
7817 (gnus-summary-cancelled, gnus-summary-high-ticked)
7818 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7819 (gnus-summary-high-ancient, gnus-summary-low-ancient)
7820 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7821 (gnus-summary-low-undownloaded)
7822 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7823 (gnus-summary-low-unread, gnus-summary-normal-unread)
7824 (gnus-summary-high-read, gnus-summary-low-read)
7825 (gnus-summary-normal-read, gnus-splash):
7826 Remove "-face" suffix from face names.
7827 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7828 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7829 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7830 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7831 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7832 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7833 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7834 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7835 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7836 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7837 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7838 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7839 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7840 (gnus-summary-normal-ticked-face)
7841 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7842 (gnus-summary-normal-ancient-face)
7843 (gnus-summary-high-undownloaded-face)
7844 (gnus-summary-low-undownloaded-face)
7845 (gnus-summary-normal-undownloaded-face)
7846 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7847 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7848 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7849 (gnus-splash-face):
7850 New backward-compatibility aliases for renamed faces.
7851 (gnus-group-startup-message): Use renamed gnus faces.
7852
7853 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7854 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7855 (gnus-server-agent): Remove "-face" suffix from face names.
7856 (gnus-server-agent-face, gnus-server-opened-face)
7857 (gnus-server-closed-face, gnus-server-denied-face)
7858 (gnus-server-offline-face):
7859 New backward-compatibility aliases for renamed faces.
7860 (gnus-server-agent-face, gnus-server-opened-face)
7861 (gnus-server-closed-face, gnus-server-denied-face)
7862 (gnus-server-offline-face): Use renamed gnus faces.
7863
7864 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7865 Remove "-face" suffix from face names.
7866 (gnus-picon-xbm-face, gnus-picon-face):
7867 New backward-compatibility aliases for renamed faces.
7868
7869 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7870 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7871 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7872 (gnus-cite-11): Remove "-face" suffix from face names.
7873 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7874 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7875 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7876 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7877 New backward-compatibility aliases for renamed faces.
7878 (gnus-cite-attribution-face, gnus-cite-face-list)
7879 (gnus-article-boring-faces): Use renamed gnus faces.
7880
7881 * gnus-art.el (gnus-signature, gnus-header-from)
7882 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7883 (gnus-header-content): Remove "-face" suffix from face names.
7884 (gnus-signature-face, gnus-header-from-face)
7885 (gnus-header-subject-face, gnus-header-newsgroups-face)
7886 (gnus-header-name-face, gnus-header-content-face):
7887 New backward-compatibility aliases for renamed faces.
7888 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7889
7890 * gnus-sum.el (gnus-summary-selected-face)
7891 (gnus-summary-highlight): Use renamed gnus faces.
7892 * gnus-group.el (gnus-group-highlight): Likewise.
7893
7894 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
7895
7896 * gnus-sieve.el (gnus-sieve-article-add-rule):
7897 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7898 * spam-stat.el (spam-stat-buffer-change-to-spam)
7899 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7900
7901 * message.el (message-is-yours-p):
7902 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7903
7904 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7905
7906 * mm-view.el (mm-inline-text): Withdraw the last change.
7907
7908 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
7909
7910 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7911 executing enriched-decode.
7912
7913 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
7914
7915 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7916 charset of tar files.
7917
7918 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
7919
7920 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7921
7922 2005-06-04 Lute Kamstra <lute@gnu.org>
7923
7924 * nnfolder.el (nnfolder-read-folder): Make sure that undo
7925 information is never recorded.
7926
7927 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7928
7929 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7930
7931 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7932
7933 * pop3.el (pop3-apop): Run md5 in the binary mode.
7934
7935 * starttls.el (starttls-set-process-query-on-exit-flag):
7936 Use eval-and-compile.
7937
7938 2005-05-31 Simon Josefsson <jas@extundo.com>
7939
7940 * smime.el (smime-replace-in-string): Define.
7941 (smime-cert-by-ldap-1): Use it.
7942
7943 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
7944
7945 * gnus-art.el (article-display-x-face): Replace
7946 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7947
7948 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7949 set-process-query-on-exit-flag or process-kill-without-query.
7950
7951 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7952 loop instead of replace-regexp.
7953
7954 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7955 instead of process-kill-without-query if it is available.
7956
7957 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7958 instead of find-file-hooks if it is available.
7959
7960 * mml1991.el: Bind pgg-default-user-id when compiling.
7961
7962 * mml2015.el: Bind pgg-default-user-id when compiling.
7963
7964 * nndraft.el (nndraft-request-associate-buffer):
7965 Use write-contents-functions instead of write-contents-hooks if it is
7966 available.
7967
7968 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7969 instead of find-file-hooks if it is available.
7970
7971 * nntp.el (nntp-open-connection): Replace
7972 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7973 (nntp-open-ssl-stream): Ditto.
7974 (nntp-open-tls-stream): Ditto.
7975
7976 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7977 set-process-query-on-exit-flag or process-kill-without-query.
7978 (starttls-open-stream-gnutls): Use it instead of
7979 process-kill-without-query.
7980 (starttls-open-stream): Ditto.
7981
7982 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
7983
7984 * smime.el (smime-cert-by-ldap-1): Don't use
7985 replace-regexp-in-string.
7986
7987 2005-05-31 Arne Jørgensen <arne@arnested.dk>
7988
7989 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7990
7991 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7992 in PEM format. Adjust to the XEmacs compability.
7993
7994 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
7995
7996 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7997 by `string-to-number'.
7998 * gnus-agent.el (gnus-agent-regenerate-group)
7999 (gnus-agent-fetch-articles): Ditto.
8000 * gnus-art.el (gnus-button-fetch-group): Ditto.
8001 * gnus-cache.el (gnus-cache-generate-active)
8002 (gnus-cache-articles-in-group): Ditto.
8003 * gnus-group.el (gnus-group-set-current-level)
8004 (gnus-group-insert-group-line): Ditto.
8005 * gnus-score.el (gnus-score-set-expunge-below)
8006 (gnus-score-set-mark-below, gnus-summary-score-effect)
8007 (gnus-summary-score-entry): Ditto.
8008 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8009 (gnus-soup-pack): Ditto.
8010 * gnus-spec.el (gnus-xmas-format): Ditto.
8011 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8012 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8013 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8014 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8015 * nndb.el (nndb-get-remote-expire-response): Ditto.
8016 * nndiary.el (nndiary-parse-schedule-value)
8017 (nndiary-string-to-number, nndiary-request-replace-article)
8018 (nndiary-request-article): Ditto.
8019 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8020 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8021 * nneething.el (nneething-make-head): Ditto.
8022 * nnfolder.el (nnfolder-request-article)
8023 (nnfolder-retrieve-headers): Ditto.
8024 * nnheader.el (nnheader-file-to-number): Ditto.
8025 * nnkiboze.el (nnkiboze-request-article): Ditto.
8026 * nnmail.el (nnmail-process-unix-mail-format)
8027 (nnmail-process-babyl-mail-format): Ditto.
8028 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8029 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8030 (nnmh-request-create-group, nnmh-request-list-1)
8031 (nnmh-request-group, nnmh-request-article): Ditto.
8032 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8033 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8034 * nnsoup.el (nnsoup-make-active): Ditto.
8035 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8036 * nntp.el (nntp-find-group-and-number)
8037 (nntp-retrieve-headers-with-xover): Ditto.
8038 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8039 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8040 (pgg-format-key-identifier): Ditto.
8041 * pop3.el (pop3-last, pop3-stat): Ditto.
8042 * qp.el (quoted-printable-decode-region): Ditto.
8043
8044 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8045 of concat.
8046
8047 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
8048
8049 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8050
8051 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8052
8053 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8054
8055 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8056
8057 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8058
8059 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8060
8061 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8062 (gnus-carpal-mode): Ditto.
8063
8064 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8065 (gnus-browse-mode): Ditto.
8066
8067 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8068
8069 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8070
8071 2005-05-29 Richard M. Stallman <rms@gnu.org>
8072
8073 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8074
8075 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
8076
8077 * gnus-util.el (gnus-run-mode-hooks): New function.
8078
8079 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8080
8081 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
8082
8083 * gnus-agent.el (gnus-agent-make-mode-line-string):
8084 Use mode-line-highlight as mouse-face.
8085
8086 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
8087
8088 * canlock.el (canlock): Change the parent group to news.
8089
8090 * deuglify.el (gnus-outlook-deuglify): Add :group.
8091
8092 * dig.el (dig): Add :group.
8093
8094 * dns-mode.el (dns-mode): Add :group.
8095
8096 * encrypt.el (encrypt): Add :group.
8097
8098 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8099 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8100 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8101 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8102 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8103
8104 * gnus-diary.el (gnus-diary): Add :group.
8105
8106 * gnus.el (gnus-group-news-1-face): Add :group.
8107 (gnus-group-news-1-empty-face): Ditto.
8108 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8109 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8110 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8111 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8112 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8113 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8114 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8115 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8116 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8117 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8118 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8119 (gnus-summary-high-ticked-face): Ditto.
8120 (gnus-summary-low-ticked-face): Ditto.
8121 (gnus-summary-normal-ticked-face): Ditto.
8122 (gnus-summary-high-ancient-face): Ditto.
8123 (gnus-summary-low-ancient-face): Ditto.
8124 (gnus-summary-normal-ancient-face): Ditto.
8125 (gnus-summary-high-undownloaded-face): Ditto.
8126 (gnus-summary-low-undownloaded-face): Ditto.
8127 (gnus-summary-normal-undownloaded-face): Ditto.
8128 (gnus-summary-high-unread-face): Ditto.
8129 (gnus-summary-low-unread-face): Ditto.
8130 (gnus-summary-normal-unread-face): Ditto.
8131 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8132 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8133
8134 * hashcash.el (hashcash): New custom group.
8135 (hashcash-default-payment): Add :group.
8136 (hashcash-payment-alist): Ditto.
8137 (hashcash-default-accept-payment): Ditto.
8138 (hashcash-accept-resources): Ditto.
8139 (hashcash-path): Ditto.
8140 (hashcash-extra-generate-parameters): Ditto.
8141 (hashcash-double-spend-database): Ditto.
8142 (hashcash-in-news): Ditto.
8143
8144 * message.el (message-minibuffer-local-map): Add :group.
8145
8146 * netrc.el (netrc): Add :group.
8147
8148 * sieve-manage.el (sieve-manage-log): Add :group.
8149 (sieve-manage-default-user): Diito.
8150 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8151 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8152 (sieve-manage-authenticators): Ditto.
8153 (sieve-manage-authenticator-alist): Ditto.
8154 (sieve-manage-default-port): Ditto.
8155
8156 * sieve-mode.el (sieve-control-commands-face): Add :group.
8157 (sieve-action-commands-face): Ditto.
8158 (sieve-test-commands-face): Ditto.
8159 (sieve-tagged-arguments-face): Ditto.
8160
8161 * smime.el (smime): Add :group.
8162
8163 * spam-report.el (spam-report): Add :group.
8164
8165 * spam.el (spam, spam-face): Add :group.
8166
8167 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8168
8169 * nntp.el (nntp-next-result-arrived-p): Some news servers may
8170 return \n.\n.\n at the end of articles. Protect against that.
8171 (nntp-with-open-group): Allow debugging.
8172
8173 * nnheader.el (mail-header-set-extra): Make into a function
8174 because I just could't understand how to quote the list properly.
8175
8176 * dns.el (query-dns-cached): New function.
8177
8178 2005-05-26 Lute Kamstra <lute@gnu.org>
8179
8180 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8181
8182 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
8183
8184 * gnus-art.el: Don't autoload mail-extract-address-components.
8185
8186 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8187 eval-and-compile to evaluate it.
8188
8189 * hashcash.el: Don't autoload executable-find.
8190
8191 * nndb.el: Don't declare the nndb back end two or more times; don't
8192 autoload news-reply-mode, news-setup, cancel-timer and telnet.
8193
8194 * nntp.el: Autoload format-spec instead of format; use
8195 eval-and-compile to evaluate autoload forms.
8196
8197 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
8198
8199 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8200
8201 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8202
8203 * gnus.el (gnus-version-number): Bump version.
8204
8205 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8206
8207 * gnus.el: No Gnus v0.3 is released.
8208
8209 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
8210
8211 * gnus-art.el (gnus-article-edit-part): Disable undo.
8212
8213 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
8214
8215 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8216 gnus-article-date-lapsed-new-header is t if date timer is active;
8217 skip headers in which the original date value is empty.
8218 (gnus-article-save-original-date): Redefine it as a macro.
8219 (gnus-display-mime): Use it.
8220
8221 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
8222
8223 * gnus-art.el (article-date-ut): Support converting date in
8224 forwarded parts as well.
8225 (gnus-article-save-original-date): New function.
8226 (gnus-display-mime): Use it.
8227
8228 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
8229
8230 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8231 enclosure element of <item>.
8232
8233 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
8234
8235 * message.el (message-kill-buffer-query): Renamed from
8236 `message-kill-buffer-query-if-modified'. Added :version.
8237
8238 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
8239
8240 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8241 window layout.
8242
8243 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8244
8245 * mml.el: Autoload dnd when compiling.
8246
8247 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
8248
8249 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8250 x-dnd-*.
8251
8252 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8253
8254 * qp.el (quoted-printable-encode-region): Save excursion.
8255
8256 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
8257
8258 * message.el (message-kill-buffer-query-if-modified): Add new variable
8259 so the user can kill a modified message buffer quickly.
8260 (message-kill-buffer): Use it.
8261
8262 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
8263
8264 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
8265 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8266
8267 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
8268
8269 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8270 contained in text because xml.el decodes entities) with LFs.
8271
8272 2005-04-11 Lute Kamstra <lute@gnu.org>
8273
8274 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8275 differently.
8276
8277 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8278
8279 * mm-util.el (mm-detect-coding-region): Typo.
8280
8281 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
8282
8283 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8284
8285 2005-04-06 Deepak Goel <deego@gnufans.org>
8286
8287 * spam-stat.el (spam-stat-score-buffer): Add a call to a
8288 user-function allow user modifications of the scores.
8289 (spam-stat-score-buffer-user): New function, to allow
8290 user-computed modifications to the score.
8291 (spam-stat-score-buffer-user-functions): List of additional
8292 scoring functions.
8293 (spam-stat-error-holder): Global temporary error holder.
8294 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8295 variable.
8296
8297 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
8298
8299 * gnus-registry.el (gnus-registry-clean-empty-function)
8300 (gnus-registry-trim, gnus-registry-fetch-groups)
8301 (gnus-registry-delete-group): Groups that match
8302 `gnus-registry-ignored-groups' are removed from the registry
8303 entries, not just ignored for splitting. This helps clean up the
8304 registry. Also, `gnus-registry-fetch-groups' is a convenient way
8305 to get all the groups a message ID is in.
8306
8307 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8308 (spam-stat-split-fancy): Change "threshhold" to "threshold"
8309 (spam-stat-score-buffer-user-functions): Add :number custom type.
8310
8311 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8312
8313 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8314 argument in XEmacs.
8315
8316 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8317 (nnrss-request-group): Decode group name first.
8318 (nnrss-request-article): Make a text/plain article if mml-to-mime
8319 failed.
8320 (nnrss-get-encoding): Return a compatible encoding according to
8321 nnrss-compatible-encoding-alist.
8322 (nnrss-find-el): Use consp instead of listp.
8323 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8324
8325 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8326
8327 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8328 which Emacs 20 doesn't support.
8329 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8330
8331 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
8332
8333 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8334 silence the byte compiler inside the defun.
8335
8336 * gnus-demon.el (parse-time-string): Add autoload.
8337
8338 * gnus-delay.el (parse-time-string): Add autoload.
8339
8340 * gnus-art.el (parse-time-string): Add autoload.
8341
8342 * nnultimate.el (parse-time): Require for `parse-time-string'.
8343
8344 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8345
8346 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8347
8348 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8349
8350 * smime.el (smime-ldap-host-list): Add :version.
8351
8352 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8353
8354 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8355 pass it to `gnus-browse-read-group'.
8356 (gnus-browse-read-group): Add NUMBER argument and pass it to
8357 `gnus-group-read-ephemeral-group'.
8358
8359 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8360 argument and pass it to `gnus-group-read-group'.
8361
8362 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
8363
8364 * mm-util.el (mm-xemacs-find-mime-charset): Only call
8365 mm-xemacs-find-mime-charset-1 if we have the mule feature
8366 available at runtime.
8367
8368 2005-03-25 Werner Lemberg <wl@gnu.org>
8369
8370 * nnmaildir.el: Replace `illegal' with `invalid'.
8371
8372 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8373
8374 * gnus-start.el (gnus-display-time-event-handler):
8375 Check display-time-timer at runtime rather than only at load time
8376 in case display-time-mode is turned off in the mean time.
8377
8378 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8379
8380 * nnimap.el (nnimap-open-connection): Print which authinfo file is
8381 used.
8382
8383 * nneething.el (nneething-map-file-directory): Derive from
8384 `gnus-directory'.
8385
8386 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8387 the To/Cc button.
8388
8389 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
8390
8391 * nnmaildir.el (nnmaildir-request-accept-article):
8392 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8393
8394 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8395
8396 * gnus-async.el: Require timer-funcs at compile time when in
8397 XEmacs for `run-with-idle-timer'.
8398
8399 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8400
8401 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8402 autoloaded function.
8403
8404 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8405
8406 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8407
8408 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
8409
8410 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8411
8412 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8413
8414 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8415 gnus-expert-user to default.
8416
8417 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
8418
8419 * nnimap.el (nnimap-open-server): Ditto.
8420
8421 * imap.el (imap-authenticate): Fix typo.
8422
8423 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
8424
8425 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8426 buffer (since IMAP server might return FETCH response out of
8427 order, and the nntp buffer must be sorted).
8428
8429 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
8430
8431 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8432 comparison on string.
8433
8434 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8435 (gnus-agent-score): Renamed category keywords to match gnus-cus.
8436 (gnus-agent-summary-fetch-series): Modified to protect against
8437 gnus-agent-summary-fetch-group clearing processable flags.
8438 (gnus-agent-synchronize-group-flags): Update live group buffer as
8439 synchronization may occur due to the user toggle the plugged
8440 status.
8441 (gnus-agent-fetch-group-1): Clear downloadable flag when article
8442 successfully downloaded.
8443 (gnus-agent-expire-group-1): Avoid using markers when the overview
8444 is in ascending order; greatly improves performance.
8445 (gnus-agent-regenerate-group): Use
8446 gnus-agent-synchronize-group-flags to reset read status in both
8447 gnus and server.
8448 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8449
8450 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8451
8452 * message.el: Don't autoload former message-utils variables.
8453 (message-strip-subject-trailing-was): Change doc string.
8454
8455 * nnweb.el: Fixes for `gnus-group-make-web-group'.
8456 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
8457 (nnweb-google-search): Add "hl=en" here.
8458 (nnweb-google-parse-1, nnweb-google-create-mapping):
8459 Don't hardcode URL.
8460
8461 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8462
8463 * message.el (message-get-reply-headers, message-followup):
8464 Mention related variables `message-use-followup-to' and
8465 `message-use-mail-followup-to', in the information buffer.
8466
8467 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8468 of broken groups(-beta).google.com.
8469
8470 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8471
8472 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8473 parameter to invoked gnus-request-move-article; remove the
8474 redundant gnus-sum-hint-move-is-internal variable; apply the marks
8475 all at once instead of once per article.
8476 (gnus-summary-remove-process-mark): Accept a list of articles as
8477 well as a single article for processing.
8478
8479 * gnus-int.el (gnus-request-move-article): Add move-is-internal
8480 parameter.
8481
8482 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8483
8484 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8485
8486 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8487 parameter.
8488
8489 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8490 parameter.
8491
8492 * nnimap.el (nnimap-request-move-article): Add move-is-internal
8493 parameter and remove the gnus-sum-hint-move-is-internal variable.
8494
8495 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8496 parameter.
8497
8498 * nndraft.el (nndraft-request-move-article): Add move-is-internal
8499 parameter.
8500
8501 * nndiary.el (nndiary-request-move-article): Add move-is-internal
8502 parameter.
8503
8504 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8505
8506 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8507 parameter.
8508
8509 * nnagent.el (nnagent-request-move-article): Add move-is-internal
8510 parameter.
8511
8512 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
8513
8514 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8515 a more conservative way.
8516
8517 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8518
8519 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8520 buffer, so it moves the window's cursor.
8521
8522 2005-02-26 Arne Jørgensen <arne@arnested.dk>
8523
8524 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8525 `mm-dissect-multipart' and receive the from field as an (optional)
8526 argument from `mm-dissect-multipart'.
8527 (mm-dissect-multipart): Receive the from field as an argument and
8528 pass it on when we call `mm-dissect-buffer' on MIME parts.
8529 Fixes verification/decryption of signed/encrypted MIME parts.
8530
8531 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
8532
8533 * gnus-sum.el (gnus-summary-move-article): Set
8534 gnus-sum-hint-move-is-internal for gnus-request-move-article and
8535 whatever it calls (right now, only nnimap-request-move article
8536 respects it).
8537
8538 * nnimap.el (nnimap-request-move-article): When
8539 gnus-sum-hint-move-is-internal is set, don't do the extra
8540 nnimap-request-article.
8541
8542 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
8543
8544 * nnheader.el (nnheader-find-file-noselect): Add doc string.
8545
8546 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8547 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8548
8549 * gnus-sum.el (gnus-summary-caesar-message):
8550 Apply `gnus-treat-article' after rotation.
8551
8552 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8553 doc string.
8554
8555 2005-02-22 Simon Josefsson <jas@extundo.com>
8556
8557 * encrypt.el (encrypt-password-cache-expiry): Remove (use
8558 `password-cache-expiry' instead). Reported by Arne Jørgensen
8559 <arne@arnested.dk>.
8560 (encrypt): Add password-cache and password-cache-expiry as group
8561 members.
8562
8563 2005-02-22 Arne Jørgensen <arne@arnested.dk>
8564
8565 * smime.el (smime-ldap-host-list): Doc fix.
8566 (smime-ask-passphrase): Use `password-read-and-add' to read (and
8567 cache) password.
8568 (smime-sign-region): Use it.
8569 (smime-decrypt-region): Use it.
8570 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8571 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8572 fails.
8573 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8574 certificate from DER to PEM format rather than calling openssl.
8575
8576 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8577
8578 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8579 for signing/encryption.
8580
8581 * mml.el (mml-parse-1): Use them.
8582
8583 2005-02-21 Arne Jørgensen <arne@arnested.dk>
8584
8585 * nnrss.el (nnrss-verbose): Removed.
8586 (nnrss-request-group): Use `nnheader-message' instead.
8587
8588 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
8589
8590 * nnrss.el (nnrss-verbose): New variable.
8591 (nnrss-request-group): Make it say nnrss is requesting a group.
8592
8593 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
8594
8595 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8596 Handle news URL with given port correctly.
8597
8598 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8599
8600 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8601 containing special characters.
8602
8603 * gnus-sum.el (gnus-summary-edit-article): Ditto.
8604
8605 * mml.el (mime-to-mml): Ditto.
8606
8607 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8608 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8609 (rfc2047-decode-region): Quote decoded words containing special
8610 characters when rfc2047-quote-decoded-words-containing-tspecials
8611 is non-nil.
8612
8613 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
8614
8615 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8616
8617 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8618
8619 2005-02-15 Simon Josefsson <jas@extundo.com>
8620
8621 * nnimap.el (nnimap-debug): Doc fix.
8622
8623 * imap.el (imap-debug): Doc fix.
8624
8625 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
8626
8627 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8628
8629 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8630
8631 * gnus.el (spam-contents): Improve docs for spam-contents
8632 parameter in its variable incarnation.
8633
8634 2005-02-14 Simon Josefsson <jas@extundo.com>
8635
8636 * smime-ldap.el: Use require instead of load-library for ldap.
8637 (smime-ldap-search): Indent.
8638 (smime-ldap-search-internal): Shorten line.
8639
8640 * smime.el (smime-cert-by-dns): Add doc-string.
8641 (smime-cert-by-ldap-1): Indent.
8642
8643 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8644 mml-smime-get-dns-ldap.
8645 (mml-smime-encrypt-query): Use new function. Default to ldap.
8646
8647 2005-02-14 Arne Jørgensen <arne@arnested.dk>
8648
8649 * smime.el: Require smime-ldap.
8650 (smime-ldap-host-list): New variable.
8651 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8652
8653 * mml-smime.el (mml-smime-encrypt-query): New function.
8654 (mml-smime-encrypt-query): Use it.
8655
8656 * smime-ldap.el: New file.
8657
8658 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8659
8660 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8661
8662 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8663
8664 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8665 argument in doc string. Make query for type more clear.
8666
8667 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
8668
8669 * gnus.el (gnus-group-startup-message): Search for gnus images in
8670 etc/images/gnus.
8671 * mm-util.el (mm-image-load-path): Likewise.
8672 * smiley.el (smiley-data-directory): Search for smilies in
8673 etc/images/smilies.
8674
8675 2005-02-09 Kim F. Storm <storm@cua.dk>
8676
8677 Change Emacs release version from 21.4 to 22.1 throughout.
8678 Change Emacs development version from 21.3.50 to 22.0.50.
8679
8680 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
8681
8682 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8683
8684 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8685 non-Mule XEmacs as well.
8686 (mm-decompress-buffer): Signal an error intentionally if it does
8687 not decompress compressed data because auto-compression-mode is
8688 disabled.
8689
8690 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
8691
8692 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8693 an ID in the registry even if it has no groups.
8694
8695 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
8696
8697 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8698 merge it into mm-decompress-buffer.
8699 (gnus-mime-copy-part): Use the MIME part charset, the value which
8700 a user specified or gnus-newsgroup-charset for decoding, like
8701 gnus-mime-inline-part does; set buffer-file-coding-system to tell
8702 save-buffer what was used. Suggested by Kevin Ryde
8703 <user42@zip.com.au>.
8704 (gnus-mime-inline-part): Allow the name parameter as well as the
8705 filename parameter; force decompressing of compressed data; always
8706 display contents being not decoded as unibyte.
8707
8708 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8709 as well as the filename parameter.
8710
8711 * mm-util.el (mm-decompress-buffer): Merge
8712 gnus-mime-jka-compr-maybe-uncompress.
8713 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8714 of compressed data.
8715
8716 2005-02-08 Simon Josefsson <jas@extundo.com>
8717
8718 * imap.el (imap-log): Doc fix.
8719
8720 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8721
8722 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8723 the coding cookies; decompress compressed parts.
8724
8725 * mml.el (mml-generate-mime-1): Add the charset parameter according
8726 to the value which a user specified manually or the coding cookie.
8727
8728 * mm-util.el (mm-string-to-multibyte): New function.
8729 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8730 (mm-coding-system-to-mime-charset): New function.
8731 (mm-decompress-buffer): New function.
8732 (mm-find-buffer-file-coding-system): New function.
8733
8734 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8735 (mm-display-inline-fontify): Rewrite for decoding and decompressing
8736 parts.
8737
8738 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8739
8740 * mm-view.el (mm-display-inline-fontify): Decode a part according
8741 to the charset parameter.
8742
8743 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
8744
8745 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8746 prefix arg is neither nil nor a number, as info specifies.
8747
8748 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
8749
8750 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8751 timestamps.
8752
8753 2005-02-02 Jari Aalto <jari.aalto@cante.net>
8754
8755 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8756 groups error checking and notify user.
8757
8758 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
8759
8760 * message.el (message-send-mail-function): Check existence of
8761 sendmail-program first before using default value
8762 `message-send-mail-with-sendmail'. Otherwise use more generic
8763 `smtpmail-send-it'.
8764
8765 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8766
8767 * nntp.el (nntp-request-update-info): Always return nil.
8768
8769 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
8770
8771 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8772
8773 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8774
8775 * message.el (message-beginning-of-line): Change the behavior when
8776 invoked between BOL and : so that it first moves backward.
8777
8778 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8779
8780 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8781 article buffer when editing of the article is discarded.
8782 (gnus-article-prepare): Revert.
8783
8784 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8785
8786 * gnus-art.el (gnus-article-prepare):
8787 Remove message-strip-forbidden-properties from the local hook.
8788
8789 2005-01-27 Simon Josefsson <jas@extundo.com>
8790
8791 * password.el (password-cache-add): Only start one timer per key.
8792 Reported by Derek Atkins <warlord@MIT.EDU>.
8793
8794 2005-01-26 Steve Youngs <steve@sxemacs.org>
8795
8796 * run-at-time.el: Removed. It is no longer needed as
8797 timer-funcs.el in the xemacs-base package has a working version of
8798 `run-at-time'.
8799
8800 * password.el: Require timer-funcs instead of run-at-time in
8801 XEmacs.
8802 Remove `password-run-at-time' macro.
8803 (password-cache-add): Use `run-at-time' instead of
8804 `password-run-at-time'.
8805
8806 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8807 for `run-with-idle-timer'.
8808
8809 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8810 for `run-at-time'.
8811
8812 * mm-url.el: Require timer-funcs at compile time when in XEmacs
8813 for `with-timeout'.
8814
8815 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8816
8817 * mml.el (mml-generate-mime-1): Convert string into unibyte when
8818 inserting " *mml*" buffer's contents into a unibyte temp buffer.
8819
8820 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
8821
8822 * mail-source.el (mail-source-fetch-imap): Search for ^From case
8823 sensitively.
8824
8825 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
8826
8827 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8828
8829 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
8830
8831 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8832 which will be inserted according to the multibyteness of a buffer
8833 rather than the type of contents. Suggested by ARISAWA Akihiro
8834 <ari@mbf.ocn.ne.jp>.
8835
8836 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8837 of string which old xml.el may return rather than a string.
8838
8839 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8840
8841 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8842
8843 2005-01-16 Simon Josefsson <jas@extundo.com>
8844
8845 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8846 idn/idna.el isn't available.
8847 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
8848 <michael@waxrat.com>.
8849
8850 * hashcash.el: Remove non-FSF copyright header.
8851
8852 * hashcash.el (hashcash-extra-generate-parameters): New variable.
8853 (hashcash-generate-payment): Use it.
8854 (hashcash-generate-payment-async): Use it.
8855
8856 2005-01-15 Simon Josefsson <jas@extundo.com>
8857
8858 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8859 Suggested by Raymond Scholz <ray-2005@zonix.de>.
8860
8861 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8862 gnus-summary-idna-message.
8863 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8864 (gnus-summary-idna-message): New function.
8865
8866 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8867
8868 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8869 gnus-novice-user.
8870
8871 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
8872
8873 * nnrss.el (nnrss-request-delete-group): Delete entries in
8874 nnrss-group-alist as well.
8875 (nnrss-save-server-data): Insert newline.
8876
8877 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
8878
8879 * gnus.el (gnus-user-agent): Use list of symbols instead of
8880 symbols. Display full version number for (S)XEmacs. Optionally
8881 display (S)XEmacs codename.
8882
8883 * gnus-util.el (gnus-emacs-version): Update for new
8884 `gnus-user-agent'.
8885
8886 * gnus-msg.el (gnus-extended-version): Make it possible to omit
8887 Gnus version.
8888
8889 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
8890
8891 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
8892 which is unreadable in some setups.
8893
8894 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8895
8896 * gnus-spec.el (gnus-update-format-specifications): Flush the
8897 group format spec cache if it doesn't support decoded group names.
8898
8899 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8900
8901 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8902 Allow to apply decay on score files matching a regexp.
8903
8904 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
8905
8906 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8907 compatibility in %g and %c.
8908
8909 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
8910
8911 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8912 name for only %g and %c.
8913 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8914 of gnus-tmp-group to decoded group name.
8915 (gnus-group-make-rss-group): Exclude `/'s from group names.
8916
8917 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
8918
8919 * nnrss.el (nnrss-get-encoding): Fix regexp.
8920
8921 2004-12-27 Simon Josefsson <jas@extundo.com>
8922
8923 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8924 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8925 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
8926
8927 2004-12-17 Kim F. Storm <storm@cua.dk>
8928
8929 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8930
8931 * gnus-sum.el (gnus-summary-mode-map): Likewise.
8932
8933 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8934
8935 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8936
8937 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
8938
8939 * nnrss.el: Require rfc2047 and mml.
8940 (nnrss-file-coding-system): New variable.
8941 (nnrss-format-string): Redefine it as an inline function.
8942 (nnrss-decode-group-name): New function.
8943 (nnrss-string-as-multibyte): Remove.
8944 (nnrss-retrieve-headers): Decode group name; don't use
8945 nnrss-format-string.
8946 (nnrss-request-group): Decode group name.
8947 (nnrss-request-article): Decode group name; allow a Message-ID as
8948 well as an article number; don't use nnrss-format-string; encode a
8949 Message-ID string which may contain non-ASCII characters; use
8950 mml-to-mime to compose a MIME article.
8951 (nnrss-request-expire-articles): Decode group name.
8952 (nnrss-request-delete-group): Decode group name.
8953 (nnrss-fetch): Clarify error message.
8954 (nnrss-read-server-data): Use insert-file-contents instead of load;
8955 bind file-name-coding-system; use multibyte buffer.
8956 (nnrss-save-server-data): Bind coding-system-for-write to the
8957 value of nnrss-file-coding-system; bind file-name-coding-system;
8958 add coding cookie.
8959 (nnrss-read-group-data): Use insert-file-contents instead of load;
8960 bind file-name-coding-system; use multibyte buffer.
8961 (nnrss-save-group-data): Bind coding-system-for-write to the
8962 value of nnrss-file-coding-system; bind file-name-coding-system.
8963 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8964 make it work with non-ASCII text.
8965 (nnrss-find-el): Make it work with old xml.el as well.
8966
8967 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8968
8969 * nnrss.el (nnrss-get-encoding): New function.
8970 (nnrss-fetch): Use unibyte buffer initially; bind
8971 coding-system-for-read while performing mm-url-insert; remove ^Ms;
8972 decode contents according to the encoding attribute.
8973 (nnrss-save-group-data): Add coding cookie.
8974 (nnrss-mime-encode-string): New function.
8975 (nnrss-check-group): Use it to encode subject and author.
8976
8977 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
8978
8979 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8980 imaginary variable.
8981
8982 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8983
8984 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8985 correctly even if there are wide characters.
8986
8987 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
8988
8989 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8990 downcased symbol names; make a new cache instead of reusing
8991 bbdb-hashtable.
8992
8993 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8994
8995 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8996 concatenating segments rather than before concatenating them.
8997 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8998
8999 * message.el (message-get-reply-headers): Bind `extra'.
9000
9001 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9002
9003 * message.el (message-extra-wide-headers): New variable.
9004 (message-get-reply-headers): Use it.
9005
9006 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
9007
9008 * gnus-agent.el (gnus-agent-group-path): Decode group name.
9009 (gnus-agent-group-pathname): Ditto.
9010
9011 * gnus-cache.el (gnus-cache-file-name): Decode group name.
9012
9013 * gnus-group.el (gnus-group-make-group): Decode group name.
9014 (gnus-group-make-rss-group): Register the group data after opening
9015 the nnrss group.
9016
9017 2004-12-17 Paul Jarc <prj@po.cwru.edu>
9018
9019 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9020 by expiry now get marked as read.
9021
9022 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9023
9024 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9025
9026 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
9027
9028 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9029 unify Latin characters in XEmacs.
9030 (mm-find-mime-charset-region): Use it.
9031
9032 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9033
9034 * gnus-util.el (gnus-delete-directory): New function.
9035
9036 * gnus-agent.el (gnus-agent-delete-group): Use it.
9037
9038 * gnus-cache.el (gnus-cache-delete-group): Use it.
9039
9040 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
9041
9042 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9043 names.
9044
9045 2004-12-16 Simon Josefsson <jas@extundo.com>
9046
9047 * hashcash.el (hashcash-payment-alist): Fix custom :type.
9048
9049 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
9050
9051 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9052
9053 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9054 (gnus-group-set-current-level): Decode group name.
9055
9056 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
9057
9058 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9059 failed.
9060
9061 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
9062
9063 * gnus-group.el (gnus-group-delete-group): Decode group name.
9064 (gnus-group-make-rss-group): Encode group name.
9065 (gnus-group-catchup-current): Decode group name.
9066 (gnus-group-kill-group): Decode group name.
9067
9068 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
9069
9070 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9071
9072 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
9073
9074 * gnus-group.el (gnus-group-make-rss-group):
9075 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9076
9077 * gnus-start.el (gnus-setup-news): Honor user's setting to
9078 gnus-message-archive-method. Suggested by Lute Kamstra
9079 <lute@gnu.org>.
9080
9081 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
9082
9083 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9084 global counterparts of the buffer-local variables.
9085
9086 2004-11-16 Romain Francoise <romain@orebokech.com>
9087
9088 * gnus-sum.el (gnus-summary-exit): Don't clear the global
9089 counterparts of the buffer-local variables.
9090
9091 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
9092
9093 * message.el (message-forbidden-properties): Fixed typo in doc
9094 string.
9095
9096 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
9097
9098 * gnus-util.el (gnus-replace-in-string): Added doc string.
9099
9100 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9101 to avoid problems when splitting mails with many recipients.
9102
9103 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9104
9105 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9106 pop-to-buffer, covered by the subsequent gnus-configure-windows.
9107
9108 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
9109
9110 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9111 if there is no hashtable in memory or file modification time is
9112 newer than cached timestamp.
9113
9114 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
9115
9116 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9117 not-matching option.
9118
9119 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
9120
9121 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9122 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9123 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9124 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9125 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
9126 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9127
9128 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
9129
9130 * message.el (message-forward-make-body-mml): Remove headers
9131 according to message-forward-ignored-headers if a message is decoded.
9132
9133 2004-12-02 Romain Francoise <romain@orebokech.com>
9134
9135 * message.el (message-forward-make-body-plain): Always remove
9136 headers according to message-forward-ignored-headers.
9137
9138 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
9139
9140 * spam.el (spam-summary-prepare-exit): Remove the
9141 gnus-summary-limit pop for now, it has problems with ham marks for
9142 me.
9143
9144 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
9145
9146 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9147 correctly.
9148
9149 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
9150
9151 * format-spec.el (format-spec): Message the char.
9152
9153 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
9154
9155 * gnus-art.el (gnus-split-methods): Reformat comments.
9156
9157 * spam.el (spam-summary-prepare-exit): Remove article limits
9158 before exiting the summary buffer.
9159
9160 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
9161
9162 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9163 order to silence the byte compiler.
9164
9165 * spam.el: Fix the way to silence the byte compiler, which
9166 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9167 bbdb-search-simple, spam-BBDB-register-routine,
9168 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9169 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9170 spam-stat-buffer-is-spam, spam-stat-load,
9171 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9172 spam-stat-save and spam-stat-split-fancy.
9173
9174 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
9175
9176 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9177 which may confuse users.
9178 (canlock-password-for-verify): Ditto.
9179
9180 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9181
9182 * gnus-art.el (gnus-emphasis-alist): Ditto.
9183
9184 * gnus-registry.el (gnus-registry-max-entries): Ditto.
9185
9186 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9187
9188 * gnus-start.el (gnus-save-killed-list): Ditto.
9189
9190 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9191 (gnus-sum-thread-tree-root): Ditto.
9192 (gnus-sum-thread-tree-false-root): Ditto.
9193 (gnus-sum-thread-tree-single-indent): Ditto.
9194
9195 * message.el (message-courtesy-message): Ditto.
9196 (message-archive-note): Ditto.
9197 (message-subscribed-address-file): Ditto.
9198 (message-user-fqdn): Ditto.
9199
9200 * spam-report.el (spam-report-gmane-regex): Ditto.
9201
9202 * spam.el (spam-blackhole-good-server-regex): Ditto.
9203
9204 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9205
9206 * mml.el (mml-preview): Widen the message buffer before copying
9207 the contents to the preview buffer; sort headers before previewing.
9208
9209 * message.el (message-hidden-headers): Fix the way to avoid a bug
9210 in the `repeat' widget in Emacs 21.3 or earlier.
9211
9212 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9213
9214 * message.el (message-hidden-headers): Default to "^References:".
9215 Improve customization type. Suggested by Reiner Steib
9216 <Reiner.Steib@gmx.de>.
9217
9218 2004-11-25 Romain Francoise <romain@orebokech.com>
9219
9220 * message.el (message-strip-forbidden-properties): Remove check for
9221 obsolete `message-hidden' text property, hidden headers are not
9222 accessible in the buffer anymore.
9223
9224 2004-11-22 Romain Francoise <romain@orebokech.com>
9225
9226 * message.el (message-header-format-alist): Add `From' in list
9227 so that it can be sorted.
9228 (message-fix-before-sending): Widen and sort headers before
9229 sending.
9230 (message-hide-headers): Use narrowing to hide headers by moving
9231 them to the top of the buffer and narrowing to the region
9232 underneath.
9233
9234 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9235
9236 * message.el (message-strip-forbidden-properties): Bind
9237 buffer-read-only (etc) to nil.
9238
9239 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
9240
9241 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9242 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9243
9244 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
9245
9246 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9247
9248 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9249
9250 * dns.el (query-dns): Use sit-for to time instead of
9251 accept-process-output, since that doesn't seem to work on udp
9252 sockets.
9253
9254 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9255
9256 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9257
9258 2004-11-15 Jesper Harder <harder@ifa.au.dk>
9259
9260 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9261 doc string. Improve doc string.
9262
9263 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9264
9265 * nntp.el (nntp-request-update-info): Return nil if
9266 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9267 may not call gnus-activate-group which uselessly issues the GROUP
9268 commands for all nntp groups and wastes time. Reported by Romain
9269 Francoise <romain@orebokech.com>.
9270
9271 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9272
9273 2004-11-15 Simon Josefsson <jas@extundo.com>
9274
9275 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9276 headers separately.
9277 (gnus-button-openpgp): New function, inspired by Jochen Küpper
9278 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9279
9280 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9281
9282 * gnus-start.el (gnus-convert-old-newsrc):
9283 Assign legacy-gnus-agent to 5.10.7.
9284
9285 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9286
9287 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9288 start of the lines.
9289
9290 2004-11-14 Magnus Henoch <mange@freemail.hu>
9291
9292 * hashcash.el (hashcash-default-payment): Change default to 20
9293 (hashcash-default-accept-payment): Change default to 20
9294 (hashcash-process-alist): New variable
9295 (hashcash-generate-payment-async): Add
9296 (hashcash-already-paid-p): Add
9297 (hashcash-insert-payment): Don't generate payments twice
9298 (hashcash-insert-payment-async): Add
9299 (hashcash-insert-payment-async-2): Add
9300 (hashcash-cancel-async): Add
9301 (hashcash-wait-async): Add
9302 (hashcash-processes-running-p): Add
9303 (hashcash-wait-or-cancel): Add
9304 (mail-add-payment): New optional argument. Conditionally start
9305 asynchronous calculation.
9306 (mail-add-payment-async): Add
9307
9308 * message.el (message-send-mail): Wait for asynchronous hashcash
9309 results. Don't clobber existing X-Hashcash headers.
9310 (message-setup-1): Call mail-add-payment-async when
9311 message-generate-hashcash is non-nil.
9312
9313 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9314
9315 * message.el (message-use-alternative-email-as-from): Examine the
9316 From header as well; use message-make-from in order to include a
9317 user's full name.
9318
9319 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9320
9321 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9322 default; improve customization type.
9323 (gnus-emphasis-custom-with-format): New macro.
9324 (gnus-emphasis-custom-value-to-external): New function.
9325 (gnus-emphasis-custom-value-to-internal): New function.
9326
9327 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9328
9329 * dns.el (query-dns): Resolve reverse addresses.
9330
9331 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9332
9333 * gnus-group.el (gnus-group-get-new-news): Use it.
9334
9335 * gnus-start.el (gnus-check-reasonable-setup): New function.
9336
9337 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
9338
9339 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9340 "Args out of range" error. Reported by Arnaud Giersch
9341 <arnaud.giersch@free.fr>.
9342
9343 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
9344
9345 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9346
9347 2004-11-04 Richard M. Stallman <rms@gnu.org>
9348
9349 * spam.el (spam group): Add :version.
9350
9351 * pgg-def.el (pgg group): Add :version.
9352
9353 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
9354
9355 * gnus-art.el (gnus-article-edit-article): Don't associate the
9356 article buffer with a draft file. This is a temporary measure
9357 against the 2004-08-22 change to gnus-article-edit-mode.
9358
9359 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9360
9361 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9362 (html2text-format-tags): Remove unused variable `attr'.
9363
9364 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9365
9366 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9367
9368 * spam-stat.el (spam-stat): Add :version.
9369
9370 * sieve.el (sieve): Add :version.
9371
9372 * sha1.el (sha1): Add :version.
9373 (sha1-use-external): Remove redundant version.
9374
9375 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9376 (nnmail-cache-ignore-groups, nnmail-spool-hook)
9377 (nnmail-split-fancy-match-partial-words)
9378 (nnmail-split-lowercase-expanded): Add :version.
9379
9380 * nndiary.el (nndiary): Add :version.
9381
9382 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9383
9384 * mml-sec.el (mml-default-sign-method)
9385 (mml-default-encrypt-method, mml-signencrypt-style-alist):
9386 Add :version.
9387
9388 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9389
9390 * mm-url.el (mm-url-use-external, mm-url-program)
9391 (mm-url-arguments): Add :version.
9392
9393 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9394 (mm-attachment-file-modes, mm-decrypt-option)
9395 (mm-w3m-safe-url-regexp): Add :version.
9396
9397 * message.el (message-cite-prefix-regexp)
9398 (message-sendmail-envelope-from, message-minibuffer-local-map)
9399 (message-user-fqdn, message-completion-alist): Add :version.
9400
9401 * gnus-win.el (gnus-configure-windows-hook)
9402 (gnus-use-frames-on-any-display): Add :version.
9403
9404 * gnus-art.el (gnus-article-address-banner-alist)
9405 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9406 (gnus-treat-from-picon, gnus-treat-mail-picon)
9407 (gnus-treat-x-pgp-sig): Add :version.
9408
9409 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9410 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9411 (gnus-summary-article-delete-hook)
9412 (gnus-summary-display-while-building): Add :version.
9413
9414 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9415 (gnus-get-top-new-news-hook): Add :version.
9416
9417 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9418 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9419
9420 * gnus-registry.el (gnus-registry): Add :version.
9421
9422 * gnus-spec.el (gnus-use-correct-string-widths)
9423 (gnus-make-format-preserve-properties): Add :version.
9424
9425 * gnus.el (gnus-group-charter-alist)
9426 (gnus-group-fetch-control-use-browse-url)
9427 (gnus-install-group-spam-parameters): Add :version.
9428
9429 * gnus-diary.el (gnus-diary): Add :version.
9430
9431 * gnus-delay.el (gnus-delay): Add :version.
9432
9433 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9434 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9435 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9436 Add :version.
9437
9438 * gnus-agent.el (gnus-agent-max-fetch-size)
9439 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9440 (gnus-agent-prompt-send-queue): Add :version.
9441
9442 * deuglify.el (gnus-outlook-deuglify): Add :version.
9443
9444 * html2text.el: Beautify code. Improve doc strings. Some
9445 checkdoc cleanup.
9446 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9447
9448 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
9449
9450 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9451
9452 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
9453
9454 * gnus-registry.el (gnus-registry-hashtb): Create the registry
9455 when package is loaded.
9456
9457 * spam.el (spam-summary-score-preferred-header): Add global preference
9458 for people who want to override the default SpamAssassin over
9459 Bogofilter preference (when both are set).
9460 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9461 (spam-user-format-function-S): Check
9462 spam-summary-score-preferred-header.
9463 (spam-extra-header-to-number): Add X-Bogosity header parsing.
9464 (spam-user-format-function-S): Format the score correctly.
9465
9466 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
9467
9468 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9469 signature file. Suggested by Manoj Srivastava
9470 <srivasta@golden-gryphon.com>.
9471
9472 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9473 iso-2022-jp even in the Japanese language environment.
9474 Suggested by Jason Rumney <jasonr@gnu.org>.
9475
9476 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
9477
9478 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9479 use the same characters as the dummy marks; make it free from
9480 getting affected by the language environment.
9481 (gnus-summary-read-group-1): Update mark positions only when the
9482 format spec is updated.
9483
9484 * gnus-spec.el (gnus-update-format-specifications): Return a list
9485 of updated types.
9486
9487 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
9488
9489 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9490 of boundp to check if display-warning is available.
9491
9492 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
9493
9494 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9495
9496 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
9497
9498 * nnspool.el (nnspool-spool-directory): Use news-path if the
9499 news-directory variable is not bound.
9500
9501 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9502 function instead of display-warning if it is not available.
9503
9504 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9505
9506 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9507 v5-10: Use `point-at-bol'.
9508
9509 2004-10-26 Simon Josefsson <jas@extundo.com>
9510
9511 * hashcash.el: Fix URL in comment, reported by Cheng Gao
9512 <chenggao@gmail.com>.
9513
9514 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9515
9516 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
9517 instead.
9518
9519 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
9520
9521 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9522 to remove a server from the nnimap-server-buffer-alist.
9523 (nnimap-open-connection, nnimap-close-server): Use it.
9524
9525 * gnus-encrypt.el: Remove file in favor of encrypt.el.
9526
9527 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
9528
9529 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9530 running the major-mode function.
9531
9532 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9533
9534 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9535 dummy marks in the right way.
9536
9537 2004-10-18 David Edmondson <dme@dme.org>
9538
9539 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9540 excessively.
9541
9542 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
9543
9544 * gnus-util.el (gnus-split-references): Accept a nil references
9545 string and go on blissfully.
9546
9547 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9548 cases where the references string is non-nil but has no references.
9549
9550 * encrypt.el: Add autoload tags.
9551
9552 * spam.el (spam-resolve-registrations-routine): Remove article
9553 from unregistration list too. Reported by David Hanak
9554 <dhanak@isis.vanderbilt.edu>
9555
9556 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
9557
9558 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9559 nil. Changed custom type.
9560
9561 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
9562
9563 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9564
9565 * gnus-sum.el (gnus-summary-move-article): Use it.
9566
9567 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
9568
9569 * encrypt.el: Add autoload cookies.
9570
9571 * spam.el (spam-backend-article-list-property)
9572 (spam-backend-get-article-todo-list)
9573 (spam-backend-put-article-todo-list)
9574 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9575 Resolve registrations separately.
9576 (spam-register-routine): Format comments.
9577 (spam-unregister-routine, spam-register-routine): Always call with
9578 specific-articles, no default list.
9579 (spam-summary-prepare-exit): Use the spam-classifications function.
9580
9581 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9582 gnus-encrypt.el.
9583
9584 * encrypt.el: Copied from gnus-encrypt.el.
9585
9586 * gnus-encrypt.el: Commented that it's obsolete.
9587
9588 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9589
9590 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9591 (gnus-score-save): Use it.
9592
9593 * message.el (message-bury): Use `window-dedicated-p'.
9594
9595 2004-10-15 Simon Josefsson <jas@extundo.com>
9596
9597 * pop3.el (top-level): Don't require nnheader.
9598 (pop3-read-timeout): Add.
9599 (pop3-accept-process-output): Add.
9600 (pop3-read-response, pop3-retr): Use it.
9601
9602 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
9603
9604 * spam.el (spam-register-routine): Move comment.
9605 (spam-verify-bogofilter): Use 'unknown for the initial
9606 spam-bogofilter-valid state, not 'never.
9607
9608 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9609 for netrc-machine.
9610
9611 * nnimap.el (nnimap-open-connection): Use
9612 netrc-machine-user-or-password.
9613
9614 2004-10-17 Richard M. Stallman <rms@gnu.org>
9615
9616 * gnus-registry.el (gnus-registry-unload-hook):
9617 Set as a variable with add-hook.
9618
9619 * nnspool.el (nnspool-spool-directory): Use news-directory instead
9620 of news-path.
9621
9622 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9623
9624 * spam.el: Delete duplicate `provide'.
9625 (spam-unload-hook): Set as a variable with add-hook.
9626
9627 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9628
9629 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9630 in the doc string.
9631
9632 * message.el (message-ignored-news-headers)
9633 (message-ignored-supersedes-headers)
9634 (message-ignored-resent-headers)
9635 (message-forward-ignored-headers): Improve custom type.
9636
9637 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9638
9639 * message.el (message-tokenize-header): Fix 2004-09-06 change
9640 which used point-min in the wrong place.
9641
9642 2004-10-12 Simon Josefsson <jas@extundo.com>
9643
9644 * tls.el (tls-certtool-program): New variable.
9645 (tls-certificate-information): New function, based on
9646 ssl-certificate-information.
9647
9648 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9649
9650 * compface.el: Move the version of ELisp-based uncompface program
9651 to the contrib directory because of the copyright problem.
9652
9653 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9654
9655 * message.el (message-kill-buffer): Raise the current frame.
9656
9657 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9658
9659 * gnus-sum.el: Mention that multibyte characters don't work as marks.
9660
9661 * gnus.el (message-y-or-n-p): Autoload.
9662
9663 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9664 (pop3-password-required, pop3-authentication-scheme)
9665 (pop3-leave-mail-on-server): Made customizable.
9666 (pop3): New custom group.
9667 (pop3-retr): Remove `sleep-for' statements.
9668 Suggested by Dave Love <fx@gnu.org>.
9669
9670 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9671 Windows/DOS.
9672
9673 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9674 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
9675 Dave Love <fx@gnu.org>.
9676
9677 * mml.el (mml-minibuffer-read-disposition): Require match.
9678 Suggested by Dave Love <fx@gnu.org>.
9679
9680 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
9681
9682 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
9683 doc string.
9684
9685 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9686
9687 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9688
9689 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9690
9691 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9692 instead of calling `mm-insert-inline', to decode text/* parts
9693 before displaying them.
9694
9695 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9696
9697 * mm-uu.el (mm-uu-text-plain-type): New variable.
9698 (mm-uu-pgp-signed-extract-1): Use it.
9699 (mm-uu-pgp-encrypted-extract-1): Use it.
9700 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9701 bind mm-uu-text-plain-type with that value.
9702 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9703 mm-uu-dissect.
9704
9705 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9706
9707 * gnus-group.el (gnus-update-group-mark-positions):
9708 * gnus-sum.el (gnus-update-summary-mark-positions):
9709 * message.el (message-check-news-body-syntax):
9710 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9711 of string-as-multibyte.
9712
9713 2004-10-05 Juri Linkov <juri@jurta.org>
9714
9715 * gnus-group.el (gnus-update-group-mark-positions):
9716 * gnus-sum.el (gnus-update-summary-mark-positions):
9717 * message.el (message-check-news-body-syntax):
9718 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9719 8-bit unibyte values to a multibyte string for search functions.
9720
9721 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9722
9723 * mm-uu.el (mm-uu-dissect): Allow optional arg.
9724 (mm-uu-dissect-text-parts): New function.
9725
9726 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9727 dissect text parts.
9728
9729 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9730 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9731
9732 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9733
9734 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9735 gnus-current-topics instead of gnus-current-topic.
9736
9737 2004-10-06 Jesper Harder <harder@ifa.au.dk>
9738
9739 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9740
9741 2004-10-05 Jesper Harder <harder@ifa.au.dk>
9742
9743 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9744 where approriate.
9745
9746 * nnml.el (nnml-generate-active-info): do.
9747
9748 * nndiary.el (nndiary-generate-active-info): do.
9749
9750 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9751 (gnus-topic-move): do.
9752
9753 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9754 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9755
9756 * gnus-srvr.el (gnus-server-prepare)
9757 (gnus-server-open-all-servers): do.
9758
9759 * gnus-msg.el (gnus-summary-cancel-article)
9760 (gnus-summary-resend-message)
9761 (gnus-summary-mail-crosspost-complaint): do.
9762
9763 * gnus-move.el (gnus-change-server): do.
9764
9765 * gnus-group.el (gnus-group-unmark-all-groups)
9766 (gnus-group-set-current-level): do.
9767
9768 2004-10-04 Simon Josefsson <jas@extundo.com>
9769
9770 * message.el (message-generate-hashcash): Doc fix.
9771
9772 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
9773
9774 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9775 avoid infinite recursion via gnus-get-function.
9776
9777 2004-10-02 Jesper Harder <harder@ifa.au.dk>
9778
9779 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9780
9781 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9782
9783 * nnmail.el (nnmail-split-history): do.
9784
9785 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9786 (nnml-request-delete-group): do.
9787
9788 * nnslashdot.el (nnslashdot-read-groups): do.
9789
9790 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9791 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9792
9793 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9794 (nnspool-sift-nov-with-sed): Use last
9795 (nnspool-retrieve-headers-with-nov): Use mapc.
9796 (nnspool-request-newgroups): Use dolist.
9797 (nnspool-request-group): Use last.
9798
9799 * nntp.el (nntp-read-server-type): Use dolist.
9800
9801 * nnvirtual.el (nnvirtual-create-mapping)
9802 (nnvirtual-update-read-and-marked): Use dolist.
9803 (nnvirtual-convert-headers): Simplify.
9804
9805 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9806
9807 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9808 support for sync'ing tick marks.
9809
9810 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9811
9812 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9813 there's no visible header.
9814
9815 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9816
9817 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9818 necessary, pass full group name to gnus-request-set-marks.
9819
9820 2004-10-01 Simon Josefsson <jas@extundo.com>
9821
9822 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
9823 acroread.
9824
9825 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9826
9827 * spam-report.el (spam-report-gmane): Fix interactive.
9828
9829 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9830
9831 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9832 when writing file.
9833 (gnus-agent-synchronize-flags): Don't default to being
9834 interactive.
9835
9836 2004-09-30 Simon Josefsson <jas@extundo.com>
9837
9838 * message.el (message-generate-hashcash): Add.
9839 (message-send-mail): Use it, call mail-add-payment.
9840
9841 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9842
9843 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9844
9845 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
9846
9847 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9848 gnus-requst-update-info with explicit code to sync the in-memory
9849 info read flags with the marks being sync'd to the backend.
9850
9851 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9852
9853 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9854
9855 * spam.el (spam-verify-bogofilter): Add new function.
9856 (spam-check-bogofilter)
9857 (spam-bogofilter-register-with-bogofilter): Use it.
9858 (spam-verify-bogofilter): Add small fixes.
9859
9860 2004-09-28 Simon Josefsson <jas@extundo.com>
9861
9862 * hashcash.el (hashcash-generate-payment): Revert.
9863
9864 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9865
9866 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9867 gnus-extract-references instead of gnus-split-references.
9868
9869 * gnus-util.el (gnus-extract-references): Add new function, analogous
9870 to gnus-split-references but extracts only the message-ID without
9871 anything extra.
9872
9873 * hashcash.el (hashcash-generate-payment)
9874 (hashcash-check-payment): Do the right thing if hashcash-path is
9875 nil (because the hashcash program could not be found).
9876
9877 * spam.el (spam-use-hashcash): Remove comment.
9878
9879 2004-09-27 Jesper Harder <harder@ifa.au.dk>
9880
9881 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9882 (gnus-cache-enter-article, gnus-cache-remove-article)
9883 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9884
9885 * gnus-async.el (gnus-async-prefetch-remove-group): do.
9886
9887 * gnus-art.el (article-hide-boring-headers)
9888 (article-translate-strings, article-display-face)
9889 (gnus-article-mime-match-handle-first)
9890 (gnus-article-highlight-headers)
9891 (gnus-article-add-buttons-to-head): do.
9892
9893 2004-09-27 Simon Josefsson <jas@extundo.com>
9894
9895 * hashcash.el: New version, from
9896 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
9897 ../contrib/.
9898
9899 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9900
9901 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9902
9903 2004-09-26 Jesper Harder <harder@ifa.au.dk>
9904
9905 * gnus-dup.el (gnus-dup-open): Use mapc.
9906 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9907
9908 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9909 Reported by Stefan Wiens <s.wi@gmx.net>.
9910
9911 * gnus.el (gnus-shutdown): Use dolist.
9912
9913 * gnus-undo.el (gnus-undo): Use mapc.
9914
9915 * nnrss.el (nnrss-generate-active): do.
9916
9917 * message.el (message-cite-original-without-signature)
9918 (message-cite-original): Use mapc.
9919 (message-do-actions, message-make-forward-subject): Use dolist.
9920
9921 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9922
9923 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9924 deletion to remove entire duplicate line. Fixes merged article
9925 number bug.
9926
9927 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9928
9929 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9930 servers that are offline. Avoids having gnus-agent-toggle-plugged
9931 first ask if you want to open a server and then, even when you
9932 responded with no, asking if you want to synchronize the server's
9933 flags.
9934 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9935 multi-line expressions.
9936 (gnus-agent-synchronize-group-flags): New internal function.
9937 Updates marks in memory (in the info structure) AND in the
9938 backend.
9939
9940 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9941
9942 * nnagent.el (nnagent-request-set-mark): Use
9943 gnus-agent-synchronize-group-flags, not backend's request-set-mark
9944 method, to ensure that synchronization updates marks in the
9945 backend and in the info (in memory) structure.
9946
9947 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9948
9949 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9950 convention fully; don't miss the root article of a thread; make
9951 the X-Draft-From header with correct article numbers.
9952
9953 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
9954
9955 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9956 unless plugged. Disable the agent so that an open failure causes
9957 an error.
9958
9959 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9960 Reverted 2004-09-21 change. The backend must be opened while
9961 synchronizing flags even when the backend stores the flags
9962 locally.
9963
9964 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9965
9966 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9967 in `header' match. Reported by Svend Tollak Munkejord.
9968
9969 * message.el (message-cite-original): Fix use of
9970 `message-cite-articles-with-x-no-archive'.
9971
9972 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9973
9974 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9975 (gnus-window-to-buffer): Ditto.
9976
9977 * mml.el (mml-preview-buffer): New variable.
9978 (mml-preview): Manage window layout with gnus-buffer-configuration.
9979
9980 * gnus-msg.el (gnus-setup-message): Put article numbers into the
9981 X-Draft-From header even if those articles aren't quoted.
9982
9983 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
9984
9985 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9986 (gnus-request-set-mark, gnus-request-update-mark): Use new
9987 g-s-t-u-l-m to decide to use backend even when unplugged.
9988
9989 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
9990
9991 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9992 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
9993
9994 2004-09-20 Simon Josefsson <jas@extundo.com>
9995
9996 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9997 "utf-16-le".
9998
9999 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
10000
10001 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10002
10003 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
10004
10005 * uudecode.el (uudecode-use-external): Add :version.
10006
10007 * smime.el (smime-CA-file, smime-encrypt-cipher)
10008 (smime-dns-server): Add :version.
10009
10010 * smiley.el (gnus-smiley-file-types): Add :version.
10011
10012 * sha1.el (sha1-use-external): Add :version.
10013
10014 * pgg-def.el (pgg-query-keyserver): Add :version.
10015
10016 * nnmail.el (nnmail-fancy-expiry-targets)
10017 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10018 Add :version.
10019
10020 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10021 (nnimap-retrieve-groups-asynchronous): Add :version.
10022 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
10023
10024 * mml.el (mml-content-disposition-parameters)
10025 (mml-insert-mime-headers-always): Add :version.
10026
10027 * mm-util.el (mm-coding-system-priorities): Add :version.
10028
10029 * mm-decode.el (mm-inline-text-html-with-images)
10030 (mm-keep-viewer-alive-types, mm-external-terminal-program)
10031 (mm-verify-option): Add :version.
10032 (mm-text-html-renderer): Change :version.
10033
10034 * message.el (message-fcc-externalize-attachments)
10035 (message-required-headers, message-draft-headers)
10036 (message-subject-trailing-was-query)
10037 (message-subject-trailing-was-ask-regexp)
10038 (message-subject-trailing-was-regexp, message-mark-insert-begin)
10039 (message-mark-insert-end, message-archive-header)
10040 (message-archive-note, message-cross-post-default)
10041 (message-cross-post-note, message-followup-to-note)
10042 (message-cross-post-note-function, message-use-mail-followup-to)
10043 (message-subscribed-address-functions)
10044 (message-subscribed-address-file, message-subscribed-addresses)
10045 (message-subscribed-regexps, message-allow-no-recipients)
10046 (message-yank-cited-prefix, message-signature-insert-empty-line)
10047 (message-hidden-headers, message-hierarchical-addresses)
10048 (message-mail-user-agent, message-use-idna)
10049 (message-valid-fqdn-regexp)
10050 (message-strip-special-text-properties, message-header-synonyms)
10051 (message-beginning-of-line, message-tab-body-function): Add :version.
10052 (message-insert-canlock, message-wide-reply-confirm-recipients):
10053 Change :version.
10054
10055 * mail-source.el (mail-source-ignore-errors): Add :group, :type
10056 and :version.
10057 (mail-source-delete-old-incoming-confirm)
10058 (mail-source-movemail-program): Add :version.
10059
10060 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10061 (gnus-agent-cache, gnus-agent): Change :version.
10062
10063 * gnus-util.el (gnus-use-byte-compile): Change :version.
10064
10065 * gnus-sum.el (gnus-summary-make-false-root-always)
10066 (gnus-summary-default-high-score)
10067 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10068 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10069 (gnus-read-all-available-headers, gnus-article-emulate-mime)
10070 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10071 (gnus-sum-thread-tree-single-indent)
10072 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10073 (gnus-sum-thread-tree-leaf-with-other)
10074 (gnus-sum-thread-tree-single-leaf): Add :version.
10075 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10076 (gnus-article-loose-mime): Change :version.
10077
10078 * gnus-start.el (gnus-backup-startup-file)
10079 (gnus-save-startup-file-via-temp-buffer): Add :version.
10080
10081 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10082 (gnus-server-offline-face): Add :version.
10083
10084 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10085
10086 * gnus-msg.el (gnus-gcc-externalize-attachments)
10087 (gnus-debug-files, gnus-debug-exclude-variables)
10088 (gnus-discouraged-post-methods): Change :version.
10089 (gnus-confirm-mail-reply-to-news)
10090 (gnus-confirm-treat-mail-like-news): Add :version.
10091
10092 * gnus-int.el (gnus-server-unopen-status): Add :version.
10093
10094 * gnus-group.el (gnus-group-jump-to-group-prompt)
10095 (gnus-large-ephemeral-newsgroup)
10096 (gnus-fetch-old-ephemeral-headers): Add :version.
10097
10098 * gnus-fun.el (gnus-x-face-directory)
10099 (gnus-convert-pbm-to-x-face-command)
10100 (gnus-convert-image-to-x-face-command)
10101 (gnus-convert-image-to-face-command): Add :version.
10102
10103 * gnus-delay.el (gnus-delay-default-hour): Add :version.
10104
10105 * gnus-cite.el (gnus-cite-blank-line-after-header)
10106 (gnus-article-boring-faces): Add :version.
10107
10108 * gnus-art.el (gnus-buttonized-mime-types)
10109 (gnus-inhibit-mime-unbuttonizing)
10110 (gnus-treat-display-face)
10111 (gnus-treat-body-boundary): Change :version.
10112 (gnus-body-boundary-delimiter, gnus-picon-databases)
10113 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10114 (gnus-treat-date-english, gnus-treat-fold-headers)
10115 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10116 (gnus-treat-mail-picon, gnus-treat-wash-html)
10117 (gnus-article-encrypt-protocol)
10118 (gnus-use-idna, gnus-article-over-scroll)
10119 (gnus-mime-display-multipart-alternative-as-mixed)
10120 (gnus-mime-display-multipart-related-as-mixed)
10121 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10122 (gnus-ctan-url, gnus-button-ctan-handler)
10123 (gnus-button-handle-ctan-bogus-regexp)
10124 (gnus-button-ctan-directory-regexp)
10125 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10126 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10127 (gnus-button-man-level, gnus-button-emacs-level)
10128 (gnus-button-message-level, gnus-button-browse-level): Add :version.
10129
10130 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10131 (gnus-agent-go-online): Change :version.
10132 (gnus-agent-expire-unagentized-dirs)
10133 (gnus-agent-auto-agentize-methods): Add :version.
10134
10135 * flow-fill.el (fill-flowed-display-column)
10136 (fill-flowed-encode-column): Add :version.
10137
10138 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10139 (gnus-outlook-deuglify-unwrap-max)
10140 (gnus-outlook-deuglify-cite-marks)
10141 (gnus-outlook-deuglify-unwrap-stop-chars)
10142 (gnus-outlook-deuglify-no-wrap-chars)
10143 (gnus-outlook-deuglify-attrib-cut-regexp)
10144 (gnus-outlook-deuglify-attrib-verb-regexp)
10145 (gnus-outlook-deuglify-attrib-end-regexp)
10146 (gnus-outlook-display-hook): Add :version.
10147
10148 * binhex.el (binhex-use-external): Add :version.
10149
10150 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
10151
10152 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10153 and `invisible'.
10154
10155 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10156
10157 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10158 in gnus-registry-trim.
10159
10160 2004-09-13 Simon Josefsson <jas@extundo.com>
10161
10162 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10163
10164 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10165
10166 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10167 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10168 <yamaoka@jpl.org>.
10169 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10170 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10171 <yamaoka@jpl.org>.
10172
10173 * sieve.el (sieve-manage-mode): Ditto.
10174
10175 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
10176
10177 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10178
10179 2004-09-11 Simon Josefsson <jas@extundo.com>
10180
10181 * dns-mode.el: Add.
10182
10183 * mm-view.el (mm-display-dns-inline): Add.
10184
10185 * mm-decode.el (mm-inline-media-tests): Add text/dns.
10186 (mm-automatic-display): Ditto.
10187
10188 * mailcap.el (mailcap-mime-data): Add text/dns.
10189 (mailcap-mime-extensions): Map .soa to text/dns.
10190
10191 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
10192
10193 * gnus-art.el (article-decode-mime-words, article-babel)
10194 (gnus-article-highlight-signature, gnus-article-add-buttons)
10195 (gnus-signature-toggle): Remove unnecessary bindings of
10196 `inhibit-read-only' inherited from v5.10 merge.
10197
10198 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
10199
10200 * nntp.el (nntp): New customization group.
10201 (nntp-authinfo-file): Add customization group.
10202
10203 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10204
10205 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10206
10207 * gnus.el (to-address, to-list, subscribed)
10208 (large-newsgroup-initial): Ditto.
10209
10210 * flow-fill.el (fill-flowed-display-column)
10211 (fill-flowed-encode-column): Ditto.
10212
10213 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10214
10215 * message.el (message-tokenize-header, message-send-mail-with-qmail):
10216 Use point-min rather than 1.
10217 (message-send-mail): Use buffer-size rather than point-max.
10218
10219 * gnus-sum.el (gnus-summary-search-article-forward):
10220 Signal a specific `search-failed' rather than a generic `error'.
10221
10222 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10223 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10224 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10225
10226 2004-09-10 Simon Josefsson <jas@extundo.com>
10227
10228 * nndb.el (require): Remove tcp and duplicate cl.
10229
10230 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10231
10232 * gnus-agent.el (directory-files-and-attributes): Move forward.
10233
10234 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
10235
10236 * gnus-agent.el (directory-files-and-attributes): Optionally
10237 defined to support XEmacs.
10238
10239 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
10240
10241 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10242 to avoid run-time CL dependencies.
10243 (gnus-agent-unfetch-articles): New function.
10244 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10245 article numbers even when local .overview file is missing.
10246 (gnus-agent-read-article-number): New function. Only accepts
10247 27-bit article numbers.
10248 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10249 gnus-agent-read-article-number.
10250 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10251 from backend while recognizing that article numbers in .overview
10252 must be valid.
10253 (gnus-agent-update-files-total-fetched-for): Use
10254 directory-files-and-attributes to improve performance.
10255 * gnus-int.el (gnus-request-move-article): Use
10256 gnus-agent-unfetch-articles in place of gnus-agent-expire to
10257 improve performance.
10258
10259 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10260 some users confused by references to .newsrc when they only have a
10261 .newsrc.eld file.
10262 (gnus-convert-mark-converter-prompt)
10263 (gnus-convert-converter-needs-prompt): Fixed use of property list.
10264 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10265 New function. Used internally to only display 'gnus converting
10266 files' message when actually necessary.
10267
10268 * gnus-sum.el (): Removed (require 'gnus-agent) as required
10269 methods now autoloaded.
10270
10271 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
10272
10273 * gnus-sum.el (gnus-summary-insert-subject): Remove list
10274 identifiers.
10275
10276 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
10277
10278 * gnus-picon.el: Fix indentation and closing parenthesis.
10279
10280 2004-09-01 Simon Josefsson <jas@extundo.com>
10281
10282 * message.el (message-canlock-generate): Require sha1, not
10283 sha1-el. (Can we get rid of this require altogether? It is ugly
10284 to require within a function. Sadly, if sha1.el isn't loaded, the
10285 let binding in m-c-g will hide the defcustom definition, which is
10286 bad.)
10287
10288 * canlock.el: Require sha1, not sha1-el.
10289
10290 * message.el: Don't autoload sha1 (there is a autoload cookie in
10291 sha1.el).
10292
10293 * sha1-el.el: Renamed to sha1.el.
10294
10295 2004-08-30 Juanma Barranquero <lektu@terra.es>
10296
10297 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10298
10299 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10300
10301 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10302
10303 2004-08-30 Kim F. Storm <storm@cua.dk>
10304
10305 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10306
10307 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10308 Add :group 'nnimap.
10309
10310 2004-08-30 Andreas Schwab <schwab@suse.de>
10311
10312 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10313 ?* and ?\;.
10314
10315 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10316 and ?\' to symbol instead of whitespace.
10317
10318 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
10319
10320 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10321
10322 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10323 instead of re-search-forward.
10324
10325 * gnus-uu.el (gnus-uu-save-article): Ditto.
10326 (gnus-uu-post-encode-uuencode): Ditto.
10327
10328 * html2text.el (html2text-clean-list-items): Ditto.
10329 (html2text-clean-dtdd): Ditto.
10330 (html2text-format-tags): Ditto.
10331
10332 * message.el (message-send-mail-with-sendmail): Fix regexp.
10333 (message-fill-field-general): Use search-forward instead of
10334 re-search-forward.
10335 (unbold-region): Ditto.
10336
10337 * nnrss.el (nnrss-request-article): Ditto.
10338
10339 * nnslashdot.el (nnslashdot-request-article): Ditto.
10340
10341 * nnweb.el (nnweb-gmane-wash-article): Ditto.
10342
10343 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10344 "Unrecognized menu descriptor" error in XEmacs.
10345
10346 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
10347
10348 * gnus-sum.el (gnus-read-header): Don't remove a header for the
10349 parent article of a sparse article in the thread hashtb.
10350
10351 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
10352
10353 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10354 (nnmail-expand-newtext): Lowercase expanded entries if
10355 nnmail-split-lowercase-expanded is non-nil.
10356
10357 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
10358
10359 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10360
10361 * gnus-group.el (gnus-group-line-format-alist): Convert the value
10362 of gnus-tmp-news-method into string under XEmacs. It will be
10363 passed to gnus-correct-length which takes only a string argument.
10364
10365 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
10366
10367 * gnus-util.el (gnus-bind-print-variables): New macro.
10368 (gnus-prin1): Use it.
10369 (gnus-prin1-to-string): Use it.
10370 (gnus-pp): New function.
10371 (gnus-pp-to-string): New function.
10372
10373 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10374 Replace pp-to-string with gnus-pp-to-string.
10375 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10376 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10377 * gnus-msg.el (gnus-debug): Ditto.
10378 * gnus-score.el (gnus-score-save): Ditto.
10379 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10380 gnus-pp-to-string.
10381 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10382 with gnus-pp.
10383 * score-mode.el (gnus-score-pretty-print): Ditto.
10384 * webmail.el (webmail-debug): Ditto.
10385
10386 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10387
10388 * gnus-art.el (article-display-face, article-display-x-face):
10389 Use buffer-read-only.
10390
10391 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
10392
10393 * gnus-art.el (article-hide-list-identifiers):
10394 Bind inhibit-read-only as t.
10395
10396 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
10397
10398 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10399
10400 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10401
10402 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10403 (gnus-narrow-to-page): Don't assume point-min == 1.
10404 (gnus-article-edit-mode): Derive from message-mode.
10405
10406 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10407 point-min == 1.
10408
10409 * imap.el (imap-parse-address-list, imap-parse-body-ext):
10410 Disable incorrect use of `assert'.
10411
10412 * message.el (message-mode): Set comment-start-skip.
10413
10414
10415 2004-08-22 Sam Steingold <sds@gnu.org>
10416
10417 * pop3.el (pop3-leave-mail-on-server): New user variable.
10418 (pop3-movemail): Delete mail only when it is nil.
10419
10420 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
10421
10422 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10423
10424 * mml.el (mml-preview): Use `pop-to-buffer'.
10425
10426 * message.el (message-goto-mail-followup-to): Insert after "To".
10427 (message-carefully-insert-headers): Add comment.
10428
10429 * gnus.el: Remove unused variable `gnus-article-check-size'.
10430
10431 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10432
10433 * gnus-art.el (gnus-button-alist): Improve
10434 `gnus-button-handle-library' entry.
10435
10436 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
10437
10438 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10439 downcase, since XEmacs capitalizes error messages differently.
10440
10441 2004-08-18 Jesper Harder <harder@ifa.au.dk>
10442
10443 * nntp.el: Add (require 'gnus) due to reference to
10444 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
10445
10446 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
10447
10448 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10449 `mm-fill-flowed'.
10450
10451 * mm-decode.el (mm-dissect-singlepart): Check it.
10452
10453 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
10454
10455 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10456 'imap' for netrc parsing.
10457
10458 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
10459
10460 * mailcap.el (mailcap-mime-data): Mark as risky.
10461
10462 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
10463
10464 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10465 may be included in the encoded word.
10466 (rfc2047-encode): Don't append a space if the encoded word
10467 includes close parenthesis.
10468
10469 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
10470
10471 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10472 of text within parentheses.
10473
10474 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
10475
10476 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10477 (gnus-encrypt-write-file-contents): Make the password key the file
10478 name PLUS the cipher, not just the cipher. Also remove failed
10479 passwords from the cache.
10480
10481 2004-08-06 Simon Josefsson <jas@extundo.com>
10482
10483 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
10484 fix.
10485
10486 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
10487
10488 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10489 LWSP.
10490
10491 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
10492
10493 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10494 to append in-reply-to: data to the references: header.
10495
10496 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10497 (netrc-parse): Use gnus-encrypt.el functions.
10498
10499 * gnus-encrypt.el: Add new file for encryption support; currently
10500 does only a few GPG ciphers and an internal XOR cipher.
10501
10502 * password.el: Add comments on using password-read-and-add.
10503 (password-read-and-add): Add function to read and add the
10504 password to the cache at once.
10505
10506 2004-07-28 Simon Josefsson <jas@extundo.com>
10507
10508 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10509 parameter (but don't use it, for now).
10510
10511 * imap.el (imap-ssl-open): Use imap-process-connection-type,
10512 instead of hard coding to nil.
10513
10514 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10515
10516 * mm-view.el (mm-inline-image-emacs): Open lines under an image
10517 as mm-inline-image-xemacs does.
10518
10519 2004-07-26 Simon Josefsson <jas@extundo.com>
10520
10521 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10522 Revert part of 2004-07-17 change below.
10523
10524 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
10525
10526 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
10527 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10528
10529 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10530
10531 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10532 quotes that actually start with ">" at the beginning of the
10533 lines.
10534
10535 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10536
10537 * rfc2047.el (rfc2047-encode-region): Fix last change.
10538 (rfc2047-encode-parameter): Remove useless concat.
10539
10540 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
10541
10542 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10543 encode special characters; fix some kind of misconfigured headers;
10544 signal a real error if debug-on-quit or debug-on-error is non-nil.
10545 (rfc2047-encode-max-chars): New variable.
10546 (rfc2047-encode-1): Use it.
10547 (rfc2047-encode-parameter): New function.
10548
10549 * mml.el (mml-insert-parameter): Remove an excessive space.
10550
10551 2004-07-17 Simon Josefsson <jas@extundo.com>
10552
10553 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10554 Kai Grossjohann <kai@emptydomain.de>.
10555 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10556 (gnus-group-make-menu-bar): Ditto.
10557
10558 * gnus-util.el (gnus-group-server): Add.
10559
10560 2004-07-16 Jesper Harder <harder@ifa.au.dk>
10561
10562 * message.el (message-clone-locals): Clone sendmail and smtp
10563 variables.
10564
10565 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10566
10567 * rfc2047.el (rfc2047-encode-region): Fix last change.
10568
10569 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10570
10571 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10572 characters as non-special.
10573
10574 2004-07-09 Simon Josefsson <jas@extundo.com>
10575
10576 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10577 Users will lose all flag changes made while unplugged with
10578 e.g. nntp unless flag synchronization happens, thus `nil' is not a
10579 good default. See numerous reports on ding mailing list.
10580
10581 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
10582
10583 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10584 add generate-head-function and generate-article-function to the
10585 rfc822-forward entry.
10586 (nndoc-rfc822-forward-generate-article): New function.
10587 (nndoc-rfc822-forward-generate-head): New function.
10588
10589 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10590
10591 2004-07-06 Dan Christensen <jdc@uwo.ca>
10592
10593 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10594 respect display group parameter and gnus-summary-expunge-below.
10595 (gnus-articles-to-read): Remove unused reference to display group
10596 parameter.
10597
10598 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10599
10600 * nnheader.el (nnheader-uniquify-message-id): New experimental
10601 variable.
10602 (nnheader-nov-read-message-id): Use it.
10603
10604 * spam-report.el (spam-report-gmane): Add interactive.
10605
10606 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10607
10608 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10609 qp-or-base64 for the application/* types.
10610
10611 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
10612
10613 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10614
10615 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
10616
10617 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10618 trim value.
10619
10620 2004-01-25 Paul Jarc <prj@po.cwru.edu>
10621
10622 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10623 New macro and function.
10624 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10625
10626 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10627
10628 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10629 after-load-alist.
10630
10631 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10632
10633 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10634 update info that isn't there.
10635
10636 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
10637
10638 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10639 entry.
10640
10641 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10642
10643 * mm-view.el (mm-inline-render-with-function): Use multibyte
10644 buffer; decode html source by charset.
10645
10646 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10647
10648 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10649 Mule-UCS is loaded under XEmacs.
10650 (mm-mime-mule-charset-alist): Avoid duplicated entries.
10651
10652 2004-06-28 Jesper Harder <harder@ifa.au.dk>
10653
10654 * nnheader.el (nnheader-max-head-length): Increase to 8192.
10655
10656 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
10657
10658 * mm-util.el (mm-coding-system-p): Return a coding-system.
10659 (mm-mime-mule-charset-alist): Use shift_jis instead of
10660 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10661 entries for the mime charsets iso-2022-jp-3 and shift_jis.
10662 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10663 instead of japanese-shift-jis and iso-latin-1 respectively in
10664 order to share the default value with both Emacs and XEmacs-mule.
10665 (mm-mule-charset-to-mime-charset): Make
10666 mm-coding-system-priorities effective.
10667 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10668 while predicating of candidates upon the priorities.
10669
10670 2004-06-27 Jesper Harder <harder@ifa.au.dk>
10671
10672 * gnus-sum.el (gnus-summary-make-menu-bar): Add
10673 gnus-uu-invert-processable.
10674
10675 * gnus.el: Autoload gnus-uu-invert-processable.
10676
10677 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
10678
10679 * mm-util.el (mm-with-multibyte-buffer): New macro.
10680
10681 * rfc2047.el (rfc2047-encode-string): Use it.
10682 (rfc2047-encode-region): Move point to the end of the region after
10683 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10684
10685 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10686
10687 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10688 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10689
10690 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10691
10692 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10693 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
10694 Karl Chen <quarl@nospam.quarl.org>.
10695
10696 2004-06-23 Jesper Harder <harder@ifa.au.dk>
10697
10698 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10699 invalid addresses.
10700
10701 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
10702
10703 * spam.el: Change section markers, revise TODO list.
10704 (spam-backends): Make new master list of all installed backends.
10705 (spam-summary-exit-behavior): Add new variable to determine how
10706 messages moves are done at summary exit.
10707 (spam-move-spam-nonspam-groups-only)
10708 (spam-process-ham-in-nonham-groups)
10709 (spam-process-ham-in-spam-groups): Remove variables, the
10710 spam-summary-exit-behavior variable should be used to manage this
10711 behavior.
10712 (spam-old-ham-articles, spam-old-spam-articles): Remove.
10713 (spam-old-articles): Add variable, replacing spam-old-ham-articles
10714 and spam-old-spam-articles.
10715 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10716 Add empty variables, placeholders for the backends they represent.
10717 (spam-set-difference): Move, unchanged.
10718 (spam-list-of-processors): Declare OBSOLETE, not used anymore
10719 unless the user has a processor variable.
10720 (spam-classifications, spam-classification-valid-p)
10721 (spam-backend-properties, spam-backend-property-valid-p)
10722 (spam-backend-function-type-valid-p)
10723 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10724 (spam-report-articles-gmane, spam-report-articles-resend):
10725 Remove functions, they are not needed.
10726 (spam-install-backend-super, spam-backend-list)
10727 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10728 (spam-backend-function, spam-backend-ham-registration-function)
10729 (spam-backend-spam-registration-function)
10730 (spam-backend-ham-unregistration-function)
10731 (spam-backend-spam-unregistration-function)
10732 (spam-backend-statistical-p, spam-backend-mover-p)
10733 (spam-install-backend-alias, spam-install-checkonly-backend)
10734 (spam-install-mover-backend, spam-install-nocheck-backend)
10735 (spam-install-backend, spam-install-statistical-backend)
10736 (spam-install-statistical-checkonly-backend): Add backend installation
10737 support.
10738 (spam-summary-prepare-exit): Rewrite to use the new backend code.
10739 (spam-group-processor-p): Use the new backend code and respect the
10740 summary exit behavior.
10741 (spam-mark-spam-as-expired-and-move-routine): Remove.
10742 (spam-summary-prepare): Change to use the new spam-old-articles
10743 variable.
10744 (spam-copy-or-move-routine, spam-copy-spam-routine)
10745 (spam-move-spam-routine, spam-copy-ham-routine)
10746 (spam-move-ham-routine): Add code to copy/move ham or spam.
10747 (spam-fetch-field-fast): Improve doc and code, plus allow the
10748 'number request.
10749 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10750 variables.
10751 (spam-split, spam-find-spam): Use the new backend code.
10752 (spam-registration-functions): Remove variable.
10753 (spam-unregister-routine): Add convenience wrapper.
10754 (spam-log-undo-registration, spam-register-routine)
10755 (spam-log-processing-to-registry)
10756 (spam-log-unregistration-needed-p): Rename "check" to "backend"
10757 where possible.
10758 (spam-check-gmane-xref, spam-check-regex-headers)
10759 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10760 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10761 (spam-check-bogofilter-headers, spam-check-spamoracle)
10762 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10763 (spam-check-crm114-headers): Use the spam-split-group that
10764 spam-split prepares, no need to determine it every time.
10765
10766 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10767 to the nnheader-parse-naked-head call.
10768
10769 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10770
10771 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10772 the nnheader-nov-read-message-id call.
10773
10774 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
10775
10776 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10777 gnus-activate-group twice. Suggested by Markus Peter
10778 <warp@spin.de>.
10779
10780 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
10781
10782 * gnus-art.el (gnus-article-time-format): Exchange the order of
10783 day and month in the default value; fix customization type.
10784 (article-date-ut): Use add-text-properties.
10785 (article-make-date-line): Use message-make-date instead of
10786 current-time-string.
10787
10788 * message.el (message-fetch-field): Don't use set-text-properties.
10789 (message-make-date): Simplify.
10790
10791 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
10792
10793 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10794 (rfc2047-encode-region): Treat text within parentheses as special;
10795 show the original text when error has occurred.
10796
10797 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10798 already-computed method to gnus-activate-group.
10799
10800 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10801 same select-methods identical Lisp objects.
10802
10803 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10804 object when modifying the info.
10805
10806 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10807
10808 * gnus-srvr.el (gnus-server-set-info): Remove the server from
10809 gnus-opened-servers since it has never been opened with the new
10810 configuration yet.
10811
10812 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10813
10814 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10815 arg to nnheader-generate-fake-message-id.
10816
10817 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
10818
10819 * nnheader.el (nnheader-generate-fake-message-id): Accept a
10820 number and build a fake message ID localized to a group and
10821 article number (so it's repeatable from that point on).
10822 (nnheader-fake-message-id-p): Change regex to accommodate new fake
10823 ID format.
10824
10825 * gnus-sum.el (gnus-get-newsgroup-headers): Call
10826 nnheader-generate-fake-message-id with the article number.
10827
10828 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
10829
10830 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10831 end-of-buffer.
10832
10833 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10834
10835 * message.el (message-ignored-supersedes-headers): Add Approved.
10836
10837 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10838
10839 * rfc2047.el (rfc2047-encode-message-header): Remove useless
10840 goto-char.
10841 (rfc2047-encode): Fold the line before encoding.
10842
10843 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10844
10845 * rfc2047.el (rfc2047-encode-message-header): Disabled header
10846 folding -- not all headers can be folded, and this should be done
10847 by the message composition mode. Probably. I think.
10848
10849 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
10850
10851 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10852 fast.
10853
10854 * gnus-ems.el (gnus-remove-image): Don't use
10855 message-text-with-property; remove only the image found first.
10856
10857 2004-06-09 Jesper Harder <harder@ifa.au.dk>
10858
10859 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10860
10861 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
10862
10863 * message.el (message-text-with-property): Make it fast and accept
10864 optional arguments.
10865 (message-strip-forbidden-properties): Use it.
10866 (message-fix-before-sending): Follow the m-t-w-p change.
10867
10868 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10869
10870 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10871
10872 * gnus-art.el (article-hide-headers): Don't change the buffer
10873 mistakenly when performing mml-preview even if
10874 gnus-single-article-buffer is nil.
10875
10876 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
10877
10878 * message.el (message-expand-name-databases): New user option.
10879 (message-expand-name): Use it.
10880
10881 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
10882
10883 * spam.el (spam-report-articles-resend)
10884 (spam-report-resend-register-routine): Allow ham reporting.
10885 (spam-report-resend-register-ham-routine): Add wrapper.
10886 (spam-registration-functions): Add ham resending functions.
10887 (spam-list-of-processors): Add ham resend processor.
10888
10889 * gnus.el (ham-resend-to): Add new group parameter.
10890 (spam-process): Add ham resend option.
10891
10892 * spam-report.el (spam-report-resend): Allow reporting ham.
10893 (spam-report-resend-ham): Add wrapper.
10894
10895 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10896
10897 * message.el (message-cite-articles-with-x-no-archive): New
10898 variable.
10899 (message-cite-original): Use it.
10900
10901 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10902
10903 * message.el (message-cite-original): Respect X-No-Archive.
10904
10905 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10906
10907 * gnus-art.el (article-hide-headers): Refer to the values for
10908 gnus-ignored-headers and gnus-visible-headers in the summary
10909 buffer since a user may have set them as group parameters.
10910
10911 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
10912
10913 * assistant.el (assistant-node-name): Add convenience function.
10914 (assistant-render-text, assistant-render-node): Add error handling,
10915 plus handle multiple next nodes.
10916 (assistant-find-next-node): Comment out for now.
10917 (assistant-find-next-nodes): Add function, returns list of next
10918 nodes.
10919
10920 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
10921
10922 * mail-source.el (mail-source-directory): Fix doc-string.
10923
10924 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
10925
10926 * assistant.el (assistant-render-text, assistant-eval): Add :set
10927 widget type, which is different because it takes and returns a
10928 list. Much hilarity ensues.
10929
10930 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
10931
10932 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10933
10934 * gnus-group.el (gnus-group-get-new-news-this-group): Added
10935 doc-string.
10936
10937 * gnus-start.el (gnus-activate-group): Added doc-string.
10938
10939 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10940
10941 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10942
10943 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
10944
10945 * assistant.el (assistant-render-text): Try to add a :set
10946 widget, more to come.
10947
10948 * spam.el (spam-group-spam-contents-p): Handle empty groupname
10949 strings.
10950 (spam-report-articles-resend)
10951 (spam-register-routine): Do registration iff any articles warrant
10952 it.
10953 (spam-summary-prepare-exit): Change log message for nil group
10954 destinations.
10955
10956 2004-05-27 Daniel Pittman <daniel@rimspace.net>
10957
10958 * spam.el (spam-report-resend-register-routine): Allow
10959 spam-report-resend-to to be a group parameter or a global value.
10960
10961 2004-05-26 Simon Josefsson <jas@extundo.com>
10962
10963 * starttls.el: Merge with my GNUTLS based starttls.el.
10964 (starttls-gnutls-program, starttls-use-gnutls)
10965 (starttls-extra-arguments, starttls-process-connection-type)
10966 (starttls-connect, starttls-failure, starttls-success): New
10967 variables.
10968 (starttls-program, starttls-extra-args): Doc fix.
10969 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10970 functions.
10971 (starttls-negotiate, starttls-open-stream): Check
10972 `starttls-use-gnutls' and pass on to corresponding *-gnutls
10973 function if it is set.
10974
10975 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
10976
10977 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10978 structured fields.
10979
10980 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10981
10982 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10983
10984 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
10985
10986 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10987 variable.
10988 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
10989 assigning the spam-mark to new messages.
10990
10991 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
10992
10993 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10994
10995 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10996
10997 * rfc2047.el (rfc2047-encodable-p): Don't move point.
10998 (rfc2047-decode): Treat the ascii coding-system as raw-text by
10999 default.
11000
11001 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
11002
11003 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11004 correct data.
11005
11006 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
11007
11008 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11009 (spam-group-processor-p): Fix function.
11010 (spam-group-processor-multiple-p)
11011 (spam-group-spam-processor-report-gmane-p)
11012 (spam-group-spam-processor-report-resend-p)
11013 (spam-group-spam-processor-bogofilter-p)
11014 (spam-group-spam-processor-blacklist-p)
11015 (spam-group-spam-processor-ifile-p)
11016 (spam-group-ham-processor-ifile-p)
11017 (spam-group-spam-processor-spamoracle-p)
11018 (spam-group-spam-processor-crm114-p)
11019 (spam-group-ham-processor-bogofilter-p)
11020 (spam-group-spam-processor-stat-p)
11021 (spam-group-ham-processor-stat-p)
11022 (spam-group-ham-processor-whitelist-p)
11023 (spam-group-ham-processor-BBDB-p)
11024 (spam-group-ham-processor-spamoracle-p)
11025 (spam-group-ham-processor-copy-p): Remove functions with some
11026 prejudice against unneeded code.
11027 (spam-report-articles-resend)
11028 (spam-report-resend-register-routine): Allow the group/topic
11029 spam-resend-to value to override spam-report-resend-to.
11030 (spam-summary-prepare-exit): Invoke spam-group-processor-p
11031 properly now.
11032
11033 * gnus.el (spam-resend-to): Add group/topic parameter.
11034 (spam-process): Move the OBSOLETE processors to the end of the
11035 choices.
11036
11037 2004-05-24 Daniel Pittman <daniel@rimspace.net>
11038
11039 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11040 with resend-to set to nil, and then ask the user if necessary.
11041 (spam-report-resend): spam-report-resend takes a list of articles, not
11042 separate article numbers.
11043
11044 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
11045
11046 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11047 addition to emacs-w3m.
11048
11049 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11050
11051 * assistant.el (assistant-authinfo-data): New function.
11052 (assistant-eval): Eval for entire assistant.
11053
11054 * netrc.el (netrc-services-file): New variable.
11055 (netrc-parse-services): New function.
11056 (netrc-find-service-name): New function.
11057 (netrc-find-service-number): New function.
11058 (netrc-port-equal): New function.
11059 (netrc-machine): Use it.
11060
11061 * nnimap.el (nnimap-open-connection): Use netrc.
11062
11063 * gnus-util.el (gnus-netrc-get): Remove aliases.
11064
11065 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11066
11067 * assistant.el (wid-edit): Fix compilation.
11068
11069 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11070
11071 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
11072
11073 * gnus-util.el (gnus-set-file-modes): New function. (small
11074 patch).
11075
11076 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11077
11078 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11079
11080 * assistant.el (assistant-render-node): Fix up rendering and
11081 read-only text.
11082 (assistant-render-node): Reset.
11083 (assistant-make-read-only): Not sticky.
11084
11085 2004-05-20 Danny Siu <dsiu@adobe.com>
11086
11087 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11088 centered even when gnus-auto-center-summary is t
11089
11090 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11091
11092 * dns.el (dns-get-txt-answer): New function.
11093 (dns-read-txt): Ditto.
11094 (query-dns): Use it.
11095
11096 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
11097
11098 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11099 active for foreign groups even if the group level is higher than
11100 the specified value.
11101
11102 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11103
11104 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11105 non-active groups.
11106
11107 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11108
11109 2004-05-20 Magnus Henoch <mange@freemail.hu>
11110
11111 * dns.el (dns-read-type): Add support for SVR. (small patch)
11112
11113 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
11114
11115 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11116 (spam-crm114-header, spam-crm114-spam-switch)
11117 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11118 (spam-crm114-positive-spam-header)
11119 (spam-crm114-database-directory, spam-list-of-processors)
11120 (spam-group-spam-processor-crm114-p)
11121 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11122 (spam-generic-score, spam-list-of-checks)
11123 (spam-list-of-statistical-checks, spam-registration-functions)
11124 (spam-check-crm114-headers, spam-crm114-score)
11125 (spam-check-crm114, spam-crm114-register-with-crm114)
11126 (spam-crm114-register-spam-routine)
11127 (spam-crm114-unregister-spam-routine)
11128 (spam-crm114-register-ham-routine)
11129 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
11130 asjo@koldfront.dk (Adam Sjøgren).
11131
11132 * gnus.el: Add spam-use-crm114.
11133
11134 * spam.el (spam-list-of-processors, spam-registration-functions):
11135 Add spam-use-resend.
11136 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11137 (spam-report-articles-gmane): Add doc fix.
11138 (spam-report-articles-resend, spam-report-resend-register-routine):
11139 Add wrappers around spam-report-resend-to.
11140
11141 * spam-report.el (spam-report-resend-to, spam-report-resend):
11142 Add support for resending spam.
11143 (spam-report-gmane): Fix line length >80.
11144
11145 * gnus.el (spam-process): Add spam-use-resend.
11146
11147 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11148
11149 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11150 number of processed spam messages.
11151 (spam-ham-copy-or-move-routine): Return the number of processed
11152 ham messages.
11153 (spam-summary-prepare-exit): Use the above values to decide
11154 whether status messages shouled be displayed.
11155
11156 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
11157
11158 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11159 `rfc2047-encoding-function-alist' in order to avoid conflicting
11160 with the old version.
11161 (rfc2047-encode-region): Concatenate words containing non-ASCII
11162 characters in structured fields; don't encode space-delimited
11163 ASCII words even in unstructured fields; don't break words at
11164 char-category boundaries.
11165 (rfc2047-encode-1): New function.
11166 (rfc2047-encode): Use it; encode text so that it occupies the
11167 maximum width within 76-column; work correctly on Q encoding for
11168 iso-2022-* charsets.
11169 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11170 sure not to break a line just after the header name.
11171 (rfc2047-b-encode-region): Removed.
11172 (rfc2047-b-encode-string): New function.
11173 (rfc2047-q-encode-region): Removed.
11174 (rfc2047-q-encode-string): New function.
11175
11176 * mm-util.el (mm-replace-in-string): New function.
11177
11178 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11179
11180 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11181 get it right.
11182 (gnus-inews-make-draft): Really.
11183
11184 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
11185
11186 * nnmh.el (nnmh-request-list-1): Don't check the link count
11187 before descending. (small patch)
11188
11189 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11190
11191 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11192 stuff.
11193
11194 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11195 on real group name.
11196
11197 * gnus-art.el (gnus-signature-limit): Doc fix.
11198
11199 * gnus-msg.el (gnus-inews-make-draft): Quote list.
11200
11201 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11202
11203 * gnus-draft.el (gnus-draft-send): Bind
11204 rfc2047-encode-encoded-words.
11205
11206 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11207 (rfc2047-encodable-p): Say that =? needs encoding.
11208 (rfc2047-encode-encoded-words): New variable.
11209
11210 * gnus-group.el (gnus-group-select-group): Doc fix.
11211
11212 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11213
11214 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11215 to nil.
11216
11217 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11218
11219 * nnheader.el (nnheader-get-lines-and-char): New function.
11220
11221 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
11222
11223 * gnus-msg.el (gnus-summary-followup-with-original): Document
11224 yanking of region when active.
11225
11226 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
11227
11228 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11229 groups if the group level is higher than the specified value.
11230
11231 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11232
11233 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11234 (gnus-group-jump-to-group): Added prefix argument using
11235 `gnus-group-jump-to-group-prompt'. Query before jumping to
11236 non-active group.
11237
11238 * compface.el (uncompface): Be verbose when changing
11239 `uncompface-use-external'.
11240
11241 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11242 handle manual section.
11243
11244 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11245
11246 * gnus-art.el (gnus-button-alist): Revert previous change.
11247
11248 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11249
11250 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11251
11252 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11253
11254 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11255 whether backend can accept message.
11256
11257 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11258
11259 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
11260
11261 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11262 Avoid creating directory when nntp-marks-is-evil is true.
11263 Reported by Reiner Steib.
11264
11265 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11266
11267 * gnus-picon.el (gnus-picon-style): New variable.
11268 (gnus-picon-insert-glyph): Added optional `nostring' argument.
11269 (gnus-picon-transform-address): Support `gnus-picon-style'. From
11270 Jesper Harder <harder@ifa.au.dk>.
11271
11272 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11273
11274 * message.el (message-fill-field): Return point.
11275 (message-generate-headers): Go to end of field.
11276
11277 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11278 stuff for non-living groups.
11279
11280 2004-05-18 Jesper Harder <harder@ifa.au.dk>
11281
11282 * gnus-art.el (gnus-article-followup-with-original)
11283 (gnus-article-reply-with-original): gnus-mark-active-p ->
11284 gnus-region-active-p.
11285
11286 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
11287
11288 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11289 only when there is spam or ham to be processed.
11290
11291 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11292
11293 * mail-source.el (mail-source-delete-crash-box): Refactor.
11294 (mail-source-fetch): Use it.
11295 (mail-source-fetch-file): Ditto.
11296 (mail-source-fetch-directory): Run postscript in loop.
11297 (mail-source-fetch-pop): Delete.
11298 (mail-source-fetch-maildir): Ditto.
11299 (mail-source-fetch-imap): Ditto.
11300
11301 * imap.el (imap-authenticators): Comment out sasl.
11302
11303 * message.el (message-skip-to-next-address): New function.
11304 (message-fill-header-address): Refactor.
11305 (message-fill-address): Use it.
11306 (message-delete-address): Use it.
11307 (message-fill-header-general): Refactor.
11308 (message-fill-field-address): Rename.
11309 (message-narrow-to-field): Find the start of the header.
11310 (message-header-format-alist): Don't pre-fill.
11311 (message-fill-header): Removed.
11312 (message-insert-header): New function.
11313 (message-shorten-references): Use it.
11314
11315 * rfc2047.el (rfc2047-field-value): Strip props.
11316
11317 * mail-parse.el (mail-header-make-address): New alias.
11318
11319 * ietf-drums.el (ietf-drums-make-address): New function.
11320
11321 * imap.el: Add compiler directives.
11322
11323 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11324
11325 * gnus-art.el (article-decode-idna-rhs): Don't use
11326 message-idna-inside-rhs-p.
11327
11328 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11329
11330 * message.el (message-idna-inside-rhs-p): Removed.
11331 (message-idna-to-ascii-rhs-1): Use proper address parsing.
11332
11333 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11334 false positives.
11335
11336 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11337
11338 * imap.el (imap-sasl-make-mechanisms): Use sasl.
11339
11340 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11341
11342 * nneething.el (nneething-file-name): Don't create spurious
11343 files.
11344
11345 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11346 (gnus-inews-do-gcc): Remove sleep.
11347
11348 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11349 part under point.
11350
11351 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11352 (gnus-agent-regenerate-group): Using nil messages aren't valid.
11353
11354 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
11355
11356 * spam.el (spam-summary-prepare-exit): Fixed (length).
11357
11358 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
11359
11360 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11361 as expired without moving it" message when there are spam
11362 messages left.
11363
11364 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
11365
11366 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11367 header is not nil.
11368
11369 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
11370
11371 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11372 nntp-possibly-create-directory, not nntp-possibly-change-group.
11373 (nntp-marks-changed-p): New arg SERVER.
11374 (nntp-request-update-info): Adjust caller.
11375
11376 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
11377
11378 * nntp.el (nntp-save-marks): Pass missing arg.
11379
11380 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
11381
11382 * nntp.el: Support marks.
11383 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11384 (nntp-marks-modtime, nntp-marks-directory): New variables.
11385 (nntp-request-set-mark, nntp-request-update-info)
11386 (nntp-possibly-create-directory, nntp-marks-changed-p)
11387 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11388 functions.
11389
11390 2004-05-12 Jesper Harder <harder@ifa.au.dk>
11391
11392 * gnus-score.el (gnus-score-insert-help): Use
11393 gnus-select-lowest-window.
11394
11395 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11396 appt-select-lowest-window and rename to gnus-select-lowest-window.
11397
11398 * gnus.el: do.
11399
11400 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11401
11402 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11403 encodings of MIME-encoded words, in order to improve
11404 interoperability with several broken MUAs.
11405
11406 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11407
11408 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11409 tags, only when charsets are not specified in headers.
11410 (mm-inline-text-html-render-with-w3m): Ditto.
11411
11412 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11413
11414 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11415 instead of MIME-decoded from fields when checking
11416 `gnus-article-address-banner-alist'.
11417
11418 2004-05-03 Jesper Harder <harder@ifa.au.dk>
11419
11420 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11421 description rather than subject.
11422
11423 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11424
11425 * gnus.el (gnus-version-number): Bump.
11426
11427 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
11428
11429 * gnus.el: No Gnus v0.2 is released.
11430
11431 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11432
11433 * gnus-agent.el (gnus-agent-read-agentview): Inline
11434 gnus-uncompress-range.
11435
11436 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11437
11438 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11439 `exec-installed-p'.
11440
11441 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11442
11443 * gnus.el (spam-process, spam-autodetect-methods): Add
11444 bsfilter and bsfilter-headers.
11445
11446 * spam.el (spam-bsfilter): New customize group.
11447 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11448 (spam-bsfilter-header, spam-bsfilter-probability-header)
11449 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11450 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11451 (spam-bsfilter-database-directory): New options.
11452 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11453 (spam-list-of-statistical-checks, spam-registration-functions):
11454 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11455 (spam-bsfilter-score): New command.
11456 (spam-check-bsfilter-headers, spam-check-bsfilter)
11457 (spam-bsfilter-register-with-bsfilter)
11458 (spam-bsfilter-register-spam-routine)
11459 (spam-bsfilter-unregister-spam-routine)
11460 (spam-bsfilter-register-ham-routine)
11461 (spam-bsfilter-unregister-ham-routine): New functions.
11462 (spam-generic-score): Support bsfilter; Accept an optional argument
11463 to recalcurate spam score even if scoring header has already been
11464 added.
11465 (spam-bogofilter-score, spam-spamassassin-score): Accept an
11466 optional argument to recalcurate spam score even if scoring header
11467 has already been added.
11468
11469 2004-04-29 Jesper Harder <harder@ifa.au.dk>
11470
11471 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11472 strings! Reported by David D. Smith <davidsmith@acm.org>.
11473 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11474 link is missing.
11475
11476 2004-04-28 Jesper Harder <harder@ifa.au.dk>
11477
11478 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11479 (html2text-get-attr): Rewrite.
11480
11481 * message.el (message-setup-1): Remove redundant put-text-property
11482 on mail-header-separator.
11483
11484 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
11485
11486 * gnus-registry.el (gnus-registry-cache-whitespace)
11487 (gnus-registry-action, gnus-registry-spool-action)
11488 (gnus-registry-split-fancy-with-parent): Change message levels
11489 from 5 to 3 or 7, as needed.
11490
11491 * spam.el (spam-summary-prepare-exit)
11492 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11493 (spam-split, spam-find-spam, spam-log-undo-registration)
11494 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11495 level from 5 to 6.
11496
11497 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
11498
11499 * gnus-ems.el: Autoload appt-select-lowest-window (revert
11500 2004-03-04 change).
11501
11502 2004-04-25 Jesper Harder <harder@ifa.au.dk>
11503
11504 * sieve-manage.el (sieve-manage-open):
11505 * nnweb.el (nnweb-insert-html):
11506 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11507 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11508 * nnspool.el (nnspool-request-group):
11509 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11510 * nnml.el (nnml-request-update-info):
11511 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11512 (nnmh-request-create-group, nnmh-update-gnus-unreads):
11513 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11514 (nnimap-request-set-mark):
11515 * nnfolder.el (nnfolder-request-update-info):
11516 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11517 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11518 * gnus-uu.el (gnus-uu-find-articles-matching):
11519 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11520 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11521 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11522 * gnus-nocem.el (gnus-nocem-scan-groups):
11523 * gnus-int.el (gnus-start-news-server):
11524 * gnus-group.el (gnus-group-make-kiboze-group)
11525 (gnus-group-browse-foreign-server):
11526 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11527 Use mapc when appropriate.
11528
11529 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
11530
11531 FIXME: Make separate entries for each person.
11532
11533 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11534 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11535 <shields@msrl.com>:
11536
11537 * spam.el (spam-necessary-extra-headers): Get the extra headers we
11538 may need for spam sorting and scoring.
11539 (spam-user-format-function-S): Add user format function suitable for
11540 general use.
11541 (spam-article-sort-by-spam-status): Add sorting function for summary
11542 sorting.
11543 (spam-extra-header-to-number): Add function to get a score from a
11544 header.
11545 (spam-summary-score): Add function to get a numeric score from the
11546 headers.
11547 (spam-generic-score): Fix function doc, was in wrong place.
11548 (spam-initialize): Take symbols when it's run, and install the
11549 extra headers that spam-necessary-extra-headers thinks we need.
11550
11551 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
11552
11553 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11554 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
11555
11556 2004-04-17 Jesper Harder <harder@ifa.au.dk>
11557
11558 * gnus-sum.el (gnus-set-global-variables)
11559 (gnus-build-all-threads, gnus-get-newsgroup-headers)
11560 (gnus-article-get-xrefs, gnus-summary-best-group)
11561 (gnus-summary-next-article, gnus-summary-enter-digest-group)
11562 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11563 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11564 Use with-current-buffer.
11565
11566 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
11567
11568 * spam.el (spam-summary-prepare-exit): Simplify logic.
11569 (spam-fetch-article-header): Read the article header if it's not
11570 available.
11571 (spam-list-articles): Simplify logic.
11572 (spam-filelist-register-routine): Fix bug with unregister-list.
11573
11574 * gnus-registry.el: Fix comments at beginning.
11575
11576 2004-04-16 Jesper Harder <harder@ifa.au.dk>
11577
11578 * message.el (message-cater-to-broken-inn): Remove.
11579 (message-shorten-references): Make sure the total folded length of
11580 References is shorter than 998 characters to cater to a bug in INN
11581 2.3. Also, don't pretend that references aren't folded -- this
11582 hasn't worked for a while.
11583
11584 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11585
11586 * gnus-agent.el (gnus-agentize):
11587 gnus-agent-send-mail-real-function no longer set to current value
11588 of message-send-mail-function but rather a lambda that calls
11589 message-send-mail-function. The change makes the agent real-time
11590 responsive to user changes to message-send-mail-function.
11591
11592 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11593
11594 * legacy-gnus-agent.el
11595 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11596 help from Florian Weimer <fw@deneb.enyo.de>
11597
11598 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
11599
11600 * nnmail.el (nnmail-cache-insert): Revert last change.
11601
11602 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
11603
11604 * nnmail.el (nnmail-cache-insert): Always check whether
11605 nnmail-cache-ignore-groups matches a group name.
11606
11607 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
11608
11609 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11610 (spam-find-spam, spam-log-processing-to-registry)
11611 (spam-log-registered-p, spam-log-unregistration-needed-p)
11612 (spam-log-undo-registration): Use gnus-message instead of
11613 gnus-error, none of these errors are fatal.
11614
11615 * gnus-registry.el (gnus-registry-clean-empty-function)
11616 (gnus-registry-clean-empty): Remove only empty entries without
11617 extra data.
11618
11619 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
11620
11621 * spam-stat.el (spam-stat-buffer-change-to-spam)
11622 (spam-stat-buffer-change-to-non-spam): Change (error) to
11623 (gnus-message 8) invocation.
11624
11625 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
11626
11627 * nntp.el (nntp-via-netcat-command): New variable.
11628 (nntp-via-netcat-switches): New variable.
11629 (nntp-open-via-rlogin-and-netcat): New function.
11630 (nntp-open-connection-function): Doc fix.
11631 (nntp-telnet-command): Doc fix.
11632 (nntp-end-of-line): Doc fix.
11633 (nntp-via-rlogin-command): Doc fix.
11634 (nntp-via-user-name): Doc fix.
11635 (nntp-via-address): Doc fix.
11636
11637 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
11638
11639 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11640 error in Emacs 21.1.
11641
11642 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
11643
11644 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11645
11646 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
11647 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11648 (gnus-agent-with-refreshed-group): New macro.
11649 (gnus-agent-rename-group): New function.
11650 (gnus-agent-delete-group): New function.
11651 (gnus-agent-save-group-info): Use gnus-command-method when
11652 `method' parameter is nil. Don't write nil entries into the
11653 active file.
11654 (gnus-agent-get-group-info): New function.
11655 (gnus-agent-fetch-articles): Use
11656 gnus-agent-update-files-total-fetched-for to increment disk space
11657 used.
11658 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11659 gnus-agent-update-view-total-fetched-for to increment disk space
11660 used.
11661 (gnus-agent-get-local): Added optional parameters to avoid calling
11662 gnus-group-real-name and gnus-find-method-for-group.
11663 (gnus-agent-set-local): Delete stored entry if either min, or max,
11664 are nil.
11665 (gnus-agent-fetch-session): Reworded error/quit messages. On
11666 quit, use gnus-agent-regenerate-group to record existance of any
11667 articles fetched to disk before the quit occurred.
11668 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11669 gnus-agent-update-view-total-fetched-for, and
11670 gnus-agent-update-files-total-fetched-for to decrement disk space
11671 used.
11672 (gnus-agent-retrieve-headers): Use
11673 gnus-agent-update-view-total-fetched-for to increment disk space
11674 used.
11675 (gnus-agent-regenerate-group): Replace gnus-group-update-group
11676 with gnus-agent-update-files-total-fetched-for to decrement disk
11677 space and fresh group buffer.
11678 (gnus-agent-inhibit-update-total-fetched-for): New variable.
11679 (gnus-agent-need-update-total-fetched-for): New variable.
11680 (gnus-agent-update-files-total-fetched-for): New function.
11681 (gnus-agent-update-view-total-fetched-for): New function.
11682 (gnus-agent-total-fetched-for): New function.
11683
11684 * gnus-cache.el (gnus-cache-save-buffers): Use
11685 gnus-cache-update-overview-total-fetched-for to change disk space
11686 used by this group.
11687 (gnus-cache-possibly-enter-article): Use
11688 gnus-cache-update-file-total-fetched-for to increment disk space
11689 used by this group.
11690 (gnus-cache-possibly-remove-article): Use
11691 gnus-cache-update-file-total-fetched-for to decrement disk space
11692 used by this group.
11693 (gnus-cache-generate-nov-databases): Purge total fetched cache.
11694 (gnus-cache-rename-group): New function.
11695 (gnus-cache-delete-group): New function.
11696 (gnus-cache-inhibit-update-total-fetched-for): New variable.
11697 (gnus-cache-need-update-total-fetched-for): New variable.
11698 (gnus-cache-with-refreshed-group): New macro.
11699 (gnus-cache-update-file-total-fetched-for): New function.
11700 (gnus-cache-update-overview-total-fetched-for): New function.
11701 (gnus-cache-rename-group-total-fetched-for): New function.
11702 (gnus-cache-delete-group-total-fetched-for): New function.
11703 (gnus-cache-total-fetched-for): New function.
11704
11705 * gnus-group.el: Require gnus-sum and autoload functions to
11706 resolve warnings when gnus-group.el compiled alone.
11707 (gnus-group-line-format): Documented new %F
11708 (size of Fetched data) group line format; identifies disk space
11709 used by agent and cache.
11710 (gnus-group-line-format-alist): Defined new F format.
11711 (gnus-total-fetched-for): New function.
11712 (gnus-group-delete-group): No longer update
11713 gnus-cache-active-altered as gnus-request-delete-group now keeps
11714 the cache in sync.
11715 (gnus-group-list-active): Let the agent store a server's active
11716 list if currently plugged.
11717
11718 * gnus-int.el (gnus-request-delete-group):
11719 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11720 local disk in sync with the server.
11721 (gnus-request-rename-group):
11722 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11723 local disk in sync with the server.
11724
11725 * gnus-start.el (gnus-get-unread-articles):
11726 Cosmetic simplification to logic.
11727
11728 * gnus-util.el (gnus-rename-file): New function.
11729
11730 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
11731
11732 * mm-util.el (mm-image-load-path): Handle nil in load-path.
11733
11734 2004-04-07 Jesper Harder <harder@ifa.au.dk>
11735
11736 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11737 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
11738
11739 2004-04-06 Jesper Harder <harder@ifa.au.dk>
11740
11741 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11742 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
11743
11744 2004-04-03 Jesper Harder <harder@ifa.au.dk>
11745
11746 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11747
11748 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
11749
11750 * spam.el (spam-set-difference): Add function to replace
11751 gnus-set-difference in spam.el.
11752 (spam-summary-prepare-exit): Use spam-set-difference.
11753
11754 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11755
11756 * gnus-registry.el (gnus-registry-cache-file): Update to use
11757 gnus-dribble-directory OR gnus-home-directory OR ~.
11758 (gnus-registry-split-fancy-with-parent): Fix doc.
11759
11760 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
11761
11762 * message.el (message-exchange-point-and-mark): Use
11763 message-mark-active-p. Suggested by Jesper Harder
11764 <harder@ifa.au.dk>.
11765
11766 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
11767
11768 * message.el (message-exchange-point-and-mark): Don't activate
11769 region if it was inactive. Suggested by Hiroshi Fujishima
11770 <pooh@nature.tsukuba.ac.jp>.
11771
11772 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
11773
11774 * gnus-art.el (article-display-face): Display Faces in the same
11775 order as X-Faces.
11776
11777 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
11778
11779 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11780
11781 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11782
11783 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11784 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11785 (gnus-article-mime-hierarchy): Remove.
11786 (gnus-article-mime-hierarchy-next): Remove.
11787 (gnus-article-mode): Revert 2004-03-19 change.
11788 (gnus-article-setup-buffer): Revert 2004-03-19 change.
11789 (gnus-insert-mime-button): Revert 2004-03-19 change.
11790 (gnus-mime-accumulate-hierarchy): Remove.
11791 (gnus-mime-enter-multipart): Remove.
11792 (gnus-mime-leave-multipart): Remove.
11793 (gnus-mime-display-part): Revert 2004-03-19 change.
11794 (gnus-mime-display-alternative): Revert 2004-03-19 change.
11795
11796 * mml.el (mml-preview): Revert 2004-03-19 change.
11797
11798 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
11799
11800 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11801
11802 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
11803
11804 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11805 t while entering a file name using the mm-with-multibyte macro.
11806 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11807
11808 * mm-util.el (mm-with-multibyte): New macro.
11809
11810 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
11811
11812 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11813 user option.
11814 (gnus-mime-multipart-functions): Doc and customization fix.
11815 (gnus-article-mime-hierarchy): New variable.
11816 (gnus-article-mime-hierarchy-next): New variable.
11817 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11818 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11819 gnus-article-mime-hierarchy-next to nil.
11820 (gnus-insert-mime-button): Show hierarchy numbers.
11821 (gnus-mime-accumulate-hierarchy): New function.
11822 (gnus-mime-enter-multipart): New function.
11823 (gnus-mime-leave-multipart): New function.
11824 (gnus-mime-display-part): Recompute hierarchical MIME structure.
11825 (gnus-mime-display-alternative): Show hierarchy numbers.
11826
11827 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11828 gnus-article-mime-hierarchy-next to nil.
11829
11830 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
11831
11832 * dns.el: Don't require gnus-xmas.
11833
11834 2004-03-17 Jesper Harder <harder@ifa.au.dk>
11835
11836 * mml.el (mml-generate-mime-1): Don't use format=flowed with
11837 inline PGP.
11838 (mml-menu): Disable mml-quote-region if mark is inactive.
11839
11840 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11841
11842 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11843 when the group's active is not available.
11844
11845 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11846
11847 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11848 error.
11849
11850 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
11851
11852 * imap.el (imap-store-password): New variable.
11853 (imap-interactive-login): Use it.
11854 Suggested by Mark Plaksin <happy@mcplaksin.org>.
11855
11856 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
11857
11858 * gnus-art.el (gnus-article-read-summary-keys): Restore new
11859 window-start and hscroll to summary window.
11860
11861 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
11862
11863 * gnus-start.el (gnus-convert-old-newsrc): Only write the
11864 conversion message to newsrc-dribble when an actual conversion is
11865 performed.
11866
11867 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
11868
11869 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11870
11871 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
11872
11873 * mm-decode.el (mm-complicated-handles): New function reviving
11874 former definition of mm-multiple-handles.
11875
11876 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11877 (gnus-mime-delete-part): Use it.
11878
11879 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
11880
11881 * gnus-agent.el (gnus-agent-read-local): Bind
11882 nnheader-file-coding-system to gnus-agent-file-coding-system to
11883 avoid the implicit assumption that they will always be equal.
11884 (gnus-agent-save-local): Bind buffer-file-coding-system, not
11885 coding-system-for-write, as the with-temp-file macro first prints
11886 to a buffer then saves the buffer.
11887
11888 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
11889
11890 * gnus-art.el (gnus-article-edit-part): New function.
11891 (gnus-mime-save-part-and-strip): Use it; do query instead of
11892 signaling an error; don't use mm-multiple-handles.
11893 (gnus-mime-delete-part): Ditto.
11894
11895 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
11896
11897 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11898 old file versions.
11899 (gnus-group-prepare-hook): Removed function that converted list
11900 form of gnus-agent-expire-days to group properties.
11901
11902 * gnus-int.el: Autoload gnus-agent-regenerate-group.
11903 (gnus-request-accept-article): Re-indented.
11904
11905 * gnus-start.el (gnus-convert-old-newsrc): Registered new
11906 converters to handle old agent file formats. Added logic for a
11907 "backup before upgrading warning".
11908 (gnus-convert-mark-converter-prompt): Developers can mark
11909 functions as needing (default), or not needing,
11910 gnus-convert-old-newsrc's "backup before upgrading warning".
11911 (gnus-convert-converter-needs-prompt): Tests whether the user
11912 should be protected from potentially irreversable changes by the
11913 function.
11914
11915 * legacy-gnus-agent.el: New. Provides converters that are only
11916 loaded when gnus-convert-old-newsrc needs to call them.
11917
11918 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
11919
11920 * mail-source.el (mail-source-touch-pop): Doc fix.
11921
11922 * message.el (message-smtpmail-send-it): Doc fix.
11923
11924 2004-03-05 Jesper Harder <harder@ifa.au.dk>
11925
11926 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11927
11928 * nnmail.el (nnmail-split-fancy): do.
11929
11930 * gnus-kill.el (gnus-kill, gnus-execute): do.
11931
11932 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
11933
11934 * gnus-sum.el (gnus-widget-reversible-match)
11935 (gnus-widget-reversible-to-internal)
11936 (gnus-widget-reversible-to-external): New functions.
11937 (gnus-widget-reversible): New widget.
11938 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11939
11940 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
11941
11942 * gnus-sum.el (gnus-thread-sort-functions)
11943 (gnus-article-sort-functions): Document `(not F)' items.
11944
11945 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
11946
11947 * spam.el (spam-use-gmane-xref): Add new backend.
11948 (spam-gmane-xref-spam-group): Add variable to control the name of the
11949 Gmane spam group.
11950 (spam-blackhole-servers, spam-blackhole-good-server-regex)
11951 (spam-regex-headers-spam, spam-regex-headers-ham)
11952 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11953 (spam-list-of-checks): Add spam-use-gmane-xref to list of
11954 backends and checks.
11955 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11956
11957 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11958 an autodetect method.
11959
11960 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11961
11962 * gnus-int.el (gnus-request-accept-article): Inform the agent that
11963 articles are being added to a group.
11964 (gnus-request-replace-article): Inform the agent that articles
11965 need to be uncached as the cached contents are no longer valid.
11966
11967 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11968
11969 * binhex.el: Don't autoload executable-find.
11970
11971 * canlock.el: Don't autoload mail-fetch-field.
11972
11973 * gnus-ems.el: Don't autoload appt-select-lowest-window.
11974
11975 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11976 rmail-dont-reply-to and rmail-output.
11977
11978 * gnus-score.el: Don't autoload ffap-string-at-point.
11979
11980 * gnus-setup.el: Don't autoload sc-cite-original.
11981
11982 * imap.el: Don't autoload base64-decode-string,
11983 base64-encode-string and md5.
11984
11985 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11986 and rmail-msg-restore-non-pruned-header.
11987
11988 * mm-decode.el: Don't autoload executable-find.
11989
11990 * mm-url.el: Don't autoload executable-find.
11991
11992 * mm-view.el: Don't autoload diff-mode.
11993
11994 * nndb.el: Don't autoload news-reply-mode, news-setup,
11995 cancel-timer and telnet.
11996
11997 * password.el: Don't autoload run-at-time for Emacs.
11998
11999 * sha1-el.el: Don't autoload executable-find.
12000
12001 * sieve-mode.el: Don't autoload c-mode.
12002
12003 * uudecode.el: Don't autoload executable-find.
12004
12005 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
12006
12007 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12008 (gnus-agent-possibly-alter-active): Avoid null in numeric
12009 comparison.
12010 (gnus-agent-set-local): Refuse to save null in local object table.
12011 (gnus-agent-regenerate-group): The REREAD parameter can now be a
12012 list of articles that will be marked as unread.
12013
12014 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
12015
12016 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12017
12018 2004-03-04 Jesper Harder <harder@ifa.au.dk>
12019
12020 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12021 language tags.
12022
12023 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
12024
12025 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12026 Don't bind "obarray".
12027
12028 * gnus-sum.el (gnus-thread-sort-functions): Added
12029 `gnus-thread-sort-by-most-recent-number' and
12030 `gnus-thread-sort-by-most-recent-date'.
12031 Reported by Kai Grossjohann <kai@emptydomain.de>.
12032
12033 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
12034
12035 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12036
12037 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
12038
12039 * gnus-cus.el (gnus-agent-customize-category): Removed
12040 ignore-errors macro reference that required cl to be loaded at
12041 run-time.
12042
12043 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12044 single-interval range of the form (min . max). Previously the
12045 range had to look like ((min . max)). Likewise, return
12046 (min . max) rather than ((min . max)).
12047 (gnus-range-map): Use gnus-range-normalize to accept
12048 single-interval range.
12049
12050 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12051 the cache, but not the agent, now appear with their usual face.
12052
12053 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
12054
12055 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12056 w3m-safe-url-regexp variable buffer-local.
12057
12058 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12059
12060 2004-02-27 Simon Josefsson <jas@extundo.com>
12061
12062 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12063 gnus-group-real-prefix.
12064 (gnus-summary-move-article): Use it, instead of
12065 gnus-group-real-prefix.
12066
12067 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
12068
12069 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12070 w3m-safe-url-regexp variable buffer-local and set it as the value
12071 of mm-w3m-safe-url-regexp.
12072
12073 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12074
12075 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12076 parsing gnus-posting-styles when the message is not for replying.
12077
12078 * nnrss.el (nnrss-opml-export): Use
12079 mm-set-buffer-file-coding-system instead of
12080 set-buffer-file-coding-system.
12081
12082 2004-02-27 Jesper Harder <harder@ifa.au.dk>
12083
12084 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12085 of checkdoc.el).
12086 * nnrss.el: do.
12087 * gnus-mlspl.el: do.
12088 * gnus-ml.el: do.
12089 * gnus-srvr.el: do.
12090
12091 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12092
12093 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
12094
12095 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12096 Corrections to custom-manual links.
12097
12098 * gnus-art.el (gnus-article): Ditto.
12099
12100 * mm-decode.el (mime-display, mime-security): Ditto.
12101
12102 2004-02-26 Jesper Harder <harder@ifa.au.dk>
12103
12104 * flow-fill.el: Typo.
12105
12106 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
12107
12108 * spam-wash.el: New file.
12109
12110 2004-02-26 Mark A. Hershberger <mah@everybody.org>
12111
12112 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12113
12114 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
12115
12116 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12117 to be run with new-articles as LIST1, not LIST2.
12118 (spam-registration-functions): Add spam-use-ham-copy as a nil
12119 registration backend.
12120
12121 2004-02-26 Jesper Harder <harder@ifa.au.dk>
12122
12123 * spam-stat.el (spam-stat-washing-hook): New option.
12124 (spam-stat-buffer-words): Use it.
12125 (spam-stat-process-directory, spam-stat-test-directory): Use
12126 insert-file-contents-literally.
12127 (spam-stat-coding-system): New variable.
12128 (spam-stat-load, spam-stat-save): Use it.
12129
12130 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
12131
12132 * spam-report.el (spam-report-plug-agent): Quote
12133 spam-report-url-to-file and spam-report-url-ping-plain.
12134
12135 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
12136
12137 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12138 / in mailto URLs.
12139
12140 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
12141
12142 * spam-report.el (spam-report-process-queue): Fix interactive use.
12143 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12144 (spam-report-unplug-agent): Doc fixes.
12145 (spam-report-url-ping-mm-url, spam-report-url-to-file)
12146 (spam-report-agentize, spam-report-deagentize): Autoload
12147
12148 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
12149
12150 * message.el (message-setup-fill-variables): Add mml tags to
12151 paragraph-start and paragraph-separate. Suggested by Andrew Korty
12152 <ajk@iu.edu>.
12153 (message-mode): Don't modify paragraph-separate there.
12154
12155 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
12156
12157 * compface.el (uncompface-use-external): Default to undecided.
12158 (uncompface-use-external-threshold): New variable.
12159 (uncompface-float-time): New macro.
12160 (uncompface): Determine whether to use the external decoder if
12161 uncompface-use-external is undecided.
12162
12163 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12164
12165 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12166 after images.
12167
12168 * gnus-art.el (gnus-mime-display-single): Remove dead code.
12169
12170 2004-02-14 Jesper Harder <harder@ifa.au.dk>
12171
12172 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12173
12174 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12175
12176 * gnus-sum.el (gnus-summary-limit-to-age)
12177 (gnus-summary-limit-children): do.
12178
12179 * gnus-int.el (gnus-request-scan): do.
12180
12181 * gnus-group.el (gnus-group-suspend): do.
12182
12183 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12184
12185 * gnus-cite.el (gnus-cite-parse-attributions): do.
12186
12187 * gnus-agent.el (gnus-summary-set-agent-mark)
12188 (gnus-agent-regenerate-group): do.
12189
12190 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12191
12192 * binhex.el (binhex-decode-region-internal): do.
12193
12194 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
12195
12196 * gnus-fun.el (gnus-face-properties-alist): New user option.
12197 (gnus-display-x-face-in-from): Use it.
12198
12199 * gnus-art.el (article-display-face): Ditto.
12200
12201 * compface.el (uncompface-use-external): Default to nil.
12202
12203 2004-02-12 Jesper Harder <harder@ifa.au.dk>
12204
12205 * nntp.el (nntp-erase-buffer): New function.
12206 (nntp-retrieve-data, nntp-send-command)
12207 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12208 (nntp-possibly-change-group): Use it.
12209
12210 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12211 with-current-buffer.
12212
12213 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
12214
12215 * compface.el: Merge the ELisp-based uncompface program.
12216 (compface): New customization group.
12217 (uncompface-use-external): New user option.
12218 (uncompface): Call uncompface-internal if uncompface-use-external
12219 is nil.
12220 (uncompface-internal): New function. Note that there are also
12221 some other functions and variables added for this function.
12222
12223 2004-02-10 Jesper Harder <harder@ifa.au.dk>
12224
12225 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12226 if necessary.
12227
12228 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
12229
12230 * spam-report.el (spam-report-unplug-agent)
12231 (spam-report-plug-agent, spam-report-deagentize)
12232 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12233 Add support for the Agent in spam-report: when unplugged, report to a
12234 file; when plugged, submit all the requests.
12235
12236 * spam.el (spam-register-routine): Fix message about
12237 registration.
12238
12239 2004-02-09 Jesper Harder <harder@ifa.au.dk>
12240
12241 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12242 dependencies.
12243 (rfc2047-encode): Use it.
12244
12245 * gnus-art.el (gnus-button-marker-list): Move before first
12246 reference.
12247
12248 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12249 (imap-parse-body): Fix format string mismatch.
12250
12251 * gnus-score.el (gnus-summary-increase-score): do.
12252
12253 * nnrss.el (nnrss-close): New function.
12254
12255 2004-02-08 Jesper Harder <harder@ifa.au.dk>
12256
12257 * nnrss.el (nnrss-make-filename): New function.
12258 (nnrss-request-delete-group, nnrss-read-server-data)
12259 (nnrss-save-server-data, nnrss-read-group-data)
12260 (nnrss-save-group-data): Use it.
12261 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12262 (nnrss-read-server-data, nnrss-read-group-data): Use load.
12263 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12264
12265 2004-02-07 Jesper Harder <harder@ifa.au.dk>
12266
12267 * mml.el (mml-compute-boundary-1): Don't uncompress files.
12268
12269 2004-02-06 Jesper Harder <harder@ifa.au.dk>
12270
12271 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12272 files.
12273
12274 * message.el (message-generate-headers-first): Don't quote nil
12275 and t in docstrings.
12276
12277 * imap.el (imap-id): do.
12278
12279 * gnus-agent.el (gnus-agent-consider-all-articles)
12280 (gnus-agent-queue-mail): do.
12281
12282 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
12283
12284 * spam-report.el (spam-report-process-queue): New function.
12285 Process requests from `spam-report-requests-file'.
12286 (spam-report-process-queue): Doc fix.
12287
12288 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
12289
12290 * spam.el (spam-register-routine)
12291 (spam-log-processing-to-registry, spam-log-registered-p)
12292 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12293 Change "check" to "spam-check" for semi-clarity.
12294
12295 2004-02-05 Jesper Harder <harder@ifa.au.dk>
12296
12297 * pop3.el: Require nnheader.
12298
12299 * mml-smime.el: Require cl. Autoload message-fetch-field.
12300
12301 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12302
12303 * gnus-picon.el: Require cl.
12304
12305 * gnus-fun.el: Require gnus-ems and gnus-util.
12306
12307 * gnus.el (gnus-method-to-server): Move defsubst before first use.
12308
12309 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12310
12311 * gnus-art.el (gnus-article-edit-mode): Define before first
12312 reference.
12313
12314 2004-02-04 Jesper Harder <harder@ifa.au.dk>
12315
12316 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12317 (gnus-uu-post-encoded): Use point-at-bol.
12318
12319 * gnus-topic.el (gnus-group-active-topic-p): do.
12320
12321 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12322
12323 * gnus-group.el (gnus-group-kill-region): do.
12324
12325 * gnus-art.el (article-date-ut): do.
12326
12327 * message.el (message-fetch-field): Remove redundant
12328 case-fold-search binding.
12329 (message-narrow-to-field): Simplify.
12330
12331 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
12332
12333 * spam.el (spam-directory): Derive from `gnus-directory'.
12334
12335 * spam-report.el (spam-report-url-to-file)
12336 (spam-report-requests-file): New function and variable for offline
12337 reporting.
12338 (spam-report-url-ping-function): Add `spam-report-url-to-file'
12339 and user defined function.
12340 (spam-report-url-ping-mm-url): Remove doubled slash.
12341
12342 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
12343
12344 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12345
12346 2004-02-03 Jesper Harder <harder@ifa.au.dk>
12347
12348 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12349 format string mismatch.
12350
12351 * sieve.el (sieve-deactivate-all): do.
12352
12353 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12354
12355 * nnlistserv.el (nnlistserv-kk-wash-article): do.
12356
12357 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12358
12359 * mm-bodies.el (mm-7bit-chars): Don't include \r.
12360
12361 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
12362
12363 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12364 the list of checks.
12365
12366 2004-01-31 Jesper Harder <harder@ifa.au.dk>
12367
12368 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12369 padding.
12370
12371 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
12372
12373 * mm-view.el (mm-fill-flowed): New variable.
12374 (mm-inline-text): Use it.
12375
12376 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
12377
12378 * spam.el (spam-spamassassin-register-ham-routine)
12379 (spam-spamassassin-register-spam-routine): Fix function names.
12380
12381 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
12382
12383 * gnus.el (gnus-tmp-grouplens): Remove.
12384 (gnus-summary-line-format): Remove grouplens.
12385
12386 * gnus-group.el (gnus-group-line-format): Ditto.
12387
12388 * gnus-spec.el (gnus-format-specs): Ditto.
12389 (gnus-update-format-specifications): Flush the group format spec
12390 cache if there's the grouplens stuff.
12391 (gnus-parse-simple-format): Replace %l with the empty string.
12392
12393 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
12394
12395 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12396 omission.
12397
12398 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
12399
12400 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12401 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12402
12403 2004-01-25 Paul Jarc <prj@po.cwru.edu>
12404
12405 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12406 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12407 New macros and functions.
12408 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12409 Handle > NLINK_MAX messages.
12410 * nnmaildir.el (nnmaildir-request-set-mark): Use
12411 nnmaildir--emlink-p and nnmaildir--eexist-p.
12412
12413 2004-01-25 Alex Schroeder <alex@gnu.org>
12414
12415 * spam-stat.el (spam-stat-process-directory-age): New option.
12416 (spam-stat-process-directory): Use it.
12417
12418 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
12419
12420 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12421 (spam-stat-save): Accept prefix argument.
12422
12423 2004-01-23 Paul Jarc <prj@po.cwru.edu>
12424
12425 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12426 links" error.
12427
12428 2004-01-23 Jesper Harder <harder@ifa.au.dk>
12429
12430 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12431 compatibility with old .newsrc.eld files.
12432
12433 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12434
12435 * gnus-start.el (gnus-1): do.
12436
12437 * gnus-group.el (gnus-group-line-format-alist): do.
12438
12439 * gnus.el (gnus-use-grouplens, gnus-visual): do.
12440
12441 * gnus-gl.el: Remove.
12442
12443 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
12444
12445 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12446 marks consisting of a single range {for example, (3 . 5)} rather
12447 than a list of a single range { ((3 . 5)) }.
12448
12449 2004-01-23 Jesper Harder <harder@ifa.au.dk>
12450
12451 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12452 with-current-buffer.
12453 (spam-stat-store-current-buffer): Use insert-buffer-substring to
12454 avoid consing a string.
12455
12456 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12457 Remove obsolete entries for big5 and gb2312.
12458
12459 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
12460
12461 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12462 uncompressed list.
12463
12464 2004-01-22 Jesper Harder <harder@ifa.au.dk>
12465
12466 * spam-stat.el (spam-stat-strip-xref): New function.
12467 (spam-stat-process-directory): Use it.
12468
12469 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12470 here -- it's done in message-fetch-field.
12471
12472 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
12473
12474 * gnus-agent.el (gnus-agent-queue-mail)
12475 (gnus-agent-prompt-send-queue): New variables.
12476 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12477 * gnus-draft.el (gnus-group-send-queue): Pass the group name
12478 "nndraft:queue" along to gnus-draft-send. Use
12479 gnus-agent-prompt-send-queue.
12480 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12481 is "nndraft:queue". Suggested by Gaute Strokkenes
12482 <gs234@srcf.ucam.org>
12483
12484 * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12485 (agent-enable-undownloaded-faces): Added
12486 (gnus-agent-cat-groups): Use eval-and-compile, not
12487 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12488 method of gnus-agent-cat-groups even when the buffer has been
12489 evaled.
12490 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12491 delete gnus-agent-save-active-1.
12492 (gnus-agent-save-groups): Deleted. Identical to
12493 gnus-agent-save-active.
12494 (gnus-agent-write-active): No longer adjust agent's copy of active
12495 file as agent's adjustments are now stored in their own
12496 file. Removed optional parameter.
12497 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12498 servers. Add use of min/max range limits from server's local
12499 file.
12500 (gnus-agent-save-alist): Removed unused optional argument.
12501 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12502 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12503 (gnus-agent-set-local): A per-server file that keeps min/max range
12504 limits for articles known to the agent. Provides a fast mechanism
12505 for altering many active ranges.
12506 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12507 active file (local makes it unnecessary).
12508 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12509
12510 * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12511 (agent-enable-undownloaded-faces): Added
12512
12513 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12514 disable it when sending to "nndraft:queue".
12515 (gnus-group-send-queue): Add safety check to avoid sending queue
12516 when unplugged.
12517
12518 * gnus-group.el (gnus-group-catchup): Use new
12519 gnus-sequence-of-unread-articles, not
12520 gnus-list-of-unread-articles, to avoid exhausting memory with huge
12521 numbers of articles. Use gnus-range-map to avoid having to
12522 uncompress the unread list.
12523 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12524 Fixed invalid ange-ftp reference.
12525
12526 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12527 (gnus-sorted-range-intersection): Intersection of two ranges
12528 without requiring that they first be uncompressed.
12529
12530 * gnus-start.el (gnus-activate-group): Unless blocked by the
12531 caller, possibly expand the active range to include both cached
12532 and agentized articles.
12533 (gnus-convert-old-newsrc): Rewrote in anticipation of having
12534 multiple version-dependent converters.
12535 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12536 gnus-agent-save-active.
12537 (gnus-save-newsrc-file): Save dirty agent range limits.
12538
12539 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12540 gnus-agent-possibly-alter-active.
12541 (gnus-adjust-marked-articles): Faster handling of simple lists
12542
12543 2004-01-21 Jesper Harder <harder@ifa.au.dk>
12544
12545 * spam-stat.el (spam-stat-test-directory): New optional argument
12546 displays a list of files detected. Suggested by Andrew Cohen
12547 <cohen@andy.bu.edu>.
12548 (spam-stat-buffer-words-with-scores): Don't narrow and change
12549 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
12550
12551 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
12552
12553 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12554 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12555 (spam-spamassassin-arguments)
12556 (spam-spamassassin-spam-flag-header)
12557 (spam-spamassassin-positive-spam-flag-header)
12558 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12559 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12560 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12561 (spam-list-of-processors, spam-list-of-checks)
12562 (spam-list-of-statistical-checks, spam-registration-functions)
12563 (spam-check-spamassassin-headers, spam-check-spamassassin)
12564 (spam-spamassassin-score)
12565 (spam-spamassassin-register-with-sa-learn)
12566 (spam-spamassassin-register-spam-routine)
12567 (spam-spamassassin-register-ham-routine)
12568 (spam-assassin-register-spam-routine)
12569 (spam-assassin-register-ham-routine): Add SpamAssassin support.
12570 (spam-bogofilter-score): Fix to show article before scoring.
12571
12572 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
12573
12574 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12575 default scoring function.
12576 (spam-generic-score): Call spam-spamassassin-score if
12577 spam-use-spamassassin or spam-use-spamassassin-headers is on;
12578 spam-bogofilter-score otherwise.
12579
12580 * gnus.el (spam-process, spam-autodetect-methods): Add
12581 spamassassin and spamassassin-headers.
12582
12583 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
12584
12585 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12586 Suppress unnecessary messages.
12587
12588 2004-01-20 Jesper Harder <harder@ifa.au.dk>
12589
12590 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12591 make-hash-table.
12592
12593 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
12594
12595 * canlock.el (base64-encode-string): Don't autoload it.
12596
12597 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12598
12599 * run-at-time.el: Remove useless (require 'itimer),
12600 eval-and-compile and (featurep 'xemacs).
12601
12602 2004-01-16 Jesper Harder <harder@ifa.au.dk>
12603
12604 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12605 GROUP is a virtual group.
12606
12607 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
12608
12609 * gnus.el: Autoload `message-y-or-n-p'.
12610
12611 2004-01-15 Jesper Harder <harder@ifa.au.dk>
12612
12613 * pgg-parse.el: Remove unnecessary (require 'custom).
12614
12615 * pgg-def.el: do.
12616
12617 * nnmail.el: do.
12618
12619 * gnus-undo.el: do.
12620
12621 * gnus-picon.el: do.
12622
12623 * gnus-util.el: do.
12624
12625 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
12626
12627 * gnus-sum.el (gnus-pick-line-number): Add autoload.
12628
12629 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
12630
12631 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12632 handle, as well as a list.
12633
12634 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12635 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12636 (mm-w3m-cid-retrieve): Simplify.
12637
12638 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
12639
12640 * message.el (message-kill-to-signature): Allow prefix arg to
12641 specify number of lines to keep before signature.
12642
12643 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
12644
12645 (message-kill-to-signature): Change docstring.
12646
12647 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12648
12649 * canlock.el: Always require sha1-el.
12650 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12651
12652 * message.el: Autoload sha1 only when compiling.
12653
12654 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12655
12656 * message.el (message-canlock-generate): Require sha1-el.
12657
12658 2004-01-13 Jesper Harder <harder@ifa.au.dk>
12659
12660 * message.el (message-expand-name): Silence the byte compiler.
12661
12662 2004-01-13 Simon Josefsson <jas@extundo.com>
12663
12664 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12665 Invoke gnus-score-mode. Reported by
12666 bojohan+news@dd.chalmers.se (Johan Bockgård).
12667
12668 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
12669 Jim Blandy <jimb@redhat.com> (tiny change).
12670
12671 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12672
12673 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12674
12675 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
12676
12677 * spam.el (spam-get-article-as-string): Update to use
12678 gnus-request-article-this-buffer, much simpler.
12679 (spam-get-article-as-buffer): Remove.
12680
12681 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
12682
12683 * message.el (message-expand-name): Use EUDC if the user uses that.
12684
12685 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12686
12687 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12688 character for the encoding to avoid consing a string.
12689
12690 * rfc2047.el (rfc2047-decode-string): Don't cons a string
12691 unnecessarily.
12692
12693 * mm-util.el (mm-replace-chars-in-string): Remove.
12694
12695 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12696 of mm-replace-chars-in-string.
12697
12698 2004-01-11 Jesper Harder <harder@ifa.au.dk>
12699
12700 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12701
12702 * mm-util.el (mm-subst-char-in-string): Support inplace.
12703
12704 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12705 a new string in every iteration. Use shy groups.
12706
12707 2004-01-10 Jesper Harder <harder@ifa.au.dk>
12708
12709 * gnus-srvr.el (gnus-browse-unsubscribe-group):
12710 * gnus-soup.el (gnus-soup-group-brew):
12711 * gnus-msg.el (gnus-put-message):
12712 * gnus-move.el (gnus-group-move-group-to-server):
12713 * gnus-kill.el (gnus-batch-score):
12714 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12715 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12716 (gnus-group-update-group, gnus-group-read-group)
12717 (gnus-group-make-group, gnus-group-make-help-group)
12718 (gnus-group-make-archive-group, gnus-group-make-directory-group)
12719 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12720 (gnus-group-sort-by-unread, gnus-group-catchup)
12721 (gnus-group-unsubscribe-group, gnus-group-kill-group)
12722 (gnus-group-yank-group, gnus-group-set-info)
12723 (gnus-group-list-groups):
12724 * gnus.el (gnus-generate-new-group-name):
12725 * gnus-delay.el (gnus-delay-send-queue):
12726 * nnvirtual.el (nnvirtual-catchup-group):
12727 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12728 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12729 (gnus-group-prepare-topics, gnus-topic-check-topology):
12730 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12731 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12732 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12733 (gnus-group-make-articles-read):
12734 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12735 (gnus-group-change-level, gnus-kill-newsgroup)
12736 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12737 (gnus-get-unread-articles, gnus-make-articles-unread)
12738 (gnus-make-ascending-articles-unread): Use accessor
12739 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12740 to get group information for improved readability.
12741
12742
12743 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12744
12745 * gnus-art.el (article-decode-mime-words, article-babel)
12746 (gnus-article-highlight-signature, gnus-article-add-buttons)
12747 (gnus-signature-toggle): Use gnus-with-article-buffer.
12748
12749 * gnus-art.el (gnus-article-highlight-headers)
12750 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12751
12752 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12753 (gnus-article-set-globals, gnus-request-article-this-buffer)
12754 (gnus-button-message-id, gnus-article-maybe-hide-headers)
12755 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12756 (gnus-mime-display-alternative): Use with-current-buffer.
12757
12758 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12759
12760 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12761 also under 80 char limit, and call gnus-error if needed.
12762 (spam-fetch-article-header): Fix - it was a
12763 buffer-local variable (gnus-newsgroup-data).
12764 (spam-find-spam): Use spam-generate-fake-headers, forget about
12765 spam-insert-fake-headers.
12766 (spam-insert-fake-headers): Remove.
12767
12768 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12769
12770 * deuglify.el (gnus-article-outlook-unwrap-lines)
12771 (gnus-outlook-rearrange-article)
12772 (gnus-outlook-repair-attribution-outlook)
12773 (gnus-outlook-repair-attribution-block)
12774 (gnus-outlook-repair-attribution-other): Remove redundant
12775 save-excursion.
12776
12777 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12778
12779 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12780 (spam-fetch-field-subject-fast)
12781 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12782 (spam-fetch-article-header): Add functions to deal with Gnus
12783 internals for fast retrieval of article header data.
12784 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12785
12786 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12787
12788 * pop3.el (pop3-md5): Remove.
12789 (pop3-apop): Replace pop3-md5 with md5.
12790
12791 * mm-bodies.el: base64 is always built-in.
12792
12793 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12794 with-current-buffer.
12795
12796 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
12797
12798 * canlock.el (canlock-insert-header): Remove excessive grouping in
12799 regexp.
12800
12801 * gnus-sum.el (gnus-summary-read-document): Ditto.
12802
12803 * gnus-uu.el (gnus-uu-part-number): Ditto.
12804
12805 * html2text.el (html2text-remove-tags): Ditto.
12806 (html2text-format-tags): Ditto.
12807 (html2text-format-single-elements): Ditto.
12808
12809 * mml.el (mml-parse-1): Ditto.
12810
12811 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12812
12813 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12814
12815 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12816
12817 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12818
12819 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12820
12821 2003-11-15 Simon Josefsson <jas@extundo.com>
12822
12823 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12824 (pgg-gpg-lookup-key): Use regexp match instead of
12825 split-string (split-string is different between emacs 21.2 and
12826 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
12827
12828 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12829
12830 * gnus-art.el (gnus-mime-view-all-parts)
12831 (gnus-article-part-wrapper, gnus-article-view-part): Use
12832 with-current-buffer.
12833
12834 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12835
12836 * spam.el (spam-disable-spam-split-during-ham-respool)
12837 (spam-spamoracle-database, spam-cache-lookups)
12838 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12839 (spam-group-ham-mark-p, spam-group-spam-mark-p)
12840 (spam-group-ham-marks, spam-group-spam-marks)
12841 (spam-group-spam-contents-p, spam-group-ham-contents-p)
12842 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12843 also add spam-use-blackholes to the statistical checks.
12844 (spam-fetch-field-fast): Add interface to fetching fields, may
12845 become a macro.
12846 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12847 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12848 (spam-insert-fake-headers): Fake an article when needed.
12849 (spam-find-spam): Fake article when possible.
12850 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12851 (spam-check-bogofilter-headers): Use message-fetch-field instead
12852 of nnmail-fetch-field.
12853
12854 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
12855
12856 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12857
12858 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12859
12860 * spam.el (spam-split): Do not require spam-use-CHECK to be
12861 enabled if that check is passed to spam-split explicitly; also
12862 fix so 'spam doesn't get converted to spam-split-group when
12863 spam-split-symbolic-return is t.
12864 (spam-find-spam): Find registrations of the article and use those
12865 instead of re-running spam-split to find the spam/ham
12866 classification of the article.
12867 (spam-log-processing-to-registry, spam-log-registered-p)
12868 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12869 Use gnus-error instead of gnus-message.
12870 (spam-log-registration-type): Add function to determine the
12871 classification of a message based on registry entries; will
12872 return nil if both 'spam and 'ham are found.
12873 (spam-check-BBDB): Expand all the BBDB macros here so we can have
12874 a reasonably fast local cache without the loading errors.
12875 (spam-cache-lookups): Set to t by default.
12876 (spam-find-spam): Don't try to guess spam-cache-lookups.
12877 (spam-enter-whitelist, spam-enter-blacklist): Clear the
12878 spam-caches entry.
12879 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12880 caching of whitelist/blacklist entries.
12881 (spam-check-whitelist, spam-check-blacklist): Invoke
12882 spam-from-listed-p with a type, not a cache variable.
12883 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12884
12885 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12886
12887 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12888
12889 * nnmail.el (nnmail-split-fancy): do.
12890
12891 * mml.el (mml-parse): do.
12892
12893 * gnus-score.el (gnus-enter-score-words-into-hashtb)
12894 (gnus-score-adaptive): do.
12895
12896 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12897
12898 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12899 (gnus-mime-button-map): Don't set keymap parent.
12900 (gnus-button-ctan-directory-regexp): Use shy grouping.
12901 (gnus-prev-page-map): Don't set keymap parent.
12902 (gnus-prev-page-map): Remove duplicated one.
12903 (gnus-next-page-map): Don't set keymap parent.
12904 (gnus-mime-security-button-map): Ditto.
12905
12906 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12907 version number.
12908
12909 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12910
12911 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12912
12913 * canlock.el (canlock-sha1-function): Remove.
12914 (canlock-sha1-function-for-verify): Remove.
12915 (canlock-openssl-program): Remove.
12916 (canlock-openssl-args): Remove.
12917 (canlock-ignore-errors): Remove.
12918 (canlock-sha1-with-openssl): Remove.
12919 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12920 (canlock-verify): Don't use canlock-ignore-errors.
12921
12922 * sha1-el.el (sha1-string-external): Make it can return a string
12923 in binary form.
12924 (sha1-region-external): Ditto.
12925 (sha1-string-internal): Ditto.
12926 (sha1-region-internal): Ditto.
12927 (sha1-region): Ditto.
12928 (sha1-string): Ditto.
12929 (sha1): Ditto.
12930
12931 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12932
12933 * spam.el (spam-report-articles-gmane): New command.
12934
12935 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12936
12937 * gnus.el: Don't make unnecessary *Group* buffer when loading.
12938
12939 * run-at-time.el (run-at-time-saved): Remove.
12940 (run-at-time): Doc fix.
12941
12942 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12943
12944 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12945 (gnus-summary-limit-map): Add it.
12946 (gnus-summary-make-menu-bar): do.
12947
12948 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
12949
12950 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12951 Make attempt at some caching support (done for BBDB only now).
12952 (spam-find-spam): Set spam-cache-lookups if there are more than 2
12953 addresses to be checked.
12954 (spam-clear-cache-BBDB): Add function, to be invoked by
12955 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12956 (spam-check-BBDB): Check and use the caches, if
12957 spam-cache-lookups is on, remove superfluous (provide).
12958
12959 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
12960
12961 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12962
12963 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
12964
12965 * run-at-time.el (run-at-time-saved): Move to after the definition
12966 of `run-at-time'.
12967
12968 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12969
12970 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12971 mm-w3m-local-map-property.
12972
12973 * mm-view.el (mm-w3m-mode-map): Remove.
12974 (mm-w3m-local-map-property): Remove.
12975 (mm-inline-text-html-render-with-w3m): Don't use
12976 mm-w3m-local-map-property.
12977
12978 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12979
12980 * run-at-time.el: New file.
12981
12982 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12983 of gnus-set-text-properties.
12984
12985 * gnus-uu.el (gnus-uu-save-article): Ditto.
12986
12987 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
12988
12989 * gnus-cite.el (gnus-cite-parse): Ditto.
12990
12991 * gnus-art.el (gnus-button-push): Use set-text-properties instead
12992 of gnus-.
12993
12994 * gnus.el: Changed calls to nnheader-run-at-time and
12995 password-run-at-time throughout to use run-at-time directly.
12996
12997 * password.el: Removed definition of run-at-time.
12998
12999 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
13000
13001 * mml.el (mml-minibuffer-read-disposition): Show attachment type
13002 in prompt.
13003
13004 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
13005
13006 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13007 XEmacs version.
13008
13009 * dns.el (dns-make-network-process): Use `open-network-stream'
13010 instead of `gnus-xmas-open-network-stream'.
13011
13012 * .cvsignore: Add auto-autoloads.el, custom-load.el.
13013
13014 2004-01-06 Jesper Harder <harder@ifa.au.dk>
13015
13016 * gnus-art.el (gnus-mime-display-alternative)
13017 (gnus-insert-mime-button, gnus-insert-mime-security-button)
13018 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13019 Don't use gnus-local-map-property.
13020
13021 * gnus-util.el (gnus-local-map-property): Remove.
13022
13023 * mm-view.el (mm-view-pkcs7-decrypt): Replace
13024 gnus-completing-read-maybe-default with completing-read.
13025
13026 * gnus-util.el (gnus-completing-read): do.
13027 (gnus-completing-read-maybe-default): Remove.
13028
13029 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
13030
13031 * password.el: Only autoload `run-at-time' if not XEmacs.
13032 Only autoload the itimer functions if XEmacs.
13033
13034 2004-01-06 Jesper Harder <harder@ifa.au.dk>
13035
13036 * gnus-art.el (gnus-read-string): Remove.
13037 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13038 read-string.
13039
13040 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
13041
13042 * netrc.el: Autoload password-read.
13043 (netrc): Add configuration group.
13044 (netrc-encoding-method, netrc-openssl-path): Add
13045 variables for encoding and decoding of files with symmetric
13046 ciphers.
13047 (netrc-encode): Add assistant function to encode a file with
13048 netrc-encoding-method.
13049 (netrc-parse): Add interactive parameter, added optional
13050 decoding if netrc-encoding-method is non-nil but otherwise
13051 behavior is standard.
13052 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13053 Do s/encode/encrypt/ everywhere.
13054
13055 * spam.el: Remove executable-find autoload.
13056
13057 2004-01-05 Jesper Harder <harder@ifa.au.dk>
13058
13059 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13060
13061 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13062
13063 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
13064
13065 * gnus-art.el (gnus-treat-ansi-sequences,
13066 (article-treat-ansi-sequences): New variable and function.
13067 Suggested by Dan Jacobson <jidanni@jidanni.org>.
13068
13069 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13070 Use it.
13071
13072 2004-01-05 Jesper Harder <harder@ifa.au.dk>
13073
13074 * mm-util.el (mm-quote-arg): Remove.
13075
13076 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13077 shell-quote-argument.
13078
13079 * gnus-uu.el (gnus-uu-command): do.
13080
13081 * gnus-sum.el (gnus-summary-insert-pseudos): do.
13082
13083 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13084 with make-char.
13085
13086 * mm-util.el (mm-make-char): Remove.
13087
13088 * mml.el (mml-mode): Replace gnus-add-minor-mode with
13089 add-minor-mode.
13090
13091 * gnus-undo.el (gnus-undo-mode): do.
13092
13093 * gnus-topic.el (gnus-topic-mode): do.
13094
13095 * gnus-sum.el (gnus-dead-summary-mode): do.
13096
13097 * gnus-start.el (gnus-slave-mode): do.
13098
13099 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13100
13101 * gnus-ml.el (gnus-mailing-list-mode): do.
13102
13103 * gnus-gl.el (gnus-grouplens-mode): do.
13104
13105 * gnus-draft.el (gnus-draft-mode): do.
13106
13107 * gnus-dired.el (gnus-dired-mode): do.
13108
13109 * gnus-ems.el (gnus-add-minor-mode): Remove.
13110
13111 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13112 Replace gnus-char-width with char-width.
13113
13114 * gnus-ems.el (gnus-char-width): Remove.
13115
13116 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13117 Replace gnus-char-width with char-width.
13118
13119 * gnus-ems.el (gnus-char-width): Remove.
13120
13121 * spam-stat.el (with-syntax-table): Remove with-syntax-table
13122 definition.
13123 Remove Emacs 20 hash table compatibility code.
13124
13125 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13126 20 compatibility code.
13127
13128 * spam.el (spam-point-at-eol): Replace with point-at-eol.
13129
13130 * smime.el (smime-point-at-eol): Replace with point-at-eol.
13131
13132 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13133 with point-at-{eol,bol}.
13134
13135 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13136
13137 * imap.el (imap-point-at-eol): Replace with point-at-eol.
13138
13139 * flow-fill.el (fill-flowed-point-at-bol)
13140 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13141
13142 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13143 Replace with point-at-{eol,bol} throughout all files.
13144
13145 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
13146
13147 * ntlm.el (ntlm-string-as-unibyte): New macro.
13148 (ntlm-build-auth-response): Use it.
13149
13150 Remove Emacs 20 stuff:
13151 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13152 of delq and copy-sequence.
13153 * gnus-art.el (popup-menu): Remove the compiler macro.
13154 * nnmail.el (nnmail-split-fancy): Don't support customizing with
13155 Emacs 20.
13156
13157 2004-01-05 Simon Josefsson <jas@extundo.com>
13158
13159 * ntlm.el: Fix namespace. Change smb-passwd-hash into
13160 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13161 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13162 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13163 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13164 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13165 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13166 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13167 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13168 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13169 ntlm-string-permute, string-lshift into ntlm-string-lshift,
13170 string-xor into ntlm-string-xor. Suggested by
13171 Jesper Harder <harder@myrealbox.com>.
13172
13173 * ntlm.el: Don't include poem.
13174
13175 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
13176 Jesper Harder <harder@myrealbox.com>.
13177
13178 * sasl-ntlm.el, ntlm.el, md4.el: New files.
13179
13180 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
13181 probably breaks emacs with DL patch, but do we care? Is anyone
13182 still using the DL stuff?)
13183
13184 * sieve-manage.el: Use the password package.
13185 (sieve-manage-read-passwd): Remove.
13186 (sieve-manage-interactive-login): Use password. Re-add
13187 condition-case around loop.
13188
13189 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13190 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13191 the password package.
13192
13193 2003-02-19 Simon Josefsson <jas@extundo.com>
13194
13195 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13196 token.
13197
13198 2002-08-07 Simon Josefsson <jas@extundo.com>
13199
13200 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13201 (sieve-manage-authenticators):
13202 (sieve-manage-authenticator-alist): Add some SASL mechs.
13203 (sieve-sasl-auth): New function.
13204 (sieve-manage-cram-md5-auth):
13205 (sieve-manage-plain-auth): Rewrite using SASL library.
13206 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13207 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13208 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13209 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13210
13211 2004-01-05 Simon Josefsson <jas@extundo.com>
13212
13213 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13214 New files.
13215
13216 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13217
13218 * gnus-group.el (gnus-no-groups-message): Update.
13219
13220 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13221
13222 2003-11-09 Simon Josefsson <jas@extundo.com>
13223
13224 * imap.el: Support for ID IMAP extension (RFC 2971).
13225 (imap-local-variables): Add imap-id.
13226 (imap-id): New variable.
13227 (imap-id): New function.
13228 (imap-parse-response): Parse untagged ID response.
13229 * nnimap.el (nnimap-id): New variable.
13230 (nnimap-open-connection): Use it.
13231
13232 2003-12-28 Simon Josefsson <jas@extundo.com>
13233
13234 * gnus-score.el (gnus-score-edit-all-score): New.
13235 * gnus-group.el (gnus-group-score-map): Bind it to W e.
13236
13237 2004-01-04 Simon Josefsson <jas@extundo.com>
13238
13239 * password.el: Add.
13240
13241 2004-01-04 Mario Lang <lang@zid.tugraz.at>
13242
13243 * dns.el (dns-query-types): Fix typo.
13244 (dns-query-types): New function
13245 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
13246 PTR and SOA replies, see RFC 1035.
13247
13248 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13249
13250 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13251
13252 * Moved to Changelog.2.
13253
13254 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13255
13256 * gnus.el (gnus-version-number): Bump version.
13257
13258 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13259
13260 * gnus.el: No Gnus v0.1 is released.
13261
13262 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13263
13264 * gnus.el: No Gnus v0.0 is released.
13265
13266 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13267
13268 * gnus.el (gnus-version-number): Bump.
13269 (gnus-version): No.
13270
13271 See ChangeLog.2 for earlier changes.
13272
13273 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13274
13275 This file is part of GNU Emacs.
13276
13277 GNU Emacs is free software: you can redistribute it and/or modify
13278 it under the terms of the GNU General Public License as published by
13279 the Free Software Foundation, either version 3 of the License, or
13280 (at your option) any later version.
13281
13282 GNU Emacs is distributed in the hope that it will be useful,
13283 but WITHOUT ANY WARRANTY; without even the implied warranty of
13284 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13285 GNU General Public License for more details.
13286
13287 You should have received a copy of the GNU General Public License
13288 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
13289
13290 ;; Local Variables:
13291 ;; coding: utf-8
13292 ;; fill-column: 79
13293 ;; add-log-time-zone-rule: t
13294 ;; End:
13295
13296 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4